.section-header{position:relative; padding:0; background:#4eadeb; background-position:center center; background-size:cover; min-height:80vh;  -webkit-transition: 0.4s; transition: 0.4s; overflow:hidden; border-radius: 40px; border: 5px solid #f2f2f2;}
.section-header .caption{
	position:absolute;
	width:60%;
	bottom:5%;
	left:10%;
	color:#fff;	
	opacity:0;
	z-index:2;
	font-size:22px;
	font-weight:300;
}
.section-header .caption strong{background:#7ff3de; color:#153c68;}
.section-header .caption .logo{width:25%; margin-bottom:20px;}
.section-header .caption h1{font-size:4vw; font-weight:300; line-height:1; display: flex; flex-direction: column;}
.section-header .caption2{
	position:absolute;	
	bottom:10%;
	right:20%;
	color:#fff;	
	z-index:2;
}
.section-header .caption2 h2{
	font-size:1.5vw;
}
.btn{
	position: relative;
	color:#153c68;
	background: #fff;;
	border:1px solid #fff;
	border-radius:30px;
	padding:3px 25px;
	font-weight: 100;
	font-size:16px;
	margin-top:20px;
	-webkit-transition: 0.5s; transition: 0.5s;
}
.btn:after{
	content:'';
	position:absolute;
	right:-35px;
	top:0;
	width:30px;
	height:30px;
	border-radius:50%;
	border:1px solid #153c68;
	background:url(../img/bt_after.svg) no-repeat center center #7ff3de;
	background-size:40% auto;
}
.btn:hover{	
	background-color:#7ff3de;
	border:1px solid #7ff3de;
	-webkit-transition: 0.5s; transition: 0.5s;
	color:#153c68;
}

.section-header .redes{
	position:absolute;
	bottom:22%;
	left:2%;
	display: flex;
	flex-direction: column;
	z-index:2;
	margin-left:10px;
	display:none;
}
.redes img{
	width:20px;
	height:20px;
	margin:3px 0;
	-webkit-transition: 0.5s; transition: 0.5s;
}
.redes img:hover{
	-webkit-transition: 0.5s; transition: 0.5s;
	width:30px;
	height:30px;
	margin-left:-5px;
}
#myvid{
	position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
	z-index:0;
}
.great-place{position:absolute; top:0; right:10%; z-index:2;}

#vidbutton{
	z-index: 9;
	position: absolute;
	top: 50%;
	left: 50%;
	width:50px;
	height:50px;
	background:url(../img/play_btn.svg) no-repeat center center rgba(0,0,0,0.2);
	border-radius:50%;
	background-size:contain;
	margin-left:-25px;
	margin-top:-25px;
}
.number{display: flex; line-height: 1.2; flex-direction: column; text-align:center; padding:90px 5%; position: relative;}
.number .icon{z-index:2; line-height:25px; align-self: center; background:#7ff3de; color:#153c68; font-weight:300; border-radius:50%; width:25px; height:25px; text-align:center;}
.number h2{font-weight: bold; color:#153c68; font-size:4vw; margin-top:-20px; margin-bottom:5px;}
.number span{background: #7ff3de;}
.about{padding:80px 10% 20px 10%;}
.about h2{color: #153c68;}
.about .grafico{
	width:100%;
	height:50vh;
	background:url(../img/about1.svg) no-repeat center center;
	background-size:contain;
}
.about .grafico[data-id="1"]{
	background-image: url(../img/about2.svg);
}
.about .grafico[data-id="2"]{
	background-image: url(../img/about3.svg);
}
.about .grafico[data-id="3"]{
	background-image: url(../img/about4.svg);
}

.about .slick-prev::before, .about .slick-next::before{color:#153c68}
.about .desc{margin-top:70px;  font-weight:300; color:#153c68; padding-right:20%;}
.about .desc strong{background: #7ff3de; color: #153c68; font-size:28px;}

.portfolio{margin-top:60px;}
.list-portfolio{margin-bottom:30px; cursor:pointer;}
.list-portfolio .card{color:#153c68;}
.list-portfolio .card:before{
	content:'+';
	position:absolute;
	width:30px;
	height:30px;
	border-radius: 50%;
	background: #7ff3de;
	top:20px;
	right:20px;
	line-height:30px;
	text-align: center;
}
.partners .list-portfolio .card:before{
	content:'';
	position:absolute;
	width:30px;
	height:30px;
	border-radius: 50%;
	background: url(../img/bt_after.svg) no-repeat center center #7ff3de;
	background-size: 40% auto;
	top:20px;
	right:20px;
	line-height:30px;
	text-align: center;
}

.list-portfolio.active .card:before{
	content:'-';
}
.list-portfolio label{color:#7ff3de; font-size:28px; font-weight:bold;}
.list-portfolio h5{padding-right:20% !important; font-weight:bold; margin-bottom:20px;}
.list-portfolio .desc{height:0; overflow:hidden;}
.list-portfolio.active .desc{height:auto; overflow:hidden;}

.carrusel-about .label{
	color:#153c68;
	position: relative;
	padding-left:20px;
}
.carrusel-about .label:before{
	content:'';
	width:10px;
	height:10px;
	border-radius:50%;
	background:#4eadeb;
	position: absolute;
	top: 7px;
	left: 0px;
}
.carrusel-about h3{
	font-weight:300;
	color:#153c68;
}
.carrusel-about h3 span{
	background:#4eadeb;
}
.list-about{
	padding:0 30px;
}

.list-about[data-id="1"]  h3 span{
	background:#b2cd54;
}
.list-about[data-id="1"] .label:before{
	background:#b2cd54;
}

.list-about[data-id="2"]  h3 span{
	background:#f6db4a;
}
.list-about[data-id="2"] .label:before{
	background:#f6db4a;
}

.list-about[data-id="3"]  h3 span{
	background:#153c68;
	color:#fff;
}
.list-about[data-id="3"] .label:before{
	background:#153c68;
}

.soluciones{
	padding:0px 10%;
	margin-top:0px;
}
.soluciones h2{font-weight:300;}
.soluciones h2 span{background:#7ff3de;}
.soluciones .servicios{margin-top:-30px;}
.soluciones .servicios .card{padding:0;margin: 15px 0; color:#153c68; -webkit-transition: 0.4s; transition: 0.4s;}
.soluciones .servicios .card:after{
	content:'';
	position:absolute;
	top:20px;
	right:20px;
	width:30px;
	height:30px;
	border-radius:50%;
	border:1px solid #153c68;
	background:url(../img/bt_after.svg) no-repeat center center #7ff3de;
	background-size:40% auto;
	-webkit-transition: 0.4s; transition: 0.4s;
}
.soluciones .servicios .card:hover:after{top:15px; right:15px;}
.soluciones .servicios .card:hover{background:#f5f5f5; -webkit-transition: 0.4s; transition: 0.4s;}
.soluciones .servicios .card h3{padding:0 30px; font-weight:bold; margin-top:-20px;}
.soluciones .servicios .card .desc{padding:0 30px;}
.soluciones .servicios a{text-decoration:none !important;}

.partners a{text-decoration:none !important;}
.partners .list-portfolio:hover .card{background:#f5f5f5; -webkit-transition: 0.4s; transition: 0.4s;}
.partners .list-portfolio:hover .card::before{top:15px; right:15px; -webkit-transition: 0.4s; transition: 0.4s;}
.partners, .marcas{
	padding:0px 10% 160px 10%;
	margin-top:80px;
}
.marcas{padding:0px; }
.partners{margin-top:180px; margin-bottom:90px;}
.partners h2, .marcas h2{font-weight:300;}
.marcas h2{padding:0 10%;}
.partners h2 span, .marcas h2 span{background:#7ff3de;}
.carrusel-content{padding:40px 0; width:90%; margin-left:5%;}
.marcas .carrusel-content{padding:40px 0; width:100%; margin-left:0;}
.marcas .carrusel-content img{width:100%;}
.carrusel-content .card{padding:30px; text-align:center; height:40vh; justify-content: center;}
.carrusel-content.soluciones-carrusel .card{margin:0 30px; height:auto; font-size:12px; border-color:#fff; color:#fff; background:transparent; height:70vh; opacity:0.5; text-align:left;}
.carrusel-content.soluciones-carrusel .slick-current .card{opacity:1;}
.carrusel-content.soluciones-carrusel .card h5{display:block; margin-bottom:40px !important; position:relative; padding-right:20%;}
.carrusel-content.soluciones-carrusel .card h5:after{
	content:'';
	position:absolute;
	bottom:-20px;
	left:0;
	width:100%;
	height:1px;
	background:#fff;
}


.marcas .carrusel-content .card{margin:0 10px; height:30vh;}

.casos{
	padding:60px 10%;
	margin-top:-120px;
	background: linear-gradient(135deg, rgba(21,60,104,1) 0%,rgba(127,243,222,1) 100%);
	color:#fff;
	border-radius:50px;
	border:5px solid #fff;
}
.casos h2{font-weight:300; padding-right:20%;}
.casos h2 span{background:#7ff3de; color:#153c68;}
.list-categoria-caso{margin-bottom:20px; position: relative; -webkit-transition: 0.4s; transition: 0.4s;}
.list-categoria-caso:hover{padding-left:5px; -webkit-transition: 0.4s; transition: 0.4s;}
.list-categoria-caso a{color:inherit; text-decoration:none !important;}
.list-categoria-caso:after{
	content:'';
	position:absolute;
	right:0px;
	bottom:0;
	width:30px;
	height:30px;
	border-radius:50%;
	border:1px solid #fff;
	background:url(../img/bt_after_light.svg) no-repeat center center;
	background-size:40% auto;
	-webkit-transition: 0.4s; transition: 0.4s;
}
.list-categoria-caso:hover:after{right:15px; -webkit-transition: 0.4s; transition: 0.4s;}
.list-categoria-caso label{
	position: relative;
	padding-left:15px;
	font-size:12px;
}
.list-categoria-caso label:before{
	content:'';
	width:8px;
	height:8px;
	border-radius:50%;
	background:#7ff3de;
	position: absolute;
	top: 4px;
	left: 0px;
}

.slick-dots li.slick-active button::before {
	color: #fff;
}
.slick-dots li button::before {
	font-size: 12px;
}
.soluciones2{
	padding:50px 0;
	margin-top:-160px;
	margin-bottom:90px;
	background: linear-gradient(to right, rgba(21,60,104,1) 0%,rgb(52, 171, 200) 100%);
	color:#fff;
	border-radius:50px;
	border:5px solid #f2f2f2;
	font-size:32px;
	line-height: 1.1;
	text-align: center;
	font-weight: 200;
}
.soluciones2 .carrusel-content{
	width:105%;
	margin-left:-2.5%;
}
.casos .btn{margin-top:40px;}
.casos h2{font-weight:300; padding-right:20%;}
.casos h2 span{background:#7ff3de; color:#153c68;}
.list-categoria-caso{margin-bottom:20px; position: relative;}
.list-categoria-caso:after{
	content:'';
	position:absolute;
	right:0px;
	bottom:0;
	width:30px;
	height:30px;
	border-radius:50%;
	border:1px solid #fff;
	background:url(../img/bt_after_light.svg) no-repeat center center;
	background-size:40% auto;
}
.list-categoria-caso label{
	position: relative;
	padding-left:15px;
	font-size:12px;
}
.list-categoria-caso label:before{
	content:'';
	width:8px;
	height:8px;
	border-radius:50%;
	background:#7ff3de;
	position: absolute;
	top: 4px;
	left: 0px;
}

.slick-dots li.slick-active button::before {
	color: #fff;
}
.slick-dots li button::before {
	font-size: 12px;
}

@media screen and (min-width: 1440px) {
	
}
@media screen and (max-width:768px) {
	
	.section-header .caption {
		width: 80%;
		left: 10%;
		text-align:center;
	}
	.section-header .caption h1 {
		font-size: 8vw;
		line-height: 8vw;
	}
	
	.section-header .caption2 h2 {
		font-size: 4.5vw;
		text-align:center
	}
}	
@media screen and (max-width:600px) {
	
}