.new_loader{
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 300;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-loader {
  width: 60%;
  aspect-ratio: 16 / 9;
  position: relative;

}

.tapa{
  width: 100%;
  height: 65px;
  position: absolute;
  background-color:black;
  right: 0px;
  top:0px

}

.fade-out {
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
}

.fade-out-hidden {
  display: none;
}

.img-res img{
  max-width: 100%;
}

.logo{  
  width: 100%;  
}
.logoM{  
  width: 200px;  
}

.icon_candil{
  position: relative;
  width: 100px;  
}

.colorsin{
  background-color: rgb(53, 53, 53);
  padding: 80px
}

.text-white{
  color:#fff!important;
}
.text-white1{
  color:#d1d1d1!important;
}

.spb{
  padding: 35px 0px 50px 0px;
}


.section-content2{
  margin-top: 4em;
}

.bk-claro{
  background-color: #f2f2f2;
  padding: 100px 0px 100px 0px;
}

.bg-projects {
  position: relative;
  background: url(../img/bg/projects.jpg) 50% 0 no-repeat;
  background-size: cover;
}


.prenav{
  width: 100%;
  height: 100px;
  background-color: aquamarine;
}

.telefonos{
  display: flex;
  
}
.telefonos>a{
  font-size: 18px;
  margin-right: 15px;
}
.telefonos>a>span{
  font-size: 13px;
  color:#010101;
}

.speciahr{
  margin-top: 10px;
  margin-bottom: 10px;
}

.spc{
  display: block;
}

.mimap{
  width: 100%;
  height: 600px;
}

.cont>a{
  color:#fff;
  font-size: 16px;
}

.pp{
  font-size: 16px;
}

.conten-button-clientes{
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

.panel-default>.panel-heading {
  color: rgba(255, 255, 255, 1);
  background-color: #353535;  
  border-color: #353535;
}

.list-clientes{
  color:#292929;
}

.list-clientes li>span{
  color:#c5a47e;
  font-weight: bold;
}

.botonera{
  text-align: center;
  padding: 40px 0px 40px 0px;

}

.btn-active{
  background-color:#c5a47e !important;
  color: #fff!important;
}

.botonera.fija {
  position: fixed;
  top: 70px; /* Ajusta según la altura de tu nav */
  left: 0;
  right: 0;
  z-index: 999;
  background: white; /* o lo que necesites */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}




.oculta {
  display: none;
}



@media (max-width: 767.98px) {
  img.mfp-img {
    min-height: auto !important;
  }


  .video-loader {
    width: 100%;
  }

  .social-list {
    display: none;
  }

  .botonera{
    padding: 10px 0px 10px 0px;
  }

  .spc{
    display: none;
  }

  .botonera.fija {
    
    top: 120px; /* Ajusta según la altura de tu nav */
   
  }
  

  /*Custom hero*/
  .brand-panel{
    display: none;
  }

  .vertical-panel{
    display: none;
  }


  /*Nav bar*/
  .navbar-mobile .brand {
    display: block;
  }
  
  .navbar-toggle.collapsed .icon-bar {
    background-color: #c5a47e;
  }

  .colorsin {
    background-color: rgb(53, 53, 53);
    padding: 70px 25px 70px 25px;
  }

  .logoM {
    width: 200px;
    display: inline-block;    
    float: left;
  }
  .navbar-mobile {
    background-color: #ffffff;
  }

  .navbar-toggle {
    top:20px;
  }


  .main-header {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: right;
    padding-left: 0px;   
    padding-top: 16.5vmin;
  }   

  .contact-info-content {
    padding: 5.5em 0em;   
  }

  .pp{
    font-size: 13px;
  }
  .cont>a {
    color: #fff;
    font-size: 13px;
  }

  .social-list .fa {
    font-size: 5.4vmin;
    color: #c5c4c2;
  }

  .panel-title {
    font-size: 12px;   
  }
}



/* section {
    display: grid;
    place-items: center;
} */

h1 {
    font-size: 3rem;
    padding: 20px;
    margin: 20px 0px;
}

.slider {  
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: rgb(255, 255, 255);
  /* border-radius: 16px; */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.4px);
  -webkit-backdrop-filter: blur(7.4px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.special{
  margin-bottom: 70px;
}

.slider-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    animation: scrolling 20s linear infinite;

}

@keyframes scrolling {

    0% {
        transform: translateX(80%);
    }

    100% {
        transform: translateX(-20%);
    }
}

.slider-items img {
  width: 6%;
  margin: 7px 17px;
}

@media (max-width: 767.98px) {
  .slider-items img {
    width: 6%;
    margin: 5px;
  }
}  


@media (max-width: 767px) {
  .tp-caption.tp-resizeme.slide-subtitle {
    line-height: 2;
  }
}


.wp-flot{
  position: fixed;
  width: 48px;
  height: 48px;
  bottom: 30px;
  right: 20px;
  z-index: 9999;
  cursor: pointer;
}
