/* FUENTES
-------------------------------------------------- */
@font-face {
  font-family: 'cursiva';
  src: url('../fonts/Cursiva.ttf');
}
.cursiva {
  font-family: 'cursiva';
  font-size: calc(0.8rem + 0.8vw)!important;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {

  /* Bump up size of carousel content */
  .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;
  }
}


/* ---------- RESPONSIVE ---------- */
@media (min-width: 1850px) {
  .imgBanner3 {
    min-width: 98px!important;
    max-width: 5%!important;
    height: auto;
    opacity: 0.6;
  }
}

@media (min-width: 1350px) {
  .responsive {
    height: 700px!important;
    background-position: center center!important;    
    background-size: cover!important;
  }  
  .margen-y {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .logo-banner {
    opacity:0;
  }
  .fondoBannerPpal {
    min-height: calc( 100vh - 66px)!important;
  }
  .imgBanner3 {
    min-width: 87px;
    max-width: 5%;
    height: auto;
    opacity: 0.6;
  }
  .textoEC {
    font-size: calc(0.55rem + 0.55vw)!important;
  }
}
@media (min-width: 768px) and (max-width: 1350px) {
  .responsive {
    background-position: center center!important;
    min-height: 500px!important;
    background-size: cover!important;
    
  }
  .div-columnas {
    min-height: 500px!important;
  }
  .margen-y {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .fuenteBannerPpal {
    font-size: calc(1.1rem + .75vw);
  }
  .imgBanner3 {
    min-width: 88px;
    max-width: 5%;
    height: auto;
    opacity: 0.6;
  }
  .textoEC {
    font-size: calc(0.5rem + 0.5vw)!important;
  }
}
@media (max-width: 768px) {
  .logonavbar {
    position: static!important;
  }
  .responsive {
    background-position: center bottom!important;
    min-height: 700px!important;    
    background-size: cover!important;
  }
  .mifuente {
    font-size:calc(16px + 5vw)!important;
    line-height: 1.2em;
  }
  #conocenos > div > div > div > .mifuente {
    font-size:calc(16px + 2vw)!important;
  }
  .fondoBannerTransparencia {
    background-position: 52%!important;
    min-height: 600px!important; 
  }
  .margen-y {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .fondoBannerPpal {
    background-position: 50%!important;
  }
  .footer {
    padding-left: 25px!important;
    padding-right: 30px!important;
  }
  .fuenteBannerPpal {
    font-size: calc(1.25rem + .70vw);
  }
  .imgBanner3 {
    min-width: 85px;
    max-width: 5%;
    height: auto;
    opacity: 0.6;
  }
  .cursiva {
    font-size: calc(1.3rem + 1vw)!important;
  }
  .sombraBannerTransparencia {
    background: linear-gradient(270deg, rgba(42,49,67,0.1585975454634979) 0%, rgba(0,0,0,0.400541280965512) 10%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0.5) 100%)!important;
  }
}

/* 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;
}

/* rtl:end:ignore */

* {
  box-sizing: border-box;
}

/*<------------------------ 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;
  background: url("../img/FONDO-BLANCO.png");
}

/*<-------------------- NABVAR Y FUENTE -----------------------> */

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

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

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

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

#conocenos > div > div > div > .mifuente {
  font-size:calc(16px + 1.7vw);
}

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

/*<-------------------- BOTONES FIJOS -----------------------> */

#btn-arriba {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  background-color: #2a3143;
  box-shadow: 0px 0px 4px 1px #304c62;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  position: fixed;
  bottom: 85px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 50%;
  color: white;
}

#btn-arriba:hover {
  cursor: pointer;
  box-shadow: 0 0 3px 0 #304c62;
  background-color: #304c62;
}

#btn-arriba:active {
  background-color: #304c62;
  animation: ease-in-out;
}

#btn-arriba.show {
  opacity: 1;
  visibility: visible;
}

#btn-wsp {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  position: fixed;
  bottom: 15px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 100;
  z-index: 1000;
  border-radius: 50%;
  color: #00bb2d !important;
}

#btn-wsp:hover {
  cursor: pointer;
  transform: rotate(372deg);
  transition: 0.5s;
}

#btn-wsp:not(:hover) {
  transition: 0.5s;
}

.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;
}

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

.fondoBannerPpal {
  background: url("../img/ESTRELLAS.jpg");
}

.row {
  width: 100%;
  height: 100%;
  margin: 0;
}

.bannerPpal {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}

.logo-banner {
  min-width: 300px;
  max-width: 25%;
  height: auto;
}

.imgBanner1 {
  min-width: 320px;
  max-width: 100%;
  height: auto;
}

.imgBanner2 {
  min-width: 90px;
  max-width: 6%;
  height: auto;
  opacity: 0.6;
}

.texto-banner1 {
  background: url('../img/ESTRELLAS.jpg')!important; 
  background-position: center center!important;    
  background-size: cover!important;
}

.fondoTextoBanner1{
  background-image: linear-gradient(0deg, rgba(42, 49, 67, 1) 20%, rgba(42, 49, 67, 0.01) 100%)!important;    
}

#h2-banner-1, #divConocenos, #caoDiv, #divAutogestion {
  opacity: 0;
  transition: opacity 3s ease;
}
#h2-banner-1.visible, #divConocenos.visible, #caoDiv.visible, #divAutogestion.visible {
  opacity: 1;
}

/*<--------------------- AUTOGESTION ------------------------> */

.color-azul-hover:hover {
  color: #003F76;
  transition: 0.5s;
}

.color-azul-hover:not(:hover) {
  transition: 0.5s;
}

/*<----------------------- BANNER 2 --------------------------> */

.fondoBannerTransparencia {  
  background: url("../img/TRANSPARENCIA-2.jpg");  
}
.sombraBannerTransparencia {
  background: linear-gradient(270deg, rgba(42,49,67,0.0585975454634979) 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.4) 100%);
}

.btn-primary {
  background-color: #2a3143;
  border: none;
  font-size: 20px;
  font-family: 'nexalight';
}

.btn-primary:hover {
  box-shadow: 0 0 7px 0 #304c62;
  background-color: #304c62;
  transition: 0.7s;
  opacity: 100%;
}

.btn-primary:not(:hover) {
  transition: 0.7s;
}

/*<--------------------- ROWS Y COLUMNAS COMPARTIDOS ------------------------> */


.row-iconos:hover {
  color: #003F76;
  text-shadow: 0 0 1px #003F76;
  transition: 0.5s;
}

.row-iconos:not(:hover) {
  transition: 0.5s;
}

.div-columnas {
  min-height: 700px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
}

.titulo-columna {
  padding: 5px;
  font-size: 45px;
}

.imgcolumna {
  /* height: 140px; */
  min-width: 80px;
  max-width: 30%;
  height: auto;
  
}

.parrafoColumnas {
  min-height: 50px;
  display: flex;
  align-items: center;
  font-size: 20px;
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
}
         
.btn-grad {
  background-image: linear-gradient(to right, rgba(42, 49, 67, 1) 0%, #517fa4  51%, rgba(42, 49, 67, 1)  100%);
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  width: fit-content;
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}


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

.footer {
  bottom: 0;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  background: rgb(42,49,67);
  background: linear-gradient(0deg, rgba(42,49,67,1) 0%, rgba(48,76,98,1) 50%, rgba(42,49,67,1) 100%);
}

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

.logofooter {
  width: 100px;
  height: 100px;
}

.parrafo-footer {
  font-family: nexalight;
  margin-bottom: 0;
  color: white;
}

.bi {
  text-decoration: none;
  color: white;
  font-size: 20px;
}

.item-hover {
  color: #dcdada;
}

.item-hover:hover {
  color: #517fa4;
  transition: 0.7s;
}

.item-hover:not(:hover) {
  transition: 0.7s;
}

.whatsapp:hover>i {
  color: #00bb2d;
  transition: 0.7s;
}

.whatsapp:not(:hover)>i {
  transition: 0.7s;
}

.email:hover>i {
  color: #DB4A39;
  transition: 0.7s;
}

.email:not(:hover)>i {
  transition: 0.7s;
}

