/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:18px;
  color:#022859;
  line-height:28px;
  font-weight:400;
  background:#ffffff;
  font-family: Montserrat, sans-serif;
  /*background-size:cover;*/
  -webkit-font-smoothing: antialiased;
}

@media (min-width:1120px) {
  .container {
    max-width: 1120px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1550px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1120px;
  padding:0px 15px;
  margin:0px auto;
}

.maxw1280{max-width:1280px;}
.maxw1360{max-width:1360px;}
.maxw900{max-width:900px;}
.zeropad{padding:0px;}
.zeropadmar{margin:0px; padding:0px;}
.azulConnecto{color:#022859;}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
  z-index: 1;
}

a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
  color: #00E6C9;
}

input,button,select,textarea{
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-family: Montserrat, sans-serif;
  color: #022859;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #022859;
  margin: 0px;
  transition: all 500ms ease;
}

.dispNone{
	display: none;
}

.dispInherit{
	display: inherit;
}

.clickImgFamilia{
	cursor: pointer;
}

.linkImgFamilia{
	cursor: pointer;
}

#familia-acordion{
	cursor: pointer;
}

/*
  transition-duration: 0.4s;
  cursor: pointer;
*/

/** main-header **************************************************************/

.main-header{
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  width: 100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  
  background: #022859;
  margin: 0px;
  border-radius: 0px 0px 20px 20px;
}

.header-top-three{
  position: relative;
  min-height: 102px;
  padding: 30px 0px 0px;
}

.header-top-three .top-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-three .logo-box{
  position: relative;
  padding: 0px 0px;
}

.logo img{
	width: 200px;
	border:none;
}

.nav-item{
	padding-left: 5px;
	padding-right: 5px;
}

.nav-link{
	color:white;
	font-size:18px;
	font-weight:500;
}

a.nav-link:hover{
	color:#00E6C9;
}

.desktop-current{
	color:#00E6C9;
}

.mobile-toggler{
	display: none;
}

/*********************************************************************************************************
*** Inicio ***********************************************************************************************
**********************************************************************************************************/

/*** connecta ************************************************************************/

.home-connecta{
	margin-top: 177px;
	min-height: 613px;
}

.titulo-principal{
	width: 624px;
}

.titulo-principal h1{
  font-size:40px;
  font-weight:600;
  line-height: 50px;
}

.parrafo-general{
	width: 620px;
	margin-top: 17px;
}

.parrafo-general p{
  font-size:18px;
  font-weight:500;
}
.parrafo-general p span.fuerte{font-weight:600;}

.home-connecta .div-boton-connecta{
	margin-top: 22px;
}

#boton-connecta{
	width: 192px;
}

.div-foto-chica-home{
	min-height: 5px;
	position: relative;
}

#foto-chica-home {
	position: absolute;
	right: 0px;
	top: -340px;
	z-index: -10;
}

.div-video-mockup-home{
	min-height:5px;
	position:relative;
}

#video-mockup-home {
	width:520px;
	height:520px;
	position: absolute;
	right: -100px;
	top: -480px;
	z-index: -10;
}

.bgInicioTop{
	position:absolute;
	width:100%;
	height:902px;
	right:0px;
	top:0px;
	z-index: -100;
  background-image: url("../images/Fondos1920/Inicio/FondoInicioTop.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgVerdeOblicuo{
	position:absolute;
	width:932px;
	height:1324px;
	left:-160px;
	top:-1010px;
	z-index: -50;
  background-image: url("../images/Fondos1920/Inicio/verdeOblicuoTransparente.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

/*** mobile menu *********************************************************************/

.offcanvas.offcanvas-top{
	background-color: #00E6C9;
	min-height: 568px;
}

.mobile-menu-link{
  color: #022859;
  font-size:18px;
  font-weight:400;
  line-height: 30px;
}

a.mobile-menu-link:hover{
	color: #022859;
}

.mobile-current{
	font-weight:600;
}

.offcanvas .offcanvas-body{
	display:flex;
	flex-flow:column wrap;
	justify-content:center;
	align-content:flex-start;
	align-items:flex-start;
}

#mobile-menu-container{
	/*margin: 72px 24px 0px 40px;*/
	margin:0px 0px 0px 56px;
	width:140px;
}

#mobile-menu-container p{
	margin-bottom: 12px;
}

#mobile-menu-logo{
	width: 130px;
	margin-top: 86px;
}

/*** logras ************************************************************************/

.home-logras{
	margin-top:0px;
	min-height:1272px;
	background:#00D7BC;
  background-image: url("../images/Fondos1920/Inicio/fondoverdeiniciotop.png"), url("../images/Fondos1920/Inicio/fondoverdeiniciobottom.png");
  background-position: center top, center bottom;
  background-repeat: repeat-x, repeat-x;
}

.home-logras p.texto-parrafo-gigante-azul{
  margin-bottom:30px;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

#logologras{width:300px;}

.logras-connecto{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.logras-item{
	width:308px;
	height:428px;
	padding:31px 23px;
	border-radius: 31px;
	border: 2px solid rgba(2, 40, 89, 0.41);
	color: #022859;
	margin:0px 5px 30px;
}
.logras-item p{color:inherit;}

.logras-item:hover{
	background-color:#022859;
	color:white;
}

.logras-pic{
	width:262px;
	height:177px;
	margin-bottom:24px;
}

.logras-item-titulo{
	font-size:18px;
	font-weight:600;
	line-height:4px;
	margin-bottom:12px;
}

.logras-item-parrafo{
	font-size: 17px;
	font-weight: 300;
	line-height: 22px;
	font-style: normal;
}


/*** empresas ************************************************************************/

.home-empresas{
	margin: 60px 0px 60px;
	background: #022859;
	min-height: 500px;
	color: white;
}

.home-empresas p.texto-parrafo-gigante-azul{margin-bottom:124px;}

.home-contenedor-empresas{
	position: relative;
}

#pic-empresas-carvajal{
	position:absolute;
	top:-50px;
	right:-11px;
}

#figura-home-empresas-carvajal{
	position: absolute;
	top: 77px;
	right: 390px;
	height: 424px;
}

#boton-empresas {
	width: 269px;
}

.home-empresas #boton-empresas{
	margin-top: 40px;
}


.homeBotonEmpresas {
	margin-top: 13px;
	padding:0px;
	width: 242px;
	height:70px;
	font-size:24px;
	font-weight:500;
	line-height:30px;
	display:flex;
	flex-flow: row nowrap;
	align-items:center;
	justify-content:center;
	border: 2px solid #19B298;
	border-radius:300px;
	color:#022859;
	text-align:left;
	background-color:white;
}

.homeBotonEmpresas:hover{
	background-color:#00E6C9;
	color:white;
}

.iconFlechaDerechaAzul{
  margin-left:10px;
  width: 50px;
  height: 50px;
}

#home-empresas-contenedor-derecha{
	padding-left:171px;
}

.texto-pre-bold-blanco {
  font-size:30px;
  font-weight:500;
  color:white;
  line-height:120%;
}

.super-bold-blanco {font-weight:700;}

.home-empresas p.texto-pre-bold-blanco{
	margin-top: 78px;
}

.verde-connecto {
	color: #00E6C9;
}

.texto-bold-blanco {
  font-size:30px;
  font-weight:600;
  color: white;
  line-height: 32px;
}

.home-empresas p.texto-bold-blanco{
	width: 568px;
	margin-top: 5px;
}

.texto-parrafo-blanco {
  font-size:28px;
  font-weight:300;
  color:white;
  line-height:120%;
}

.home-empresas p.texto-parrafo-blanco{
	width: 568px;
	margin-top: 20px;
}

.home-empresas p.texto-pre-bold-azul {
  margin-top: 45px;
}

.home-empresas p.texto-parrafo-azul{
	width:332px;
	margin-top: 20px;
}

.youtubevideo{
	width:658px;
	height:367px;
}


/*** educacion ***********************************************************************/
.home-educacion{
	margin-top: 0px;
	min-height: 620px;
}

.home-contenedor-educacion-boton{
	padding-left:130px;
}

.home-contenedor-educacion{
	position: relative;
}

#pic-educacion-bolivar{
	position:absolute;
	height:538px;
	top:41px;
	left:112px;
}

#figura-home-educacion-bolivar{
	position: absolute;
	top: 96px;
	left: 490px;
	height: 466px;
}

.homeBotonEducacion {
	margin-top: 13px;
	padding:0px;
	width: 242px;
	height:70px;
	font-size:24px;
	font-weight:500;
	line-height:30px;
	display:flex;
	flex-flow: row nowrap;
	align-items:center;
	justify-content:center;
	border: 2px solid #022859;
	border-radius:300px;
	color:#022859;
	text-align:left;
	background-color:transparent;
}

.homeBotonEducacion:hover{
	background-color:#022859;
	color:white;
}

.iconFlechaDerechaAzul{
  margin-left:10px;
  width: 50px;
  height: 50px;
}

.texto-pre-bold-azul {
  font-size:30px;
  font-weight:500;
  color: #022859;
  line-height: 120%;
}

.super-bold-azul{font-weight:700;}

.home-educacion p.texto-pre-bold-azul{
	margin-top: 160px;
}

.azul-claro-connecto {
	color: #00B8F2;
}

.texto-bold-azul {
  font-size:30px;
  font-weight:600;
  color: #022859;
  line-height: 120%;
}

.home-educacion p.texto-bold-azul{
	width: 500px;
	margin-top: 5px;
}

.texto-parrafo-azul {
  font-size:28px;
  font-weight:300;
  color: #022859;
  line-height: 120%;
}

.home-educacion p.texto-parrafo-azul{
	width: 390px;
	margin-top: 20px;
}



/*** familia ***********************************************************************/

.home-familia{
	margin-top: 60px;
}

.home-familia p.texto-parrafo-gigante-verde{
	margin:0px auto 117px;
	background-color:#00D7BC;
	border-radius: 200px;
	min-height:63px;
	max-width:1050px;
	text-align:center;
}

.texto-parrafo-gigante-verde{
  font-size:48px;
  font-weight:600;
  color: white;
  line-height:62.5px;
}

.texto-parrafo-gigante-azul{
  font-size:36px;
  font-weight:600;
  color: #022859;
  line-height: 50px;
}

#divisorPicsFamilia{
	height: 66px;
	width: 100%;
}

.familia-pics{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.home-familia-pic{
	margin: 16px 8px 0px;
	width: 246px;
	height: 60px;
}

.mockupAncho1{width:194px;}
.mockupAncho2{width:354px;}
.mockupAncho3{width:532px;}
.mockupLeft1{left:-32px;}
.mockupleft2{left:2px;}
.mockupLeft3{left:12px;}

.home-familia-pic-big{
	margin-top: 10px;
	width: 261px;
	height: 60px;
}

.home-familia-pic-container-static{
	position: static;
}

.home-familia-pic-container-relative{
	position: relative;
}

.home-familia-mockup{
	position: absolute;
	width: 258px;
	height: 492px;
	top: 76px;
	/*left: -6px;*/
	left:50%;
	margin-left:-129px;
	visibility: hidden;
	z-index:1000;
}

.home-familia-mockup-big{
	position: absolute;
	width: 258px;
	height: 492px;
	top: 73px;
	left: 2px;
	visibility: hidden;
	z-index:1000;
}

/*** paises ***********************************************************************/

.paises{
	margin:82px auto 160px;
}

.fila-paises{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.pais-item{
	width: 150px;
	height: 100px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.texto-paises{
  font-size:16px;
  font-weight:500;
  color: #022859;
  line-height: 24px;
  margin-top:23px;
}

.paisesPic{
	width:52px;
	height:52px;
}

/*** cotiza ***********************************************************************/

.home-cotiza{
	margin-top:0px;
}

.cotiza-content{
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.home-cotiza p.texto-pre-parrafo-azul-cotiza{
	margin-top: 47px;
}

.home-cotiza p.texto-parrafo-gigante-azul{
	width: 793px;
	text-align: center;
}

.home-cotiza p.texto-parrafo-azul-cotiza{
	width: 549px;
	text-align: center;
	margin-bottom: 60px;
}

.texto-pre-parrafo-azul-cotiza{
  font-size:18px;
  font-weight:600;
  color: #022859;
  line-height: 30px;
}

.texto-parrafo-azul-cotiza{
  font-size:18px;
  font-weight:400;
  color: #022859;
  line-height: 30px;
}

/*** contacto ***********************************************************************/

.contacto{
  margin-top: 0px;
  background: #022859;
  background-image: url("../images/Fondos/Footer/Footer 1920.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.contacto a{color:white;}

.contacto-izquierda{
	margin:0px 0px 0px 30px;
	width:340px;
	min-height:557px;
}

.logoContacto{
  margin:68px 0px 36px;
  width:200px;
}

.texto-verde-grande{
  font-size:36px;
  font-weight:600;
  color: #00E6C9;
  line-height: 50px;
}

.texto-parrafo-blanco-contacto {
  font-size:24px;
  font-weight:300;
  color:white;
  line-height:28px;
}

.texto-titulo-blanco-contacto {
  font-size:24px;
  font-weight:600;
  color:white;
  line-height:19px;
}

.contacto .contacto-izquierda .texto-titulo-blanco-contacto{margin-bottom:18px;}

#contactoParrafoAboutUs{
	margin-bottom:62px;
	width:266px;
}

.contactoDatosContacto{
	height:41px;
	margin-bottom:16px;
}

.parrafo-blanco-contacto-bolder{font-weight:500;}

.contacto-informacion{
	width:171px;
	height:100%;
	margin-left:40px;
	padding:142px 13px 0px;
}

.contacto-informacion .texto-titulo-blanco-contacto{margin-bottom:23px;}
.contacto-informacion .texto-parrafo-blanco-contacto{margin-bottom:23px;}

.contacto-foot p.texto-parrafo-blanco-contacto{
	margin-top: 133px;
	margin-left: 192px;
	margin-bottom: 32px;
}

#contacto-linkedin-pic{margin-right:20px;}
#contacto-instagram-pic{margin-right:48px;}

.contacto-linea{
	height:1px;
	width:100%;
	background-color:#00E6C9;
	margin-top:54px;
}

.footer-base-container{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  min-height:66px;
}
.contacto-foot-izquierda{
  display: inline;
  font-size: 16px;
  font-weight: 500;
  color: white;
  line-height: 19px;
  margin-left: 28px;
}

.contacto-foot-derecha{
  display: inline;
  font-size: 16px;
  font-weight: 500;
  color: white;
  line-height: 24px;
  margin-top: 0px;
}

.contacto-foot-derecha a{color: white;}
.contacto-foot-derecha a:hover{color: #00E6C9;}

#contactoUbicacionPic{margin-right:13px;}
#contactoTelefonoPic{margin-right:16px;}
#contactoEmailPic{margin-right:19px;}

.contacto-derecha{width:364px;}
.contacto-derecha p.texto-verde-grande{
	margin:68px 0px 27px;
}

.form-control{
	color: white;
	background-color: transparent;
	margin-bottom: 16px;
	border: 1px solid white;
}

.form-control:focus{
	color: white;
	background-color: transparent;
	border-color: white;
	box-shadow: none;
}

.form-select{
	color: white;
	background-color:#022859;
	margin-bottom: 16px;
	border: 1px solid white;
	background-image:url('../images/Iconos/chevron-down.svg');
	background-size:24px 24px;
	box-shadow:none;
}

#boton-enviar-form{
	margin-top: 44px;
}

.contacto .boton-enviar-form-desktop{
	margin-top: 44px;
}

.contacto .relative-container{
	width:1px;
	height:1px;
	position:relative;
}

.contacto .checkbox-pic{
	width:24px;
	height:24px;
	position:absolute;
	left:-28px;
	top:12px;
}

.contacto label.form-check-label{
	padding-left:21px;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	width:100%;
	height:50px;
}

.contacto textarea{
	height:121px;
}

::placeholder {
  color: white;
  opacity: 1; 
}

::-ms-input-placeholder { 
 color: white;
}

input::placeholder {
  color: white;
  opacity: 1; 
}

.form-control::-ms-input-placeholder {
  color: white;
  opacity: 1;
}

.form-control::placeholder {
  color: white;
  opacity: 1;
}

/*** modal contactenos desktop ************************************************************************/
#modalContactenosDesktop .modal-dialog{
	width:1094px;
	height:804px;
}

#modalContactenosDesktop .modal-header{
	border-bottom:none;
}

#modalContactenosDesktop .btn-close{
	position:absolute;
	top:82px;
	right:74px;
}

#modalContactenosDesktop .modal-body{
	margin:147px auto 82px;
	padding:0px;
}

#modalContactenosDesktop .contacto-izquierda{
	margin:0px;
}

#modalContactenosDesktop .texto-verde-grande{
	margin:0px;
	font-size:36px;
	font-weight:700;
	line-height:40px;
}

#modalContactenosDesktop #contenedor-form-contacto-modal{
	font-size:14px;
	font-weight:300;
	line-height:15px;
	color:#022859;
}

#modalContactenosDesktop .form-control::-ms-input-placeholder {
  color:#022859;
  opacity: 1;
}

#modalContactenosDesktop .form-control::placeholder {
  color:#022859;
  opacity: 1;
}

#modalContactenosDesktop .form-control{
	color:#022859;
	background-color: transparent;
	margin-bottom: 16px;
	border: 1px solid #022859;
	border-radius:3px;
}

#modalContactenosDesktop .form-control:focus{
	color:#022859;
	background-color: transparent;
	border-color:#022859;
	box-shadow:none;
}

#modalContactenosDesktop .form-select{
	color:#022859;
	background-color:white;
	margin-bottom: 16px;
	border: 1px solid #022859;
	background-image:url('../images/Iconos/chevron-down-azul.svg');
	background-size:24px 24px;
	box-shadow:none;
	border-radius:3px;
}

#modalContactenosDesktop .relative-container{
	width:1px;
	height:1px;
	position:relative;
}

#modalContactenosDesktop .checkbox-pic{
	width:24px;
	height:24px;
	position:absolute;
	left:-21px;
	top:7px;
}

#modalContactenosDesktop label.form-check-label{
	padding-left:21px;
	font-size:13px;
	line-height:16px;
	width:100%;
	height:50px;
	color:#022859;
}

#modalContactenosDesktop textarea{
	height:121px;
}


/*********************************************************************************************************
*** Nosotros *********************************************************************************************
**********************************************************************************************************/

/*** somos ************************************************************************/

.nosotros-somos{margin-top:230px;min-height:508px;}

.relativoHelper{position:relative;min-height: 5px;}

.bgVerdeOblicuoNoTransparente{
  position: absolute;
  width: 793px;
  height: 738px;
  left: -100px;
  top: -632px;
  z-index: -50;
  background-image: url("../images/Fondos1920/Nosotros/verdeOblicuoNoTransparente.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.nosotros-somos .titulo-principal{width:264px;margin-left:18px;}

.nosotros-somos .titulo-principal h1{
  font-size:70px;
  font-weight:600;
  line-height:69px;
  color:white;
}

.nosotros-somos .texto-parrafo-blanco p{
  width:509px;
  font-size:20px;
  font-weight:600;
  line-height:30px;
  margin: 17px 0px 15px 18px;
  color:white;
}

.nosotros-somos .parrafo-general{
  width:460px;
  margin:17px 0px 0px 18px;
}
.nosotros-somos .parrafo-general p{
  font-size:20px;
  font-weight:600;
  line-height:30px;
  color:white;
}

.div-foto-nosotros{
	min-height: 5px;
	position: relative;
}

#foto-nosotros {
	position: absolute;
	right: -100px;
	top: -150px;
	z-index: -10;
}

/*** figuras ************************************************************************/

.nosotros-figuras{margin-top: 83px;}

.nosotros-figuras-titulo{
	width:100%;
	text-align:center;
}

.texto-parrafo-gigante-azul{
  max-width:1202px;
  min-height:89px;
  margin:0px auto;
  text-align:center;
  font-size:48px;
  font-weight:600;
  line-height:89px;
  color: #022859;
}

.texto-titulo-azul{
  max-width:100%;
  min-height:40px;
  margin:0px auto;
  text-align:center;
  font-size:35px;
  font-weight:600;
  line-height:40px;
  color: #022859;
}

.texto-parrafo-bold-blanco{
  font-size:20px;
  font-weight:600;
  color: white;
  line-height:24px;
}

.texto-parrafo-bold-azul{
  font-size:20px;
  font-weight:600;
  color:#022859;
  line-height:24px;
}

.nosotros-figuras p.texto-parrafo-bold-blanco{margin-bottom:43px;margin-left:85px;}
.nosotros-figuras p.texto-parrafo-bold-azul{margin-bottom:43px;margin-left:85px;}

.nosotros-figuras p.texto-pre-bold-blanco{
  font-size:16px;
  font-weight:500;
  line-height:24px;
  color: white;
  width:490px;
  margin-left:85px;
}
.nosotros-figuras p.texto-pre-bold-azul{
  font-size:16px;
  font-weight:500;
  line-height:24px;
  color:#022859;
  width:490px;
  margin-left:85px;
}

.nosotros-figuras p.texto-parrafo-gigante-blanco{
	width:875px;
	height:161px;
	text-align:center;
	margin:0px auto 93px ;
}

.nosotros-figuras-container{
	display:flex;
	flex-flow: row wrap;
	justify-content:center;
	width:100%;
	margin:59px auto 0px;
}

.nosotros-figura-item{
	width:635px;
	height:269px;
}

.pic-nosotros-figura{
	width:60px;
	height:60px;
	margin:25px 0px 10px 0px;
	margin-left:85px;
}

.bgAzulNosotrosFigurasIzquierda{
	position:absolute;
	width:100vw;
	height:269px;
	top:0px;
	right:0px;
	border-radius: 0px 10px 10px 0px;
	background: #022859;
	z-index:-10;
}

.bgAzulNosotrosFigurasDerecha{
	position:absolute;
	width:100vw;
	height:269px;
	top:0px;
	left:0px;
	border-radius: 10px 0px 0px 10px;
	background: #022859;
	z-index:-10;
}

/*** comunicacion ************************************************************************/

.nosotros-comunicacion{
	margin-top: 248px;
}

#pic-nosotros-colombina{
	position:absolute;
	top:-50px;
	right:-200px;
	height:607px;
}

.nosotros-comunicacion p.texto-parrafo-azul span{font-weight:600;}
.nosotros-comunicacion p.texto-parrafo-azul strong{font-weight:400;}

.nosotros-comunicacion p.texto-pre-bold-azul{
	margin: 22px 0px 13px;
	font-size: 31px;
	font-weight: 500;
	line-height: 24px;
}

.nosotros-comunicacion p.texto-bold-azul{
	margin-bottom: 35px;
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
}

.nosotros-comunicacion p.texto-parrafo-azul{
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	max-width:448px;
}

#nosotros-comunicacion-contenedor-derecha{
	min-height:456px;
	border-radius: 39px;
	border: 2px solid #022859;
	padding-left:260px;
	background:white;
}

#pic-nosotros-capa8{
	position:absolute;
	top:-179px;
	right:-167px;
	z-index:-50;
}

/*** porque ************************************************************************/

.nosotros-porque{margin-top: 269px;}

.nosotros-porque-titulo{text-align:center;}

.nosotros-porque p.texto-parrafo-gigante-azul{
	text-align:center;
	min-height:111px;
	max-width:543px;
	font-size: 36px;
	font-weight: 600;
	line-height: 50px;
	border-radius: 14px;
	border: 2px solid #022859;
}

.texto-parrafo-azul-16-400-22{
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color:#022859;
}

.nosotros-porque .nosotros-porque-titulo p.texto-parrafo-azul-16-400-22{
	text-align:center;
	min-height:75px;
	max-width:689px;
	margin:30px auto 60px;
}

.nosotros-fila-porque{
	display:flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

.nosotros-porque-fila-items{
	width:506px;
	min-height:748px;
	padding:45px 52px;
	border-radius: 20px;
	border: 2px solid #022859;
}

.nosotros-porque-item{
	position:relative;
	width:402px;
	margin-bottom:29px;
}

.nosotrosIconosPic{
	position:absolute;
	top:0px;
	left:0px;
	height:42px;
}

.nosotros-porque-item p{margin-left:55px;}

.texto-parrafo-azul-18-500-32{
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
	color:#022859;
}

.nosotros-porque p.texto-parrafo-azul{
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin: 14px 0px 0px;
}

/*** numeros ************************************************************************/

.numeros{
	margin-top: 210px;
}

.fila-numeros{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.numeros-item{
	position:relative;
	width: 254px;
	height: 263px;
	display: block;
	text-align:center;
	margin:0px 20px;
}

.texto-verde-36-600-50{
  font-size:36px;
  font-weight:600;
  color: #00E6C9;
  line-height: 50px;
}

.numerosPic{
	position:absolute;
	bottom:0px;
	left:43px;
}


/*** lugar ************************************************************************/

.nosotros-lugar{
	margin: 237px 0px;
}

.nosotros-lugar-content{
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-content: flex-start;
	border-radius: 40px;
	background: #022859;
	max-width: 1220px;
	min-height:522px;
	padding: 30px 70px;
	margin:0px auto;
}

.nosotros-lugar p.texto-parrafo-blanco-30-300-41{
	margin: 43px 0px;
	max-width:657px;
	text-align: left;
}

.nosotros-lugar p.texto-parrafo-gigante-azul{
	color: #FFF;
	font-size: 36px;
	font-weight: 600;
	line-height: 50px;
	max-width:657px;
	min-height:50px;
	margin:40px 0px 0px;
	text-align:left;
}

.nosotros-lugar p.texto-parrafo-blanco-30-600-41{
	margin:0px;
	max-width:710px;
	text-align:left;
}

.texto-parrafo-blanco-30-600-41{
  font-size:30px;
  font-weight:600;
  color:white;
  line-height:41px;
}

.texto-parrafo-blanco-30-300-41{
  font-size:30px;
  font-weight:300;
  line-height:41px;
  color: white;
}

#pic-nosotros-lugar-menu{
	position:absolute;
	top:-100px;
	right:-10px;
	height:680px;
}


/*********************************************************************************************************
*** Empresas *********************************************************************************************
**********************************************************************************************************/

/*** como ************************************************************************/

.empresas-como{margin-top:100px;}

.empresas-como-container{
	display:block;
	text-align:left;
	max-width:989px;
	min-height:567px;
	padding:13px 0px;
	margin:0px auto;
}

#imagen-empresas-como {
	position: relative;
	width:644px;
	margin:19px 0px;
	z-index:50;
}

.empresas-como .texto-parrafo-blanco{
  max-width:969px;
  min-height:405px;
  margin:10px;
  padding: 47px 72px;
  border-radius: 20px;
  background: linear-gradient(180deg, #022859 0%, #0456BF 100%), #FFF;
}

.empresas-como .texto-parrafo-blanco p{
  font-size:18px;
  font-weight:400;
  line-height: 30px;
  color:white;
  margin:20px 0px 61px;
  max-width:560px;
}

.texto-parrafo-blanco-18-600-30{
  font-size:18px;
  font-weight:600;
  line-height:30px;
  color:white
}

#empresas-boton-como-funciona{
	width:396px;
	height:74px;
	font-size:24px;
	font-weight:500;
	line-height:30px;
	display:flex;
	flex-flow: row nowrap;
	align-items:center;
	justify-content:center;
	border: 2px solid white;
	border-radius:16px;
	color:white;
	margin:0px;
	padding:0px;
	text-align:left;
	background-color:transparent;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	position:relative;
	z-index:200;
}

#empresas-boton-como-funciona:hover{
	background-color:#022859;
	color:white;
}

#empresas-icon-boton-como-funciona{margin-left:24px;}

#pic-empresas-auna{
	position:absolute;
	top:-130px;
	right:-100px;
}

#pic-empresas-figura-capa8{
	position:absolute;
	top:-310px;
	right:-530px;
	height:498px;
}


/*** transforma ************************************************************************/

.empresas-transforma{margin-top:201px;}

#pic-fondo-top-empresas{
	position:absolute;
	top:-950px;
	left:0px;
	width:100%;
	height:1152px;
	background-color:white;
	background-image: url("../images/Fondos1920/Empresas/fondotopempresas.png");
	background-position: center top;
	background-repeat: repeat-x;
	z-index:-200;
}
#pic-fondo-bottom-empresas{display:none;}

.empresas-transforma p.texto-parrafo-gigante-azul{
	max-width:600px;
	min-height:99px;
	text-align:center;
	margin:0px auto 56px;
  font-size:36px;
  font-weight:600;
  line-height:50px;
  color:#022859;
}

.empresas-transforma-container{
	display:flex;
	flex-flow: row wrap;
	justify-content:center;
	max-width:1024px;
	min-height:524px;
	margin:0px auto;
	padding: 27px 30px;
	border-radius: 39px;
	border: 2px solid #022859;
}

.texto-verde-18-600-50{
  font-size:18px;
  font-weight:600;
  color: #00E6C9;
  line-height: 30px;
}

.empresas-transforma-item{
	height:62px;
	margin:0px 7px 14px;
	border: 1px solid #022859;
	padding:16px 18px;
	border-radius: 24px;
	color:#022859;
  font-size:18px;
  font-weight:600;
  line-height: 30px;
}

.hoverMorado:hover{
	color:#AE86D6;
	border-color:#AE86D6;
}

.hoverNaranja:hover{
	color:#F28883;
	border-color:#F28883;
}

.hoverAzul:hover{
	color:#00B8F2;
	border-color:#00B8F2;
}


/*** descubre ************************************************************************/

.empresas-descubre{margin-top:76px;}

#pic-fondo-verde-empresas{
	position:absolute;
	top:-300px;
	left:0px;
	width:100%;
	height:1060px;
	background-color:white;
	background-image: url("../images/Fondos1920/Empresas/fondoverdeempresas.png");
	background-position: center top;
	background-repeat: repeat-x;
	z-index:-200;
}

#empresas-descubre-contenedor-derecha{
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-end;
	margin:0px auto;
	padding-right:60px;
	max-width:876px;
	min-height:568px;
	border-radius: 12px;
	border: 2px solid #00D2B2;
}

.empresas-descubre p.texto-parrafo-gigante-azul{
	text-align:center;
	margin:0px auto 90px;
	max-width:772px;
	min-height:154px;
	padding: 27px 66px;
	border-radius: 39px;
	border: 2px solid #022859;
  font-size:36px;
  font-weight:600;
  line-height:50px;
}

.texto-big-bold-azul{
  font-size:38px;
  font-weight:500;
  line-height:26px;
  color:#022859;
}

.texto-parrafo-azul-bold{
  font-size:16px;
  font-weight:500;
  line-height:24px;
  color:#022859;
}

.empresas-descubre p.texto-big-bold-azul{width:543px;margin:35px 0px 24px;}

.empresas-descubre p.texto-parrafo-azul-bold{max-width:543px;margin-bottom:24px;}
.empresas-descubre p.texto-bold-azul{
  font-size:20px;
  font-weight:700;
  line-height:32px;
  color:#022859;
  width:543px;
  margin-bottom:8px;
}
.empresas-descubre p.texto-parrafo-azul{
  font-size:16px;
  font-weight:400;
  line-height:24px;
  color:#022859;
  max-width:543px;
  margin-bottom:24px;
}

#pic-empresas-figura-capa2{
  position: absolute;
  top: -290px;
  right: -370px;
  height: 363px;
}

#pic-empresas-menu-ciudad-limpia{
  position: absolute;
  top: -40px;
  left: 28px;
}

#pic-empresas-menu-ciudad-limpia-mobile{display:none;}

/*** incluidos ************************************************************************/

.empresas-incluidos{margin-top:150px;}

.empresas-incluidos p.texto-titulo-blanco-verde-mobile{display:none;}
.empresas-incluidos p.texto-titulo-blanco-verde{
	height:73px;
	width:531px;
	margin-bottom:37px;
	display: flex;
	padding: 5px 40px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 200px;
	background: #00D7BC;
	color: white;
	text-align: center;
	font-size: 48px;
	font-weight: 600;
	line-height: 62.5px;
}

.empresas-incluidos-botones{
	display:flex;
	flex-flow: row wrap;
	justify-content:center;
	align-content: center;
	min-height:722px;
	margin:0px auto;
}

.empresas-incluidos-info{
	display:flex;
	flex-flow: row wrap;
	align-items: center;
}

.empresas-incluidos-info p{
	width:100%;
	display: flex;
	padding: 80px 60px;
	margin: 0px 10px;
	justify-content: center;
	align-items: flex-start;
	gap: 47px;
	border-radius: 13px;
	background: rgba(174, 134, 214, 0.25);
	color:#022859;
	font-size: 16px;
	font-weight: 400;
	line-height: 23.5px;
}

.boton-modulos-incluidos{
	min-width:50px;
	height:66px;
	font-size:14px;
	font-weight:500;
	line-height:31px;
	display:flex;
	flex-flow: row nowrap;
	align-items:center;
	justify-content:center;
	border: 1px solid #AE86D6;
	border-radius:14px;
	color:#022859;
	margin:0px 4px 8px;
	padding:17px 26px;
	text-align:center;
	background-color:transparent;
}

.boton-modulos-incluidos:hover{background-color:#AE86D6;}

.icon-boton-modulos{
	margin-right:17px;
	width:38px;
	height:38px;
}

.boton-modulos-incluidos2{
	min-width:50px;
	height:66px;
	font-size:14px;
	font-weight:500;
	line-height:31px;
	display:flex;
	flex-flow: row nowrap;
	align-items:center;
	justify-content:center;
	border: 1px solid #AE86D6;
	border-radius:14px;
	color:#022859;
	margin:0px 4px 8px;
	padding:17px 26px;
	text-align:center;
	background-color:#AE86D6;
	pointer-events:none;
}

/*** plus ************************************************************************/

.empresas-plus{margin-top:160px;}

.empresas-plus p.texto-titulo-blanco-azul{
	min-height:63px;
	width:531px;
	margin:0px 0px 33px 47px;
	display: flex;
	padding: 5px 40px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 200px;
	background: #022859;
	color: white;
	text-align: center;
	font-size: 48px;
	font-weight: 600;
	line-height: 62.5px;
}

.empresas-plus p.texto-parrafo-gigante-azul{
	text-align:center;
	height:99px;
	width:100%;
	padding-top:30px;
	margin-bottom:56px;
}

.empresas-plus-botones{
	display:flex;
	flex-flow: row wrap;
	justify-content:center;
	align-content: center;
	min-height:268px;
	margin:0px auto;
}

.empresas-plus-item{
	height:66px;
	margin:0px 4px 8px;
}

.empresas-plus-info{
	display:flex;
	flex-flow: row wrap;
	align-items: center;
}

.empresas-plus-info p{
	width:100%;
	display: flex;
	padding: 40px;
	margin: 0px 34px 0px 30px;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	border-radius: 13px;
	background: rgba(241, 180, 169, 0.56);
	color:#022859;
	font-size: 16px;
	font-weight: 400;
	line-height: 23.5px;
}

.boton-modulos-plus{
	min-width:50px;
	height:66px;
	font-size:14px;
	font-weight:500;
	line-height:31px;
	display:flex;
	flex-flow: row nowrap;
	align-items:center;
	justify-content:center;
	border: 1px solid #F28883;
	border-radius:14px;
	color:#022859;
	margin:0px 4px 8px;
	padding:17px 26px;
	text-align:center;
	background-color:transparent;
}

.boton-modulos-plus:hover{background-color:#F28883;}

.boton-modulos-plus2{
	min-width:50px;
	height:66px;
	font-size:14px;
	font-weight:500;
	line-height:31px;
	display:flex;
	flex-flow: row nowrap;
	align-items:center;
	justify-content:center;
	border: 1px solid #F28883;
	border-radius:14px;
	color:#022859;
	margin:0px 4px 8px;
	padding:17px 26px;
	text-align:center;
	background-color:#F28883;
	pointer-events:none;
}

/*** mas ************************************************************************/

.empresas-mas{
	margin-top:80px;
	padding:46px 0px;
	background:#00E6C9;
}

.empresas-mas-content{
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.texto-parrafo-azul-30-300-41{
	color: #022859;
	font-size: 30px;
	font-weight: 300;
	line-height: 41px;
}

.empresas-mas p.texto-parrafo-azul-30-300-41{
	margin: 37px 0px 0px;
	padding:0px;
	max-width:1160px;
	text-align: center;
}

.texto-parrafo-azul-30-600-41{
	color: #022859;
	font-size: 30px;
	font-weight: 600;
	line-height: 41px;
}

#padding30{
	padding-left:30px;
	padding-right:30px;
}

.empresas-mas p.texto-parrafo-gigante-azul{
	width: 100%;
	min-height:70px;
	text-align: center;
	color: #022859;
	font-size: 50px;
	font-weight: 600;
	line-height: 70px;
	margin-top:0px;
}


/*** cotiza ************************************************************************/

.empresas-cotiza{margin:40px 0px;}

.boton-cotiza{
	width:440px;
	height:62px;
	font-size:24px;
	font-weight:500;
	line-height:30px;
	display:flex;
	flex-flow: row nowrap;
	align-items:center;
	justify-content:center;
	border: 2px solid #022859;
	border-radius:16px;
	color:#022859;
	margin:0px auto;
	padding:0px;
	text-align:left;
	background-color:transparent;
}

.boton-cotiza:hover{
	background-color:#022859;
	color:white;
}

.icon-flecha-derecha{
	margin-left:24px;
	width:30px;
	height:30px;
}

.empresas-mas .boton-cotiza{
	margin-top:0px;
}

/*********************************************************************************************************
*** Educacion ********************************************************************************************
**********************************************************************************************************/

/*** como ************************************************************************/

.educacion-como{margin-top:100px;}

.educacion-como-container{
	display:block;
	text-align:left;
	max-width:989px;
	min-height:567px;
	padding:13px 0px;
	margin:0px auto;
}

#imagen-educacion-como {
	position: relative;
	width:644px;
	margin:19px 0px;
	z-index:50;
}

.educacion-como .texto-parrafo-blanco{
  max-width:969px;
  min-height:405px;
  margin:10px;
  padding: 47px 72px;
  border-radius: 20px;
  background: linear-gradient(180deg, #022859 0%, #0456BF 100%), #FFF;
}

.educacion-como .texto-parrafo-blanco p{
  font-size:18px;
  font-weight:400;
  line-height: 30px;
  color:white;
  margin:20px 0px 61px;
  max-width:560px;
}

#pic-empresas-aspaen{
	position:absolute;
	top:-130px;
	right:-100px;
}

#educacion-boton-como-funciona{
	width:396px;
	height:74px;
	font-size:24px;
	font-weight:500;
	line-height:30px;
	text-decoration:underline;
	display:flex;
	flex-flow: row nowrap;
	align-items:center;
	justify-content:center;
	border: 2px solid #022859;
	border-radius:16px;
	color:#022859;
	margin:0px auto;
	padding:0px;
	text-align:left;
	background-color:transparent;
}

#educacion-boton-como-funciona:hover{
	background-color:#022859;
	color:white;
}

#educacion-icon-boton-como-funciona{
	margin-left:24px;
}


/*** transforma ************************************************************************/

.educacion-transforma{margin-top:190px;}

#pic-fondo-top-educacion{
	position:absolute;
	top:-700px;
	left:0px;
	width:100%;
	height:900px;
	background-color:white;
	background-image: url("../images/Fondos1920/Educacion/fondotopazuleducacion.png");
	background-position: center top;
	background-repeat: repeat-x;
	z-index:-200;
}

.texto-azul-20-400-30{
  font-size:20px;
  font-weight:400;
  line-height: 30px;
  color:#022859;
}

.texto-azul-18-600-30{
  font-size:18px;
  font-weight:600;
  line-height:30px;
  color:#022859;
}

.educacion-transforma p.texto-parrafo-gigante-azul{
	max-width:600px;
	min-height:143px;
	text-align:center;
	margin:0px auto 56px;
  font-size:36px;
  font-weight:600;
  line-height:50px;
  color:#022859;
  padding-top:20px;
}

.educacion-transforma p.texto-azul-20-400-30{
	width:792px;
	text-align:center;
	margin:0px auto 50px;
}

#educacion-transforma-parra2{width:700px;margin:0px 40px 76px;}

.educacion-transforma-container{
	display:flex;
	flex-flow: row wrap;
	justify-content:center;
	max-width:1114px;
	min-height:667px;
	margin:0px auto;
	padding: 18px 80px;
	border-radius: 30px;
	border: 2px solid #022859;
}

.educacion-transforma-item{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: flex-start;
	width:168px;
	height:152px;
	margin:0px 20px 20px;
	text-align:center;
}

.pic-educacion-transforma{
	margin:0px auto 32px;
}

#itemMenorMarginBottom{margin-bottom:16px;}

/*** descubre ************************************************************************/

.educacion-descubre{margin-top:115px;}

#pic-fondo-azul-claro-educacion{
	position:absolute;
	top:-300px;
	left:0px;
	width:100%;
	height:1000px;
	background-color:white;
	background-image: url("../images/Fondos1920/Educacion/fondoazulclaroeducacion.png");
	background-position: center top;
	background-repeat: repeat-x;
	z-index:-200;
}

#pic-educacion-descubre{
	float: right;
	margin-right: 60px;
}
#pic-educacion-learn-mobile{display:none;}

#educacion-descubre-contenedor-derecha{
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-end;
	margin:0px auto;
	padding-right:60px;
	max-width:876px;
	min-height:568px;
	border-radius: 12px;
	border: 2px solid #00B8F2;
}

.educacion-descubre p.texto-parrafo-gigante-azul{
	text-align:center;
	margin:0px auto 90px;
	max-width:772px;
	min-height:154px;
	padding: 27px 66px;
	border-radius: 39px;
	border: 2px solid #022859;
  font-size:36px;
  font-weight:600;
  line-height:50px;
}

.educacion-descubre p.texto-big-bold-azul{width:543px;margin:35px 0px 24px;}

.educacion-descubre p.texto-parrafo-azul-bold{max-width:543px;margin-bottom:24px;}
.educacion-descubre p.texto-bold-azul{
  font-size:20px;
  font-weight:700;
  line-height:32px;
  color:#022859;
  width:543px;
  margin-bottom:8px;
}
.educacion-descubre p.texto-parrafo-azul{
  font-size:16px;
  font-weight:400;
  line-height:24px;
  color:#022859;
  max-width:543px;
  margin-bottom:24px;
}

#pic-educacion-learn{
  position: absolute;
  top: -50px;
  left: -160px;
}

#smallerWidth{padding-right:23px;}

/*** incluidos ************************************************************************/

.educacion-incluidos{margin-top: 124px;}

.educacion-incluidos p.texto-titulo-blanco-azul-claro{
	height:73px;
	width:531px;
	margin:0px 0px 32px 100px;
	display: flex;
	padding: 5px 40px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 200px;
	background: #00B8F2;
	color: white;
	text-align: center;
	font-size: 48px;
	font-weight: 600;
	line-height: 62.5px;
}

.educacion-incluidos p.texto-parrafo-gigante-azul{
	text-align:center;
	height:99px;
	width:100%;
	padding-top:30px;
	margin-bottom:56px;
}

.educacion-incluidos-botones{
	display:flex;
	flex-flow: row wrap;
	justify-content:center;
	align-content: center;
	min-height:444px;
	margin:0px auto;
}

.educacion-incluidos-info{
	display:flex;
	flex-flow: row wrap;
	align-items: center;
}

.educacion-incluidos-info p{
	width:100%;
	display: flex;
	padding: 116px 36px;
	margin: 0px 10px;
	justify-content: center;
	align-items: flex-start;
	gap: 47px;
	border-radius: 13px;
	background: rgba(174, 134, 214, 0.25);
	color:#022859;
	font-size: 16px;
	font-weight: 400;
	line-height: 23.5px;
}


/*** plus ************************************************************************/

.educacion-plus{margin-top:59px;}

.educacion-plus p.texto-titulo-blanco-azul{
	min-height:63px;
	width:531px;
	margin:0px 0px 33px 47px;
	display: flex;
	padding: 5px 40px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 200px;
	background: #022859;
	color: white;
	text-align: center;
	font-size: 48px;
	font-weight: 600;
	line-height: 62.5px;
}

.educacion-plus p.texto-parrafo-gigante-azul{
	text-align:center;
	height:99px;
	width:100%;
	padding-top:30px;
	margin-bottom:56px;
}

.educacion-plus-botones{
	display:flex;
	flex-flow: row wrap;
	justify-content:center;
	align-content: center;
	min-height:268px;
	margin:0px auto;
	padding:0px 40px;
}

.educacion-plus-item{
	height:66px;
	margin:0px 4px 8px;
}

.educacion-plus-info{
	display:flex;
	flex-flow: row wrap;
	align-items: center;
}

.educacion-plus-info p{
	width:100%;
	display: flex;
	padding: 31px 27px;
	margin: 0px 34px 0px 30px;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	border-radius: 13px;
	background: rgba(241, 180, 169, 0.56);
	color:#022859;
	font-size: 16px;
	font-weight: 400;
	line-height: 23.5px;
}

/*** mas ************************************************************************/

.educacion-mas{
	margin-top:45px;
	padding:47px 28px;
	background:#00B8F2;
}

.educacion-mas-content{
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.texto-parrafo-blanco-30-300-41{
	color: white;
	font-size: 30px;
	font-weight: 300;
	line-height: 41px;
}

.educacion-mas p.texto-parrafo-blanco-30-300-41{
	margin: 37px 0px 0px;
	padding:0px;
	max-width:1160px;
	text-align: center;
}

.texto-parrafo-blanco-30-600-41{
	color: white;
	font-size: 30px;
	font-weight: 600;
	line-height: 41px;
}

#padding30{
	padding-left:30px;
	padding-right:30px;
}

.educacion-mas p.texto-parrafo-gigante-blanco{
	width: 100%;
	min-height:70px;
	text-align: center;
	color: white;
	font-size: 50px;
	font-weight: 600;
	line-height: 70px;
	margin-top:0px;
}

/*********************************************************************************************************
*** Testimonios ******************************************************************************************
**********************************************************************************************************/

/*** slider ************************************************************************/

.testimonios-slider{margin:0px;}

#bgVerdeTopTestimonios{
	width:687px;
	height:310px;
	border-radius: 0px 0px 200px 100px;
	background: #00D7BC;
	position:absolute;
	left:18px;
	top:0px;
}

#pic-testimonios-figura-capa8 {
  position: absolute;
  top: -92px;
  right: -240px;
  height: 494px;
}

.testimonios-slider p.texto-parrafo-gigante-blanco{
	width:525px;
	height:123px;
	margin:81px 0px 0px 99px;
	color: white;
	font-size: 37px;
	font-weight: 600;
	line-height: 41px;
}

#connectoSlider{
	max-width:100%;
	min-height:663px;
	margin:202px auto 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: center;
}

.testimonio-item{
	width:208px;
	height:262px;
	margin:0px 25px 24px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: space-between;
}

.testimonio-pic{
	max-width:201px;
	max-height:200px;
}

.texto-azul-14-500-20{
  font-size:14px;
  font-weight:500;
  color: #022859;
  line-height: 20px;
}

.testimonios-id-wrapper{
	position:relative;
	width:208px;
	height:48px;
}

p.testimonios-nombre{
	max-width:208px;
	color: #04485B;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
}

p.testimonios-cargo{
	height: 29px;
	align-self: stretch;
	color: #4F5661;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
}

.testimonios-logo{
	position:absolute;
	height:33px;
	top:-262px;
	right:0px;
}

#bgVerdeTransparenteAbajoTestimonios{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:1000px;
	background-image: url("../images/Fondos1920/Testimonios/fondoverdetransparente.png");
	background-position: center top;
	background-repeat: repeat-x;
	z-index:-200;
}


/*********************************************************************************************************
*** Politica *********************************************************************************************
**********************************************************************************************************/

/*** politica ************************************************************************/

.politica{
	margin:216px 0px 194px 0px;
}

.texto-azul-48-600-62{
  font-size:48px;
  font-weight:600;
  line-height:62px;
  width:890px;
}

.texto-azul-16-400-30{
  font-size:16px;
  font-weight:400;
  color: #022859;
  line-height:30px;
}

#politica-encabezado{
	width:100%;
	margin:61px 0px;
}

.politica span{
	font-weight:600;
}

ol.lista-politica li{
	list-style:initial;
	list-style-type: decimal;
}

ol.lista-politica{
	list-style-type: decimal;
}

#privacidad-encabezado{
	width:100%;
	margin:20px 0px;
	text-align:center;
}




.mobileOnly{display:none;}
.mobileOnlyFlex{display:none;}
.mobileOnlyInline{display:none;}

