@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@0400,500;600;700;800&display=swap');
html{
  scroll-behavior: smooth;
}
* {


  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;
  word-wrap: break-word;
}

.Rd a {
  text-shadow: 2px 2px #00000068;
  font-weight: 600;
  color: rgb(255, 255, 255);
  word-wrap: break-word;
}

.RedSocialF {

  margin-left: 60px;
  width: 28px;
padding-top: 5px;

  height: 30px;
  margin-top: 2px;
}

.RedSocialX {

  margin-left: 10px;
  width: 28px;
  margin-top: 2px;
padding-top: 5px;
}

.RedSocialI {

  margin-left: 10px;
  width: 28px;

padding-top: 5px;
  margin-top: 2px;
}

.RedSocialG {

  margin-left: 10px;
  width: 30px;
padding-top: 5px;
 margin-right: 30px;
  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:hover {
  color: #c56a39;
  text-shadow: 1px 1px 1px hwb(0 99% 8%);
  font-weight: 800;
  font-size: 24px;


  transition: 0.55s ease;
  border-bottom: solid white 3px;

}




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 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 actualizado*/

.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;
}

/* Fin Texto portada----------------------------------*/

.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;
}

iframe {
  width: 520px;
  height: 280px;
  border-radius: 20px;
  display: inline-block;

}

iframe:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.02);
  overflow: hidden;
  transition: 0.55s ease;
  box-shadow: 2px 2px 2px 2px #fffdfd;
  border-radius: 20px;
}

.butons {
  display: flex;
  align-content: center;
  justify-content: center;
}

.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: #ddd9d8;
}



.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: 45px;
  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 h3 {
  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;
  margin-bottom: 40px;
}

/*History-------------------------- END*/
.popular-container {
  margin: 0px auto;
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
  align-content: center;

}

.popular {

  padding: 0px;
  text-align: center;
  margin-right: 10px;

  padding-left: 0;


  align-content: center;
}

h2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 35px;
  margin-bottom: 60px;



}

.popular-content {
  width: 100%;
  display: flex;
  align-content: center;
  margin: 0px auto;
 display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;

}

.popular-content img {
  width: 380px;
  justify-content: space-between;
  margin-right: 1px;
  background-color: #d6d6d6;
  margin: 0px auto;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 2px #ffffff;

}

.popular-content img:hover {

  -webkit-transform: scale(1.6);
  transform: scale(1.1);
  transition: 0.55s ease;
  box-shadow: 2px 2px 2px 2px #020101;
  cursor: pointer;
  position: relative;
left: 0px ;

}

/*-------------- 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 rgb(164, 164, 164);
    -webkit-transform: scale(1.6);
    transform: scale(1.2);
    transition: 0.55s ease;
  }
.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%);
}
/* window more products*/
.bt{
  width: 100%;
text-align: center;

  margin-top: 20px;
}
button{
  display: inline-block;
  padding: 11px 35px;
  border: 2px solid #fffdfd;
  border-radius: 25px;
  margin-right: 25px;
  font-size: 19px;
  color: rgb(251, 251, 251);
  background-color: rgba(127, 126, 126, 0.8);
  text-shadow: 2px 2px 2px#000000;
}
button:hover{
  box-shadow: 0px 0px 20px 0px rgba(228, 224, 224, 0.90);
  transform: scale(1.1);
  cursor: pointer;
}
#modalll{
  max-width: 62ch;
position: fixed;

background-color: #6b3315;
top: 0%;
left: 0%;

width: 100%;
	max-width: 1000px;
	margin: 20px auto;
}
.Tit{
  margin-top: 10px;
  background-color: rgba(127, 126, 126, 0.8);
}
.cerrar{
  text-align: center;
  position: relative;
  top: -30px;
}
.cerrar button{
  display: inline-block;
  padding: 11px 35px;
  border: 2px solid #ffffff;
  border-radius: 25px;
  margin-right: 25px;
  font-size: 19px;
  color: rgb(251, 251, 251);
  background-color: rgba(127, 126, 126, 0.8);
  text-shadow: 2px 2px 2px#000000;
  cursor: pointer;
}
.bord{
  border-bottom: solid 2px gray;
}

.other{
  width:98%;
  background-color:  rgba(255, 255, 255, 0.9);
  text-align: left;
  position: relative;
  top: -50px;
  margin-bottom: 10px;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  }
  .other ul {
    display: grid;
          grid-template-columns: repeat(3,1fr);
          gap: 50px;
  }

  .other ul li{
    margin-left: 45px;
    font-size: 25px;
    list-style-type: initial;
    margin-top: 10px;
    color: rgb(0, 0, 0);
    font-weight: 400;
  }
  .other ul li:hover{
background-color: #7e7e7e;
color: beige;
text-shadow: 1px 1px 1px#000000;
cursor: pointer;

  }

.Price {

  justify-content: space-between;
  text-align: center;
  color: #999593;

}
.bord{
  margin-top: 15px;
}
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;
}

/*---------------------------- */



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 {
  color: aliceblue;
  font-size: 17px;
  text-align: center;

}

.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 {
  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(110, 110, 110, 0.856);

  margin: 0;



  display: flex;

  height: 40px;


  position: relative;
  top: 40px;
 
  left: 0px;

 
  line-height: 20px;

}

.Rdf a {
  color: #ffffff;
  font-weight: 600;

}

.Rdf a:hover {
  color: rgb(0, 0, 0);
  text-shadow: 1px 1px 1px rgb(250, 250, 250);
}

.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(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;

}

.local a:hover {
  background-color: #7a7a7a;
  color: #000000;
  font-weight: 700;
  transition: ease;
}

.local {
  margin-top: 50px;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;

  display: flex;
  padding-left: 290px;
  position: relative;

}

.local a {
  color: white;
  font-size: 20px;
}

.local .p {
  margin-bottom: 20px;
}

.p0 {
  margin-left: 50px;
  margin-bottom: 20px;
  font-size: 25px;
}

.p0 a {

  font-size: 20px;
}

.p1 {
  margin-left: 50px;

}

.p3 {
  margin-left: 50px;
  padding-bottom: -10px;
}

.logoo {
  padding-top: 15px;
  width: 120px;
}

.localc {
  position: relative;

  width: 400px;

  text-align: center;
}

.localc2 {

  justify-content: center;
  width: 650px;
  height: 100%;

}

.localc2 img {
  box-shadow: 3px 3px 6px #696767;
  border-radius: 15px;
  width: 420px;
  height: 478px;
  justify-content: center;
}

.localc2 img:hover {
  box-shadow: 3px 3px 6px #faf9f9;
  border-radius: 20px;
  -webkit-transform: scale(1.1);
  transform: scale(1.0.2);
  overflow: hidden;
  transition: 0.55s ease;


}

/* 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: 32%;
  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: -40px;


}

.modalimg {
  top: 0%;
  width: 100%;

  text-align: center;
  position: relative;
  bottom: 2%;
  background-color: #7a7a7a;
  background-image: url("Imag/modalpop_640.jpg");
  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: 400;
  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(252, 252, 252);



  font-size: 25px;
  font-weight: 600;
  background-color: rgba(0, 235, 12, 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 #a3a0a0;
  animation-fill-mode: both;
  color: #ffffff;
  /*transition: all ease-in 150ms;*/
  transition: background-color 0.8s;
  background-color: #46a2fd;
}

@keyframes modal {
  100% {
    visibility: visible;
    opacity: 1;
  }

}




@media (max-width:991px) {

  .local {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0px;
  }

  .local a {
    color: white;
    font-size: 15px;
  }

  .local .p {
    margin-bottom: 20px;
  }

  .p0 {
    margin-left: 1px;
    margin-bottom: 10px;
    font-size: 10px;
  }

  .p0 a {

    font-size: 16px;
  }

  .p1 {
    margin-left: 50px;

  }

  .p3 {
    margin-left: 50px;
    padding-bottom: -10px;
  }

  .logoo {

    width: 100px;
  }

  .local a {
    font-size: 12px;
  }

  .localc2 {



    width: 320px;

  }


  .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;
padding-top: 5px;
    margin-top: 0px;
  }

  .RedSocialI {
    position: relative;
    margin-left: 2px;
    width: 50px;
    margin-top: 0px;

  }



  .Tel {
    position: relative;

    font-size: 11px;
    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: 11px;

  }



  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: 25% ;
    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 h1 {
  margin-bottom: 5px;

  margin-left: 0px;
  font-size: clamp(1.3rem, 2.5vw, 3.5rem);
margin-bottom: -15px;
  }

  .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);

  }

  .Titulo2 h2 {
    font-size: 20px;
    text-align: left;
  }

  .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;

  }
.popular-container{
margin-top: 40px;
  }
  .popular-content {
 

 display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;

}
.popular-content img {
  width: 380px;
 


}

  .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%;

  }
  .Products h2{
    position: relative;

    margin-top: 60px;
    top: 30px;
  }
  .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;
  }

  /*Ventana Modal1*/
  .contenido {
    width: 100%;
    height: auto;
  }

  .contenido img {

    bottom: 0%;

  }

  /*----------------*/
  .other{
    width: 95%;
  }
  .other ul {
    display: grid;
          grid-template-columns: repeat(2,0.5fr);
          gap: 40px;

  }

  .other ul li{
    margin-left: 35px;
    font-size: 18px;
    list-style-type: circle;
  }


}




.Product-1 img {
  padding: 30px;
  width: 400px;
}


form {
  flex-direction: column;
}

input {
  margin: 0 0 20px 0;
}

.footer {
  flex-direction: column;
  text-align: center;
}



.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;
}



.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: 4.7vw;
  
  }

  }

  .Products2{
    margin: 0px auto;
    padding: 0px;
    display: flex;
    height: 40vh;
    width: 100%;
    position: relative;
    align-items: center;
top: 20px;
left: 0px;
right: 0px;

  }

.carousel h5{
  font-size: 20px;
  height: 35px;
  background-color: rgba(0, 201, 43, 0.8);
text-align: center;
color: rgb(246, 241, 241);
font-weight: 600;
border-radius: 4px;
margin-bottom: 10px;
box-shadow: 0 2px 5px 0 rgb(0,0,0,0.5);
margin-top: -1%;
padding-top: 2%;
}
a{
  text-decoration: none;
}
.carousel{
    width: 100%;
    margin: 0px auto;

}



.carrusel h2{

      opacity: 2;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom:0px;


    color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0px;
position: relative;
top: 50px;
}

.carrusel-list{
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 100%;
    padding: 10px 0px;
    margin: 0px auto;
    max-width: 82vw;
    overflow: hidden;

}
.carrusel-track{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    transition: .5s ease-in-out
}

.carrusel{
    position: relative;
    width: 100%;
    padding: 0 10px;

    box-sizing: border-box;
    display: flex;
    height: 100%;
    
}


.carrusel h4{
    position: absolute;
    z-index: 1;
    font-size: 22px;
    line-height: 23px;
    color: #ffffff;
    text-shadow: 15px  black;
    background-color: ;

}

.carrusel small{
    font-size: 15px;
    display: block;
}

.carrusel a img{
    object-fit: cover;
    height: 190px;
    width: 100px;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgb(0,0,0,0.5);
    transition: 3s ease-in-out;
}

@media(min-width:768px) {

  .carrusel{

width: 290px;
  }
  .carrusel a img{
      width: 270px;


  }
  .carousel{

    margin: 0px 0px;
}


}

.carrusel-arrow{
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 4;
  width: 48px;
  height: 40px;
  text-align: center;
  border: 0;
  cursor: pointer;
padding-left: 20px;
margin-left: 30px;
}
.carrusel-arrow:hover{

box-shadow: 1px black;
}
.carrusel-arrow:focus{
  outline: 0;
}

.carrusel-arrow svg{
  width: 12px;
  height: 100%;
  color: rgba(245, 242, 242, 0.9);

}

.carrusel-prev{
left: 0px;

}
.carrusel-next{
  right: 0px;
}

.more1{
position: relative;
top: 0px;
margin: 0px auto;
padding: 0px;

}
@media(max-width:768px) {
  
.carrusel{

    width: 220px;
    margin-left: 2px;
    margin-right: 10px;

}
.carrusel a img{
    width: 280px;
  
   

    
    box-shadow: 1em 1em 2em var(--sombra-ppal), -1em -1em 2em var(--sombra-sec), inset 0 0 0 transparent, inset 0 0 0 transparent;
}

.carousel{

  margin: 10px 5px;

}

.carrusel-arrow{
margin-left: 1px;
}


.carrusel-list{
 
  max-width: 95vw;
  

}
.carrusel-arrow{
  border-radius: 100px;
 background-color: rgba(252, 245, 245, 0.6);
 
 

}
.carrusel-arrow svg{
  width: 12px;
  height: 100%;
  color: rgba(11, 11, 11, 0.9);

}
}

.carousel img:hover{

transition: 0.55s ease;
border: solid rgba(193, 235, 8, 0.8) 3px;
cursor: pointer;

}

/*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;
        }
        .contac-button {
            position: fixed;
            bottom: 80px;
            right: 15px;
            background-color: #cbd8cf;
            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;
        }

        .contac-button:hover {
            background-color: #cacdcf;
        } 
.Count{
  width: 45px;
  padding-top: 8px;
  position: relative;
align-content: center;
}

