*{
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}
body {
    font-size: 16px; /* Tamaño base para el cuerpo */
    line-height: 1.0; /* Espaciado entre líneas */
  }
  a{
    text-decoration: none;
    color: #000;
 } 
 button{
    color: #000;
 }
 header{
    display: grid;
    grid-template-rows: 1fr 1fr;
    position: fixed;
    width: 100%;
    background-color: #fff;
 }
 .header-up{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    height: 82px;
    align-items: center;
    border-bottom: solid #e3e3e3 1px;
 }
 .logo-header{
    margin-left: 3%;
 }
 .tel-header{
    display: grid;
    grid-template-columns: 20% 80%;
 }
 .tel-log{
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .tel-info{
    display: flex;
    flex-direction: column;    
    justify-content: flex-end;
   
}
#opaline-letters{
    color:#718090;
}
.adress-header{
    display: grid;
    grid-template-columns: 20% 80%;
 }
.adress-logo{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.adress-logo img{
    width: 40px;
}
.contact-header{
    display: flex;
    justify-content: flex-end;
    margin-right: 10%;
}
.contact-header button{
    background-color:#FF8000 ;
    border: none;
    padding: 12%;
    font-weight: 800;
    border-radius: 5px;
    cursor: pointer;
}
.contact-header button:hover{
    background-color: black;
    color: #FF8000;
}
.header-down{
  
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8%;
    border-bottom: solid #e3e3e3 1px;
    margin-left: 10%;
    margin-right: 10%;
}
.header-down a{
    color: black;
    font-weight: 500;
}
.header-down a:hover{
    color: #FF8000;
    text-decoration: underline;
  
}
.hero-section{
    display: flex;
    flex-direction: column;
    grid-template-columns: 50% 50%;
    height: 110vh;
    align-items: center;
    justify-content: center;
    background-image: url('./img/hero.jpg');
    background-size: cover; 
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-position: center;

}
.hero-section h1{
    font-size: 56px;
    color: #000  ;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10%;
}
.hero-section button{
    background-color:#FF8000 ;
    border: none;
    padding: 12%;
    font-weight: 800;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    margin-top: 6%;
}
.hero-section button:hover{
    background-color: black;
    color: #FF8000;
}
.bck{
    background-image: url('./img/bck.png');
    background-size: cover; 
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-position: center;
    height: 100%s;
}
.eon-coat{
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 4%;
    padding-bottom: 6%;
    
}
.eon-title{
    margin-bottom: 2%;

}
.eon-title h1{
    font-size: 56px;
}
.eon-content h2{
    margin-bottom: 2%;

}
.eon-content p{
    font-weight: 500;
}
.eon-content button{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#FF8000 ;
    border: none;
    padding: 1%;
    font-weight: 800;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    margin-top: 2%;
 
}
.info-section{
    margin-bottom: 10%;
}
.info-content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 10%;
    margin-right: 10%;
}
.info-content img{
    width:50%;
}
.info{
    margin-left: 2%;
    margin-right:2%;
    border: #e3e3e3 solid 1px;
    padding: 6%;
    border-radius: 13px;
    height: 100%;
}
.info-section h1{
    font-size: 56px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    margin-bottom: 2%;
}
.info-section h2{
    text-transform: uppercase;
    color: #FF8000;
    text-align: center;
}
.img-size{
    display: flex;
    align-items: center;
    justify-content: center;
}
.color-h{
    display: flex;
    align-items: center ;
    justify-content: center;
    height: 15%;
    margin-bottom: 3%;
}
.info-section li{
    margin-bottom: 3%;
}
.info-section h3{
    color: #FF8000;
    margin-bottom: 2%;
 
}

.info-section button{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#FF8000 ;
    border: none;
    padding: 3%;
    font-weight: 800;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    margin-top: 2%;
}

.contact{
    display: grid;
    grid-template-columns: 30% 70%;
    height: 100%;

    background-color: #FF8000;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 8%;
}
.contact-left h1 {
 margin-bottom: 20%;
}
.contact-right{
    width: 100%;
}
.order-contact{
    display: flex;
    width: 100%;

}
.order-contact div{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 3%;
}
.order-contact label{
    margin-bottom: 2%;

}
.form-container input{
 width: 100%;
 height: 32px;
 border: none;
 padding-left: 2%;
margin-bottom: 2%;
}
textarea{
    height: 122px
}
.adress-logo1{
    display: flex;
    align-items: center;
    justify-content: center;

}
.adress-logo1 img{
    width: 60%;
}
.contact button{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:  #000; 
    color: #FF8000;
    border: none;
    padding: 2%;
    font-weight: 800;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    margin-top: 2%;
    margin-left: 3%;
    margin-bottom: 3%;
}
label{
    text-transform: uppercase;
    font-weight: 600;
}
footer{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    padding: 2%;
}
.header-m{
    display: none;
}
#myModal{
    display: none;
}
.award-section{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    margin-bottom: 5%;
    height: 100%;
}
.award-section div{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
}
.award-section img{
    width: 40%;
    margin-bottom: 10%;
}
.heig-aw{
    height: 25%;
    margin-bottom: 3%;
    color: #FF8000;

}
.layers{
    margin-right: 10%;
    margin-left: 10%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 3%;
    padding-top: 3%;
}
.layers-left{
    display: flex;
    align-items: center;
    justify-content: center;

}
.layers-left img{
    width: 80%;
    padding-bottom: 8%;
}
.layers-right{
    display: flex;
    flex-direction: column;
 
    justify-content: center;
  
}
.layers-right h1{
    text-align: left;
    color: #FF8000;
    font-size: 46px;
    margin-bottom: 3%;
}
.layers-right p{
    font-weight: 500;
    margin-right: 15%;
    line-height: 35px;
}
.blog-content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 10%;
}
.blog-letter{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 3%;
}
.blog-letter h1{
    font-size: 46px;
    color: #FF8000;
    margin-bottom: 3%;
   
}
.blog-letter p{
    font-weight: 400;

}
.blog-letter button{
    background-color:#FF8000 ;
    border: none;
    padding: 3%;
    font-weight: 800;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 3%;
}
.blog-img {
    display: flex;
   align-items: center;
    justify-content: center;
}
.blog-img img{
    width: 95%;

}
.recursos-main{
    margin-top: 6%;
    padding-bottom: 6%;
}
.recursos-main h1{
    font-size: 46px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 4%;
    color: #FF8000;
    padding-top: 4%;
}
.recurso-grid{
    margin-left: 10%;
    margin-right: 10%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    height: 50vh;
}
.recurso{
    width: 80%;
    height: 80%;
    border: #718090 solid 1px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);

}
.recurso:hover{
    background-color: #FF8000;
    cursor: pointer;
}
.recurso h2{
    color: #000;
    margin-left: 10%;
    margin-right: 10%;
}
   /* Tamaños de fuente para diferentes resoluciones */
   @media only screen and (max-width: 600px) {
    /* Dispositivos móviles pequeños */
    body {
      font-size: 14px;
    }
    h1 {
      font-size: 24px;
    }
    h2 {
      font-size: 20px;
    }
    h3 {
      font-size: 18px;
    }
    p {
      font-size: 14px;
    }
    a {
        font-size: 16px;
      } 
      .info-content{
        display: flex;
        flex-direction: column;
      }   
      .info-section h1{
        font-size: 46px;
      }
      .hero-section h1{
        font-size: 46px;
      }  
      .contact{
        display: flex;
        flex-direction: column;
      }
      .contact-left h1{
        text-align: center;
        margin-bottom: 10%;
      }
      .contact-left{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 10%;
      }
      .adress-logo1{
        display: none;
        align-items: flex-end;
      }
      .adress-header{
        display: none;
      }
      .award-section{
        display: flex;
        flex-direction: column;
      }
      .award-section p{
        margin-bottom: 10%;

      }
      .award-section img{
        margin-top: 10%;
      }
      .layers-left{
        display: none;
      }
      .layers{
        display: flex;
        padding-top: 10%;
        padding-bottom: 10%;

      }
      .layers-right p{
        margin-right: 5%;
      }
      .blog-content{
        display: flex;
        flex-direction: column;
        margin-right: 5%;
        margin-left: 5%;
      }
      .blog-img{
        display: none;
      }
      .recurso-grid{
        grid-template-columns: 1fr 1fr;
        margin-right: 5%;
        margin-left: 5%;
        justify-items: center;
      }
      .tel-info p{
        margin-top: 3%;
      }
  }
  @media only screen and (max-width: 900px){
    header{
        display: none;
    }
    .header-m{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
       height: 86px;
       position: fixed;
       background-color: #fff;
       -webkit-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.75);
    width: 100%;
    }
    .img-header-m{
        display: flex;
        align-items: center;
        justify-content: center;
        grid-column-start: 2;
        height: 86px;
        
    }
    .menu-mobile{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 86px;

    }
    .menu-mobile button{
        height: 80%;
        margin-right: 10%;
        background-color: #fff;
        border: none;
    }
    .menu-mobile img{
        height: 100%;
    }
    /* Estilos básicos para el modal */
.modal {
    display: none; /* Oculto por defecto */
    position: fixed; /* Mantiene el modal en una posición fija */
    z-index: 1; /* Coloca el modal sobre otros elementos */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Permite el desplazamiento si el contenido es grande */
    background-color: rgb(0,0,0); /* Fondo negro con opacidad */
    background-color: rgba(0,0,0,0.4); /* Color de fondo con transparencia */
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* Centra el modal vertical y horizontalmente */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
    height: 80%;/* Ancho del modal */
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.img-m{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
}
.header-a-m{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10%;
    justify-content: center;
}
.header-a-m a{
    margin-bottom: 8%;
    text-decoration: underline;
}

  }
  @media only screen and (min-width: 601px) and (max-width: 1024px) {
    /* Tabletas y dispositivos con resolución media */
    body {
      font-size: 16px;
    }
    h1 {
      font-size: 28px;
    }
    h2 {
      font-size: 24px;
    }
    h3 {
      font-size: 20px;
    }
    p {
      font-size: 16px;
    }
    a {
        font-size: 18px;
      }
  }
  
  @media only screen and (min-width: 1025px) {
    /* Escritorio */
    body {
      font-size: 18px;
    }
    h1 {
      font-size: 32px;
    }
    h2 {
      font-size: 28px;
    }
    h3 {
      font-size: 24px;
    }
    p {
      font-size: 18px;
    }
    a {
        font-size: 20px;
    }
  }