@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 {


  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: relativa;
  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;

}

.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: 30px;
  line-height: 5px;
  padding-top: 8px;
  font-size: 25px;
  text-shadow: 1px 1px 1px rgb(196, 189, 189);

}

/* ---------------------- */

/*---------------Logo*/
.logo-e {
  display: flex;
  padding-top: 0px;
  height: 90;
  line-height: 40px;
  position: absolute;
  margin-left: 0;
  width: 320px;
  top: 40px;
  left: 0px;
}

.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: 6%;
  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*/
.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);
text-align: center;
}


/* 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;
}

/* ----------------------------------*/

.n{
  margin-top: 15px;
  margin-bottom: 30px;
padding-left: 20px;
font-size: 30px;

 }
 .n a{
  color: #f3f3f3;
  font-weight: 400;
  
 }
 .n a:hover{
  color: #111111;
  font-weight: 600;
  text-shadow: 1px 1px 1px white;
 }
 
 .n img{
  width: 35px;
  height: 35px;
 box-shadow: 2px 2px 2px white;
border-radius: 25px;
overflow: hidden;
 }

 .mail{
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 6px;
  padding-left: 5px;
  font-size: 25px;
  display: flex;
  position: relative;

 }
 .mail a:hover{
 
  color: #111111;
  font-weight: 600;
  text-shadow: 1px 1px 1px white;
 
 }
 .mail0 img{
 display: flex;
 width: 50px;
 position: relative;


padding-right: 0px;
padding-left: 20px;
 }
 .mail0{
  width: 100%;
  display: flex;
  position: relative;
  font-size: 25px;
  align-content: center;
  align-items: center;
 padding-right: 0px;
 padding-left: 0px;

margin: 0px ;
 }
 .mail0 a{
  padding-left: 25px;
  color: #ffffff;
  font-weight: 500;
 }

 .mail0 a:hover{
 
  color: #111111;
  font-weight: 600;
  text-shadow: 1px 1px 1px white;
 
 }
 .mail a{
padding-left: 70px;
  color: #f3f3f3;
  font-weight: 500;
 }
 .u{
  margin-top: 15px;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 25px;
 }
 .u a{
  color: #f3f3f3;
  font-weight: 400;
 }
 .h{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;

 padding: 0px 0px 0px 0px;
 align-content: center;
 }
 .h img{
  width: 70px;
  height: 100%;
  padding-top: 0px;
  padding-left: 20px;
 padding-right: 20px;
 display: flex;
 }
 .h a{
  color: #f3f3f3;
  font-weight: 400;
  align-items: center;
  font-size: 20px;
  display: flex;

 }
 .contenedorF{
  background-color: #752508e7;


margin: 0 auto;

padding: 0;
 
 }
 .Contactf{

  position: relative;
  top: 35px;
  display: grid;
  grid-template-columns: repeat(2,0.5fr);
  gap: 180px;
  background-color: #752508e7;

  
 width: 100%;
 margin-bottom: 25px;
 padding-top: 25px;
 padding-bottom: 25px;
 }
.C1{
  background-color: #1b79c2;
}
 .Form-container{
  background: linear-gradient(to left, transparent, rgb(17, 36, 15)),

    url(Imag/formulario.webp);
   
    background-position: center;

    background-repeat: no-repeat;
   background-size: cover;
   padding: 40px;
   width: 90%;
    border-radius: 25px;
    overflow: hidden;
  }
   .Form-container h2{
       color: #ffffff;
      font-size: 30px;
       margin-top: 20px;
       margin-bottom: 15px;
   text-align: center;
     }
form{
          display: flex;
         flex-direction: column;
         width: 100%;
 margin-bottom: 15px;
  }
  label{
      font-size: 15px;
      color: #f3f3f3;
      margin-bottom: 10px;
  }
  input {
      padding: 17px 14px;
      background-color: #ffffff;
      border: 0;
      font-size: 15px;
      
      margin-bottom: 20px;
      border-radius: 10px;
  }
  input:hover{

    opacity: 10;
 
  }
  :focus{
      outline: 1px solid #1e92e9;
  }
select{
padding: 17px 14px;
background-color: #ffffff;
border: 0;
font-size: 15px;

margin-bottom: 20px;
border-radius: 10px;
}
  .btn{
      background: #0062ad;
      width: 150px;
      align-self: flex-end;
      cursor: pointer;
      margin-bottom: 15px;
      margin-top: 25px;
     
  }
  .btn:hover{
      background-color: #1b79c2;
      opacity: 5;
      color: rgb(0, 0, 0)
  }
 .Telf{
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  color: #f3f3f3;
  
 }
 
.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 {
  background-color: #ffffff;
  color: #0e110f;
}

.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;



}

/* Efecto Hover Footer Email */
.email a:hover {
  color: #070707;
  text-shadow: 1px 1px 1px rgb(255, 255, 255);
}

.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(255, 255, 255);
  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;

}
/* Modal       */
.modal{
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0,0,0,0.8);
  top: 0;
  left: 0;
  display: flex;
  animation: modal 2s ;
  animation-delay: 1;
  animation-fill-mode: forwards;
z-index: 50;
  visibility: hidden;
  opacity: 0;
  
}
.contenido{

top: 0;
  margin: auto;
  width: 28%;
  height: auto;

background: rgb(250, 250, 250);
border-radius: 2%;
border-style: ridge;

}
.contenedormodal{
  background-color: #0b16a5;
  position: relative;
  top: 0px;

 
}
.contenido img {
  width: 40%;
  height: 40%;
  position: relative;
  bottom: 1%;
top: -0px;


}
.modalimg{
  top: 0%;
  width: 100%;
  
text-align: center;
position: relative;
bottom: 2%;
background-color: #7a7a7a;
background-image: url("Imag/Fondo.jpeg");background-repeat: no-repeat;background-size: cover;


}
.contenido h2 {
  padding-top: 10%;
  font-size: 25px;
  font-weight: 600;
  color:rgba(53, 53, 53, 0.9);
  text-shadow: none;
  text-align: center;

 
  
}
.contenido p{
padding-top: 10px;
font-weight: 500;
flex-grow: inherit;
color:rgba(53, 53, 53, 0.8);
text-align: justify;
padding-left: 4px;
padding-right: 4px;
position: relative;
bottom: 8%;
}

.contenido span {
  color: rgb(253, 252, 252);
  float: right;
  font-size: 25px;
 background-color: rgba(90, 13, 13, 0.3);
 border-radius: 10%;
  cursor: pointer;
  padding-left: 4px;
  padding-right: 4px;

}
#okl{
margin-top: 2%;
margin-bottom:12%;
background-color: #0b16a5;
width: 60%;

}
.okl span{
  
  color: rgb(217, 219, 217);



  font-size: 25px;
  font-weight: 600;
 background-color: rgba(0, 131, 7, 0.7);
 border-radius: 10%;
  cursor: pointer;
  padding-left: 8px;
  padding-right: 8px;
}
.okl span:hover{
  -webkit-transform:scale(1.6);transform:scale(1);
  transition: 0.55s ease; 
  box-shadow: 2px 2px 2px 2px #cec9c9;
  animation-fill-mode: both;
  color: #ffffff;
  /*transition: all ease-in 150ms;*/
  transition: background-color 0.8s;
  background-color: #46a2fd;
}

/* Aviso*/
.warning{
  background-color: rgb(233, 240, 236);
  border: solid 2px rgb(0, 2, 1);
   margin: 5px 5px ;
   position: relative;
   top: 20px;
 left: 10px;
}
.av{
  display: flex;
  width: 100%;
  background-color:rgb(1, 71, 77);
  position: relative;

 
}
.av:hover{
  
  background-color: rgb(82, 81, 81);
  opacity: 06%;
}
.av h3{

  font-size: 23px;
  color:rgb(217, 224, 219); 
  position: relative;

  margin: 0px auto;



}
.av span{
  color: rgb(250, 250, 245);
  font-size: 26px;
  position: relative;
  right: 2px;
}


.warning p{
  font-size: 20px; 
  color:rgb(16, 17, 17); 
  text-align: justify;
  padding: 4px 4px 4px 4px;
  
}
@keyframes modal {
  100%{
    visibility: visible;
  opacity: 1; 
  }

}
@media (min-width: 1200px) {}

@media (max-width:991px) {
  .warning{
    
   left: 0px;
  }

  .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;
  }

  .logo2 .log {
    color: white;
    height: 50px;
width: auto;
display: flex;
margin-left: 19% ;
    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;
  }

  .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;

  }

 
  

  .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;
  }

 

  .contenedor2 figure h2 {
    position: relative;
    font-size: 15px;
    width: 100%;
    text-align: center;

    margin-left: 0px;
    padding: 0px 0px;

  }

  




  .mail0 a{
    font-size: 21px;
   }


 

 

  .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%;
  }

 
  .contenedor4 h2 {
    margin-top: 4%;
    font-weight: 600;
    font-size: 40px;
  }


  .Form-container{
    width: 90%;
    margin: 0 auto;
   padding: 0;
padding-left: 0px;
margin-left: 5%;
margin-top: 0%;
padding-top: 0px;
    }
    form{
        width: 90%;
        margin: 0 auto;
       
    }
    form input {
      color: #072900;
font-style: italic;
    }
label{
  color: #fbfffd;
}

.link{
  position: relative;
  margin-top: 25px;
  text-align: center;
}

.link ul {

  display: flex;



margin: 0 auto;




}
.Contactf{

  position: relative;
  top: 15px;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 50px;

 width: 100%;
 margin-bottom: 10px;
     padding-top: 10px;
     padding-bottom: 15px;

 }
   

     .n a{
      color: #f3f3f3;
      font-weight: 200;
      font-size: 25px;
      margin-left: 0px;
      padding-left: 0px;
    
     }
.cel1{
  color: #f3f3f3;
  background-color: #0062ad;
}
     .mail a{
      font-size: 19px;
      font-weight: 200;
     }
  .Linkk{
  width: 100%;

  position: relative;
  background-color: #1e92e9;
  margin: 0 auto;
  text-align: center;
  padding: 0px;
  }
     
     .link{
    
   
    
    
      }

      .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;
     } 

     /*Ventana Modal1*/
 .contenido{
  width: 100%;
  height: auto;
 }

 .contenido img {
 
  bottom: 0%;

}
 /*----------------*/
}




.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 {}



.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;
}

/*Efecto JS*/

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-2-11 23:32:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
   
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
    0% {
      transform: translateX(100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-bottom {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
      transform: rotateX('angle');
    }
    100% {
      opacity: 1;
    }
  }

  @media(min-width:768px) {

    .Tel{
      font-size: 2vw;
      align-items: center;
    }
    
    }
    
    @media(max-width: 1132px) {
    
      .Tel{
    
        font-size: 1.7vw;
      }
    
      }
      /*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;
        }
