@import url('https://fonts.googleapis.com/css?family=Tinos');


/* VARIABLES */

:root{
    --colora:#000000;
    --colorb:#ffffff;
    --colorc:#c37134;
    --colord:#2e2a29;

}

body{
    font-family: 'Tinos', serif;
    margin: auto;
    max-width: 1400px;
    color: var(--colora);
    background-color: var(--colorb);
}


/* MENU */

.cont_menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 2rem;
    padding-top: 20px;
    width: 100%;
}

.menu_l{
    width: 40%;
    min-width: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 2rem;
    color: var(--colord);
    font-weight: 900;
}

.logo_empelt_header{
    width: 200px;
    margin: 0 2rem;
}

.menu_r{
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.2rem;
    min-width: 400px;
    margin-right: 10px;
}

.link_menu{
    text-decoration: none;
}

.button_menu{
    color: var(--colorc);
    font-weight: 900;
    width: 10%;
    min-width: 100px;
    padding: 5% 0;
    text-align: center;
    transition: color 0.5s;
}

.button_menu:hover{
    color: var(--colora);
}

/* BANNER IMG*/
/*
.div_bg_img{
    width: 100%;
    height: 500px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 5%;
}

.bg_img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    opacity: 0.3;
    z-index: -1;
}

.h1_a{
    text-align: center;
    color: var(--colorc);
    font-size: 3em;
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
*/

/* BANNER SIN IMG */


.div_bg_img{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /*position: relative;*/
    margin-bottom: 5%;
    background-color: var(--colorc);
}

.h1_a{
    text-align: center;
    color: var(--colorb);
    font-size: 3em;
    font-weight: 900;
    padding: 1em;

}


/* HOME */

.h2_h{
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    color: var(--colorc);
    border-bottom: 1px solid var(--colorc);
    padding-bottom: 10px;
    padding-top: 5%;
}

.h3_h{
    text-align: left;
    font-size: 1.1em;
    text-transform: uppercase;
    color: var(--colorc);
    border-bottom: 1px solid var(--colorc);
    padding: 15px;
}

.h4_h{
    text-align: left;
    font-size: 1em;
    font-weight: 900;
    color: var(--colora);
    padding: 15px;
}


/* HOME LUNETTES */


.cont_home{
    width: 99.99%;
    margin: auto;
}

.cont_home_c{
    width: 99.99%;
    margin: auto;
    background-color: var(--colord);
}

.cont_cat_home{
    width:90%;
    margin:auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5%;
}

.link_cat{
    text-decoration: none;
    padding: 2%;
}

.elem_1{
    width: 250px;
    background-color: var(--colorb);
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border:1px solid var(--colorc);
}

.elem_1:hover{
    transition-duration: 0.6s;
    border:1px solid var(--colora);
    box-shadow: 0 20px 30px 0 rgba(0,0,0,0.1),0 20px 40px 0 rgba(0,0,0,0.1);
}

.elem_1:hover .title_cat {color: var(--colora);}

.div_img_cat{
    width: 230px;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom:0;
    padding-bottom:0;
}

.img_cat{
    max-width: 230px;
    margin: 0 auto;
    height: auto;
    max-height: 230px;
    border-radius: 15px;
    margin-bottom:0;
    padding-bottom:0;
    object-fit: contain;
}

.title_cat{
    color:var(--colorc);
    text-transform: uppercase;
    font-weight: 100;
    line-height: 1;
    margin-top:0;
    padding-top:0px;
    padding-bottom: 10px;
    margin-bottom: 0;
}


/* BOTON VER MAS */

.div_but_1{
    width: 100%;
    text-align: center;
    margin:auto;
    padding: 40px 0;
}

.b_vp_1{
    text-decoration: none;
    color:var(--colorb);
    background-color: var(--colorc);
    border:1px solid var(--colorc);
    text-transform: uppercase;
    font-weight: 900;
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: 15px;
}

.b_vp_1:hover{
    transition-duration: 0.6s;
    color:var(--colorc);
    background-color: var(--colorb);
    border:1px solid var(--colorc);
    box-shadow: 0 20px 30px 0 rgba(0,0,0,0.1),0 20px 40px 0 rgba(0,0,0,0.1);
}


/* HOME CREATIONS */

.elem_2{
    width: 250px;
    background-color: var(--colorb);
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border:1px solid var(--colorc);
}

.elem_2:hover{
    transition-duration: 0.6s;
    border:1px solid var(--colora);
    box-shadow: 0 20px 30px 0 rgba(0,0,0,0.1),0 20px 40px 0 rgba(0,0,0,0.1);
}

.div_img_cat_2{
    width: 90%;
    height: auto;
    padding: 5px ;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 5px;
}

.img_cat_2{
    max-width: 90%;
    margin: 0 auto;
    height: auto;
    max-height: 230px;
    border-radius: 15px;
    margin-bottom:0;
    padding-bottom:0;
    object-fit: contain;
}

.div_title_cat_2{
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.title_cat_2{
    width: 100%;
    color:var(--colorc);
    text-transform: uppercase;
    font-weight: 100;
    line-height: 1;
    margin-top:0;
    padding-top:0px;
    padding-bottom: 10px;
    margin-bottom: 0;
    text-align: center;
}


/* HOME NOTRE PHILOSOPHIE */


.cont_type_2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.cont_type_2_c{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: var(--colord);
}

.cont_type_2_text{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: var(--colorb);
}

.cont_type_2_text_int{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    font-size: 1.2rem;
}

.cont_type_2_img{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.img_cont_type_2{
    width: 90%;
    max-width: 500px;
    max-height: 100%;
}


.scroll-container {
    display: flex;
    align-items: center;
    overflow: scroll;
    background-color: var(--colord);
    width: 95%;
    height: 90%;
    
    white-space: nowrap;
    padding: 10px;
    
  }
  
.scroll-container img {
    height: 300px;
    padding: 10px;
  }


/* GALERIE IMG */

.gallery_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery_column{
    
    width: 30%;
    padding: 10px;
}

.img_gal{
    width: 100%;
    max-width: 500px;
    height: auto;
    padding: 1%;
}


/* PAG LUNETTES */

.cont_type_3{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.cont_type_3_text{
    width: 99%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding: 0 4%;
}

.cont_type_3_img{
    width: 99%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.cont_type_3_img div{
    width: 20%;
    padding: 1%;
}

.img_cat_type_3{
    width: 100%;
    max-width: 350px;
}

/* MODELES LUNETTES */


.elem_3{
    width: 250px;
    background-color: var(--colorb);
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cont_type_2_text_int p{
    width: 100%;
}


/* BLOG */

.elem_2_blog{
    width: 350px;
    background-color: var(--colorb);
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border:1px solid var(--colorc);
}

.elem_2_blog:hover{
    transition-duration: 0.6s;
    border:1px solid var(--colora);
    box-shadow: 0 20px 30px 0 rgba(0,0,0,0.1),0 20px 40px 0 rgba(0,0,0,0.1);
}

.elem_2_blog:hover .title_cat_2 {color: var(--colora);}

.div_img_cat_2_blog{
    width: 300px;
    height: 300px;
    padding: 5px ;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 5px;
}

.img_cat_2_blog{
    max-width: 300px;
    margin: 0 auto;
    height: auto;
    max-height: 230px;
    border-radius: 15px;
    margin-bottom:0;
    padding-bottom:0;
    object-fit: contain;
}

.div_title_cat_2_blog{
    width: 300px;
    height: auto;
    padding: 5px ;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 5px;
}

.title_cat_2_blog{
    color:var(--colorc);
    text-transform: uppercase;
    font-weight: 100;
    line-height: 1;
    margin-top:0;
    padding-top:0px;
    padding-bottom: 10px;
    margin-bottom: 0;
}


/* POST */

.cont_cat_post{
    width:90%;
    margin:auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 5%;
    
}

.cont_cat_post p{
    font-size: 1.2rem;
    width: 100%;
}

.div_h_post{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.h2_post{
    text-align: left;
    font-size: 1.3em;
    text-transform: uppercase;
    color: var(--colorc);
    padding-bottom: 10px;
    padding-top: 5%;
}

.h3_post{
    text-align: left;
    font-size: 1.1em;
    color: var(--colorc);
    padding: 15px;
}

.div_img_post{
    width: 70%;
    margin: auto;
    height: auto;
    background-color: var(--colorb);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    

}

.img_post{
    width: 100%;
    max-width: 450px;
    height: auto;
    margin: auto;
}

.strong_post{
    font-weight: bold;
    font-size: 1.2rem;
    color: var(--colorc);
}

.link_post{
    font-weight: bold;
    font-size: 1.2rem;
    color: var(--colorc);
    text-decoration: none;
}

.link_post:hover{
    color: var(--colora);
}




/* PAG CONTACT */

.img_cont_type_2_b{
    width: 90%;
    max-width: 200px;
    max-height: 100%;
}

.cont_type_3_text p{
    width: 100%;
}


/* FAQ, COOKIES */

.cont_home_text{
    width: 90%;
    margin: auto;
    background-color: var(--colorb);

}



.cont_home_text p{
    width: 100%;
}


/* FOOTER */

.cont_menu_footer{
    margin: 10% 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1% auto;
    padding: 3% 0;
    width: 100%;
    max-width: 1400px;
    background-color: var(--colorc);
    color: var(--colorb);
}

.div_l_footer, .div_c_footer, .div_r_footer{
    width: 30%;
    min-width: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
}


.social_networks_empelt{
    max-width: 50px;
 
}

.link_footer{
    text-decoration: none;
    color: var(--colorb);
}

.link_icon_footer{
    padding: 0 3px;
}
















/* VISTAS MOVIL */


@media only screen and (max-width: 600px) {
    .cont_type_2_text{width: 100%;}
    .cont_type_2_img{width: 100%;}
    .gallery_column{width: 100%;}
    .div_l_footer .div_c_footer .div_r_footer{width: 100%;}

    /*.cont_type_2_contact{padding-bottom: 5rem;}
    .CTA_2{display: flex;}*/
}
