@import url('theme.css');
/*Borrar*/
.navs{  
  position: fixed;
  top:0px;
  width: 100%;
  -webkit-box-shadow: -1px 10px 5px -7px rgba(0,0,0,0.26);
  -moz-box-shadow: -1px 10px 5px -7px rgba(0,0,0,0.26);
  box-shadow: -1px 10px 5px -7px rgba(0,0,0,0.26);
  z-index: 100;
}
.prenav{
  background-color:#0c3460;
  width: 100%;
  height: 30px;
}


.ul_cntact{
  height: 30px; /*Misma Altura del renav*/
  display: flex; 
  align-items: center;
  gap:20px;
  list-style: none;
}
.end{
  justify-content: end;
}
.ul_cntact>li,.ul_cntact>li>a{
  color:#fff;
  font-size: .85rem;
  text-decoration: none;
}
.ul_cntact>li>a:hover{
  color:#fff;
  text-decoration:underline;
}

header{
  width: 100%;
  height: 80px; 
}

.logo_nav{
  width: 200px;
}
/*EndBorrar*/

#hero{
  position: relative;
  margin-top: 110px;
  width: 100%;
  height: calc(100vh - 110px);
  background-color: rgb(82, 82, 82);
}

/*Hero*/
.slider{ 
  width: 100%;
  background-image: url("../img/back_hero_BNS.jpg");
  background-size:cover;
  background-position:top center;
  height: calc(100vh - 110px); 
}

.b2{
  background-image: url("../img/back_hero2_BNS.jpg");
}

.title{
  font-weight: 900;
  font-size: 2.3rem;
  color:#3c3c3c;
}

.imagen_chica{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 110px); 
}

.caption{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;  
  height: calc(100vh - 110px); 
  color:#fff;
}

.h2_hero{
  font-size:4em;
}

.nbk{  
  width: 30rem;  

}

.botonera_header{
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.conte_buton{
  position: relative; 
}
.buton_custom{   
  position:relative;
  display: inline-block;
  padding: 15px 40px 15px 40px;
  color:#fff;
  text-decoration: none;
  border-radius: 5px;
  border:none;
}

.back_tqsa{
  background-color: #06bcba;
}
.border_tqsa{
  border: 1px solid #06bcba;
}

.back_tqsa:hover{
  color: #fff;
  font-weight: bold;
}
.border_tqsa:hover{
  color: #fff;
  font-weight: bold;
}

.resalta{
  font-size: 1em !important;
  font-family: 'Open Sans', sans-serif!important;
  font-weight: 600;
  color:var(--bns_sec);
}

.img_inges{
  width:100%;   
  overflow: hidden;
  margin: 0 auto;
}

.conten{
  background-color:#f4f4f4;
  padding-bottom: 15px;
  border-radius: 0px 0px 5px 5px;
  min-height: 295px;
}

.card_header{
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}

#diferentes{
  background-image: url(../img/manteminiento_back_bns.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}


#mantenimiento{
  background-image: url("../img/back_mantenimiento_BNS.png");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-color:var(--bns_blue);
}
.img-mantenimiento{
  width: 540px;
  border-radius:15px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-shadow: 4px 11px 18px -5px rgba(0,0,0,0.45);
  -moz-box-shadow: 4px 11px 18px -5px rgba(0,0,0,0.45);
  box-shadow: 4px 11px 18px -5px rgba(0,0,0,0.45);
}


.card_esp{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:20px;
  background-color:#f4f4f4;
  border-radius: 20px;
  padding: 30px;  
  min-height: 566px;
}


.esp_img{
  width: 280px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 4px 11px 18px -5px rgba(0,0,0,0.45);
  -moz-box-shadow: 4px 11px 18px -5px rgba(0,0,0,0.45);
  box-shadow: 4px 11px 18px -5px rgba(0,0,0,0.45);
}


#mantenimiento_pre{
  background-color: var(--bns_blue);
  background-image: url("../img/back_mantenimiento_BNS.png");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}


.owl-carousel .item {
  height: 10rem;
  background: #4DC7A0;
  padding: 1rem;
}

.owl-carousel__nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  top: -240px;
  z-index: 2;
}

.owl-carousel__nav > div {
  background: #2f2f2f;
  color: #fff;
  width: 45px;
  height: 45px;
  cursor: pointer;
  font-size: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}


/*Carrusel clientes*/
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0),rgb(255, 255, 255));
}

.logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
}

/* .logos:hover .logo_items {
  animation-play-state: paused;
} */

.logo_items img{
  height: 80px; 
  margin: 0px 15px 0px 15px;
  padding: 10px;
  border:1px solid #d6d6d68e;
  border-radius:10px;
}


/*Carrusel clientes*/

/*Borrar*/
#formulario{
  background-image: url("../img/manteminiento_back_bns.jpg");
  background-position: right;
  background-size: cover;
}

.conten_map{
  width: 100%;
  height: 700px;
  background-color: #0c3460; 
  border-radius: 10px;
  overflow: hidden;
  -moz-box-shadow: 4px 11px 18px -5px rgba(0,0,0,0.45);
  box-shadow: 4px 11px 18px -5px rgba(0,0,0,0.45);
}

#msg_server {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease-out, padding 0.7s ease-out;
  padding: 0 1rem;
}

#msg_server.show {
  max-height: 200px; /* Ajusta este valor segÃºn el contenido esperado */
  padding: 0px 0px 0px 0px;
}

.modal-header{
  justify-content: center;
}
.bt-ok{
  margin: 0px 30px 30px 20px;
}
.grisaseo{
  color:#878787;
}
.img-ok{
  width: 90px;
  position: relative;
  top: 9px;
  margin: auto;
}

/*EndBorrar*/

@media (max-width: 992px) {
  .img-mantenimiento {
    width: 320px;
  }
  #diferentes{
    background-position: right;
  }
  .card_esp{
    margin-bottom: 50px;
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .slider{ 
    width: 100%;
    background-image: url("../img/banner_1_mb_BNS.jpg");
    background-size:cover;
    background-position:top center;
    height: calc(100vh - 110px); 
  }

  .caption {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: initial;
    height: calc(100vh - 110px);
    color: #fff;
    margin-top: 42px;
  }

  .h2_hero{
    font-size: 2em;
  }
  .botonera_header {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .buton_custom{
    text-align: center;
  }

  .title{
    font-size: 1.9em;
  }
  .pbig {
    font-size: 1.3em;
   
  } 

  #diferentes {
    background-position: right bottom;
    background-repeat: no-repeat;
  }

  .img-mantenimiento{
    width: 95%;
  }
  .buton_custom{
    width: 100%;
  }

  .card_esp{
    margin-bottom: 50px;
    min-height: auto;
  }

  .esp_img{
    width: 225px;
  }

  .logos:before, .logos:after {
    width: 70px;
  }
  .text-claro2 {  
    font-size: .86em;
  }


}
