@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@0400,500;600;700;800&display=swap');

* {


  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

.request {
  background-color: #75757500;
  font-size: 10px;
  border-radius: 10%;

  padding: 0px;
}


body {
  font-family: 'poppins', san-serif;
  background-color: #6b3315;

}

img {
  max-width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}


#carrusel-caja {
  -moz-animation: automatizacion 20s infinite linear;
  -o-animation: automatizacion 20s infinite linear;
  -webkit-animation: automatizacion 20s infinite linear;
  animation: automatizacion 20s infinite linear;

  -webkit-transition: all 0.90s ease;
  -moz-transition: all 0.90s ease;
  -ms-transition: all 0.90s ease;
  -o-transition: all 0.90s ease;
  transition: all 0.90s ease;
  display: flex;
  position: relative;
  height: 500px;
  width: 400%;
}

#carrusel-contenido {
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
}

.imagenes {
  height: 500px;
  width: 100%;
}

.carrusel-elemento {
  float: left;
  width: 33.333%;
}

@-moz-keyframes automatizacion {
  0% {
    margin-left: 0;
  }

  20% {
    margin-left: 0;
  }

  25% {
    margin-left: -100%;
  }

  45% {
    margin-left: -100%;
  }

  50% {
    margin-left: -200%;
  }

  70% {
    margin-left: -200%;
  }

  75% {
    margin-left: -300%;
  }

  100% {
    margin-left: -300%;
  }
}

@-webkit-keyframes automatizacion {
  0% {
    margin-left: 0;
  }

  20% {
    margin-left: 0;
  }

  25% {
    margin-left: -100%;
  }

  45% {
    margin-left: -100%;
  }

  50% {
    margin-left: -200%;
  }

  70% {
    margin-left: -200%;
  }

  75% {
    margin-left: -300%;
  }

  100% {
    margin-left: -300%;
  }
}

@keyframes automatizacion {
  0% {
    margin-left: 0;
  }

  20% {
    margin-left: 0;
  }

  25% {
    margin-left: -100%;
  }

  45% {
    margin-left: -100%;
  }

  50% {
    margin-left: -200%;
  }

  70% {
    margin-left: -200%;
  }

  75% {
    margin-left: -300%;
  }

  100% {
    margin-left: -300%;
  }


}

/* Banner Social Redes     */
.Rd {

  word-wrap: break-word;
  background-color: rgba(110, 110, 110, 0.915);


  display: flex;

  height: 40px;
  width: 100%;

  position: absolute;

  top: 2px;

  margin: 0;
  align-content: center;
  line-height: 55px;
}

.Rd a {
  text-shadow: 1px 1px #011608;
  font-weight: 600;
}

.RedSocialF {

  margin-left: 60px;
  width: 28px;


  height: 30px;
  margin-top: 2px;
}

.RedSocialX {

  margin-left: 10px;
  width: 28px;
  margin-top: 2px;

}

.RedSocialI {

  margin-left: 10px;
  width: 28px;


  margin-top: 2px;
}

.RedSocialG {

  margin-left: 10px;
  width: 30px;

  margin-right: 15px;
  margin-top: 2px;
}

.RedSocialI:hover {
  border-radius: 1%;
  box-shadow: 0px 0px 6px 0px rgba(18, 134, 115, 0.75);
  transition: 0.6s ease;
}

.RedSocialG:hover {
  border-radius: 1%;
  box-shadow: 0px 0px 6px 0px rgba(18, 134, 115, 0.75);
  transition: 0.6s ease;
}

.RedSocialX:hover {
  border-radius: 1%;
  box-shadow: 0px 0px 6px 0px rgba(18, 134, 115, 2);
  transition: 0.6s ease;
}

.RedSocialF:hover {
  border-radius: 1%;
  box-shadow: 0px 0px 6px 0px rgba(18, 134, 115, 2);
  transition: 0.6s ease;
}

.Tel {


  justify-content: space-between;
  display: flex;
  margin-right: 45px;
  position: relative;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(1.6rem, 1.2vw, 1.3rem);
  padding-top: 0;
  padding-bottom: 0px;
  word-wrap: break-word;

  overflow: auto;
}

.Rd a {
  color: rgb(255, 255, 255);
}

.Rd a:hover {
  color: #c56a39;
  text-shadow: 2px 2px 2px #fffdfd;

}




a[href^="tel:"]:before {
  content: "\260E";
  color: #c56a39;

  justify-content: space-between;
  margin-right: 10px;
  margin-left: 60px;
  line-height: 5px;
  padding-top: 8px;
  font-size: 25px;
  text-shadow: 1px 1px 1px black;

}

/* ---------------------- */

/*---------------Logo*/
.logo-e {
  display: flex;
  padding-top: 0px;
  height: 90;
  line-height: 40px;
  position: absolute;
  margin-left: 0;
  width: 320px;
  top: 40px;
  left: -30px;
}

.logo-e:hover {
transition: 0.56s ease;
}
/* ---------------------- */



.logo {
  color: rgb(53, 53, 50);
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  line-height: 45px;
  display: flex;
}

/* Nomber Empresa*/
.logo2 {
  display: flex;
  position: absolute;
  top: 120px;
  width: 100%;
  height: 100px;
  text-align: center;
  padding: 0px;
}

.log{

  display: flex;
  color: rgb(246, 241, 241);
  font-size: clamp(1.1rem, 5vw, 4.2rem);
  text-shadow: 4px 4px 4px rgb(0, 0, 0);
  position: relative;
  font-size: 600;
  align-items: center;
  left: 5%;
  height: 75px;
  margin: 0px auto;
  border-radius: 20px;
  background-color: rgba(121, 121, 121, 0.903);
}

.logo2 .log a:hover {
  width: 100%;
  color: rgb(9, 9, 9);
}


/*----------------------------------------------*/
.menu {

  position: absolute;
  top: 12px;
  left: 0;
  right: 0;

  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  padding-top: 25px;
  line-height: 6px;
}


.menu .navbar ul li {

  float: left;

}

.menu .navbar ul li a {
  font-size: 20px;
  padding: 15px;
  color: #ffffff;
  ;
  font-weight: 800;
  display: block;
  margin-top: 8px;
  margin-left: 8px;
  margin-right: -10px;

  height: 30px;

  text-shadow: 1px 2px 2px black,
    0px 1px 0px black,
    -1px 0px 0px black,
    0px -1px 0px black;
}

.menu .navbar ul li a:hover {
  color: #da7605;
  font-weight: 900;
  -webkit-transform:scale(1.1);transform:scale(1.1);
  
  transition: 0.55s ease; 
  box-shadow: 2px 2px 2px 2px #fffdfd;
  border-radius: 0px;
}

#menu {
  display: none;
}

.menu-icono {
  width: 25px;

}


.menu label {
  cursor: pointer;
  display: none;
}

.header-content {
  display: flex;
}

.wave {

  position: relativa;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-top: 0px;
  display: block;
  background-color: rgba(110, 110, 110, 0.915);
  margin-bottom: -50px;
  height: 100px;
  margin-bottom: 50px;
}


/* Header Portada Texto*/
.header-txt {
  margin: 0px;
  position: absolute;
  width: 100%;

  padding: 0px;
  top: 32%;
}
/* ----------------------------------*/


/* All You Hard To Get Metals ! T*/
.header-txt h2 {
  position: relative;
  width: 100%;
  color: #ffffff;
  margin: 0px auto;
  font-size: clamp(1.5rem, 2.5vw, 3.5rem);
  display: block;
  padding-left: 5%;
  margin-top: 15px;
  margin-bottom: 50px;
  text-shadow: 2px 2px 2px rgb(0, 0, 0);

}



/* ----------------------------------*/

/* Global Distributor of Every Metal T*/
.header-txt h1 {
  text-shadow: 2px 2px 2px rgb(0, 0, 0);
  font-size: clamp(1.2rem, 3.2vw, 5rem);
  color: #ffffff;
  line-height: 1.1;


  margin-left: 6%;

  margin-top: 0px;
  padding-top: 0px;
  text-align-last: center;



  border-radius: 40px;


}


.header-txt span {
  color: rgb(255, 255, 255);

}

/* ----------------------------------*/

/* Global Distributor of Every Metal P*/
.header-txt p {
  position: relative;
  font-size: 25px;
  color: #000000;
  margin-bottom: 55px;
  margin-left: 10px;
  margin-right: 10px;
  left: 0px;

  background-color: rgba(224, 224, 224, 0.7);
  text-align: center;
  border-radius: 20px;
  top: 30px;
  text-shadow: 2px 2px 2px rgb(255, 254, 254);
  font-weight: 500;
}

/* ----------------------------------*/

.contenedor4 h2 {
  margin-top: 4%;
  font-weight: 700;
  text-shadow: 2px 2px 2px rgb(0, 0, 0);
  font-size: 50px;
}

.sesion {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 100px;

  position: relative;
  overflow: hidden;
  height: 100%;
  top: 30px;
  bottom: 10px;
  margin: 0px auto;
  margin-bottom: 60px;
  margin-left: 0%;
  text-align: center;
  cursor: pointer;
}



.butons {
  display: flex;
  align-content: center;
  justify-content: center;
}
.Search1{
  width: 100%;
  height: 60px;

  justify-content: center;
display: flex;
padding-bottom: 40px;
margin-bottom: 80px;
}
.Search1 .ti h3{
color: #e4e0e0;
font-size: 30px;
padding-top: 5px;
padding-right: 10px;
font-weight: 600;
}
.filtro{
  display: none;
}
.buscador1{
  border: 2px solid afafaf;
  background-color:rgba(230, 233, 235, 0.9) ;
padding: 5px 5px;
border-radius: 10px;

}
#buscador{
  width: 250px;
  height: 40px;
  border-radius: 6px;
 margin-left: 2px;
 cursor:text;
color: #050505;

  border: 2px solid #afafaf;
margin-right: 0px;
  font-weight: 600;
  background-color: rgba(230, 233, 235, 0.9);
}
#buscador:hover{
  border: 1px solid #717374;
 
  

  box-shadow: 0px 0px 10px 0px rgba(230, 233, 235, 0.9);
}

 ::placeholder {
color: rgba(64, 65, 65, 0.4);

}
.btn-1,
.btn-2,
.btn-3 {
  display: inline-block;
  padding: 10px 32px;
  border: 2px solid #c3c3c4;
  border-radius: 25px;

  text-shadow: 2px 2px 2px#000000;
  font-size: 19px;
  color: rgb(245, 245, 245);
  font-weight: 700;
}

.btn-2 a:hover {
  background-color: #d8dddc;
}



.contenedor2 {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 395px;

  position: relative;
  overflow: hidden;
  height: 100%;
  top: 30px;
  bottom: 10px;
  margin: 0;
  margin-bottom: 60px;
  background-color: rgb(149, 149, 149);
  cursor: pointer;
  margin-left: 0px;
  left: 0%;
}

.btn-4 {
  display: inline-block;
  padding: 11px 35px;
  border: 2px solid #c3c3c4;
  border-radius: 25px;
  margin-right: 25px;
  font-size: 19px;
  color: rgb(0, 0, 0);

}

.resena {
  width: 100%;

  height: 100;
}
/*History--------------------------*/
.contenedorR {
  flex-basis: 50%;
  width: 100%;

  height: 100%;

  position: relative;

  margin-top: 15px;
  text-align: center;
}

.contenedorR img {

  width: 20%;
  box-shadow: 0px 15px 25px rgba(65, 65, 65, 0.7);
  border-radius: 18px;
  margin-top: 10px;
  margin-bottom: 15px;
  position: relative;
}

.contenedorR h1 {
  font-size: 42px;
  margin-bottom: 15px;
  color: #fffefe;
}

.contenedorR p {
  font-size: 24px;
  text-align: justify;
  margin: 10px;
  line-height: 1.5;
color: white;

}
.bordep {
  box-shadow: 0px 0px 3px 3px#000000;
  border-radius: 5px;
}

/*History-------------------------- END*/
.popular-container {
  margin: 0px auto;
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
  align-content: center;

}


/*-------------- Product */
.Product-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;

}

.Product-1 {
  background-color: rgba(126, 127, 126, 0.8);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
  transition: 0.6s ease;
  border-radius: 20px;


}

.Product-1 img {
  width: 100%;
  height: 68%;
  border-radius: 40px;
  border-collapse: separate;
  box-shadow: 0px 0px 20px 0px rgb(164, 164, 164);
}
.Product-1 img:hover{-webkit-animation: 0.2s Product-1 1;
  box-shadow: 0px 0px 0px 0px rgb(164, 164, 164);
  -webkit-transform: scale(1.6);
  transform: scale(1);
  transition: 0.55s ease;
cursor: pointer;
}

@keyframes Product-1{
      20%, 50%, 80% {-webkit-transform:translateY(0px);}
      40% {-webkit-transform:translateY(-45px);}
      60% {-webkit-transform:translateY(-25px);}
  }



.Product-1:hover {
  box-shadow: 0px 0px 20px 0px rgba(228, 224, 224, 0.90);

}

.Product-txt {
  padding: 0px 20px;
  margin-top: 10px;
  margin-bottom: 30px;


}
.Product-1 h3{
  margin-top: 5px;
    margin-bottom: 9px;
}
.Product-1 a{
  background-color: #00af35;
  border-radius: 8px;
  font-size: 15px;
  border: none;
  margin-top: 0px;
  text-shadow: 1px 1px 1px#070707;

}
.Product-1 a:hover {
  color: #f7f5f3;
background-color: #13d64e;
  text-shadow: 1px 1px 1px#161515;
  border: solid rgb(139, 129, 129) 1px;
opacity: 0.9;
}

h3 {
  font-size: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 2px#000000;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;



  transition: 0.55s ease;
  overflow: hidden;
}

h3 :hover {
  text-align: center;
  transform: translate(-50%, -50%);
}

.Price {

  justify-content: space-between;
  text-align: center;
  color: #999593;

}

h2 {
  text-align: center;

}

.Price p {
  font-size: 17px;
  color: #ff5a2c;
  margin-right: 0;
}

.Contac {
  padding: 150px 300px;
  background-color: #060000;
}

.Contact-content {
  background-color: #fff;
  text-align: center;
  padding: 50px;
  border-radius: 50px;
}

/*---------------------------- */

.titulo{
  top: 35px;
   position: relative;
  
}
.titulo h3{
  font-size: 45px;
  color: rgba(224, 224,224);
  text-shadow: 2px 2px 2px black;
}
.other{
width: 100%;
background-color:  rgba(179, 179, 179, 0.4);
text-align: left;
position: relative;
top: 60px;
margin-bottom: 60px;
border-radius: 20px;
}
.other ul {
  display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 50px;
      
      
}

.other ul li{
  margin-left: 45px;
  font-size: 30px;
  list-style-type: initial;
  margin-top: 10px;
  color: white;
  text-shadow: 1px 1px 1px black;
  font-weight: 500;
}

form {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  height: 60px;
  margin-top: 80px;
}

input {
  padding: 18px 25px;
  background-color: #24221f;
  border: 0;
  border-radius: 25px;
  outline: none;
  margin-right: 14px;
  color: #fff;
  font-size: 17px;
}

::placeholder {
 

}

.btn-3 {
  background-color: #0b16a5;
  cursor: pointer;
  margin-right: 0;


}

.footer {
  display: flex;

  padding: 50px 0;

}

link {
  margin: 0px auto;
  width: 100%;

  top: 5%;
  position: relative;
  background-color: #0b16a5;
}

.link ul {


  position: relative;
  margin-top: 10px;


}

.link ul li a {

  font-size: 20px;
  color: #f8f8f8;
  margin: 0px auto;
  display: flex;
  font-weight: 400;
  margin-left: -15px;
  width: 100%;
  margin-right: 20px;

}

.link ul li a:hover {
  transition: all;
  background-color: rgb(5, 142, 177);
}

.Contact-container h3 {
  height: 20px;

  padding-top: 40px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}

.logo-final {

  width: 60px;

  position: relative;
  display: flex;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 25px;
}

.Rdf {
  background-color: rgba(224, 224, 224, 0.5);

  margin: 0;



  display: flex;

  height: 40px;


  position: relative;

  top: 0px;
  left: 0px;

  align-content: center;
  line-height: 20px;

}

.Rdf a {
  color: #ffffff;
  font-weight: 600;
  text-shadow: 1px 1px 1px #000000;
}

.Rdf a:hover {
  color: #c56a39;
  text-shadow: 1px 2px 2px #faf8f8;
}

.email {
  position: relative;

  font-size: 18px;
  font-weight: 400;
  width: 100%;

  padding: 0px;
  margin: 0 auto;

  margin-bottom: 10px;

}

/* Efecto Hover Footer Email */
.email a:hover {
  transition: all;
  color: #000000;
}

.email2 a:hover {
  color: #070707;
  text-shadow: 1px 1px 1px rgb(255, 255, 255);
  font-weight: 600;
}

.email3 a:hover {
  color: #070707;
  text-shadow: 1px 1px 1px rgb(255, 255, 255);
}


.email a {
  color: #fafafa;
  font-weight: 600;
}

.email1 {

  width: 30px;
  margin-right: 20px;
  height: 30px;

}

.email2 a {
  color: #ffffff;
  font-weight: 600;

}

.email2 {
  position: relative;

  font-size: 18px;
  font-weight: 400;
  width: 100%;

  padding: 0px;
  margin: 0 auto;




}

.email-2 {
  position: relative;
  width: 30px;

  height: 30px;
  margin-right: 8px;
}

.email3 {

  position: relative;
  text-align: center;
  width: 100%;
  font-size: 18px;

  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;

}

.email-3 {
  width: 31px;
  margin-left: 4px;
  height: 33px;

  position: relative;
  padding-top: 35px;
  overflow: hidden;


}

.email3 a {
  color: #fdfcfc;
  font-weight: 600;

}

.legal {

  font-size: 14px;
  justify-content: space-between;
  color: rgb(255, 255, 255);
}


.legal h4 {
  margin-left: 10px;
  text-align: center;
}

.veterano {



  margin: 0;
  padding: 0;


}

.veterano figure {
  position: relative;
  height: 170px;
  width: 305px;
  overflow: hidden;
  border: 6px;


}

.veterano figure .capa {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 88, 25, 0.7);
  transition: 500ms ease-out;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}

.veterano figure:hover>.capa {
  opacity: 0.8;
  visibility: visible;
}

.veterano figure:hover>img {
  transform: scale(1.0);
  margin-left: 3px;
  margin-right: 0px;
  box-shadow: 0px 15px 25px rgba(61, 61, 61, 0.7);
  cursor: pointer;
}

.veterano figure:hover>.capa h3 {
  opacity: 1;
  visibility: visible;
  margin-top: 70px;
  margin-bottom: 15px;
  transition: 500ms ease-out;
}

.veterano figure .capa h3 {
  color: rgb(255, 255, 255);
  font-weight: 600;
  margin-bottom: 120px;
  transition: 500ms ease-out;
  margin-top: 30px;
  font-size: 35px;
}

.veterano figure .capa p {
  color: aliceblue;
  font-size: 15px;
  line-height: 1.5;
  width: 100%;
  max-width: 320px;
  margin: auto;

}

.welcom {
  position: relative;

  margin: 0;
  padding: 0;


}

.welcom figure {
  position: relative;
  height: 170px;
  width: 595px;
  overflow: hidden;
  border: 6px;

  line-height: 50px;
}

.welcom figure h2 {
  font-size: 30px;
  color: white;
  text-shadow: 2px 2px 2px black;
}

.welcom figure .capa {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 88, 25, 0.6);
  transition: 500ms ease-out;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}

.welcom figure:hover>.capa {
  opacity: 0.8;
  visibility: visible;
}

.welcom figure:hover>img {
  transform: scale(1.0);
  margin-left: 3px;
  margin-right: 0px;
  box-shadow: 0px 15px 25px rgba(61, 61, 61, 0.7);
  cursor: pointer;
}





.welcom figure:hover>.capa .btn-4 {
  opacity: 1;
  visibility: visible;

  position: relative;
  top: 70px;

  transition: 500ms ease-out;

  display: inline-block;
  padding: 4px 30px;
  border: 2px solid #131212;
  border-radius: 35px;
  margin-right: 25px;
  font-size: 20px;
  background-color: rgb(25, 48, 2);
}

.welcom figure .capa .btn-4 {
  color: rgb(129, 7, 7);
  position: relative;
  top: 80px;
  font-weight: 400;
  margin-bottom: 120px;
  transition: 500ms ease-out;
  margin-top: 30px;
}

.welcom figure .capa p {
  color: aliceblue;
  font-size: 15px;
  line-height: 1.5;
  width: 100%;
  max-width: 320px;
  margin: auto;

}


@media (min-width: 1200px) {}

@media (max-width:991px) {
  

  .request {
    background-color: none;
    font-size: 10px;
  }

  .request h1 {
    background-color: none;
    font-size: 10px;
  }

  .Rd a {
    color: blanchedalmond;
    font-weight: 600;
    font-size: 20px;
    text-shadow: 1px 1px 1px#000000;
  }

  .wave {
    display: none;


  }

  #carrusel-contenido {
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
  }

  .imagenes {
    height: 400px;
    width: 100%;
  }

  .Rd {

    display: flex;

    left: 0;
    width: 100%;
    padding-left: 2px;

    padding-right: 0px;

  }

  .RedSocialG {
    position: relative;

    width: 50px;


    height: 40px;
    margin-top: 0px;
    margin-left: 1px;
  }

  .RedSocialF {
    position: relative;

    width: 50px;
    margin-left: 2px;


    margin-top: 0px;
  }

  .RedSocialX {
    position: relative;
    margin-left: 2px;
    width: 50px;

    margin-top: 0px;
  }

  .RedSocialI {
    position: relative;
    margin-left: 2px;
    width: 50px;
    margin-top: 0px;

  }


  .Tel {
    position: relative;

    font-size: 15px;
    top: 8px;
    line-height: 30px;
    margin-right: 0px;
    width: 100%;
    margin-left: 0px;
    height: 30px;
    color: #060000;
    text-align: center;

    padding: 0;


  }

  a[href^="tel:"]:before {
    content: "\260E";

    padding-right: 0;
    margin-right: 6px;
    margin-left: 15px;

  }



  a:hover {
    color: rgb(255, 255, 255);
  }

  a:active {
    color: blue;
  }

  .mov {

    display: none;

  }

  .logo-e {
    width: 116px;
    top: 55px;
    left: 0px;
    
  }

  .logo2 .log {
    color: white;
    height: 50px;
width: auto;
display: flex;
margin-left: 21% ;
    text-align: center;
font-weight: 600;
font-size: clamp(1.5rem, 2.5vw, 3.5rem);
    top: -19px;
    text-shadow: 2px 2px 2px black;
   padding-right: 28px;
   padding-left: 28px;
   margin-right: 5%;
  }

  .menu {


    top: 20px;
    padding-right: -20px;

    width: 100%;
  }

  .menu-icono {
    position: relative;
    width: 40%;

    margin: 0px;
    left: 50%;
  }

  .menu label {
    display: initial;

  }

  .menu-icono img {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }

  .menu .navbar {
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background-color: rgb(128, 128, 128);
    display: none;
    padding-top: -1px;
    width: 100%;
    height: 158px;
    z-index: 1;

  }

  .request {
    background-color: rgb(128, 128, 128);
    font-size: 8px;
    border-radius: 0%;
    margin: 0px;
    right: 20%;
  }

  .request li a {

    font-size: 40px;



  }

  .menu .navbar ul li a:hover {
    color: solid rgb(160, 160, 160);

  }


  .menu .navbar ul li .request a {

    background-color: #6b3315;
  }

  .menu .navbar ul li {
    width: 100%;

  }

  .menu .navbar ul li a {
    font-size: 18px;
    color: blanchedalmond;
    margin-bottom: -5px;
    margin-top: 1px;
    width: 100%;
  }

  #menu:checked~.navbar {
    display: initial;

  }

  .header {

    margin-bottom: -90px;
    padding-bottom: 0px;
  }



  .header-txt {
    top: 180px;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .header-txt h2 {
    position: relative;
    width: 100%;
    color: #ffffff;
    margin: 0px auto;
    font-size: clamp(1.2rem, 2.5vw, 3.5rem);
    display: block;
    padding-left: 0%;
    margin-top: 10px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 2px rgb(0, 0, 0);
  
  }
  .header-txt h1 {
    margin-bottom: -12px;

    margin-left: 0px;
    font-size: 25px;
 

  }

  

  .header-txt p {
    text-align: justify;
    margin-left: 5px;
    margin-right: 8px;
    font-size: clamp(1.1rem, 2.5vw, 3.5rem);

  margin-top: 0px;
    background-color: none;
    padding-left: 5px;
    padding-right: 5px;
  }
  .other ul {
    display: grid;
          grid-template-columns: repeat(2,0.5fr);
          gap: 50px;
  
  }
  
  .other ul li{
    margin-left: 38px;
    font-size: 18px;
    list-style-type: circle;
  }
  .butons {
    justify-content: center;
  }

  .btn-1:last-of-type {
    margin-right: 0;
  }

  .resena {
    width: 100%;

    height: 100;
  }

  .contenedorR {
    width: 96%;
margin-left: 2.2%;
  }

  .contenedorR img {
    width: 50%;
  }
  .contenedorR  p{
   font-size: 15px;

  }

  .popular-container {
    display: none;

  }

  .Products-container {
    margin-top: 40px;
    width: 90%;
  }

  .Product-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 45px;
    position: relative;
    text-align: center;
    width: 90%;
    height: 78%;
    margin-left: 5%;
  }

  .Product-container img {
    border-radius: 35px;
    width: 80%;
    height: 66%;

  }

  .contenedor2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
    width: 95%;
    padding-top: 0px;
    overflow: hidden;
background-color: #6b3315;
    margin: 0 auto;

    overflow: hidden;
  }

  .welcom {
    position: relative;
    background-color: #5e5e5e;
    margin: 0 auto;
    border-radius: 25px;
    text-align: center;
    padding-right: 10%;
    width: 100%;

  }

  .welcom figure {

    height: 170px;
    width: 595px;
    overflow: hidden;
    border: 6px;
    padding: 0px;
    line-height: 20px;
    margin: 0 auto;

    right: 9%;
  }

  .contenedor2 figure h2 {
    position: relative;
    font-size: 15px;
    width: 100%;
    text-align: center;

    margin-left: 0px;
    padding: 0px 0px;

  }

  .welcom figure .capa {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(102, 102, 102, 0.6);
    transition: 500ms ease-out;
    opacity: 0;
    visibility: hidden;

    margin: 0 auto;
  }

  .welcom figure:hover>.capa {
    opacity: 0.8;
    visibility: visible;
  }

  .welcom figure:hover>img {
    transform: scale(1.0);
    margin-left: 0px;
    margin-right: 0px;
    box-shadow: 0px 15px 25px rgba(61, 61, 61, 0.7);
    cursor: pointer;

  }





  .welcom figure:hover>.capa .btn-4 {
    opacity: 3;
    visibility: visible;

    position: relative;
    top: 70px;

    transition: 500ms ease-out;

    display: inline-block;
    padding: 2px 22px;
    border: 2px solid #7a7a7a;
    border-radius: 45px;
    margin-right: 20px;
    font-size: 20px;
    background-color: rgb(95, 95, 95);
  }

  .welcom figure .capa .btn-4 {
    color: rgb(255, 255, 255);
    position: relative;
    top: 70px;
    font-weight: 400;
    margin-bottom: 120px;
    transition: 500ms ease-out;
    margin-top: 30px;
  }

  .welcom figure .capa p {
    color: aliceblue;
    font-size: 15px;
    line-height: 1.5;
    width: 100%;
    max-width: 320px;
    margin: auto;

  }

  .veterano {

 
    border-radius: 40px;
    margin: 0;
    padding: 0;


  }

  .veterano figure {
    position: relative;
    height: 170px;
    width: 305px;
    overflow: hidden;
    border: 6px;
left: 3%;

  }
  .veterano figure img {
    border-radius: 20px;

  }

  .veterano figure .capa {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: rgba(102, 102, 102, 0.7);
    transition: 500ms ease-out;
    opacity: 0;
    visibility: hidden;
    text-align: center;
  }

  .veterano figure:hover>.capa {
    opacity: 0.8;
    visibility: visible;
  }

  .veterano figure:hover>img {
    transform: scale(1.0);
    margin-left: 3px;
    margin-right: 0px;
    box-shadow: 0px 15px 25px rgba(61, 61, 61, 0.7);
    cursor: pointer;
  }

  .veterano figure:hover>.capa h3 {
    opacity: 1;
    visibility: visible;
    margin-top: 70px;
    margin-bottom: 15px;
    transition: 500ms ease-out;
  }

  .veterano figure .capa h3 {
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-bottom: 120px;
    transition: 500ms ease-out;
    margin-top: 30px;
    font-size: 35px;
  }

  .veterano figure .capa p {
    color: aliceblue;
    font-size: 15px;
    line-height: 1.5;
    width: 100%;
    max-width: 320px;
    margin: auto;

  }

  .welcom figure {
    position: relative;
    height: 170px;
    width: 400px;
    overflow: hidden;
    border: 6px;

    line-height: 50px;
  }

  .welcom figure h3 {
    font-size: 17.5px;
    text-align: left;

  }


  .sesion {
    display: grid;
    grid-template-columns: repeat(1, 2fr);
    gap: 30px;
    margin: 0px auto;
    height: 120%;
    width: 100%;
    cursor: pointer;

    top: -15%;

  }

  .Artic {
    padding-top: 1%;

    height: 100%;

    width: 100%;

  }

  .Artic1 {

    bottom: 45%;
  }

  iframe {
    width: 330px;
    height: 170px;
  }

  .contenedor4 h2 {
    margin-top: 4%;
    font-weight: 600;
    font-size: 40px;
  }
  .link ul li a {
    
    font-size: 15px;
    color: #f8f8f8;
    margin: 0px auto;
    display: flex;
    font-weight: 400;


    margin-right: 10px;
  
  }

  .email3 {
   display: flex;
   text-align: center;

padding-right: 7%;
margin: 0px auto;
  }

 .link{

overflow: hidden;
 } 

 .Search1{
  width: 100%;
  
margin: 0 auto;

text-align: center;
padding-top: 40px;
display: flex;
margin-bottom: 40px;
display:none ;
}
.Search1 .ti h3{
  color: #e4e0e0;
  font-size: 18px;
  padding-top: 10px;
  padding-right: 10px;
  font-weight: 600;
  display:none ;
  }


#buscador{
  width: 220px;
  height: 40px;
flex-direction: column;
display:none ;
}


}


.Product-1 img {
  padding: 30px;
  width: 400px;
}

.Contac {}

form {
  flex-direction: column;
}

input {
  margin: 0 0 20px 0;
}

.footer {
  flex-direction: column;
  text-align: center;
}

::placeholder {}

.Contact-container h3 {}

.link {
  align-self: center;
  padding: 0;
  margin: 0;

  position: relative;
  bottom: 20px;

  height: 20px;
  width: 300px;
  top: 0px;
  left: 0;
  right: 60px;
  padding-top: 0px;
}

.link ul {
  display: flex;
  margin: 0;
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;

  bottom: 200PX;
}

.Rdf {





  display: flex;

  height: 40px;
  width: 100%;

  position: relative;

  top: 40px;

  margin: 0;
  align-content: center;
  line-height: 40px;

  left: 0;
}

.logo-final {

  width: 40px;

  position: relative;
  top: 5px;

  left: 10px;
}
/*icono whatsapp*/
        .whatsapp-button {
            position: fixed;
            bottom: 15px;
            right: 15px;
            background-color: #4cc370;
            color: #fff;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            text-align: center;
            font-size: 24px;
            line-height: 50px;
            box-shadow: 2px 2px 3px #999;
            text-decoration: none;
        }

        .whatsapp-button:hover {
            background-color: #3d9e5a;
        }
