@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Condensed:wght@300;400;700&display=swap');
*{
  font-family: 'Jost';
}
html {
  position: relative;
  min-height: 100%;
}
body{
  margin-bottom: 180px;
}
footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: url('../imagenes/fondo-azul.jpg');
  background-position: bottom;
  background-size: cover;
  padding: 50px 10%;
}
a.anchor {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden;
}
footer .footer-texto{
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.fondo-principal{
  position: relative;
  background-image: url(../imagenes/fondo-principal.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 600px;
}
.mensaje-inicio{
  background-color: rgba(255,255,255,0.6);
  position: absolute;
  top: 35%;
  width: 48%;
  left: 0;
  padding: 30px;
  padding-left: 15%;
}
.mensaje-inicio h3{
  color: #032349;
  font-size: 44px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0px;
}
.mensaje-inicio h5{
  color: #032349;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 10px;
}
.fondo-gradiente{
  background-image: linear-gradient(90deg, rgba(0,30,61,1) 0%, rgba(0,69,147,1) 15%, rgba(0,69,147,1) 85%, rgba(0,30,61,1) 100%);
}
.nav-item.seleccionado{
  background-image: linear-gradient(0deg, rgba(0,30,61,1) 0%, rgba(0,69,147,1) 79%, rgba(0,69,147,1) 100%);
}
.nav-item > .nav-link{
  color: #00458d !important;
  font-size: 12px;
  font-weight: 500;
  height: 100px;
  padding-top: 45px;
  transition: color,background-image 200ms linear;
}
.nav-item > .nav-link:after {
  content: "";
  display: block;
  margin: auto;
  height: 4px;
  width: 0px;
  transition: all 300ms;
}
.nav-item > .nav-link:hover:after {
  width: 100%;
  background: #f1cA3F;
}
/*.nav-item > .nav-link:hover{
  color: #FFF !important;
  background-image: linear-gradient(0deg, rgba(0,30,61,1) 0%, rgba(0,69,147,1) 79%, rgba(0,69,147,1) 100%);
}*/
.nav-item.seleccionado > .nav-link{
  color: #FFF !important;
  font-size: 12px;
  transition: color, 200ms;
}
.nav-item.seleccionado > .nav-link:hover{
  color: rgb(255 255 255 / 70%) !important;
}
nav .texto-telefono{
  color: #00458d !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  margin-bottom: 0px;
}
nav .texto-mail{
  color: #00458d !important;
  font-size: 11px;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 0px;
}
.border-top-gris{
  border-top: 5px solid #989898;
}
.border-bottom-gris{
  border-bottom: 5px solid #989898;
}
.inicio-banner > p{
  color: #FFF;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 0px;
}
.border-amarillo-i {
  border-left: 3px solid #f1cA3F;
}
/* PAGINA INICIO */
#inicio {
  max-width: 1350px;
}
#inicio .linea-circ{
  display: flex;
}
#inicio .linea-circ.mobile{
  left: -22.5px;
}
#inicio .linea-circ .der.hr-linea{
  border: 2px solid #f1cA3F;
  margin-left: -15px;
  margin-top: 19px;
  width: 100%;
}
#inicio .linea-circ .izq.hr-linea{
  border: 2px solid #f1cA3F;
  margin-right: -15px;
  margin-top: 19px;
  width: 100%;
}
#inicio .linea-circ .borde-circulo{
  padding: 8px;
  border: 3px solid #f1cA3F;
  border-radius: 50%;
}
#inicio .linea-circ .circulo{
  width: 20px;
  height: 20px;
  background-color: #f1cA3F;
  border-radius: 50%;
}
#inicio .inicio-card {
  display: flex;
  position: relative;
  width: 100%;
}
#inicio .inicio-card h3{
  color: #032349;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0px;
}
#inicio .inicio-card p{
  color: #7d7d7b;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 20px;
  width: 80%;
}
.btn-gris-uno{
  background-color: #B0AFAD;
  border: none;
  border-radius: 5px;
  color: #012348;
  font-family: 'Roboto Condensed';
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 5px 15px;
  transition: color, 200ms;
}
.btn-gris-uno:hover{
  color: #FFFFFF;
}
.btn-gris-dos{
  background-color: #B0AFAD;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  font-family: 'Roboto Condensed';
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 5px 15px;
}
.btn-amarillo{
  font-family: 'Roboto Condensed';
  background-color: #f1cA3F;
  border: none;
  border-radius: 5px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}
.btn-amarillo:hover{
  background-color: #ddae03;
  color: #000;
}
/* PAGINA CONOCENOS */ 
#conocenos .linea-circ{
  display: flex;
}
#conocenos .linea-circ.mobile{
  left: -22.5px;
}
#conocenos .linea-circ .der.hr-linea{
  border: 2px solid #f1cA3F;
  margin-top: 19.5px;
  margin-left: -4px;
  width: 100%;
}
#conocenos .linea-circ .izq.hr-linea{
  border: 2px solid #f1cA3F;
  margin-top: 19.5px;
  width: 100%;
}
#conocenos .linea-circ .borde-circulo{
  padding: 8px;
  border: 3px solid #f1cA3F;
  border-radius: 50%;
}
#conocenos .linea-circ .circulo{
  width: 20px;
  height: 20px;
  background-color: #f1cA3F;
  border-radius: 50%;
}
#conocenos .titulo-gris{
  color: #7c7d81;
  font-size: 28px;
}
#conocenos .inicio-card {
  display: flex;
  position: relative;
  width: 100%;
}
#conocenos h3{
  color: #032349;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0px;
}
#conocenos p.texto-parrafo{
  font-size: 23px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  color: #9c9a96;
  margin-bottom: 0px;
}
#conocenos p.texto-parrafo-dos{
  font-size: 23px;
  line-height: 25px;
  font-weight: 400;
  text-align: justify;
  color: #9c9a96;
  margin-bottom: 0px;
}
#conocenos .hr-vertical{ 
  margin-top: .5em;
  margin-bottom: .5em;
  border: none;
  border-left: 4px solid #f1cA3F;
  height: 40px;
  width: 1px;       
}
#conocenos .hr-vertical.posicion-derecha{ 
  position: absolute;
  right: -1px;
  top: -8px;
  height: 70px;
}
#conocenos .hr-vertical.posicion-izquierda{ 
  position: absolute;
  left: -4px;
  top: -8px;
  height: 70px;
}
#conocenos-footer{
  margin-top: 50px;
  background-image: url('../imagenes/edifcios-1.jpg');
  background-position: center;
}
#conocenos-footer .fondo-edificio{
  background-color: rgba(255, 255, 255,.75);
  height: 100%;
  width: 100%;
  padding: 150px 0px;
}
#conocenos-footer .fondo-edificio .bg-azul{
  background-color: rgba(0, 69, 147, .70);
  padding: 30px 0px;
}
#conocenos-footer .fondo-edificio h4{
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 0px;
  text-align: center;
}
#conocenos-footer .fondo-edificio p{
  font-size: 23px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0px;
}
/* PAGINA SERVICIOS */ 
#servicios .border-amarillo-i{
  border-left-width: 3px;
}
#servicios h3{
  color: #032349;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0px;
}
#servicios h4{
  color: #595a5e;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 0px;
}
#servicios p.texto-parrafo{
  font-size: 22px;
  color: #9c9a96;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 0px;
}
#servicios p.texto-parrafo-imagenes{
  font-weight: 400;
  color: #9c9a96;
  margin-top: 15px;
  margin-bottom: 0px;
}
#servicios ul.listado-creditos{
  list-style-type: none;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #595a5e;
  margin-bottom: 0px;
}
#servicios .linea-circ{
  display: flex;
  position: absolute;
  left: -22.5px;
}
#servicios .linea-circ .borde-circulo{
  padding: 8px;
  border: 3px solid #f1cA3F;
  border-radius: 50%;
}
#servicios .linea-circ .circulo{
  width: 20px;
  height: 20px;
  background-color: #f1cA3F;
  border-radius: 50%;
}
/* PAGINA BENEFICIOS */ 
#beneficios h3{
  color: #032349;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
}
#beneficios ul.listado-beneficios{
  list-style-type: none;
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  color: #9c9a96;
  margin-top: 25px;
  margin-bottom: 0px;
}
#beneficios ul.listado-beneficios li{
  margin-bottom: 5px;
  text-indent: -10px;
}
#beneficios ul.listado-beneficios li:before {
  content: "- ";
}
.padding-10{
  padding: 0px 10%;
}
/* PAGINA BLOG */
#blog h1.titulo-pagina{
  color: #032349;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 80px;
}
#blog div.paginacion{
  display: flex;
  gap: 10px;
  margin-left: 15px;
  margin-right: 5px;
}
#blog div.paginacion a{
  width: 25px;
  font-size: 18px;
  color: #032349;
  line-height: 25px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
}
#blog div.paginacion a:hover{
  border-radius: 5px;
  background-color:#004593;
  color:#FFF;
  transition: background-color, 300ms;
}
#blog div.paginacion .disabled{
  color: #d1a60e;
}
#blog div.paginacion .disabled:hover{
  background-color:#ffffff;
}
#blog div.pagination{
  font-size: 18px;
  color: #000;
  margin-bottom: 50px;
}
#blogs-cards h6.texto-titulo{
  color: #032349;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
          line-clamp: 2; 
  -webkit-box-orient: vertical;
}
#blogs-cards .texto-descripcion{
  font-size: 16px;
  color: #000;
  line-height: 25px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; 
  line-clamp: 4; 
  -webkit-box-orient: vertical;
}
#blogs-cards .card-header{
  height: 85px;
}
#blogs-cards .card-body{
  height: 148px;
}
#blogVer h3{
  color: #032349;
  font-size: 32px;
  font-weight: 600;
}
#blogVer h5{
  color: #032349;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
#blogVer .texto-descripcion{
  font-size: 18px;
  color: #000;
  line-height: 25px;
  font-weight: 400;
}
/* PAGINA CONTACTANOS */
#contactanos .linea-circ{
  display: flex;
}
#contactanos .linea-circ .der.hr-linea{
  border: 2px solid #f1cA3F;
  margin-left: -15px;
  margin-top: 59px;
  width: 100%;
}
#contactanos .linea-circ .borde-circulo{
  padding: 8px;
  border: 3px solid #f1cA3F;
  border-radius: 50%;
  margin-top: 40px;
}
#contactanos .linea-circ .circulo{
  width: 20px;
  height: 20px;
  background-color: #f1cA3F;
  border-radius: 50%;
}
#contactanos .contactanos-card {
  display: flex;
  position: relative;
  width: 100%;
}
#contactanos .contactanos-card h4{
  color: #004592;
  font-size: 22px;
  font-weight: 600;
}
#contactanos .contactanos-card p{
  color: #7d7d7b;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 3px;
  line-height: 20px;
}
#contactanos .contactanos-card p.texto-horarios{
  font-size: 17px;
}
#contactanos .contactanos-card h5{
  color: #004592;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}
#contactanos .contactanos-card h6{
  color: #004592;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px;
}
.label-login{
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 3px;
  line-height: 20px;
}
@media (min-width: 3000px) {
  .fondo-principal{
    min-height: 900px;
  }
  .mensaje-inicio h3{
    font-size: 52px;
  }
  .mensaje-inicio h5{
    font-size: 38px;
  }
}
@media (min-width: 2000px) and (max-width: 2999px) {
  .fondo-principal{
    min-height: 800px;
  }
  .mensaje-inicio h3{
    font-size: 48px;
  }
  .mensaje-inicio h5{
    font-size: 34px;
  }
}
@media (max-width: 1274px) {
  .fondo-principal{
    min-height: 500px;
  }
  .mensaje-inicio{
    top: 30%; 
  }
  .mensaje-inicio h3{
    font-size: 42px;
  }
  .mensaje-inicio h5{
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .fondo-principal{
    background-position: center;
  }
  .mensaje-inicio{
    top: 30%; 
    padding: 30px 0px;
    text-align: center;
    width: 100%;
  }
  .padding-10{
    padding: 0px 15px;
  }
  .nav-item > .nav-link{
    height: 50px;
    padding-top: 17px;
    padding-left: 20px;
  }
  .navbar-light .navbar-toggler{
    outline: none;
  }
  
}
@media (max-width: 767px) {
  .mensaje-inicio h3{
    font-size: 38px;
  }
  .mensaje-inicio h5{
    font-size: 26px;
  }
  body{
    margin-bottom: 374px;
  }
  #inicio .inicio-card p{
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
  }
  #inicio .inicio-card h3{
    margin-bottom: 15px;
  }
  #conocenos h3{
    margin-bottom: 10px;
  }
  #conocenos p.texto-parrafo{
    text-align: justify;
    font-size: 19px;
  }
  #beneficios ul.listado-beneficios{
    padding-left: 0px;
    font-size: 20px;
  }
  #beneficios h3{
    font-size: 26px;
  }
  #contactanos .border-amarillo-i{
    border: none;
  }
  #contactanos .contactanos-card p{
    font-size: 17px;
  }
  #contactanos .contactanos-card h4{
    font-size: 20px;
  }
  #contactanos .contactanos-card h5{
    font-size: 18px;
  }
  #contactanos .contactanos-card h6{
    font-size: 18px;
  }
  #servicios p.texto-parrafo{
    font-size: 19px;
  }
  #servicios h3{
    font-size: 30px;
  }
  #servicios h4{
    font-size: 21px;
  }
  #servicios ul.listado-creditos{
    padding: 0px;
    font-size: 18px;
  }
}