div#div_row_head{
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #FFF;
}
/* Carrousel */
div#div_row_main_carousel {
    margin-top: 160px;
}
img#img_carrow_main_l{
    left: 15px;
}
img#img_carrow_main_r{
    left: -45px;
}
div#div_row_phrase{
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Lines */
div#div_row_lines_prod {
    padding: 30px 0px;
}
img.img_linprod{
    display: block;
    margin: auto;
    width: 100%;
}
label.lbl_tit_lines{
    line-height: 1;
    margin-top: 15px;
}
/*a.lnk_links:hover img.img_linprod{
    -webkit-filter: drop-shadow(5px 5px 5px #0B0101);
    filter: drop-shadow(5px 5px 5px #0B0101);
}*/
a.lnk_links:hover label.lbl_tit_lines{
    text-shadow: 2px 2px 2px #FFF;
    color: #0B0101;
}

/* Ours */
div#div_row_ours{
    padding-top: 50px;
    padding-bottom: 50px;
}
#div_inf_cont_ours{
    position: relative;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    animation-duration: 3s;
}
div.div_info_ours{
    position: absolute;
    width: 46%;
    padding: 10px 25px;
    min-height: 30%;
    left: 47%;
    background-color: transparent;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    animation-duration: 4s;
}
div.div_info_ours:hover{
    background-color: rgba(0,0,0,0.6);
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
}
#div_inf_our1{
    top: 20%;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
}

/* Links */
div#div_row_links{
    padding-top: 30px;
    padding-bottom: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.lbl_tit_links{
    cursor: pointer;
}
img.img_links{
    width: 90%;
    filter: brightness(60%);
}
.shimmer{
    opacity: 0;
    position: absolute;
    top: 0;
    width: 20%;
    height: 100%;
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.5) 50%, 
        rgba(255, 255, 255, 0) 100%
    );
}
.cont_link_img{
    position: relative;
    width: 100%;
}
.col_inf_links:hover .shimmer{
    opacity: 0.4;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    transform: scale(1.05) translateY(-3px);
    animation: shimmer 4s infinite;
}
.col_inf_links:hover img.img_links{
    filter: brightness(100%);
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    transform: scale(1.05) translateY(-3px);
}
.col_inf_links:hover .lbl_tit_links{
    text-shadow: 1px 1px 2px #e0e1e2;
}
@keyframes shimmer{
    0% {
        left: 1%;
    }
    100% {
        left: 80%;
    }
}

/* InfEnt  */
.parallax {
    width: 100%;
    height: 900px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#div_infent_1{
    background-image:url("/espstatic/project_theme1/images/DAD-FDO-Paralax-1.jpg");
}
#div_infent_2{
    background-image:url("/espstatic/project_theme1/images/DAD-FDO-Paralax-2.jpg");
}
#div_infent_3{
    background-image:url("/espstatic/project_theme1/images/DAD-FDO-Paralax-3.jpg");
}
.h2_titinfent{
    margin-top: 30px;
}
.h2_infent{
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 10px;
}

/* Benefits */
div#div_row_titben {
    margin-top: 20px;
    margin-bottom: 20px;
}
.div_cont_ben{
}
.div_img_ben{
    width: 48%;
    display: inline-block;
    vertical-align: middle;
}
.div_txt_ben{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 25px;
}
img.img_benef {
    width: 100%;
}
div#div_row_benefits {
    margin-bottom: 30px;
}

/*
@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll;
    }
}*/

/* Small screens and Medium screens */
/* max-width 640px, mobile-only, 641px - 1024px, tablet-only */
@media only screen and (max-width: 40em), only screen and (min-width: 40.063em) and (max-width: 64em){
	div#div_row_head {
    	position: absolute;
	}
	div#div_row_main_carousel {
	    margin-top: 100px;
	}
    .parallax {
        height: 300px;
    }
    #div_inf_our1 h2{
        line-height: 1.2;
    }
    div.div_info_ours {
        width: 91%;
        left: 7%;
        padding: 5px 15px 5px 10px;
    }
    #div_inf_our1{
        top: 3%;
    }
}