/* --------  LETRA DE PARRAFO MISION Y VISION - RESPONSIVE  -------- */
@media (min-width: 1350px) {
  .margin-top-responsive {
     margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .centrarEnBajaResolucion {
    text-align: center;
  }
  .mifuente {
    font-size:calc(16px + 5vw)!important;
    line-height: 1.2em;
  }
  .mensajeExito {
    font-size:calc(1.275rem + .3vw)!important;
  }
  .mensajeAgradecimiento {
    font-size:calc(0.95rem + .3vw)!important;
  }
  .estilo {
    flex-direction: column;
  }
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 5rem;
    margin-bottom: 7rem;
  }
}
/* MARKETING CONTENT
-------------------------------------------------- */

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/*<------------------------ BODY ---------------------------> */

body {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-color: white;
  width: 100%;
  overflow-x: auto;
  position: relative;
  margin-bottom: 20px;
  background: url("../img/FONDO-BLANCO.png");
}

main {
  margin-bottom: 100px;
}
/*<-------------------- NABVAR Y FUENTE -----------------------> */
.subrayadoNavBar {
  display: inline-block;
  position: relative;
  color: white;
  text-decoration: none;
}

.subrayadoNavBar:after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 0px;
  transition: all .8s;
}
.subrayadoNavBar:hover:after {
  width: 100%;
  background: white;
}

.barraNavegacion {
  background: #2a3143;
  background: radial-gradient(circle, #2a3143 50%, #020024 100%);
  border-bottom: 1px solid #3f476f;
  min-height: 67px;
}

.logonavbar {
  width: 50px;
  height: 50px;
}

.nav-item:hover {
  color: #E16C02;
}

.fondo-azul-click:active{
  background-color: #304c62;
  border-radius: 10px;
  transition: 0.1s;
}
.color-gris {
  color: rgba(255, 255, 255, 0.421)!important;
}

#navbarCollapse > ul > li:hover > a > i {
  color: rgba(255, 255, 255, 0.634)!important;
}

.nexa {
  font-family: 'nexalight';
}

.nexabold {
  font-family: 'nexabold';
}

.riven {
  font-family: 'riven';
}

.mifuente {
  font-size:calc(16px + 2vw);
  line-height: 1.2em;
}

.color-naranja{
  color: #2a3143;
}
/*<----------------------- MAIN --------------------------> */

h1 {
  font-size: 45px;
  margin: 2rem 0;
  text-align: center;
}

.contenedor {
  padding: 1rem 2rem 3rem;
  margin: auto;
}

.li span {
  color: black;
}

.bloque {
  padding: 1rem;
}

.parrafo {
  text-align: justify;
}
/*----------------------- Footer ------------------------*/

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  background: #2a3143;
  background: radial-gradient(circle, #2a3143 50%, #020024 100%);
}

.estilo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.parrafo-footer {
  font-family: nexalight;
  text-align: center;
  margin-bottom: 0;
  color: white;
  display: flex;
}

.bi {
  text-decoration: none;
  color: white;
  font-size: 2rem;
}

.bi-envelope:hover {
  color: #DB4A39;
  transition: 0.5s;
}

.bi-envelope:not(:hover) {
  color: #fff;
  transition: 0.5s;
}

.bi-whatsapp:hover {
  color: #00bb2d;
  transition: 0.5s;
}

.bi-whatsapp:not(:hover) {
  color: #fff;
  transition: 0.5s;
}

