/*.f{
  background-color: rgb(215, 216, 216);
  background-size: cover;
  height: auto;
  width: auto;
  margin-bottom: 5em;
  padding: 50px;  
  opacity: 1;
  text-align: center;
  transition: background-position 12s ease; /* Transición suave para background-position 
}*/
/* ---------------- WhatsApp ------------------- */ 
.btn-wsp{
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 55px;
    bottom: 35px;
    right: 30px;
    background: #0df053;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0,3);
    z-index: 100;
  }
  
  .btn-wsp:hover{
    text-decoration: none;
    color: #0df053;
    background: #ffffff;
    box-shadow:0px 0px 0px 0.1em #000000;
    border-radius: 1em; 
  }
  /* ---------------- Barra de Navegación ------------------- */ 
  .nav-link:hover{
    color: rgb(0, 0, 0) !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3)!important;
  ;
  }
  /* parte del nav p */
  div.nave a{
    
    position: relative;
    cursor: pointer;
  }
  div.nave a::after{
    content: "";
    position: absolute;
    bottom: -5px;
    height: 4px;
    width: 100%;
    left: 0;
    background-color: #0df053;
    transition: 0.3s;
    transition-timing-function: ease-in-out;
    transform: scaleX(0) ;
  }
  div.nave a:hover::after{
    transform: scaleX(1);
  }
  
  @keyframes slideInRight {
    0% {
      transform: translateX(100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  /* ---------------- Estilo Parrafo ------------------- */
  
  .p {
    animation-duration: 3s;
    animation-name: slidein;
  }
  
  @keyframes slidein {
    from {
      margin-left: 100%;
      width: 300%
    }
  
    to {
      margin-left: 0%;
      width: 100%;
    }
  }
  
  
  /* ---------------- Contenedor de imagenes ------------------- */
  .contenedor{
    background: url(../img/1b8b2108c569cc98f92a526e52e88dee.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 70%;
    overflow: hidden;
    position: relative;
    margin: 0 auto; 
  }
  .contenedor h1{
    color: #fff;
    font-size: 3em;
    margin-bottom: auto;
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }
  .contenedor p{
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-family:'Arial Narrow Bold', sans-serif;
  }
  /* ---------------- Animación Imagenes ------------------- */ 
  
  .scale-up-center{
    animation:scale-up-center 0.4s; 
  } 
  @keyframes scale-up-center{
     0%{
      transform:scale(.2)
    } 
      100%{
        transform:scale(1)}
  
    }
  
    .imgg{
      transform: scale(var(--escala, 1));
      transition: transform 0.25s;
    }
    .imgg:hover{
      --escala: 1.2;
      cursor:pointer;
    }
  
  /*----------------- Footer ------------------- */
  
   /* */ 
   .EMG{
    text-align: center;
    color: #ffffff;
  
  }
  .EMGT{
    background-color: #198754;
    width: auto;
    height: 0.1em;
  }
  
  
  /* ---------------- Modo Oscuro ------------------- */ 
  body.night-mode {
      background-color: black;
      color: white;
      box-shadow: 0 0 5px #008cff;
    }
    body{
      /*background: url(../img/Enzo/fondo\ \(1\).jpg);*/
      background-size: cover;
      background-repeat: no-repeat;
      margin: 0;
      height: 100vh;
    }
    .fondito{
      /*background: url(../img/Enzo/fondo\ \(1\).jpg) no-repeat center center fixed;*/
      /* background-size: cover;*/
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
    .switch {
      position: relative;
      display: inline-block;
      width: 60px;
      height: 34px;
      
    }
    
    .switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }
    
    .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #2396ccd5;
      box-shadow:0px 0px 0px 1px #eeff00;
      transition: 0.4s;
    }
    .slider:before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background-image: url('../img/sun.png');
      background-size: cover;
      transition: 0.4s;
    }
  
    
    input:checked + .slider {
      background-color: #4042377e;
      box-shadow: 0 0 5px #0400ff;
      
    }
    
    input:checked + .slider:before {
      transform: translateX(26px);
      background-image: url('../img/luna.png');
  
    }
    
    .slider.round {
      border-radius: 34px;
    }
    
    .slider.round:before {
      border-radius: 50%;
      border: red;
    }
  
    *, ::before, ::after{
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    /*clientes*/
  
  .clientes {
    /* background-size: cover;*/
    background-repeat: no-repeat;
    margin: 0;
    height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
   
    width: auto;
    height: auto;
    margin: auto;
    overflow: hidden;
  }
  
  .clientes .slide-track {
    display: flex;
    animation: scroll 40s linear infinite;
    -webkit-animation: scroll 40s linear infinite;
    width: calc(200px * 14);
  }
  
  .clientes .slide {
    width: 200px;
  }
  
  .clientes .slide img {
    width: 100%;
  }
  
  @keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-200px * 7));
        transform: translateX(calc(-200px * 7));
    }
  }
  
  .tituloclientes{
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: rgb(235, 120, 14);
  }
  .tituloclientes:hover{
    border: 1px solid lightcoral;
  transform:translatey(-10%);
  }
  .tituloclientes{
    margin: 10px 20px;
    box-shadow: 0 4px 8px 0 lightblue, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
    width: 350px;
    text-align: center;
    }
    .titulomovil{
    animation: bounce1 .50s alternate infinite ease-in;
    }
    @keyframes bounce1 {
      0%{
        transform: translateY(-10%);
      }
      100%{
        transform: translateY(0%);
      }
    }
  /*fin clientes*/



  .map-responsive{
    overflow:hidden;
    padding-bottom:100%;
    position:relative;
    height:0;

}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;

}