/* ----- Glob------- */
@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;
}

body {
  font-family: 'poppins', san-serif;
 background: radial-gradient(circle, #062349 0%, #010d21 100%);

}


img {
  max-width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ------------------------------------------------------------------------------------------------------------- */





/* Banner      */
.Rd {


  background-color: #031124;


  display: flex;

  height: 40px;
  width: 100%;

  position: absolute;
padding: 10px 40px;
  top: 2px;
justify-content: space-between;
  margin: auto 0;
  align-content: center;

  word-wrap: break-word;

 
  
  transition: color 0.2s ease;
  display: flex;
  align-items: center;

}

.Rd a {
  text-shadow: 2px 2px #00000068;
  font-weight: 600;
  color: #ffffff;
  word-wrap: break-word;

  text-decoration: none;
  font-size: 22px;
  font-weight: 500;


}
.top-bar-left {
  display: flex;
  align-items: center;
  gap: 15px;
}





.contact-link {

  text-decoration: none;
  font-size: 25px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s ease;
}

.contact-link:hover {

    color: #b3c5d7; /* Tono grisáceo claro para los textos de contacto */
}

.contact-link.static-text {
  cursor: default;
}


.divider {
  color: #eceef1; /* Color sutil para las barras separadoras "|" */
  font-size: 24px;
  user-select: none;
}

.top-bar-right {
  display: flex;
align-items: center;
  
}

.social-container {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 20px;
  display: flex;

 
  
}

/* Estilo base de botones de redes sociales */
.social-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
  padding-left: 20px;
}

.social-btn:hover {
  transform: scale(1.1);
  filter: brightness(1.1);
  
}



.top-icon {
  width: 20px;
  height: 20px;
  fill: #f7f8f8; /* Color uniforme para los iconos de contacto */
}


.Tel {


color: #b3c5d7; /* Tono grisáceo claro para los textos de contacto */
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: flex;
 
  




}





/*---------------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;

  margin: 0;
  line-height: 0.95; /* Reduce el espacio vertical entre ambas líneas */
  text-transform: uppercase; /* Asegura mayúsculas */
  font-size: 3rem; /* Ajusta el tamaño general aquí */
  letter-spacing: -0.5px;
}

/* 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: 70px;
  margin: 0px auto;
  border-radius: 20px;
background-color: #0f172a; /* Fondo gris oscuro/azul marino */
  border: 2px solid #1e3a8a; /* Borde azul oscuro */
 

  box-shadow: 
    0 10px 25px rgba(0, 0, 0, 0.5),            /* Sombra de caída del botón */
    0 0 15px rgba(37, 99, 235, 0.5);           /* Resplandor azul exterior muy sutil */
 
  font-family: 'Montserrat', sans-serif;
}
.text-white {
  color: #ffffff;
  /* El truco del efecto 3D/relieve es esta sombra de texto oscura y definida */
  text-shadow: 
    2px 2px 0px #000000, 
    4px 4px 4px rgba(0, 0, 0, 0.6);
    padding-right: 10px;
}
.text-blue {
  color: #1d9bf0; /* Azul eléctrico vibrante */
  text-shadow: 
    2px 2px 0px #000000, 
    4px 4px 4px rgba(0, 0, 0, 0.6);
}

.logo2 .log a:hover {
  width: 100%;
  color: rgb(9, 9, 9);
}


/*----------------------------------------------*/

/* Global Distributor of Every Metal P*/


.parr{
  width: 100%;
display: flex;
    flex-direction: column; /* Alinea los elementos uno abajo del otro */
    justify-content: center; /* Centra verticalmente si el contenedor tiene altura */
    align-items: center;    /* Centra horizontalmente todo el contenido */
    text-align: center;
  margin-left: 10px;
  margin-right: 10px;

}
.header-txt p {
  position: relative;
  font-size: 25px;
  color: #f8f4f4;
  margin-bottom: 55px;
  margin-left: 10px;
  margin-right: 10px;
  left: 0px;
justify-content: center; /* Centra verticalmente si el contenedor tiene altura */
    align-items: center;    /* Centra horizontalmente todo el contenido */
   
  text-align: center;

  top: 30px;
  text-shadow: 
    2px 2px 0px #000000, 
    4px 4px 4px rgba(0, 0, 0, 0.6);
  font-weight: 500;

  background-color: #0f172a; /* Fondo gris oscuro/azul marino */
  border: 2px solid #1e3a8a; /* Borde azul oscuro */
  border-radius: 24px; /* Bordes muy redondeados */

  box-shadow: 
    0 10px 25px rgba(0, 0, 0, 0.5),            /* Sombra de caída del botón */
    0 0 15px rgba(37, 99, 235, 0.2);           /* Resplandor azul exterior muy sutil */
  display: inline-block;
}

/* ----- nav ------- */
.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:#1d9bf0;
  font-weight: 800;
  -webkit-transform: scale(1);
  transform: scale(1);

  transition: 0.55s ease;
box-shadow: 3px 3px rgb(246, 245, 243);
  border-radius: 20px;
}

#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: #0071bc;
  height: 100px;
  margin-bottom: 50px;
}
.request {
  background-color: #75757500;
  font-size: 10px;
  border-radius: 10%;

  padding: 0px;
}
#btn-quote{
  color: #d19240;
  text-decoration: none;
  font-family: 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  
  /* El secreto de la forma */
  
  padding: 15px 24px;         /* Espaciado interno para darle volumen */
        /* Un valor alto (como 50px) crea los extremos ovalados perfectos */
  
  /* Transición suave para el efecto hover */
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

nav a.active {
       position: relative;
            border-radius: 8px; /* Bordes suavizados */
            
            /* Degradado metálico estilo oro */
            background: linear-gradient(
                135deg, 
                #bf953f 0%, 
                #fcf6ba 25%, 
                #b38728 50%, 
                #fbf5b7 75%, 
                #aa771c 100%

                );
        }

/* --------------------- */



.Rdf {
   display: flex;
   height: 40px;


  position: relative;
  top: 40px;
 
  left: 0px;
top: 2px;
  background-color: #323232;
 
padding: 10px 40px;
  
  width: 100%;

  justify-content: space-between;
  margin: auto 0;
  align-content: center;

  word-wrap: break-word;

}

.Rdf a {
  text-shadow: 2px 2px #00000068;
  font-weight: 600;
  color: #ffffff;
  word-wrap: break-word;

  text-decoration: none;
  font-size: 22px;
  font-weight: 500;



}

.Rdf a:hover {
  color: rgb(0, 0, 0);
  text-shadow: 1px 1px 1px rgb(250, 250, 250);
}




.footer {
  display: flex;
width: 100%;
  
padding-top: 10px;
 flex-direction: column;
  text-align: center;


  
}
.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: #070707;
  text-shadow: 1px 1px 1px rgb(255, 255, 255);
  font-weight: 600;
}

.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;
}





.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;
}

.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;
}

.logo-final {

  width: 40px;
margin: 0px auto;
  position: relative;
  top: 5px;

  left: 10px;


}




 /* --------------button product----------------------- */
 .Product-1 {
 background-color: #0D1B2A;
  box-shadow: 0px 0px 6px 0px rgba(13, 0, 86, 0.75);
  transition: 0.6s ease;
  border-radius: 20px;


}

.Product-1 img {
  width: 100%;
  height: 68%;
  border-radius: 40px;
  border-collapse: separate;
    padding: 30px;
  width: 400px;

}




.Product-1 img:hover{-webkit-animation: 0.2s Product-1 1;
  box-shadow: 0px 0px 0px 0px rgb(164, 164, 164);
  -webkit-transform: scale(0.8);
  transform: scale(1.1);
  transition: 0.30s ease;
cursor: pointer;
}

    .Product-1:hover{
    box-shadow: 0px 0px 20px 0px rgb(164, 164, 164);
    -webkit-transform: scale(1.4);
    transform: scale(1);
    transition: 0.55s ease;
  }
  
.Product-1 a{
  background-color: #3A3F45;
  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: #555C63;
  text-shadow: 1px 1px 1px#161515;
  border: solid rgb(139, 129, 129) 1px;
opacity: 0.9;
}



/* ---------------------------------------------*/






/* responsive*/
@media (max-width:991px) {
  .request {
    background-color: none;
    font-size: 10px;
  }

  .request h1 {
    background-color: none;
    font-size: 10px;
  }

  #btn-quote{

  font-size: 14px;
 

  /* El secreto de la forma */
 
  margin: 0px;
  padding: 15px 25px;         /* Espaciado interno para darle volumen */
        /* Un valor alto (como 50px) crea los extremos ovalados perfectos */

}
  .Rd a {
  font-size: 18px;
  }
.top-bar-left {
  
  gap: 2px;
}

.Rdf a{
font-size: 18px;

  }
.top-bar-left {
  
  gap: 2px;
}
.contact-link {





  gap: 5px;
 
}

.top-bar-left {
margin-left: 10px;
  gap: 5px;
}





.contact-link {


  font-size: 20px;
  font-weight: 500;

  gap: 5px;

}




.divider {
  
  font-size: 18px;

}




/* Estilo base de botones de redes sociales */
.social-btn {
  width: 33px;
  height: 33px;
padding-left: 8px;
margin-left: 0px;
}




.top-icon {

  width: 18px;
  height: 18px;
  }


.Tel {

  font-size: 12px;
  font-weight: 600;


}







  .wave {
    display: none;


  }

  #carrusel-contenido {
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
  }

  .imagenes {
    height: 400px;
    width: 100%;
  }

  .Rd {

    

 font-size: 15px;
    
    padding-left: 10px;

    

  }
.Rdf {

    

 font-size: 15px;
    
    padding-left: 10px;

    

  }

 

  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: 70px;
width: auto;
display: flex;
margin-left: 25% ;
    text-align: center;
font-weight: 600;
font-size: clamp(1.7rem, 2.5vw, 3.5rem);
    top: -19px;
    text-shadow: 2px 2px 2px black;
      padding-right: 28px;
      padding-left: 28px;
  margin-bottom: 20px;
margin-right: 5%;
flex-direction: column;


  }



  .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-txt {
    top: 180px;
overflow: hidden;
margin-bottom: 7px;

  }

    .header-txt p {
text-align: justify;
    margin-left: 8px;
    margin-right: 8px;
    font-size: clamp(1.1rem, 2.5vw, 3.5rem);
    margin-top: 0px;
    background-color: none;
    padding-left: 5px;
    padding-right: 5px;

  }

  .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;
  }


  
  }




  /*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;
        }