body {
  margin:0;
  padding: 0;
  /* box-sizing: border-box; */
  color: #070507;
  /* background: url('../images/FondoAmarillo.jpg');
  background-attachment: fixed;
  background-size: auto; */
  background: linear-gradient(whitesmoke, whitesmoke)
}

.body-dark{
  /* background: url('../images/fondo-texturanegra.jpg');
  background-attachment: fixed; */
  background: #070507;
}

.contienetodo{
  max-width: 1920px;
  width: 100%;
  display: block;
  margin: auto;
  box-shadow: 0px 0px 200px rgba(80, 80, 80, 0.25);
}

.bodi{
  background-color: whitesmoke;
}

.oculto{
  display: none;
}

@font-face {
  font-family: 'Monument';
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/MonumentExtended-Ultrabold.otf');
}

/* *** NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR *** */
.navbar{
  background-color: #FCDC00;
  z-index: 9999;
  /* width: 100vw; */
  /* height: 44px; */
}

.dropdown-menu{
  background-color: #FCDC00 !important;
}

.logo {
  height: 34px;
  transition-duration: 0.3s;
  margin-top: 3px;
}

.logo:hover {
  transform: scale(1.2);
}
.navu{
  margin-left: -45px;
}

nav ul li {
  padding: 0 7px;
  letter-spacing: 1.5px;
  font-size: small;
}

.lia {
  font-family: 'Monument';
  text-decoration: none;
}


/* .lia:hover {
  transition: transform .3s;
  transform: scale(1.15);
} */

/* Estilos generales del switch */
.custom-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 18px;
  margin-top: -2px;
  margin-right: 30px;
  margin-left: 3px;
  
}

/* Ocultar el input nativo */
.custom-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Estilo del fondo del switch en modo claro */
.custom-switch label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 9px;
  cursor: pointer;
  /* transition: background-color 0.3s ease; */
}

.modo-oscuro .custom-switch label {
  background-color: #000;
}

/* Estilo del indicador (botón) del switch */
.custom-switch label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 3px;
  width: 14px;
  height: 14px;
  background-color: #FCDC00;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

/* Posición del indicador en el modo oscuro */
.custom-switch input:checked + label::before {
  left: calc(100% - 17px);
}

/* Estilo para el texto del switch */
.switch-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 45px;
  color: #000;
}


/* *** CARRUSEL CARRUSEL CARRUSEL CARRUSEL CARRUSEL *** */

.carousel {
  width: 100%;
}

.xs {
  display: none;
}


/* *** VIDEO VIDEO VIDEO VIDEO *** */

#hero {
  position: relative;
  background-attachment: fixed, scroll;
  background-repeat: no-repeat, repeat-y;
  background-size: cover;
}

.prefuego {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

#hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  object-fit: cover;
}


#hero video:not([preload]) + .prefuego {
  display: none;
}

.promo {
  display: flex;
  position: relative;
  z-index: 2;
}

.tituloTyped {
  color: #Fff;
  margin: 50px auto 0px;
  font-size: 50px;
  font-family: 'Monument';
}

/* COLOR TIPOGRAFIA CAMBIANTE */
.serv {
  letter-spacing: 2px;
  color: transparent;
  -webkit-text-stroke: 1px #fcdc00;
  text-stroke: 1px #fcdc00;
  letter-spacing: 2px;
}

#lentes {
  width: 80px;
  margin-top: -25px;
  margin-left: 10%;
  position: relative;
  filter: drop-shadow(-10px 0px 10px rgba(0, 0, 0, 0.7));
  z-index: 10000;
}

#gorrito {
  width: 75px;
  margin-top: -300px;
  position: relative;
  margin-left: 86%;
  filter: drop-shadow(-10px 0px 10px rgba(0, 0, 0, 0.4));
  z-index: 1000;
}


/* *** DEL TITULO (CONTORNEADO) *** */

.contorno-transparente {
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  filter: drop-shadow(-15px 20px 35px rgba(0, 0, 0, 0.9));
}

/* *** QUIENES SOMOS QUIENES SOMOS QUIENES SOMOS *** */

.espaciando {
  position: relative;
}

.truenos {
  display: flex;
  min-height: 700px;
  background-color: #FCDC00;  
}



.dentro {
  max-width: 1250px;
  margin:auto;
  display: flex;
  padding-top: 50px;
  padding-bottom: 20px;
  justify-content: space-evenly;
}

.contpilar {
  margin: auto;
}

.logopil {
  max-height: 350px;
  transition-duration: 1s;
}

.logopil:hover {
  transform: scale(1.1);
}

.contenedorTexto {
  padding: 20px;
  margin: auto;
}

.textoprin {
  margin: auto;
  font-size: 20px;
}


.titulou {
  font-family: 'Monument';
  font-weight: normal;
  padding: 8px 12px 4px; 
  color: #fff;
  display: inline-block;
  padding:0px auto 4px;
  letter-spacing: 2px;
  font-size: xx-large;
  background: linear-gradient(to top left,
  #cc5333 15%,
  #23074d 75%);
  background-size: 200% 200%;
  animation: movimiento 2s linear infinite alternate;
}


@keyframes movimiento {
  from {
    background-position: 0 0;
  }
  
  to {
    background-position: 100% 100%;
  }
}

.buton {
  display: flex;
}

.botonA {
  height: 40px;
  border-radius: 4px;
  color: #fff;
  background-color: #000;
  font-weight:500;
  font-size: 23px;
  width: 200px;
  margin: 20px 0;
  text-decoration: none;
  text-align: center;
  line-height: 37px;
}


.botonA:hover {
  color: #000;
  background-color: #fff;
  box-shadow:
  inset 0 0 .5em #Fff,
  0 0 .5em #Fff;
  border: none;
}


/* ***************** SERVICIOS *****************  */

.services {
  background: linear-gradient(to bottom,
      rgb(209, 240, 255)20%,
      rgb(0, 143, 252)75%);
  display: flex;
}





.truenos2 {
  background-attachment: fixed, scroll;
  background-repeat: no-repeat, repeat-y;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: auto;
  width: 100%;
  min-height: 800px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}



.titleservices h2 {
  color: #101010;
  /* opacity: .6; */
  font-size: 48px;
  font-family: 'Monument';
  letter-spacing: 2px;
  padding: 40px 0 60px;
}




.tarjetas {
  justify-content: space-evenly;
  max-width: 95%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  /* padding: 20px; */

}

.cardi {
  min-width: 1fr;
  max-width: 280px;
  padding: 15px;
  box-shadow: 10px 10px 50px rgba(0, 26, 74, 0.5);
  border-radius: 6px;
  /* border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5); */
  background-color: rgba(0, 26, 74, 0.5);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(15px);
  transition: all 300ms;
}

.cardi:hover {
  transform: translateY(-5px);
  /* box-shadow:0px 15px 125px rgba(0, 0, 0, 0.7); */
}




.cardi:hover .cover__card img{
  transform: scale(1.1);
}
.cardi:hover .cover__card video{
  transform: scale(1.1);
}

.cover__card {
  width: 100%;
  height: 160px;
  border-radius: 6px;
  overflow: hidden;
}

.cover__card img {
  height: 100%;
  width: 100%;
  transition: all 300ms;
  object-fit: cover;
}
.cover__card video {
  height: 100%;
  width: 100%;
  transition: all 300ms;
  object-fit: cover;
}

.cardi h2 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
  color: #FCDC00;
}

.cardi p {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 300;
  color: whitesmoke;
  letter-spacing: 0.5px;
  
}

.footer__card {
  display: flex;
  justify-content: space-between;
}

.verMas {
  text-decoration: none;
  margin:0px auto;
  text-align: center;
}

 

/* ********* *** HABLEMOS *** ******** */

.fondo-negro {
  width: 100%;
  background-color: #000;
  display: flex;
  height: 100px;
}



.texto-code {
  color: rgb(0, 195, 255);
  font-size: 25px;
  margin: auto;
}

.log{
  color: #df00fc;
}
.white-c{
  color: white;
}

/* ********* *** FOOTER FOOOTER FOOOOOTERRR *** ******** */


.contact {
  display: flex;
}

.contact h2 {
  color: #000;
  font-weight: normal;
  font-size: 45px;
  font-family: 'Monument';
  letter-spacing: 2px;
  padding-top: 90px;
  padding-bottom: 20px;
  margin: auto;
}




.futerContent {
  background-image: url(/images/contacto-3.jpg);
  background-attachment: fixed, scroll;
  background-repeat: no-repeat, repeat-y;
  background-size: cover;
  display: flex;
  flex-direction: column;
  background-position: center center;
}


.futercontainer {
  /* min-height: calc(100vh - 328px); */
  min-height: 700px;
  max-height: 1300px;
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: center;
  margin: auto;
  gap: 20px;
}

.datos {
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align:center;
}

.datos :nth-child(odd) {
  font-size: larger;
  font-weight: bold;
}

.datos :nth-child(even) {
  font-size: larger;
}

.formu {
  height: 300px;
  width: 350px;
}

.formu form label {
  color: #000;
}



.formu input, .formu textarea{
  border-radius: 4px;
  background-color: black;
  border: none;
  color: #fff;
}



.formu input::placeholder , .formu textarea::placeholder {
  color: #Fff;
}


.formu input:focus, .formu textarea:focus {
  background-color: #000;
  color: #FCDC00;
  box-shadow: none !important;
}


.botonc {
  padding: 0 10px 2px;
  width: 100px;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  border:none;
}

.botonc:hover {
  background-color: #Fff;
  color: #000;
  box-shadow:
    inset 0 0 .5em #Fff,
    0 0 .5em #Fff;
  }
  


.rrss {
  height: 250px;
  width: 350px;
  display: flex;
  justify-content: space-evenly;
}

.rrss a {
  margin: auto;
  color: #000;
  font-size: 40px;
}

.rrss a:hover {
  color: #fff;
  filter: drop-shadow(0px 0px 15px rgb(250, 250, 250));
}

.derechos {  
  display: flex;
  flex-direction: column;
  background-color: #000;
}

.derechos p {
  color: #FCDC00;
  margin: auto;
  font-weight: lighter;
  padding: 20px 0 20px;
  text-align: center;
}

.crist a {
  color: white;
  font-weight: bolder;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.crist a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #FCDC00;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.crist a:hover:after {
  transform: scale(1);
  transform-origin: bottom left;
}


 /* *** FOOTER 2 *** */
 .rrssestampados{
  margin: auto;
  padding-top:15px ;
  margin-bottom: -5px;
}
.rrssestampados a{
  color: #fff;
  padding: 0px 25px ;
}

.rrssestampados a:hover{
  color: #FCDC00;
}

/* ********* *** ESTILOS COMPARTIDOS EN VARIAS PÁGINAS *** ******** */
/* ********* *** ESTILOS COMPARTIDOS EN VARIAS PÁGINAS *** ******** */
/* ********* *** ESTILOS COMPARTIDOS EN VARIAS PÁGINAS *** ******** */

/* *** flecha bajar o scroll  */

.scroll-arrow {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
  z-index: 9999;
 }
 
 .blink {
  animation: blink 1s infinite;
 }
 @keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
 }

/* ***BOTON SUBIR de todas las paginas excepto contacto*** */
 
.scrolltop {
  position: fixed;
  bottom: 105px;
  right: 15px;
  background-color: rgba(97, 96, 96, 0.2);
  color: rgb(255, 255, 255);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  display: none;
  z-index: 1000;
  >p {
    font-size: larger;
  }
}

.scrolltop:hover {
  background-color: rgba(99, 99, 99, 0.4);
}

.modoflotante{
  position: fixed;
  top: 45px;
  right: 15px;
  background-color: rgba(97, 96, 96, 0.2);
  color: rgb(255, 255, 255);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  display: none;
  z-index: 1000;
  >p{
    font-size: xx-large;
    color: white;
  }
 }
 .modoflotante:hover {
  background-color: rgba(99, 99, 99, 0.4);
}
 
 
 /* ***BOTON A MENÚ en fotos&video y diseño *** */
 .scrollmenu {
   position: fixed;
     line-height: 26px;
     padding: 11px;
     bottom: 170px;
     background-color: rgba(97, 96, 96, 0.2);
     border-radius: 50%;
     right: 15px;
     width: 50px;
     height: 50px;
     cursor: pointer;
     display: none;
     z-index: 1000;

   }
   
   .scrollmenu:hover{
     background-color: rgba(97, 96, 96, 0.4);
}



/* ***ESTILOS PARA MODAL de FOTOS (pages> fotos, diseño, estampados&adhesivos) */
/* ***ESTILOS PARA MODAL de FOTOS (pages> fotos, diseño, estampados&adhesivos) */

.modal {
 display: none;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 min-height: 100vh;
 background: linear-gradient(to top left,
     rgba(230, 5, 5, .9)15%,
     rgba(28, 1, 51, .9)75%);
 background-size: 200% 200%;
 opacity: 1;
 animation: movimiento 3s linear infinite alternate;
 backdrop-filter: blur(5px);
 z-index: 2000;
}

.modal-image {
 display: block;
 max-width: 85%;
 max-height: 85%;
 margin: auto;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 filter: drop-shadow(10px 5px 15px rgba(0, 0, 0, 0.7));
}

.prev, .next {
 position: absolute;
 top: 50%;
 margin-top: -20px;
 color: white;
 font-size: 40px;
 font-weight: bold;
 cursor: pointer;
 opacity: .6;
 z-index: 2001; 
}

.prev {
 left: 20px;
}

.next {
 right: 20px;
}

figcaption {
 font-size: 16px;
 margin:auto;
 margin-top: 2vh;
 color: white;
}

/* ********* *** DDDAAAAARRRKKK MMOOOODDDEEEE *** ******** */
/* ********* *** DDDAAAAARRRKKK MMOOOODDDEEEE *** ******** */

@media (prefers-color-scheme: dark){
  .modo-oscuro body{
    color: whitesmoke;
  }
  .modo-oscuro .contienetodo{
    box-shadow: 0px 0px 510px rgba(1, 46, 249, 0.448);
  }
  
  .modo-oscuro .bodi{
    background-color: #070507;
    color: whitesmoke;
  }
  
  /* *** QUIENES SOMOS  */
  
  .modo-oscuro .truenos{
    background-color: #070507;
    color: #ddd;
    background-attachment: fixed, scroll;
    background-repeat: no-repeat, repeat-y;
    background-size: cover;
  }

  
  .modo-oscuro .titulou{
    background: #FCDC00;
    color: #000;  
  }
  .modo-oscuro .botonA{
    color: #FCDC00;
    background-color:transparent;
    border: solid #FCDC00 1px;
  }
  .modo-oscuro .botonA:hover {
    color: #000;
    background-color: #fff;
    box-shadow:
    inset 0 0 .5em #Fff,
    0 0 .5em #Fff;
    border: none;
  }
  
  /* *** SERVICIOS  */
  .modo-oscuro .services{
    background: radial-gradient(circle, #06003a, #070507);
  }
  
  .modo-oscuro .titleservices h2{
    color: whitesmoke;
  }
  .modo-oscuro .cardi{  
    background-color: #000;
  }
  .modo-oscuro .cardi:hover{
    box-shadow:10px 15px 125px rgba(0, 72, 255, 0.8);  
  }
  
  .modo-oscuro .texto-code{
    filter: drop-shadow(-5px 0px 10px rgb(250, 250, 250));
  }
  
  /* *** FOOTER */
  
  .modo-oscuro .contact h2{
    color: white;
  }
  
  .modo-oscuro .futerContent{
    background-image: url(/images/contacto.jpg);
  }

  .modo-oscuro .datos{
    color: white;
  }
  .modo-oscuro .datos :nth-child(odd) {
    color: #FCDC00;
  }
  .modo-oscuro .formu input, .modo-oscuro .formu textarea{
    border:solid #fff 1px;
    background-color: transparent;
  }
  .modo-oscuro .formu form label{
    color: #fff;
  }
  .modo-oscuro .botonc{
    background-color: transparent;
    color: #fff;
    border: solid #fff 1px;
  }
  
  .modo-oscuro .botonc:hover{
  background-color: #Fff;
  color: #000;
  box-shadow:
    inset 0 0 .5em #Fff,
    0 0 .5em #Fff;
  }
  
  .modo-oscuro .rrss a{
    color: whitesmoke;
  }
  

}


/* *** mmooddoo ooossscccuuurroooooo fuera de media */

  .modo-oscuro body{
    background-color: #070507;
    background: radial-gradient(circle, #06003a, #070507);
    color: whitesmoke;
  }
  .modo-oscuro .bodi{
    background-color: #070507;
    /* background: radial-gradient(circle, #06003a, #070507); */
    color: whitesmoke;
  }
  
   /* *** QUIENES SOMOS *** */
  
  .modo-oscuro .truenos{
    background-color: #070507;
    color: #ddd;
    background-attachment: fixed, scroll;
    background-repeat: no-repeat, repeat-y;
    background-size: cover;
  }
  
  .modo-oscuro .titulou{
    background: #FCDC00;
    color: #000;  
  }
  .modo-oscuro .botonA{
    color: #Fff;
    background-color:transparent;
    border: solid #Fff 1px;
  }
  
  /* *** SERVICIOS  */
  .modo-oscuro .services{
    background: radial-gradient(circle, #06003a, #070507);
  }
  
  .modo-oscuro .titleservices h2{
    color: whitesmoke;
  }
  .modo-oscuro .cardi{  
    background-color: #000;
  }
  .modo-oscuro .cardi:hover{
    box-shadow:10px 15px 125px rgba(0, 72, 255, 0.8);  
  }
  
  .modo-oscuro .texto-code{
    filter: drop-shadow(-5px 0px 10px rgb(250, 250, 250));
  }
  
  /* *** FOOTER */
  
  .modo-oscuro .contact h2{
    color: white;
  }
  
  .modo-oscuro .futerContent{
    background-image: url(/images/contacto.jpg);
  }
  .modo-oscuro .datos{
    color: white;
  }
  .modo-oscuro .datos :nth-child(odd) {
    color: #FCDC00;
  }
  .modo-oscuro .formu input, .modo-oscuro .formu textarea{
    border:solid #fff 1px;
    background-color: transparent;
  }
  .modo-oscuro .formu form label{
    color: #fff;
  }
  .modo-oscuro .botonc{
    background-color: transparent;
    color: #fff;
    border: solid #fff 1px;
  }
  
  .modo-oscuro .botonc:hover{
  background-color: #Fff;
  color: #000;
  box-shadow:
    inset 0 0 .5em #Fff,
    0 0 .5em #Fff;
  }
  
  .modo-oscuro .rrss a{
    color: whitesmoke;
  }


/* ********* *** MMEEEDIIIAAAA QUERIIEEESSS *** ******** */

/* *** 1300 1300 1300 1300 1300 1300 1300 1300 1300 ***  */
@media (max-width:1300px) {
  nav ul li {
    padding: 0 7px;
  }

  nav ul li a:hover {
    transform: scale(1.2);
  }

  .tituloTyped {
    font-size: 40px;
  }

  #lentes {
    width: 70px;
    margin-top: -25px;
    /* margin-left: 130px; */
  }

  #gorrito {
    width: 65px;
    margin-top: -250px;
  }

  .dentro {
    max-width: 80%;
  }

  .rrss{
    height: 90px;
  }
    /* fondo servicios  */
    .truenos2{
      background-attachment: none;
      background-repeat:none;
    }

}

@media (max-width:1092px) {
  .futercontainer{
    min-height:auto;
  }
}

/* *** 992 992 992 992 992 992 992 992 992 992  992 ***  */
@media (max-width:992px) {

  .custom-switch {
    padding: 5px 5px;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  nav ul li {
    padding: 5px 5px;
  }

  .lia:hover {
    transform: none;
  }

  .truenos {
    min-height: 500px;
    padding-top: 30px;

  }

  .dentro {
    margin-bottom: 30px;
    flex-direction: column;
  }


  #gorrito {
    width: 55px;
    margin-top: -250;
  }


  #lentes {
    width: 60px;
    /* margin-left:100px ; */
  }

  .titulou {

    font-size: 28px;
  }


  .promo {
    position: relative;
  }

  .logopil {
    max-height: 250px;
  }

  .logopil:hover {
    transform: none;
  }

  .tituloTyped {
    font-size: 38px;
  }

  .menu-image {
    content: url('/images/btn2-2.svg');
  }
}

/* *** 768  768  768  768  768  768  768 *** */
@media (max-width:768px) {

  .menu {
    margin-bottom: 50px;
  }

  .lia:hover {
    transform: none;
  }

  #hero {
    margin-top: 0;
  }

  .espaciando {
    display: flex;
  }

  .scroll-arrow{
    display: none;
  }
  
  .truenos {
    background-image:none;
    display: flex;
  }

  .dentro {
    max-width: 90%;

  }

  .logopil {
    max-height: 225px;
  }

  .contenedorTexto {
    margin: 20px auto;
  }

  .titulou {

    font-size: 20px;
  }

 

  #gorrito {
    width: 45px;
    margin-top: -200px;
  }

  #lentes {
    width: 50px;
  }

  .tituloTyped {
    margin: 48px auto 0px;
    font-size: 28px;
  }

  .carousel {
    width: 100%;
  }

  .promo {
    display: flex;
    position: relative;
    z-index: 2;

  }

  .botonA {
    height: 40px;
    font-size: 20px;
    width: 200px;
    margin: 15px auto;
  }

  .contact{
    background-attachment: scroll;
  }
  
  .futerContent {
    background-attachment: scroll;
  }


  /* *** FOOOTER FOOOTERRR ***  */
 
  .derechos p {
    font-weight: bold;
    padding: 20px 0 20px;
    font-size: x-small;
  }


}

/* *** 576 576 576 576 576 576 576 576 576 576 *** */

@media (max-width:576px) {
  .menu {
    margin-bottom: 10px;
  }

  .lia:hover {
    transform: none;
  }

  #hero {
    margin-top: -7px;
  }

  .mlxl {
    display: none;
  }

  /* titulo  */
  .contorno-transparente {
    color: transparent;
    -webkit-text-stroke: .8px #fff;
    text-stroke: .8px #fff;
    filter: drop-shadow(-5px 20px 35px rgba(0, 0, 0, 0.9));
  }

  .truenos {
    height: auto;
  }

  .dentro {
    max-width: 100%;
    border: none;
    padding-top: 50px;
    padding-bottom: 20px;
    box-shadow:none;
  }
  .textoprin{
    font-size: medium;
  }

  .buton{
    margin-top: 20px;
  }

  .contenedorTexto {
    padding: 20px;
  }

  #gorrito {
    display: none;

  }

  #lentes {
    display: none;
  }

  .tituloTyped {
    margin: 30px auto 30px;
    font-size: 13px;
  }

  .serv{
    color: #fcdc00;
    -webkit-text-stroke: 0px;
    text-stroke: 0px;
  }


  .titulou {
    font-size: 20px;
  }

  .xs {
    display: inline-block;
    >.carousel-indicators{
      margin-bottom: 3px;
    }
  }
  


  .titleservices h2{
    /* margin: 60px auto; */
    font-family: 'Monument';
    font-size: 35px;
    letter-spacing: 2px;
  }


  
  /* *** FOOTER ***  */
  .futercontainer {
    /* flex-direction: column-reverse; */
    margin-bottom: 50px;
  }
  .formu{
    margin: 0px auto 30px;
  }


  .contact h2{
    margin: 60px auto 0px;
    font-size: 35px;
    padding-top: 40px;
  }

  .rrss{
      height: 50px;
      width: 240px;
      margin:20px auto;

  }
  
  .derechos p {
    padding: 20px 0 20px;
    font-size: xx-small;
  }

  .texto-code{
    font-size: 18px;
  }


  .scrolltop{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    bottom: 150px;
    right: 5px;
    >p {
      text-align: center;
      font-size: large;
     }
  }
  .modoflotante{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    top: auto;
    bottom: 195px;
    right: 5px;
  }

  .scrollmenu{
    width: 30px;
    height: 30px;
    right: 5px;
    line-height: 23px;
    padding: 3px;
    top: auto;
    bottom: 105px;
  }

  .modoflotante:hover, .scrolltop:hover, .scrollmenu:hover{
    background-color: rgba(97, 96, 96, 0.2);
  }

  .menu-image {
    content: url('/images/BTN1-1-1-1.svg');
  }
  
}

/* *** 372 372 372 372 372 372 372 372 372 372 372 372 372 *** */

@media (max-width:372px) {
  .titulou {
    font-size: 19px;
  }
  
  .truenos {
    height: auto;
  }
  .texto-code{
    font-size: 14px;
  }

  .cover__card {
    width: 100%;
    max-height: 160px;
    border-radius: 6px;
    overflow: hidden;

  }

  .cover__card img {
    height: 100%;
    transition: all 300ms;
    object-fit: cover;

  }

  .cardi h2 {
    font-size: 15px;
    font-weight: bolder;
    margin-top: 10px;
    /* color: #000; */
  }

  .cardi p {
    margin-top: 10px;
    font-size: 16px;

  }


  .tarjetas {
    padding: 20px;
    gap: 20px;
  }



  /* *** FOOTER ***  */
  .rrss{
    margin: 30px auto;
  }

  .formu {
    max-width: 275px;
    margin: auto;
  }
  .datos {
    max-width: 275px;
    margin-top: 20px;
  }

  .derechos p {
    font-size: 9px;
    padding: 10px 0 10px;
  }

  .crist a {
    font-size: 10px;
  }

}
/* *** FIN MEDIA QUERIES ***  */