#container {
	display: none;
}

body.loaded #container {
	display: block;
}

/* .boton {
	background: red;
} */

/* cabecera */


p {
	letter-spacing: 0em !important;
}


/* lightbox */
.portfolio-filter-tab-1 li a {
	color: #fff !important;
}


#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	padding: 0px 0px;
}

/*linea 464*/
#colorbox {
	border-radius: 0px;
	box-shadow: 0 0 0px 0px;
}

iframe html {
	padding: 50px;
}

/*linea 450*/
#cboxOverlay {
	background-color: #fff !important;
	opacity: 0.95 !important;
}

/*linea 451*/
#cboxContent {
	overflow: hidden;
}

#cboxClose {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	background: url('../../recursos/imagenes/cerrar.svg') no-repeat top center;
	text-indent: -9999px;
	width: 60px;
	height: 12px;
	background-size: cover;
	margin: 20px;
}

#cboxTopCenter {
	height: 0px;
}

.turn-page-gutter {
	display: none !important;
}

#view-toggle,
#viewer_progress_bar {
	display: none;
}

/* ANIMACIONES GRAFICOS */

img.base {
	display: block;
	animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

img.datos {
	display: block;
	animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
	animation-delay: 2s;
}

img.grafico {
	display: block;
	animation: reveal 4.5s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
	animation-delay: 2s;
}

img.destacado {
	display: block;
	animation: reveal-down 4.5s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
	animation-delay: 2s;
}

@keyframes reveal {
	0% {
		transform: translate(0, 100%);
	}

	100% {
		transform: translate(0, 0);
	}
}

@keyframes reveal-down {
	0% {
		transform: translate(0, 150%);
	}

	100% {
		transform: translate(0, 0);
	}
}


h1 {
	margin: 0;
	text-align: center;
	font-size: 200px;
	overflow: hidden;
	line-height: 1;
}

h1 span {
	display: block;
	animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

#cboxLoadedContent {
	overflow: hidden !important;
}


.boton-p {
	-webkit-animation: fadeInLeft 1s ease;
	animation: fadeInLeft 1s ease;
	margin-left: 50px;
	margin-top: 50px;
	color: #fff !important;
}

.boton-p a:after {
	content: "";
	display: block;
	background: url("../../recursos/imagenes/boton-mas-negro.svg") no-repeat;
	width: 35px;
	height: 35px;
	float: right;
	right: 50px;
	background-size: cover;
	position: absolute;
	bottom: 15px;
	-webkit-animation: rollIn 1s ease;
	animation: rollIn 1s ease;
}

.boton-p a:hover::after {
	background: url("../../recursos/imagenes/boton-mas-hover.svg") no-repeat;
	-webkit-animation: escalar 1s ease;
	animation: escalar 1s ease;
	transform: scale(1.3);
}

p.desktop_-_texto-boton {
	margin-bottom: 42px;
}

.boton-p a:before {
	content: "";
	display: block;
	background: url("../../recursos/imagenes/boton-base.svg") no-repeat;
	width: 440px !important;
	height: 97px !important;
	float: left;
	left: -26px;
	background-size: cover;
	position: absolute;
	margin-top: 7px;
	-webkit-animation: fadeInRight 1s ease;
	animation: fadeInRight 1s ease;
	z-index: -1;
}

/* boton 2 líneas  */
p.desktop_-_boton-p-2-lineas,
p.desktop_-_boton-p-2-lineas-gris,
.boton-p-2-lineas-naranja-url,
p {
	border-top: none !important;
}
button, a {
	cursor: pointer!important;
}
.desktop_-_boton-p-2-lineas,
.desktop_-_boton-p-2-lineas-gris,
.boton-p-2-lineas-naranja-url
 {
	-webkit-animation: fadeInLeft 1s ease;
	animation: fadeInLeft 1s ease;
	margin: 30px 0 75px 35px;
}

.desktop_-_boton-p-2-lineas:after,
.desktop_-_boton-p-2-lineas-gris:after,
.boton-p-2-lineas-naranja-url:after
 {
	content: "";
	display: block;
	background: url("../../recursos/imagenes/boton-mas-negro.svg") no-repeat;
	width: 35px;
	height: 35px;
	float: right;
	right: 25px;
	top: 20px;
	background-size: cover;
	position: absolute;
	-webkit-animation: rollIn 1s ease;
	animation: rollIn 1s ease;
	z-index: 2;
}


.desktop_-_boton-p-2-lineas:not(:focus)::after,
.desktop_-_boton-p-2-lineas-gris:not(:focus)::after,
.boton-p-2-lineas-naranja-url:not(:focus)::after {
	-webkit-animation: escalar-out 1s ease;
	animation: escalar-out 1s ease;
	transform: scale(1);
}

.desktop_-_boton-p-2-lineas-gris:hover::after,
.desktop_-_boton-p-2-lineas:hover::after,
.boton-p-2-lineas-naranja-url:hover::after {
	background: url("../../recursos/imagenes/boton-mas-hover.svg") no-repeat;
	-webkit-animation: escalar 1s ease;
	animation: escalar 1s ease;
	transform: scale(1.3);

}

.desktop_-_boton-p-2-lineas-gris {
	background-color: #858585;
	margin: 0;
	padding: 20px;
	border-radius: 20px;
	position: relative;
	top: -20px;
}

.desktop_-_boton-p-2-lineas,
.boton-p-2-lineas-naranja-url
 {
	background-color: #eb7a1f;
	margin: 0;
	padding: 20px;
	border-radius: 20px;
	position: relative;
	top: -20px;
}

/* boton 2 líneas  MOVIL */

p.movil_-_boton-p-2-lineas,
p.movil_-_boton-p-2-lineas-gris {
	border-top: none;
}

.movil_-_boton-p-2-lineas,
.movil_-_boton-p-2-lineas-gris {
	-webkit-animation: fadeInLeft 1s ease;
	animation: fadeInLeft 1s ease;
	margin-left: 45px;
	margin-top: 100px;
	color: #fff !important;
	margin-left: 10px !important;
}

.movil_-_boton-p-2-lineas:after,
.movil_-_boton-p-2-lineas-gris:after {
	content: "";
	display: block;
	background: url("../../recursos/imagenes/boton-mas-negro.svg") no-repeat;
	width: 60px;
	height: 60px;
	float: right;
	right: 50px;
	top: 28px;
	background-size: cover;
	position: absolute;
	-webkit-animation: rollIn 1s ease;
	animation: rollIn 1s ease;
	z-index: 2;
}
  .movil_-_boton-p-2-lineas-gris {
	background-color: #858585;
	margin: 0;
	padding: 20px;
	border-radius: 20px;
	position: relative;
	top: -20px;
}

.movil_-_boton-p-2-lineas {
	background-color: #eb7a1f;
	margin: 0;
	padding: 20px;
	border-radius: 20px;
	position: relative;
	top: -20px;
}


/* animaciones  */

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}


.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes escalar-out {
	0% {
		-webkit-transform: scale(1.3);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@keyframes escalar {
	0% {
		opacity: 0;
		transform: scale(1);
	}

	100% {
		opacity: 1;
		transform: scale(1.3);
	}
}


@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(150px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-150px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}


@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
	}
}

.titular-linea {
	background: #FFF !important;
}

@media screen and (max-width: 1000px) {

	body,
	#container-wrap {
		background: #fff url(../../recursos/imagenes/bg-body-mv.jpg) no-repeat !important;
	}
}

/* scrollbar */

.scroll-img {

	animation: scroll-mover 2s ease-in-out infinite;
}

@-webkit-keyframes scroll-mover {
	0% {
		-webkit-transform: translateY(0%);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(20%);
		opacity: 0;
	}
}


/* Tamaño del scroll */
*::-webkit-scrollbar {
	width: 20px;

}

/* Estilos barra (thumb) de scroll */
::-webkit-scrollbar-thumb {
	background: #eb7a1f;
	border: 8px solid transparent;
	background-clip: content-box;
	border-radius: 20px;


}

*::-webkit-scrollbar-thumb:active {
	background-color: #eb7a1f;
}

::-webkit-scrollbar-track {
	background: rgb(207, 207, 207);
	border: 9px solid transparent;

	background-clip: padding-box;

}

*::-webkit-scrollbar-thumb:hover {
	background: #eb7a1f;
	border: 8px solid transparent;
	background-clip: content-box;
	border-radius: 20px;
	/* box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2); */
}

*::-webkit-scrollbar-track:hover,
*::-webkit-scrollbar-track:active {
	background: rgb(207, 207, 207);
	border: 9px solid transparent;
	background-clip: padding-box;

}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
	display: block;
}

/* Turn off the down area up on top, and up area on bottom */
::-webkit-scrollbar-button:start:increment,
::-webkit-scrollbar-button:end:decrement {
	display: none;
}

/* Place The scroll down button at the bottom */
::-webkit-scrollbar-button:end:increment {
	background-image: url('../imagenes/down.svg');
}

/* Place The scroll up button at the up */
::-webkit-scrollbar-button:start:decrement {
	background-image: url('../imagenes/up.svg');
}

nav#page-nav>button {
	display: block;
	position: fixed;
	left: 0;
	top: 50%;
	width: 2rem;
	height: 2rem;
	margin: -34px 1rem 0 1rem;
	/*.5 height*/
	text-align: center;
	outline: 0;
	background: url('arrows-slider-new.svg') no-repeat;
	will-change: transform;
	z-index: 9999;
}

/* .boton {
	background: red;
} */
/* FIN SCROLL */

/* mobile styles */
@media only screen and (max-width: 620px) {

	html {
		overflow-x: hidden;
	}

	body {
		position: relative;
		overflow-x: hidden;
	}
}