 @charset "utf-8";
/* #### HOME #### */
#home section {
	position: relative;
	overflow: hidden;
}
#home section h2 {
	position: absolute;
	top: 40%;
	margin: 0;
	left: 125px;
	font-size: 30px;
	font-weight: normal;
	width: calc(90vw - 125px);
	font-family: "AvenirBlack";
}
#home #primera {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9cdccc+0,76c0ce+100 */
	background:rgba(0,109,148,1.00); /* Old browsers */
	background: -moz- linear-gradient(135deg, rgb(27, 32, 50) 0%, rgba(0,109,148,1) 100%);
 /* FF3.6-15 */
	background: -webkit- linear-gradient(135deg, rgb(27, 32, 50) 0%, rgba(0,109,148,1) 100%);
 /* Chrome10-25,Safari5.1-6 */
	background:  linear-gradient(135deg, rgb(27, 32, 50) 0%, rgba(0,109,148,1) 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cdccc', endColorstr='#76c0ce', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	margin-top: 0px;
	overflow: hidden;
	height: 100vh;
}
#primera h1 {
	font-size: 45px;
	text-align: left;
	letter-spacing: 10px;
	margin-top: 50px;
	font-family: "AvenirBook";
	font-weight: normal;
}
#primera button {
	background-color: #009FE3;
	border: none;
	border-radius: 50px;
	padding: 8px 40px;
	color: white;
	margin-right: 35px;
	width: 200px;
	box-sizing: border-box;
	font-size: 16px;
	-webkit-box-shadow: 10px 10px 14px 1px rgba(00,00,00,0.2);
	box-shadow: 10px 10px 14px 1px rgba(00,00,00,0.2);
	transition: all 1s;
	-webkit-transition: all 1s;
}
#primera button:hover {
	-webkit-box-shadow: 0px 0px 4px 0px rgba(00,00,00,0);
	box-shadow: 0px 0px 4px 0px rgba(00,00,00,0);
}
#primera .first-text-button-container {
	float: left;
	left: 5%;
	position: relative;
	top: 20%;
	width: 44vw;
}
#primera .first-text-button-container p {
	margin-bottom: 55px;
}
#primera .first-video-container {
	/*background-image: url(../img/home-fotos-nuevas.png);*/
	height: calc(100vh - 120px);
	position: relative;
	background-size: 100%;
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 55%;
	float: right;
}
#overvideoswap {
	position: absolute;
    width: 100%;
    height: 100%;
	z-index: 1;
	right: 0;
	bottom: 0;
	display: none;
}
#overvideoswap #playVideo{
	width: 50px;
	top: calc(50% - 25px);
	position: relative;
	left: calc(50% - 25px);
	}
#adaptive-video-container {
	width: 102vw;
	/*bottom: -12.8vh;*/
	height: 100vh;
	background-color: rgba(0,0,0,.8);
	right: 0;
	min-width: 360px;
	z-index: 90;
}
#adaptive-video-container.vgrande {
	width: 36.65vw;
	bottom: 1vh;
	height: auto;
	background-color: rgba(0,0,0,0);
	position: absolute;
	animation: agrandediv;
	animation-duration: 500ms;
	animation-fill-mode: forwards;
}
@keyframes agrandediv {
 to {
 width: 102vw;
 bottom: -12.8vh;
 height: 100vh;
 background-color: rgba(0,0,0,.8);
}
}
#adaptive-video-container.vpequeno {
	min-width: 360px;
	position: absolute;
	right: 10vw;
	width: 36.65vw;
	top: 25%;
 	height: auto;
	background-color: rgba(0,0,0,0);
	box-shadow: 5px 5px 15px rgba(0,0,0,1);
	transition: all 1s;
	-webkit-transition:all 1s;
	/*bottom: -14vh;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,.8);*/
	/*animation: apequenodiv;
	animation-duration: 500ms;
	animation-fill-mode: forwards;
	z-index: 1000;*/
}
@keyframes apequenodiv {
 to {
 width: 36.65vw;
 bottom: 1vh;
 height: auto;
 background-color: rgba(0,0,0,0);
}
}
#primera .first-video-container video {
	width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(0%);
}
#primera .first-video-container video.vgrande {
	width: 100%;
	position: relative;
	animation: agrandevid;
	animation-duration: 500ms;
	animation-fill-mode: forwards;
}
@keyframes agrandevid {
 to {
 top: 50%;
 transform: translateY(-50%);
}
}
#primera .first-video-container video.vpequeno {
	width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	animation: apequenovid;
	animation-duration: 500ms;
	animation-fill-mode: forwards;
}
@keyframes apequenovid {
 to {
 top: 0;
 transform: translateY(0%);
}
}
.first-video-container #presstocontinue {
	position: absolute;
	top: 70px;
	right: 24px;
}
#primera>p {
	text-align: center;
	letter-spacing: 1px;
	margin-top: -14px;
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.center-buttons {
	display: block;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.center-buttons button {
	padding: 3px 40px;
	margin: 15px;
	border-radius: 10px;
}
.center-buttons button:nth-of-type(1) {
	background-color: #3b93ff;
	border: 1px solid #3b93ff;
	color: white;
}
.center-buttons button:nth-of-type(2) {
	background-color: transparent;
	border: 1px solid #fff;
	color: black;
}
.division-blocks {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	text-align: center;
	margin-top: 60px;
	font-size: 22px;
	color: #2b2b2b;
	font-family: "AvenirMedium";
	font-weight: bold;
	letter-spacing: 3px;
}
.division-blocks img {
	width: 90%;
}
.block-suite {
	flex: 1
}
.block-suite:hover p {
	font-style: italic;
}
.logos-clientes {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	max-width: 1300px;
}
.logos-clientes p {
	position: absolute;
	bottom: 12%;
	font-size: 12px;
	left: 8%;
}
.logos-clientes .logos-clientes-elemento {
	flex: 1;
	margin: 0 1.5vw;
}
.logos-clientes .logos-clientes-elemento img {
	width: 100%;
}
#home #primera #video-home, #home #tercera #video2-home {
	position: relative;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translateX(-50%) translateY(-50%);
}
.display-none-onvideo-play {
	display: block;
}
#home #segunda {
	height: auto;
	margin-bottom: -1%;
}
#segunda .container-chicos-left {
	float: left;
	width: 50%;
	position: relative;
}
#segunda .container-chicos-left img {
	width: 100%;
}
#segunda .container-chicos-left .rotate-h2-container {
	position: absolute;
	top: 40px;
	width: 100px;
	height: 200px;
	right: 2%;
}
#segunda .container-chicos-left h2 {
	position: relative;
	transform: rotate(-90deg);
	transform-origin: 0px 100px 0;
	width: 200px;
	font-family: "AvenirBlack";
}
#segunda .container-chicos-left h2 a {
	font-family: "AvenirBlack";
}
#segunda .container-chicos-left h2 a:hover {
	color: #FE365C;
}
#segunda .container-chicos-left p {
	position: absolute;
	width: 25vw;
	bottom: 10%;
	left: 20%;
	font-family: "AvenirMedium";
	font-size: 20px;
}
#segunda .container-chicos-left .linea-chico {
	position: absolute;
	top: 17%;
	left: 0;
	width: 65%;
}
#segunda .container-chicos-left .linea-chico #linea-chico-svg {
	width: 100%;
}
#segunda .container-chicos-right {
	float: right;
	width: 50%;
	position: relative;
}
#segunda .container-chicos-right img {
	width: 100%;
}
#segunda .container-chicos-right .rotate-h2-container {
	position: absolute;
	bottom: 40px;
	width: 61px;
	height: 200px;
	left: 2%;
}
#segunda .container-chicos-right h2 {
	position: absolute;
	transform: rotate(90deg);
	transform-origin: 0px -73px 0;
	width: 200px;
}
#segunda .container-chicos-right h2 a {
	font-family: "AvenirBlack";
}
#segunda .container-chicos-right h2 a:hover {
	color: #FE365C;
}
#segunda .container-chicos-right p {
	position: absolute;
	width: 25vw;
	bottom: 10%;
	right: 15%;
	font-family: "AvenirMedium";
	font-size: 20px;
	text-align: right;
}
#segunda .container-chicos-right .linea-chica {
	position: absolute;
	top: 13%;
	right: 0;
	width: 65%;
}
#segunda .container-chicos-right .linea-chica img {
	width: 100%;
}
#segunda .chico-path {
	stroke-dasharray: 1412;
	stroke-dashoffset: 1412;
}
#segunda .chico-path.animate {
	animation: dash 2s linear forwards;
}
#segunda .chica-path {
	stroke-dasharray: 1790;
	stroke-dashoffset: 1790;
}
#segunda .chica-path.animate {
	animation: dash 2s linear forwards;
}
 @keyframes dash {
 to {
 stroke-dashoffset: 0;
}
}
#home #segunda h2 {
	color: #2b2b2b;
}
#home #tercera {
	background-image: url(../img/fondo-quotes.jpg);

	background-size: cover;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left center;
	height: auto;
	min-height: 620px;
}
#home #tercera img{
	display: none;
}
#tercera .sabermas-btn-video {
	background-color: #009fe3;
	text-align: center;
	padding: 5px;
	border-radius: 50px;
	width: 120px;
	box-shadow: -1px 2px 3px #193F5F;
	font-size: 12px;
	color: white;
}
#slider-quotes-visor {
	position: absolute;
	width: 30%;
	top: 10%;
	left: 6%;
	height: 350px;
	overflow: hidden;
}
#slide-quote-container {
	position: absolute
}
.slide-quote-element {
	position: relative;
	height: 700px;
	overflow: hidden;
}
.text-quote {
	font-family: "AvenirBook", serif;
	font-weight: 400;
	font-style: italic;
	font-size: 25px;
}
.text-quote::before {
	content: "“ ";
	font-size: 26px;
}
.text-quote::after {
	content: " ”";
	font-size: 26px;
}
.sign-quote {
	position: relative;
	font-family: "AvenirMedium";
}
.dots-menu {
	position: relative;
	top: 25px;
	left: 50%;
	transform: translateX(-6%);
}
.dots-menu>div {
	background-color: rgb(255,255,255);
	opacity: 0.5;
	height: 10px;
	width: 10px;
	border-radius: 30px;
	margin-left: 20px;
	float: left;
}
#tercera .linea-quote {
	width: 64%;
    position: absolute;
    right: 0;
    top: 110px;
}
#home #cuarta {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#91ceaf+0,95cdce+100 */
	background: rgb(145,206,175); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(145,206,175,1) 0%, rgba(149,205,206,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(145,206,175,1) 0%, rgba(149,205,206,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(145,206,175,1) 0%, rgba(149,205,206,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91ceaf', endColorstr='#95cdce', GradientType=0 ); /* IE6-9 */
}
#cuarta .horizontal-slide-home-element {
	overflow: auto;
	position: relative;
	height: 100vh;
	bottom: 0;
}
#cuarta .horizontal-slide-home-element.quote-slide {
	overflow: auto;
	position: relative;
	bottom: -27vh;
	height: 100vh;
}
#cuarta .item-3-mov-horizontal-slide {
	width: 23vw;
	float: left;
	margin: auto 5vw;
	overflow: hidden;
	height: 30vh;
}
#cuarta .item-3-mov-horizontal-slide video {
	width: 98%;
	position: absolute;
	left: 1%;
}
#cuarta .item-3-mov-horizontal-slide img {
	width: 100%;
	position: relative;
}
#cuarta .bg-video-slide {
	background-image: url(../img/hslide/fondo-videos.png);
	background-size: 100%;
	padding: 1.5% 1% 1% 1%;
	background-repeat: no-repeat;
	position: relative;
}
.quote-slide h3 {
	font-size: 36px;
	font-family: 'AvenirBlack';
	font-weight: normal;
	line-height: 36px;
	margin-bottom: 50px;
	margin-top: 2vh;
}
.quote-text {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	font-size: 22px;
	line-height: 30px;
}
.quote-text::after {
	content: url(../img/hslide/comillas_quotes.png);
	float: right;
	right: 20vw;
	position: absolute;
}
.titular-base-section {
	position: absolute;
	z-index: 100;
	bottom: 50px;
	font-size: 20px;
	left: 104px;
	color: white;
}
.linea-animada {
	width: 3px;
	height: 55px;
	background-color: white;
	display: inline-block;
	margin-right: 15px;
	position: relative;
	top: 0px;
	animation-name: linea-salta;
	animation-iteration-count: infinite;
	animation-duration: 1000ms;
	transition-timing-function: ease-out;
}
@keyframes linea-salta {
 0% {
 top: 0px;
 height: 45px;
}
 10% {
 top: 0px;
 height: 55px;
}
 50% {
 height: 55px;
 top: -10px;
}
 100% {
 height: 45px;
 top: 0px;
}
}
/* ······ slide ····· */
#left-vertical-content-slide, #right-vertical-content-slide {
	display: inline-block;
	position: relative;
	width: 50vw;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#right-vertical-content-slide {
	position: absolute;
}
.img-slide {
	position: relative;
	height: 100vh;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	background-position: center;
	background-size: cover;
}
.img-slide img {
	max-width: 100%;
	padding: 0;
	margin: 0;
}
/* ######### HOME SLIDE HORIZONTAL######### */
			

#slider3 {
	position: relative;
	overflow: hidden;
	margin: 0 auto 0 auto;
	border-radius: 4px;
}
#slider3 ul {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100vh;
	list-style: none;
}
#slider3 ul li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
	text-align: center;
}
.horizontal-slide-home-element .img-bg {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.horizontal-slide-home-element .img-lateral-izq {
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	float: right;
}
.horizontal-slide-home-element .img-central {
	position: absolute;
	float: left;
	bottom: 0;
	right: 50vw;
	width: 25%;
	max-width: 350px;
}
/* ######### FIN HOME SLIDE HORIZONTAL #### */


/* ######### HOME SLIDE VERTICAL######### */			

#left-vertical-content-slide {
	position: relative;
	overflow: hidden;
	margin: 0 auto 0 auto;
	width: 50%;
	float: left;
}
#right-vertical-content-slide {
	position: relative;
	overflow: hidden;
	margin: 0 auto 0 auto;
	width: 50%;
	float: right;
}
#left-vertical-content-slide ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: black;
}
#right-vertical-content-slide ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: black;
}
#left-vertical-content-slide ul li, #right-vertical-content-slide ul li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: calc(100vh - 70px);
	background-color: black;
	background-position: center center;
	background-size: cover;
	opacity: 0.4;
}
#right-vertical-content-slide ul li:hover {
	animation-name: aclaraImagen;
	animation-duration: 500ms;
	animation-fill-mode: forwards;
}
#left-vertical-content-slide ul li:hover {
	animation-name: aclaraImagen;
	animation-duration: 500ms;
	animation-fill-mode: forwards;
}
@keyframes aclaraImagen {
 from {
opacity: 0.4
}
 to {
opacity: 0.8
}
}
.text-slide-vertical-left {
	color: white;
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 1.5em;
	z-index: 3;
}
.text-slide-vertical-right {
	color: white;
	position: absolute;
	top: 50%;
	left: 75%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 1.5em;
	z-index: 3;
}
.text-slide-vertical-left h3, .text-slide-vertical-right h3 {
	font-family: "AvenirBlack";
	font-weight: normal;
}

/* ######### FIN HOME SLIDE VERTICAL #### */


/* #### FIN HOME #### */


/* ############################## */
			/*RESPONSIVE*/
/* ############################## */

	
/* ###### HOME RESPONSIVE ###### */
@media (max-width:800px) {
#home section #segunda {
	position: relative;
	height: 200vh;
	overflow: hidden;
}
#home #primera {
	background-size: cover;
	background-position: center;
	top: 0px;
	overflow: hidden;
	margin-top: 0;
}
#primera .first-text-button-container {
	float: none;
	left: 0;
	position: relative;
	top: 10%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#primera .first-text-button-container p br {
	display: none;
}
#primera h1 {
	font-size: 32px;
	text-align: center;
	letter-spacing: 3px;
	margin-top: 50px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#primera button {
	background-color: #009FE3;
	border: none;
	border-radius: 50px;
	padding: 5px 20px;
	color: white;
	margin-right: 5px;
	width: 120px;
	box-sizing: border-box;
	-webkit-box-shadow: 10px 10px 14px 1px rgba(00,00,00,0.2);
	box-shadow: 10px 10px 14px 1px rgba(00,00,00,0.2);
	transition: all 1s;
	-webkit-transition: all 1s;
	margin-left: 5px;
}
.display-none-onvideo-play {
	display: block;
}
#segunda .container-chicos-left {
	float: none;
	width: 100%;
	position: relative;
}
#segunda .container-chicos-left p {
	position: absolute;
	width: 90%;
	bottom: 10%;
	left: 10%;
	font-family: "AvenirMedium";
	font-size: 20px;
	color: white;
}
#segunda .container-chicos-right {
	float: none;
	width: 100%;
	position: relative;
}
#segunda .container-chicos-right p {
	position: absolute;
	width: 90%;
	bottom: 10%;
	right: 10%;
	font-family: "AvenirMedium";
	font-size: 20px;
	text-align: right;
	color: white;
}
#slider-quotes-visor {
	position: absolute;
	width: 90%;
	top: 10%;
	left: 6%;
	height: 350px;
	overflow: hidden;
}
.text-quote {
	font-family:"AvenirBook", serif;
	font-weight: 400;
	font-style: italic;
	font-size: 22px;
	color: white;
}
.sign-quote {
	position: relative;
	font-family: "AvenirMedium";
	color: white;
	font-weight: bold;
	letter-spacing: 2px;
}
.center-buttons {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.center-buttons button {
	padding: 5px 40px;
	margin: 5px;
	border-radius: 10px;
	width: 80%;
	font-size: 16px;
}
.center-buttons button:nth-of-type(1) {
	background-color: #3b93ff;
	border: 1px solid #3b93ff;
	color: white;
}
.center-buttons button:nth-of-type(2) {
	background-color: transparent;
	border: 1px solid #fff;
	color: black;
}
#home #primera h2 {
	position: relative;
	top: 68px;
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	width: auto;
	left: 0;
}
.play-video {
	position: absolute;
	top: 40%;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	color: white;
}
.play-video span {
	display: block;
	float: left;
	width: 26px;
	margin-top: -2px;
	margin-right: 5px;
}
.play-video span img {
	width: 100%;
}
.section-text-container {
	background-color: white;
	padding: 5px 22px;
	position: absolute;
	bottom: 35px;
}
#left-vertical-content-slide {
	position: relative;
	overflow: hidden;
	margin: 0 auto 0 auto;
	width: 100%;
	float: none;
}
#right-vertical-content-slide {
	position: relative;
	overflow: hidden;
	margin: 0 auto 0 auto;
	width: 100%;
	float: none;
}
.text-slide-vertical-left h3, .text-slide-vertical-right h3 {
	font-family: "AvenirBlack";
	font-weight: normal;
	margin: 5px 0 -16px 0;
}
.text-slide-vertical-left {
	color: white;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 1.5em;
	z-index: 3;
}
.text-slide-vertical-right {
	color: white;
	position: absolute;
	top: 72%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 1.5em;
	z-index: 3;
}
	
	.linea-quote{
		display: none;
	}
	.text-quote {	
		/*font-size: 15px;*/
	}
	#home #tercera {
		height: 510px;
		background-image: url(../img/fondo-quotes.jpg);
	}
	#home #tercera img{
		display: none;
	}
}
@media (max-width:1300px) and (min-width:800px){
	#adaptive-video-container.vpequeno {
		min-width: 360px;
		right: 8vw;
		width: 35vw;
		top: 32%;
		transition: all 1s;
	}
	#primera button{
		width: 18vw;
		margin-right: 2vw;
	}
	#primera .first-text-button-container{
		transition: all 1s;
		-webkit-transition:all 1s;
	}
}
/* #### FIN HOME RESPONSIVE #### */
