body{
  margin: 0;
  height: 0;
  transition: background-position 12s ease;

}

.navbar-brand img {
  max-width: 100%;
  height: auto;
}
.navbar-toggler {
  border: none;
  background-color: transparent;
}
.navbar-collapse {
  background-color: #5698da !important;
}
.navbar-nav {
  width: 100%;
  text-align: center;
  
}
.nav-item {
  display: block;
  margin-bottom: 10px;
}
.container-fluid{
  background-color: #ffffff;
}
.nav-link:hover{
  color: rgb(0, 0, 0) !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3)!important;
  
 }

 div.nave a{
  
  position: relative;
  cursor: pointer;
  color: rgb(0, 0, 0) !important;
}
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);
}
/* ---------------- 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;

  animation: bounce11 .50s alternate infinite ease-in;
    }
    @keyframes bounce11 {
      0%{
        transform: translateY(-10%);
      }
      100%{
        transform: translateY(0%);
      }
    }


.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: url(../img/fondopruebaxd.png);*/
  /*background: url(../Imagenes\ base/topo/abstract-elegant-green-waves-lines-on-black-background-free-vector.jpg)no-repeat center center fixed;*/
  background: linear-gradient(to right, rgba(68, 68, 68, 0.562), rgba(68, 68, 68, 0.562)), url(../img/8.jpg)no-repeat center center fixed;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 30em;
  overflow: hidden;
  position: relative;
  margin: 0 auto; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  
}
.contenedor h1{
  color: rgba(253, 251, 251, 0.863);
  font-size: 3em;
  margin-bottom: auto;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:  arial, sans-serif;
  color:white;
  text-shadow: -1px 4px 2px rgba(0,0,0,0.6);
  /*text-shadow: 2px  0px 0px black,
               0px  1px 0px black,
              -1px  0px 0px black,
               0px -1px 0px black;
  /*text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);*/
}
.contenedor p{
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:  arial, sans-serif;
  color:white;
  text-shadow: 2px  0px 0px black,
               0px  1px 0px black,
              -1px  0px 0px black,
               0px -1px 0px black;
 /* text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);*/
  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;
  }
  .flexible{
    display: flex;
    text-align: center;
    flex-wrap:wrap;
    margin-left: 0%;
    width: 100%;
    height: 50%;
    justify-content: space-around;
  }
  
  
/*----------------- Footer ------------------- */

 /* */ 
 .EMG{
  text-align: center;
  color: #ffffff;

}
.EMGT{
  background-color: #0df053;
  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-color: #e6e2e2;
    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*/

  .clientes {
    background-color: #fffffff1;
    background-repeat: no-repeat;
    margin: 0;
    height: 75vh;
    -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 *34);
    gap:5px;
  }
  
  .clientes .slide {
    width: 200px;
  }
  
  .clientes .slide img {
    width: 100%;
    height: auto;
    max-width: 180px;
  }
  
  @keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-200px * 17));
        transform: translateX(calc(-200px * 17));
    }
  }
.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*/