/* -----------------------------------------------------------------------------
# Navbar
----------------------------------------------------------------------------- */
.mainmenu .container{
	max-width: 1240px;
}
.mainmenu {
	position: fixed;
	z-index: 100;
	width: 100%;
	background-color: #fff;
	padding: 8px 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.mainmenu-wrap {
	display: flex;
	justify-content: space-between;
}
.mainmenu-wrap label{
	cursor: pointer;
	display: none;
	float: right;
    font-size: 1.7rem;
	margin: auto 0;
}
.mainmenu-nav{
	text-align: right;
	margin: auto 0;
}
.mainmenu-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mainmenu-nav ul li {
	display: inline-block;
}
.mainmenu-nav ul li a {
	font-weight: 700;
	display: block;
	padding: 12px 15px;
	color: #373636;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.mainmenu-nav ul > li {
  position: relative;
}
.mainmenu-nav ul li.current-list-item > a {
  color: #0052F0;
}
.mainmenu-nav li:hover > a {
  color: #0052F0;
}
.mainmenu-nav .menu{
	display: none;
	border-radius: 7px;
	box-shadow: 0 2px 8px rgba(0,0,0,.05);
	background-color:#fff;
	right: 1rem;
	top: 6.2rem;
	position: fixed;
}
.mainmenu-nav .menu a{
	color: #051922 !important;
	font-weight: 700;
	font-size: 0.9rem;
	padding: 7px 25px;
	margin: 1rem 1.5rem;
	border-radius: 50px;
}
.menu a:hover{
	background-color: #0052F0;
	color: #fff !important;
}
#intra{
	width: 50px;
	cursor: pointer;
}
.site-logo a img{
	max-width: 9rem;
	object-fit: contain;
	height: 100%;
}
.is-transparent{
  background-color: transparent;
  padding: 25px 0;
  box-shadow: none;
}
.is-transparent .mainmenu-nav ul li a{
	color: #fff;
}
.is-transparent .mainmenu-nav ul li:hover > a {
  color: #0052F0;
}
@media only screen and (min-width: 991px) {
	.mainmenu-nav ul > li:hover ul {
		opacity:1 !important;
		visibility: visible !important;
		display: block !important;
	}
}
@media only screen and (max-width: 991px) {
	.mainmenu{
		background:#fff;
	}
	.mainmenu-wrap {
		position: unset;
	}
	.mainmenu-wrap label{
		display: initial;
	}
	.mainmenu-nav {
		position:absolute;
		top: 100%;
		left:0;
		right:0; 
		background:#fff;
		color:#000;
		display:none;
		text-align: center;
	}
	.mainmenu-nav ul li:not(:last-child){
		width: 100%;
	}
	.mainmenu-nav ul li:last-child{
		float:none;
		padding-bottom: 15px;
	}	
	.mainmenu-nav ul li.current-list-item > a{
		color:#051922;
	}
	.mainmenu-nav ul li a{
		color:#051922;
	}
	.mainmenu-nav .menu{
		display: block;
		border-radius: 0;
		box-shadow: none;
		position: relative;
		right: 0;
		top: 0;
	}
	.mainmenu-nav .menu a{
		color: #fff !important;
		font-weight: 700;
		font-size: 0.9rem;
		padding: 7px 25px;
		margin: 1rem 1.5rem;
		border-radius: 50px;
		background-color: #0052F0;
	}
	
}

/* -----------------------------------------------------------------------------
# Home
----------------------------------------------------------------------------- */

.home-slider-item .home-img{
    background-size: cover;
    background-position: center;
	height: 100vh;
	width: 100vw;
	position: relative;
	z-index:1;
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;	
}
.home-slider-item > .home-img:after{
	height: 100vh;
	width: 100vw;
	position: absolute;
	background-color: #051922;
	content: "";
	z-index: -1;
    opacity: 0.5;
	top:0;
	left:0;
}
.home-cont-text{
	width: 100vw;
	z-index: 50;
	height: 100vh;
	position: absolute;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
}
.home-cont-text > h1{
	color:#fff;
	text-align: center;
}

/* -----------------------------------------------------------------------------
# 	Servicios
----------------------------------------------------------------------------- */
.servicios{
	background: #0052F0;
	width: 100%;
	height: auto;
    text-align: center;
	padding: 4rem 0;
	color: #ffffff;
}
.servicios .section-header h3{
	color: #fff;
}
.servicios .servicios-slider span{
	margin-top:1rem;
	font-family: "Poppins", sans-serif;
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.75rem;
}
.servicios .servicios-slider img{
	width: 100%;
	padding: 0 2rem;
	height: 14rem;
	object-fit: cover;
}
.servicios .slick-active { 
  padding: 20px 0; 
}
.servicios .slick-center { 
  transform: scale(1.08) 
}
.servicios .slick-slide:not(.slick-active) { 
  margin: 20px 0; 
}
/* -----------------------------------------------------------------------------
# Nosotros
----------------------------------------------------------------------------- */

.nosotros {
  width: 100%;
  height: auto;
  margin-top: 9rem;
  margin-bottom: 9rem;
  text-align: center;
  background: none no-repeat scroll center center #ffffff;
}
.nosotros .nosotros-content{
	display: flex;
	flex-direction: column;
}
.nosotros .nosotros-content h4{
	color: #0052F0;
}
.nosotros .nosotros-content .nosotros-img{
	border-right: 2px solid #d9d7d7;
}
.nosotros .nosotros-content img{
	width: 120px;
	margin-bottom: 2rem;
	height: 120px;
	object-fit: contain;
}
@media screen and (max-width: 767px) { /*celulares*/
	.nosotros .nosotros-content .nosotros-img{
		border-right: none;
	}
	.nosotros .nosotros-content img{
		width: 100px;
		height: 100px;
	}
	.nosotros .nosotros-content p{
		margin: 1rem 3rem 3rem 3rem;
	}
	.nosotros .nosotros-content h4{
		font-size: 1.5rem;
	}
}
@media screen and (min-width:768px) and (max-width: 991px) { /*tablet*/
	.nosotros .nosotros-content p{
		margin: 1rem 3rem 3rem 3rem;
	}
	.nosotros .nosotros-content .nosotros-img{
		border-right: none;
	}
}
/* -----------------------------------------------------------------------------
# 	Beneficios
----------------------------------------------------------------------------- */
.beneficios{
	margin-bottom: 9rem;
}
.beneficios .bnf-content{
	margin-bottom: 1rem;
	padding: 0.9rem 1.7rem;
}
.beneficios .bnf-content .bnf-content-item{
	position:relative;
}
.beneficios .bnf-content .bnf-content-item::after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0,0,0), transparent);
  border-radius: 15px;
}
.beneficios .bnf-content img{
	height: 16rem;
	object-fit: cover;
	width: 100%;
	border-radius: 15px;
}
.beneficios .bnf-content span{
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	z-index: 10;
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem;
}

/* -----------------------------------------------------------------------------
# 	Comentarios
----------------------------------------------------------------------------- */
.comentarios {
	margin-bottom: 9rem;
}
.comentarios .cmt-card{
	display: flex;
	padding: 2rem;
	margin: 0 auto;
	justify-content: center;
}
.comentarios .cmt-card > img{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	object-fit: cover;
}
.comentarios .cmt-card > div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	padding-left: 2rem;
}
.comentarios .cmt-card > div h5{
	margin-bottom: 0.5rem;
	font-size: 1.40rem;
}
.comentarios .cmt-card > div p{
	font-size: 1.15rem;
}
.comentarios .cmt-card .cmt-rating img{
	width: 1.3rem;
	display: inline;
}
.comentarios .slide:not(.slick-active) { 
	cursor: pointer; 
}
.comentarios .slick-prev, .comentarios .slick-next{
	opacity: 1;
}
.comentarios .slick-prev:before,.comentarios .slick-next:before {
	opacity: .75;
    color:#373636; 
}
@media screen and (max-width: 767px) {
	.comentarios .cmt-card{
		flex-direction: column;
	}
	.comentarios .cmt-card > img{
		width: 140px;
		height: 140px;
		margin: 0 auto 2rem;
	}
	.comentarios .cmt-card > div{
		padding-right: 2rem;
	}
}

/* -----------------------------------------------------------------------------
# 	Factor Diferenciador
----------------------------------------------------------------------------- */
.factor{
	margin-bottom: 9rem;
}
.factor .fct-img{
	width: 100%;
	height: 30rem;
	object-fit: contain;
}
.factor .rsnbtn{
	background-color: #0052F0;
	border-radius: 50px;
	padding: 10px 20px !important;
	color: #fff !important;
	font-weight: 700;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display:inline-block;
}
.factor .rsnbtn:hover{
	background-color: #0491d1 !important;
}
.factor .rsnbtn2{
	background-color: #fff;
	border-radius: 50px;
	margin-top: 10px;
	padding: 10px 20px !important;
	color: #0052F0;
	font-weight: 700;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display:inline-block;
	border: 1px solid #0052F0;
}
.factor .rsnbtn2:hover{
	background-color: #0491d1 !important;
	color: #fff;
}
@media screen and (max-width: 991px) {
	.factor h4{
		margin-top: 4rem;
	}
} 

/* -----------------------------------------------------------------------------
# 	Empresarial
----------------------------------------------------------------------------- */
.empresarial{
	margin-bottom: 15rem;
}
.empresarial .emp-content{
	background: url(../imagenes/Empresarial.png) no-repeat scroll center center #101820;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 4rem 0;
	color: #ffffff;
}
.empresarial .emp-content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-image: linear-gradient(to right, rgb(0, 0, 0), #57565652);
	opacity: 0.7;
	border-radius:5px;
}
.empresarial .emp-content .emp-content-text{
	text-align: left;
	margin: 10rem 0;
}
.empresarial .emp-content .emp-content-text h3{
	color: #fff;
	font-size: 3rem;
	margin-bottom: 0.5rem;
	line-height: 3.5rem;
}
.empresarial .emp-content .emp-content-text p{
	margin-bottom: 3rem;
	color: #f9f9f9;
	font-size: 1.1rem;
}
.empresarial .emp-content .emp-content-text a{
	border-radius:15px;
	background:#25d366;
	border:none;
	outline:none;
	color:#FFF;
	font-size: 0.9rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	padding: 0.7rem 1rem;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.empresarial .emp-content .emp-content-text{
		text-align: center;
	}
}

/* -----------------------------------------------------------------------------
# 	Clientes
----------------------------------------------------------------------------- */
.clientes{
	background: #fff;
	width: 100%;
	height: auto;
    text-align: center;
	padding: 0 0 10rem 0;
	color: #ffffff;
}
.clientes .section-header .section-title{
	margin: 0 0 10rem 0;
}
.clientes img{
	max-height: 60px;
	margin: 0 auto;
}
.clientes .slick-prev, .clientes .slick-next{
	opacity: 1;
}
.clientes .slick-prev:before,.clientes .slick-next:before {
	opacity: .75;
    color:#373636; 
}

/* -----------------------------------------------------------------------------
# 	Preguntas
----------------------------------------------------------------------------- */
.preguntas{
	margin-bottom: 12rem;
	margin-top: 3rem;
}
.preguntas .prg-item{
	display: flex;
	flex-direction: column;
}
.preguntas .prg-item-title{
	display:flex;
	background-color: #f2f2f2;
	font-weight: 700;
	padding: 25px 30px;
	margin-bottom: 15px;
	justify-content: space-between;
}
.preguntas .prg-item-title span{
	color: #0052F0;
	font-size: 15px;
}
.preguntas .prg-item-title img{
	width: 30px;
	height: 30px;
}
.preguntas .prg-item-cont{
	padding: 15px 30px;
}

/* -----------------------------------------------------------------------------
# 	Conductores
----------------------------------------------------------------------------- */
.conductores .cnt-content{
	background: url(../imagenes/Afiliacion-Conductor.jpg) no-repeat scroll #101820;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
	color: #ffffff;
}
.conductores .cnt-content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-image: linear-gradient(to right, rgb(0, 0, 0), #57565652);
	opacity: 0.7;
}
.conductores .cnt-content .cnt-content-text{
	text-align: left;
	margin: 12rem 0;
}
.conductores .cnt-content .cnt-content-text h3{
	color: #fff;
	font-size: 3rem;
	margin-bottom: 3rem;
}
.conductores .cnt-content .cnt-content-text .cnt-content-btn1{
	border-radius:15px;
	background:#0052F0;
	border:none;
	outline:none;
	color:#FFF;
	font-size: 0.9rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	padding: 0.7rem 1rem;
	z-index:100;
	margin: 0 0.5rem;
	font-weight: 700;
}
.conductores .cnt-content .cnt-content-text .cnt-content-btn2{
	border-radius:15px;
	background:#25d366;
	border:none;
	outline:none;
	color:#FFF;
	font-size: 0.9rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	padding: 0.7rem 1rem;
	padding: 0.7rem 2.8rem;
	margin: 0 0.5rem;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.conductores .cnt-content .cnt-content-text{
		text-align: center;
	}
	.conductores .cnt-content .cnt-content-text .cnt-content-btn1{
		display: inline-block;
		margin-bottom: 2rem;
	}
	.conductores .cnt-content .cnt-content-text .cnt-content-btn2{
		display: inline-block;
	}
	.conductores .cnt-content{
		background: url(../imagenes/Afiliacion-Conductor2.jpg) no-repeat scroll center center #101820;
		background-size: cover;
	}
}

/* -----------------------------------------------------------------------------
# 	Jaku
----------------------------------------------------------------------------- */
.jaku .jaku-content{
	background: url(../imagenes/jaku2.png) no-repeat scroll #101820;
	position: relative;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-size: cover;
}
.jaku .jaku-content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-image: linear-gradient(to right, rgb(0, 0, 0), #57565652);
	opacity: 0.7;
}
.jaku .jaku-content .jaku-content-item{
	padding: 12rem 0;
	display: inline-block;
	position: relative;
}
.jaku .jaku-content .jaku-content-text{
	text-align: left;
}

.jaku .jaku-content .jaku-content-text .jaku-content-btn1{
	border-radius:15px;
	background:#000070;
	border:none;
	outline:none;
	color:#FFF;
	font-size: 0.9rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	padding: 0.7rem 1rem;
	z-index:100;
	margin: 0 0.5rem;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.jaku .jaku-content{
		background: url(../imagenes/jaku1.png) no-repeat scroll center #101820;
		background-size: cover;
	}
}

/* -----------------------------------------------------------------------------
# 	Frase
----------------------------------------------------------------------------- */
.frase{
	background: #0052F0;
	background-size: cover;
	position: relative;
	width: 100%;
	height: auto;
	padding: 12rem  0;
}
.frase p{
	font-family: "Roboto", sans-serif;
	color: #fff;
	font-style: italic;
	font-size: 1.30rem;
	letter-spacing: 0.1rem;
	font-weight: 700;
}
/* -----------------------------------------------------------------------------
# Contact
----------------------------------------------------------------------------- */
.contact {
  width: 100%;
  height: auto;
  margin: 10rem 0 10rem 0;
  background: none no-repeat scroll center center #ffffff;
}

#contact-form{
	box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    position: relative;
    background-color: #fff;
	padding: 2.5rem;
}
#contact-form h3 {
	color: #0052F0;
	font-size: 20px;
	margin-bottom: 30px; 
	font-family: "Roboto", sans-serif;
	line-height: 1.9;
	font-weight: 700;
}
#contact-form .col-form-label{
	font-size: 14px;
	color: #0052F0;
	margin: 0 0 10px 0;
	display: inline-block;
	padding: 0;
}

#contact-form .form-control {
	border: none;
	border-bottom: 1px solid #ccc;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
	background: none; 
	color:#0052F0;
}
#contact-form .form-control {
	border: none;
	border-bottom: 1px solid #ccc;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
	background: none; 
	color:#0052F0;
}

#contact-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b3b3b3;
}
#contact-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #b3b3b3;
}
#contact-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #b3b3b3;
}
#contact-form .form-controlt:-moz-placeholder { /* Firefox 18- */
  color: #b3b3b3;
}

#contact-form .form-control:active, #contact-form .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
	box-shadow: none;
	border-color: #000;
}

#contact-form .btn, #contact-form .form-control {
	height: 45px;
}
#contact-form textarea.form-control {
	height: auto;
	resize: vertical;
}
#contact-form .btn {
	border: none;
	border-radius: 0;
	font-size: 12px;
	letter-spacing: .15rem;
	text-transform: uppercase; 
	background: #0052F0;
}

#contact-form .btn:hover {
    color: #fff; 
}
#contact-form .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; 
}
.map{
	box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
	border: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 991px) {
	.map{
		height: 350px;
	}
}

/* -----------------------------------------------------------------------------
# 	Footer
----------------------------------------------------------------------------- */

.footer{
	background: #3e3e3e;
	padding-top: 45px;
}
.footer h5, .footer p, .footer a{
	color: #fff ;
}
.footer .footer-contact{
	margin: 0 0 0 3rem;
}
.footer .footer-contact > img{
	margin-right: 1.5rem;
}
.footer .footer-contact img{
	max-width: 20px;
}
.footer .footer-redes{
	display: flex;
	justify-content: center;
}
.footer .footer-redes a{
	margin-right: 10px;
	margin-bottom: 10px; 
}
.footer .footer-redes img{
	width: 30px;
}
.footer .icon-ubi{
	margin-right: 0.5rem;
}
@media screen and (max-width: 991px) {
	.footer .footer-items{
		margin-bottom: 5rem;
	}
}

/* -----------------------------------------------------------------------------
# 	botones flotantes
----------------------------------------------------------------------------- */

.btnwsp{
	border-radius:15px;
	background:#25d366;
	right:0;
	bottom:0;
	position:fixed;
	margin-right:16px;
	margin-bottom:16px;
	border:none;
	outline:none;
	color:#FFF;
	font-size: 0.9rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	padding: 0.4rem 1rem;
	z-index:100;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.btnchat{
	border-radius:15px;
	background:#0052F0;
	right:0;
	bottom: 4rem;
	position:fixed;
	margin-right:16px;
	margin-bottom:10px;
	border:none;
	outline:none;
	color:#FFF;
	font-size: 0.9rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	padding: 0.4rem 1rem;
	z-index:100;
}
.btnbcr{
	border-radius:15px;
	background:#FC0101;
	left:0;
	bottom:0;
	position:fixed;
	margin-left:16px;
	margin-bottom:16px;
	border:none;
	outline:none;
	color:#FFF;
	font-size: 0.9rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	padding: 0.4rem 1rem;
	z-index:100;
}
.btnwsp img{
	width: 25px;
	margin-right: 5px;
}
.btnwsp:hover,.btnchat:hover,.btnbcr:hover{
	color:#fff;
}
.btnchat img{
	display: none;
}
@media screen and (max-width: 767px) {
	.btnwsp{
		border-radius:50%;
		padding: 0.2rem;
	}
	.btnwsp span{
		display: none;
	}
	.btnwsp img{
		width: 50px;
		margin-right: 0;
	}
	.btnchat{
		border-radius:50%;
		padding: 0.9rem;
		bottom: 5.5rem;
	}
	.btnchat span{
		display: none;
	}
	.btnchat img{
		display: block;
		width: 30px;
	}
}

/* -----------------------------------------------------------------------------
# 	Afiliacion
----------------------------------------------------------------------------- */
.conductores3{
	padding: 6rem 0;
	background-color: #0052F0;
}
.conductores3 h3, .conductores3 p{
	color: #fff;
}
.conductores3 p{
	font-size: 1.1rem;
}
.conductores3 .afl-subtitle{
	margin-bottom: 4rem;
}
.conductores3 .step {
  width: 30px;
  height: 30px;
  font-size: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
}
.conductores3 .card{
	border: none;
	background-color: transparent;
}
.conductores3 .separline {
  position: relative;
}
.conductores3 .separline:after {
  top: 34px;
  left: 13px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (15px + 4px) * 2);
  background-color: #fff;
}