*{ box-sizing: border-box; padding: 0; margin: 0; text-decoration: none; list-style: none;}

#nav { 
    width: 100%;
    height: auto;
    display: flex;  
    justify-content: space-between; 
    align-items: center; 
    flex-wrap: wrap; 
    background: #1E3A5F; 
    padding: 5px 0px;
    /*
    border-bottom: 1px solid #EAEAEA; 
    */
    position: fixed;
    left: 0;
    top: 0;
    color: #FFFFFF;
    z-index: 99999999999;
}

#nav a {
    color: #FFFFFF;
}

#nav a:hover {
    border-bottom: 1px solid #fff;
        transition: 0.3s ease;
    
}


#container_logo {max-width: 250px; width: 100%; margin: auto; padding: 5px 5px;}
#logo_name {font-size: 22px;font-weight: bold;text-transform: uppercase;color: #fff;}
#logo {text-align: center;}
#list_nave {max-width: 420px; margin: auto;  width: 100%;  display: flex; justify-content: space-around; flex-wrap: wrap; align-items: center;}

#home {color: #333333;}

body {
    background-color: #FAFAFA;
      font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
    line-height: 1.6;
}

h3 {
    font-size: 20px;
    text-transform: uppercase;
}

p {
    line-height: 1.6;
    font-size: 16px;
    color: #333333;
}

a {
    line-height: 1.6;
      color: #1E3A5F;
      font-size: 16px;
    
}

a:hover {
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

li {
    line-height: 1.6;
}


button {
    padding: 12px 24px;
    margin: 5px 0;
    cursor: pointer;
}



#social {
    max-width: 200px;
    width: 100%;
    display: flex;
    margin: auto;
    justify-content: space-around;
}

#home_div_1  {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    padding: 80px 5%;
    height: inherit;

    background-image: url('/img/hero.jpg'); 
    background-size: cover;
    background-position:bottom;
    background-repeat: no-repeat;

    /*
    border-bottom: 1px solid #EAEAEA;
    */
}

#home_div_1 h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    color: #fff;

}

#home_div_1 p {
    color: #fff;
    font-size: 18px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

#home_div_1 a {
    font-size: 21px;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
    padding: 10px 15px;
    /*
    border: 1px solid #ccc;
    */
    border-radius: 5px 5px;
    background-color: #C8AA6E ;
    color: #FFFFFF;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Sombra suave */

    transform: scale(100%);
    transition: 0.3s ease;
}

#home_div_1 a:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Sombra suave */
  transition: 0.3s ease;
  background-color: #1E3A5F;
  transform: scale(105%);
  
}


#home_div_2  {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 60px 5%;
    border-bottom: 1px solid #EAEAEA;
}




#home_div_2 div p {
    font-style: italic;
}

#home_div_2 div img {
    max-width: 600px;
    width: 100%;
    border-radius: 20px 20px 20px;
    
}



#home_div_2 h1 {
    font-size: 38px;
    font-weight: bold;
    color: #1E3A5F;
    margin-bottom: 30px;
    text-transform: uppercase;
}



#home_div_2 button {
    width: 200px;
}





#home_div_3  {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 60px 5%;
    border-bottom: 1px solid #EAEAEA;
    
}

#home_div_3 h1 {
    width: 100%;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #1E3A5F;
}



#home_div_3 div {
    max-width: 400px;
    width: 100%;
    border: 1px solid #F0F2F5;
    margin-bottom: 30px;
    border-radius: 10px 10px 10px 10px;
    padding: 20px 10px;
    text-align: center;
    background-color: #F0F2F5;
}


#home_div_3 div img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 4px;
}



#home_div_4  {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    padding: 60px 5%;
    border-bottom: 1px solid #EAEAEA;
    

}


#home_div_4 h1 {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #1E3A5F;
}



#about {color: #333333;}
#services {color: #333333;}
#products {color: #333333;}
#contact {color: #333333;}

#footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 15px 5%;
    background-color: #F0F2F5;



}

#footer ul {
    max-width: 300px;
    width: 100%;
    margin: 5px 0px;
}

#footer ul li:first-child {
    font-size: 18px;
    font-weight: bold;
    color: #1E3A5F;
}

#footer p {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    font-size: 14px;
 

}

#list_nave li { cursor: pointer; flex-wrap: wrap; font-size: 18px;}
#change_view { 
    width: 100%; 
    margin-top: 50px; 
    padding: 5px 0px; 

}

#form_contact {
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #EAEAEA;
    border-radius: 10px 10px 10px 10px;
    padding: 20px 20px;

}

#form_contact label {
    width: 100%;
    font-size: 16px;
    margin: 10px 0px;
}

#form_contact input {
    width: 100%;
    height: 40px;
}

#form_contact textarea {
    width: 100%;
    height: 40px;
    margin: 10px 0px;
    font-size: 16px;
}

#form_contact button {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #1E3A5F;
}




#formulario_contacto { max-width: 500px; width: 100%; height: auto; display: flex; flex-wrap: wrap;}
#formulario_contacto input { width: 100%; margin: 10px 0px;}
#formulario_contacto textarea { width: 100%; margin: 10px 0px;    }
#formulario_contacto button { width: 100%; height: 50px;}



#home_div_7  {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    padding: 25px 5%;
    border-bottom: 1px solid #EAEAEA;
}

#home_div_7 p {
    width: 100%;
    font-style: italic;
}

#home_div_7 h1 {
    width: 100%;
}


#home_div_7 div {
    width: 100%;
    margin-bottom: 5px;
}

#home_div_7 div {
    padding: 20px 20px;

    border-radius: 10px 10px;
    margin: 10px 0px;
    background-color: #F0F2F5;
    color: #1E3A5F;
        transform: scale(100%);
    transition: 0.3s ease;
     border: 1px solid #F0F2F5;
}

#home_div_7 div:hover {
    background-color: #F7F7F7;
     transition: all 0.3s ease;
     transform: scale(102%);
     cursor: pointer;
    
}

#home_div_7 p {
    margin: 20px 0px;
}

#home_div_7 h1 {

  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #1E3A5F;
}



#home_div_7 #servicio_3_button{
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 5px 5px;
    background-color: #1E3A5F;
    color: #fff;
    transform: scale(100%);
    transition: 0.3s ease;
    margin-top: 20px;
}

#home_div_7 #servicio_3_button:hover {
    background-color: #C8AA6E;
     transition: all 0.3s ease;
     transform: scale(105%);
}




#whatsapp_icon {
    position: fixed;
    bottom: 5%;
    right: 1%;

}

#whatsapp_icon a  {
    font-size: 50px;
    color: #1E3A5F;
}


@media (max-width: 690px) {

    #whatsapp_icon a {
        font-size: 40px;
    }

    #logo_name { 
        text-align: center;
    }

    #container_logo {
        margin-bottom:2px;
    }
    
    #social {
        display: none;
    }
  }

  @media (min-width: 690px) {


    #home_div_1 h1 {
        font-size: 38px;
        font-weight: bold;
    }
    #home_div_1 p {
        font-size: 18px;
    }
    #home_div_1 button {
        width: 400px;
        height:80px;
        font-size: 28px;
    }




    #home_div_2 p {
        font-size: 18px;
    }


    


    #home_div_4 p {
        font-size: 18px;
    }

    #home_div_7 h1 {
        font-size: 38px;
        font-weight: bold;
    }
    #home_div_7 p {
        font-size: 18px;
    }
    
    #home_div_7 #button_contact {
        width: 400px;
        height:80px;
        font-size: 28px;
    }

    #form_contact button {
        font-size: 28px;
    }

    #home_div_7 .servicio-item button {

        font-size: 16px;
       
    }

    #logo {
        font-size: 18px;
    }

    #social li a {
        font-size: 18px;
    }

  }


  @media (min-width: 320px) and (max-width:690px) {
      
     #nav {
          padding: 7px 0px;
     }
      
     #whatsapp_icon {

    right: 5%;

}

    #home_div_1 {
        width: 100%;
        background-size: cover;
        background-position: left;
      
    }

        #home_div_2 h1 {
        font-size: 18px;
        font-weight: bold;
        color: #1E3A5F;
    }

        #home_div_2_container_2 {
        margin-top: 30px;
    }

    #container_logo{
        max-width: 100%;
    }

    #logo {
        font-size: 16px;
    }

    #list_nave li {
        font-size: 16px;
    }

    #social ul li a{
        font-size: 16px;
    }



    #change_view {margin-top: 75px;}
    
    #home_div_1 {
        padding: 30px 5%;
    }

    #home_div_7 {
        padding: 35px 5%;
    }
    

    #home_div_2 {
        padding: 35px 5%;
    }

    #home_div_3 h1 {
        font-size: 18px;
        font-weight: bold;
        color: #1E3A5F;
    }
    #home_div_3 p {
        font-size: 16px;
    }


    #home_div_4 h1 {
        color: #1E3A5F;
        font-size: 18px;
            font-weight: bold;
    }

    #footer ul {
        max-width: 100%;
        margin-bottom: 20px;
    }

    #social {

        padding: 2px 0px;
        max-width: 350px;
        justify-content: space-around;
    }
    
    #servicio_1_item_h3 { font-size: 16px;}
    
    #servicio_2_h3{ font-size: 16px;}
    #servicio_3_h3{ font-size: 16px;}
    #home_div_2_container_1_h1{ font-size: 20px;}
    #form_contact_button {background-color:#F0F2F5;padding:15px 15px;font-size: 18px;}
    #home_div_1_button {font-size: 18px;}
    #home_div_7_strong {font-size: 18px;}
    #home_div_2_container_1_h1{font-size: 18px;}
    #home_div_3_h1{font-size: 18px;}
  }
  


