/*font-family: 'Barlow', sans-serif;
font-family: 'Barlow', sans-serif;*/

:root {
    --primary: #004FB9;
    --light: #ffffff;
    --grey: #efefef;
    --dark: #000;
    --rose:#FD6C98;
    --acua:#2FCBF1;
}

.body {
    overflow: hidden;
    font-family: 'Barlow', sans-serif;
    font-weight: 136;
    color: var(--primary);
}


/* cambia el color de fondo del menu lateral */
.bg-primary { background-color: var(--primary) !important;}

/* cambia el color de fondo del menu superior */
.bg-light { background-color: var(--light) !important;}

/* cambia el color de fuente del menu superior */
.text-dark { color: var(--dark) !important;}


.card-deck{
   margin: 20px 0px 20px 10px;
 
}

.card{
  margin: 0px 10px 45px 10px;
  border-radius: 8px;
}

.vacunacion{
  box-shadow: 0px 0px 8px rgb(0 0 0 / 35%);
  border-radius: 9px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.vacunacion h3{
  position: absolute;
  font-size: 26px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
  top: 30%;
  text-align: center;
}
.vacunacion h3 span{
  color: #004FB9;
  font-weight: 600;
}
.vacunacion h4{
  top: 53%;
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  position: absolute;
}
.vacunacion a{
  color: #ffffff;
  text-decoration: underline;
}
.cursos .card-title, .tiare .card-title{
  color:#191919;  
}
.card-title{	
	font-family: 'Barlow', sans-serif;
	font-size: 26px;  
  color: #004FB9;
  font-weight: bolder;
}




.card-subtitle{  
  font-family: 'Barlow', sans-serif;
  font-size: 22px;  
  color: var(--light);
  font-weight: 400;
  /* margin: 20px 0px 5px 0px; */
}

.card-row{  
  list-style: none;
  font-family: 'Barlow', sans-serif;
  font-size: 16px; 
 /* text-align: center; */
}

.card-body li{	
	list-style: none;
	font-family: 'Barlow', sans-serif;
	font-size: 16px; 
}


.form-disponible::placeholder{ 
  list-style: none;
  font-family: 'Barlow', sans-serif;
  font-size: 28px;  
  color: var(--dark);
  /*text-align: center;*/
}

.form-espera::placeholder{ 
  list-style: none;
  font-family: 'Barlow', sans-serif;
  font-size: 28px;  
  color: #27AE60;
  /*color: var(--dark) !important;
  text-align: center;*/
}

.card-tips{
  list-style: none;
  font-family: 'Barlow', sans-serif;
  font-size: 16px; 
  
}

.shadow{
  height: 120px;
  width: 100%;
  background-color: red;
  } 

.boxshadow{
  box-shadow: 0 0 6px #CCCCCC; /*valor horizontal igual ambos lados, 
  valor vertical igual arriba abajo, tamaño de la sombra y color*/
}

.beneficios{

  min-height: 299px;
  
}
.beneficios a{
  font-size: 16px;
  text-decoration: underline;
  color: #191919;

}
.beneficios p{
  font-size: 16px;
  line-height: 19px;
  margin-top: 5px;
}

.cursos{

  background-image: url(../../img/Rectangle-universidad.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 93% 87px;
  min-height: 356px;
}
.cursos h5::before{
  background-image: url(../../img/universidad-entel.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  position: absolute;
  content: "";
  left: 15px;
  top: 20px;
}
.cursos h5{
  color: #020247!important;
  padding-left: 50px;
  font-weight: 500;
  font-size: 26px;
  line-height: 26px;
}
.cursos p{
  font-size: 16px;
  line-height: 19px;
  padding: 0px 15px;
  margin-top: 40px;
  margin-bottom: 5px;
}
.cursos a{
  border: 1px solid #191919;
  width: 100%;
  margin: 5px 15px;
  padding: 9px 0px;
  text-align: center;
  color: #191919;
  font-weight: 600;
  border-radius: 22px;
  text-decoration: none;
}
.list-group-flush>.list-group-item {
  background-color: transparent;
  padding: .35rem 1.8rem;
  border: 0!important;
  font-size: 16px;
}
.list-group-flush>.list-group-item::before{
  content: "\2022";
  content: "\2022";
  font-size: 29px;
  color: #004FB9;
  font-weight: bold;
  display: inline-block;
  left: 0;
  position: absolute;
  top: -8px;
  margin-left: 13px;
}

.usuarios
{
  background-image: url(../../img/usuarios.png);
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 276px;

}


.usuarios>.card-title{	
	font-family: 'Barlow', sans-serif;
	font-size: 25px;  
  color: var(--primary);
  margin-left: 15%;
  font-weight: normal;
}


.tiare
{
  background-image: url(../../img/tiare.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  min-height: 200px;

}


.zoom{	

  min-height: 246px;
}
.zoom .bk-zoom{
  height: 246px;
}
.zoom h3{
  padding-left: 50px;
  font-weight: 600;
  font-size: 34px;
  color: #ffffff;
}
.zoom p{
  font-size: 16px;
  line-height: 19px;
  color: #191919;
  font-weight: 400;
}


.botonzoom{
  background-color:var(--light);
  color: #191919;
  border-radius: 22.5px;
  border-color:#191919;
  font-size: 16px;
  font-weight: bolder;
  width: 225px;
  
}
.botonworkplace{
  background-color:var(--light);
  color:var(--dark)!important;
  border-radius: 22.5px;
  border-color:var(--light);
  font-size: 16px;
  font-weight: normal;
  margin: 10px 15px 0px 15px;
  padding: 8px 30px 8px 30px; 
  font-weight: 500;
}


.onedesk, .entelPocket{
  min-height: 299px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
  border-radius: 8px;
  margin: 20px 0px;
  background: #ffffff;
  position: relative;
}
.entelPocket{
  padding: 20px 27px 37px 27px;
  min-height: 224px;
}
.entelPocket .celularEntelPocket{
  position: absolute;
  left: 14px;
  bottom: 0;
}
.entelPocket .iconoEntel{
  position: absolute;
  right: -8px;
  bottom: 10px;
}
.entelPocket .entelPocketTexto{
  position: absolute;
  width: 365px;
  right: 37px;
  top: 0;

}
.onedesk.covid19{
  min-height: 224px;
}
.onedesk h5, .entelPocket h5{
  font-size: 26px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0px;
}
.onedesk p, .entelPocket p{
  font-size: 16px;
  line-height: 19px;
}
.onedesk-text{
  padding: 0px 30px;
}
.btn-onedesk{
  padding: 0px 30px;
}
.onedesk a{
  border: 1px solid #191919;
  width: 100%;
  margin: 5px 15px;
  padding: 9px 0px;
  text-align: center;
  color: #191919;
  font-weight: 600;
  border-radius: 22px;
  text-decoration: none;
  display: block;

}
.workplace .card-title{
  color: #191919;
  margin-left: -8px;
}

.workplace{
  background-color:#00B9EB;
  min-height: 157px;
}
.workplace p{
  font-size: 16px;
  line-height: 19px;
}


.cuestionario{	
  background: #004FB9;
  color: #ffffff;
}

#preguntas{
  margin-left:1%;
}
.card-title.title18{
  font-size: 18px;
}
.card-title.title19{
  font-size: 19px;
}
.icono-preguntas{
  padding: 0px 20px;
}
.proposito-pilares{
  min-height: 406px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
  border-radius: 8px;
  margin: 20px 0px;
  color:#ffffff;
  background: #ffffff;
}
.proposito-pilares h5{
  font-weight: 500;
  font-size: 26px;
}
.proposito-pilares p{
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0px;
}
.contenedor-titulo-pp{
  padding: 18px 20px;
  background: #004FB9;
  border-radius: 8px;
  min-height: 107px;
}
.contendor-detalle-pp{
  min-height: 217px;
  display: flex;
  align-items: center;
  padding: 20px 0px;
  justify-content: center;

}
.detalle-pp h4{
  color: #191919;
  font-size: 15px;
  font-weight: 400;
}
.contenedor-interior{
  margin-top: 40px;
}
.cuestionario h4{
  font-size: 15px;
  margin-bottom: 3px;
} 
@media (max-width: 768px) {
  .contenedor-interior{
    margin-top: 20px;
  } 
  .card-title.title22{
    font-size: 22px;
  }
  .card-title.title19{
    font-size: 19px;
  }
  .card-title.title18{
    font-size: 18px;
    margin-left: 30%;
  }
  .card-subtitle{
    font-size: 16px;
  }
  .zoom p{
    font-size: 16px;
  }
  .botonzoom{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .fondo{
    height: 94px;
    width: 287px;
  }
  .banner-interior{
    height: 200px;
  }
  #preguntas{
    width: 75%;
    font-size: 18px;
  }
  #check_respuestas{
    padding-left: 56px;
    padding-top: 10px;
  }
  .contendor-detalle-pp{
    padding: 20px 10px;
  }
  .zoom h3{
    padding-left: 20px;
  }
  .zoom p{
    padding: 15px 20px;
  }
  .card-deck {
    margin: 10px 0px 10px 0px;
  }
  .card-deck .card{
    margin-bottom: 0px;
  }
  .proposito-pilares{
    margin: 20px 0px 10px 0px;
  }
  .onedesk{
    margin: 10px 0px;
    min-height: 285px;
  }
  .zoom{
    margin-bottom: 80px!important;
  }
  .onedesk h5{
    margin-top: 10px;
  }
  .cursos{
    min-height: 229px;
  }
  .btn-onedesk{
    width: 100%;
  }
  .onedesk a{
    margin: 5px 15px;
    width: auto;
  }
}
@media (max-width: 567px){
  .entelPocket{
    min-height: 375px;
  }
  .entelPocket .entelPocketTexto {
    position: absolute;
    width: auto;
    right: 0;
    top: 0;
    left: 5%;
  }
  .entelPocket .celularEntelPocket{
    width: 200px;
  }
  .entelPocket .parrafo-accesos-mobile{
    position: absolute;
    bottom: -86px;
    right: 10%;

  }
}












 


