:root {
    --blanco: white;
    --azullogo: #020024;
    --azulnav: #103EA8;
    --amarillo: #e0b012;
    --gold: #857621;
    --gold2: #B09D32;
}

@font-face {
    font-family: inconsolata;
    src: url(fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: archivoblack;
    src: url(fonts/ArchivoBlack-Regular.ttf);
}


/*GLOBALES*/

html {
    box-sizing: border-box;
    font-size: 62.5%;
    height: 100%;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0%;
    padding: 0%;
    font-family: inconsolata;
    height: 100%;
    background: rgb(24,102,196);
background: radial-gradient(circle, rgba(24,102,196,1) 0%, rgba(35,71,173,1) 100%);
color: #fff;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

body::-webkit-scrollbar {
    background-color: transparent;
    width: 10px;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--azullogo);
    width: 8px;
    border-radius: 10px;
    border-right: 4px solid var(--azullogo);
}

h2{
    text-align: center;
}

/*main*/

.main{
    
    position: relative;
    width: 100%;
    max-width: 100%;
    

    
}

/*Menu*/

.menu{
   
    position: relative;
    
    
}
.nav{
    width: 90%;
    margin: 0% auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    position: relative;
    
}

.sombra{
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0%;
    opacity: 3%;
    z-index: -1;

}

.enlaces{
    display: grid;
    align-items: center;
    width: 100%;
}
.enlaces ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.enlaces ul li{
    list-style: none;
    transition: all 300ms;
}
.enlaces ul li a{
    font-weight: bold;
    font-size: 1.3rem;
    transition: all 300ms;
    color: white;
}

.enlaces ul li a{
    text-decoration: none;
    color: white;
    font-size: 15px;
}
.enlaces ul li a:hover,
.cont a:hover,
.boton_correo:hover{
    
    text-decoration: underline;
}
.boton_ws svg{
    transition: all 300ms;
}
.enlaces ul li:hover,
.boton_ws svg:hover,
.boton_correo:hover{
    transform: scale(1.2,1.2);
    
}

.logo{
    height: 90%;
    margin: auto 0  ;
}



.inicio{
    display: grid;
    place-items: center;
    width: 90%;
    margin: 0 auto;
    height: 500px;
}
.texto_inicio{
    text-align: center;
    width: 90%;
    margin: 0% auto;

}

.texto_inicio h1{
    font-size: 50px;
}


.texto_inicio h2{
    font-size: 30px;
    font-style: italic;
    font-weight: lighter;
}

@media (max-width: 520px) {
    .texto_inicio h1{
        font-size: 40px;
    }
    
    
    .texto_inicio h2{
        font-size: 20px;
        font-style: italic;
        font-weight: lighter;
    }

    .inicio{
        display: grid;
        place-items: center;
        width: 90%;
        margin: 0 auto;
        height: 350px;
    }
  }   

.icon-tabler-brand-whatsapp{
    position: fixed;
    bottom: 20%;
    right: 7%;
}
.icon-tabler-brand-whatsapp1{
    position: fixed;
    bottom: 25%;
    right: 5%;
}

.coti{
    position: fixed;
    bottom: 30%;
    right: 3%;
    
}


.boton_correo{
    background-color: #e0b012;
    color: white;
    font-size: 20px;
    border: 1px solid var(--amarillo);
    border-radius: 30px;
    padding: 10px;
    transition: all 300ms;
    font-weight: bold;
    cursor: pointer;
}

.logo_milas{
    max-width: 100%;
    max-height: 100%
}


/* footer */

.footer {
    max-width: 100%;
    height: auto;
    position: relative;
    margin: 0%;
    padding-top: 2rem;
    padding-bottom: 5rem;
}

.navegacion__footer {
    width: 90%;
    margin: 0% auto;
}

.logo__footer h2 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: white;
    
    margin-bottom: 4rem;
}

.nav__footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
}

.nav__footer a,
.cont a{
    font-weight: bold;
    font-size: 1.3rem;
    transition: all 300ms;
    color: white;
}

.nav__footer a:hover {
    text-decoration: underline;
}

fieldset {
    max-width: 100%;
    border: none;
    border-top: 1px solid #63739E;
}

.legend__footer {
    width: auto;
    text-align: center;
    padding: 2.5rem;
    color: white;
    font-size: 2.4rem;
}

.p__footer {
    width: 40%;
    font-size: 1.1rem;
    margin: 0% auto;
    text-align: center;
    color: var(--colorenclaces);
    margin-top: 3rem;
}

.p__footer2 {
    width: 25%;
    color: white;
    font-size: 1rem;
    margin-top: 0%;
    margin: 0 auto;
    text-align: center;
}

.follow {
    max-width: 10%;
    font-size: 1.2rem;
    margin: 0 auto;
    margin-top: 2rem;
    text-align: center;
    color: white;
    display: flex;
    justify-content: space-between;
}

.webi {
    font-family: webi;
    color: var(--colorenclaces);
}

.webi:hover {
    color: white;
    transform: scale(1.2, 1.2);
}

.cont{
    display: flex;
    justify-content: space-around;
}

@media (max-width: 720px) {
    .cont{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
  }

  @media (max-width: 560px) {
    .nav__footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        
        margin-bottom: 3rem;
    }

    .footer a{
        margin-bottom: 5px;
    }
  }


/*PARTE CENTRAL PRODUCTOS*/


.productos_sec{
    width: 90%;
    margin: 0 auto;
}

.productos_sec h1{
    text-align: center;
    margin-top: 70px;
    font-size: 40px;
    color: #e0b012;
}

.da{
    text-align: center;
    padding-top: 8rem;
    margin-bottom: 70px;
}

.da h2{
    font-size: 20px;
    margin-bottom: 70px;
}

.marcas{
    width: 100%;
    display: flex;
    justify-content: space-around;
}


.prod{
    background-color: white;
    display:flex;   
    align-items: center;
    justify-content: center;
    
    

}


.prod img{
    max-width: 100%;
    
}


      @media (max-width: 550px) {
    
        .marcas{
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-around;
        }

        .marcas a img,
        .marcas img{
            margin-bottom: 40px;
        }

        .da{
            text-align: center;
            padding-top: 8rem;
            margin-bottom: 20px;
        }
          }
          
          
          .desc_prod{
              text-align: center;
          }
        
    


/*grid de productos*/

.distribuidores{
    width: 100%;
}

.nombre_marca{
    text-align: center;
    margin:0;
    font-size: 40px;
}

.f1 {
    max-width: 100%;
    border: none;
    border-top: 1px solid var(--blanco);
}

.legend__footer1 {
    width: auto;
    text-align: center;
    padding: 2.5rem;
    color:  white;
    font-size: 3.4rem;
    font-weight: bold;
    
} 


.collage{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-bottom: 70px;
}

.prod{
    max-width: 100%;
    border: 1px solid var(--azullogo);

}

.desc{
    text-align: center;
    font-size: 15px;
    width: 100%;
    background-color: var(--azulnav);
   height: 35px;
   line-height: 35px;
   color: white;
}







/*quienes somos*/


.qs{
    width: 90%;
    margin: 0% auto;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 70px;
}


.qs h1{
    font-size: 50px;
    margin-bottom: 100px;
    color: #e0b012;
}


.qs_cont{
    width: 100%;

}

.qs_cont h2{
    font-size: 30px;
   
}

.qs_cont p{
    font-size: 20px;
}


.legend__footer2 {
    width: auto;
    text-align: center;
    padding: 2.5rem;
    color: white;
    font-size: 3.4rem;
    font-weight: bold;
} 


.lista1{
    width: 100%;
    display: flex;
    justify-content: space-around;
   padding-top: 20px;
    font-size: 15px;

}

@media (max-width: 1005px) {
    
.lista1{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 0% auto;
   padding-top: 20px;
    font-size: 15px;
}

  }



/*contacto*/

.lista_contacto{
    width: 100%;
    list-style: none;
    text-align: center;
}

.lista_contacto li{
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 25px;
}

.lista_contacto svg{
    margin-right: 15px;
}
.lista_contacto li a{
    font-size: 25px;
    color: #fff;

}

.lista_contacto li a:hover{
    text-decoration: underline;

}

.icon1{
    height: 80px;
    width: 80px;
}


.qs2{
    width: 80%;
    margin: 0% auto;
    margin-top: 80px;
    text-align: center;
    margin-bottom: 70px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    
}

.qs2 h1{
    font-size: 50px;
    margin-bottom: 100px;
    color: #e0b012;
}


@media (max-width: 1005px) {
    
    .qs2{
        display: flex;
        flex-direction: column-reverse;
    }

    
    
      }
    

      @media (max-width: 690px) {
        .icon1{
            height: 60px;
            width: 60px;
        }
        .lista_contacto li a{
            font-size: 20px;
            color: #fff;
        
        }
        .lista_contacto li{
            display: flex;
            align-items: center;
            justify-content: start;
            font-size: 20px;
        }
      }



/*cotizaciones*/

.formulario{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 80px;
   
}

.formulario h1{
  
        font-size: 50px;
        margin-bottom: 100px;
        color: #e0b012;
        text-align: center;
    
    
}
.formulario h3{
    text-align: center;
    font-size: 15px;
    margin-bottom: 40px;
}






.formu{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
}

form{
    width: 50%;
    margin: 0% auto;
}



.elementos div{
    display: flex;
    align-items: center;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
    padding-bottom: 5px;

}

.elementos div input{
    background-color: transparent;
    outline: none;
    border: none;
    padding-left: 10px;
    color: #fff;
    width: 100%;
    height: 100%;
}


.texta{
    font-size: 15px;
    font-weight: bold;

}

textarea{
    width: 100%;
    height: 150px;
    margin-top: 10px;
}

.enviar{
    background-color: var(--amarillo);
    width: 100px;
    height: 50px;
    border: 1px solid var(--amarillo);
    border-radius: 45px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}






/* Añade estilos para el menú hamburguesa */
#menu-icon {
    display: none;
    cursor: pointer;
  }
  
  /* Estilos para los enlaces móviles */
  #menu-container {
    display: none;
    position: absolute;
    top: 80px; /* Ajusta según sea necesario */
    left: 0;
    width: 100%;
    background: rgb(12,49,93);
    background: radial-gradient(circle, rgba(12,49,93,1) 0%, rgba(5,18,56,1) 100%);
   margin: 0% auto;

    z-index: 1;
  }
  #menu-container.active {
    display: none;
  }

  
  #menu-container ul {
    flex-direction: column;
    width: 100%;
    padding: 10px;
  }
  
  #menu-container ul li {
    margin: 10px 0;

    width: 100%;
    text-align: center;
  }
  #menu-container ul li a:hover{
   text-decoration: underline;
  }
  @media (max-width: 768px) {
    .enlaces {
      display: none;
    }
  
    #menu-icon {
      display: block;
      position: absolute;
      right: 0;
      top: 20%;
    }

    #menu-container.active {
        display: flex;
      }
  }






  /*credencial*/

.credencial{
    width: 90%;
    margin: 0% auto;
    text-align: center;
    padding-top: 40px;
    background-color: #fff;
}

.encabezado{
    width: 100%;
    text-align: center;
    color: black;
}
.foto img{
    margin: 20px auto 20px auto;
    width: 200px;
    height: 250px;
}

.info{
width: 90%;
margin: 0% auto;
margin-bottom: 70px;
}

.info ul{
    margin: 0%;
    padding: 0%;
}
.info ul li{
    list-style: none;
    font-size: 20px;
    padding-bottom: 5px;
    color: black;
}

.info ul li:last-child{
    margin-top: 40px;
    
}






