
#sec1{
    position: relative;

    width: 100%;
    height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;

    font-family: "Poppins";

    background-color: #C9C9C9;

    overflow: visible;
    z-index: 10;
}
#sec1 .sec1_title{
    position: relative;

    width: fit-content;
    height: fit-content;

    margin-top: -30px;
    
    display: flex;

    /* color: var(--guinda1); */
}
#sec1 .sec1_title .prev{
    position: absolute;
    
    width: 100%;
    top: 20px;
    
    text-align: center;
    font-size: 1.1em;
    font-weight: 200;
    line-height: .9;

    color: #5b5b5b;
}
#sec1 .sec1_e{
    position: relative;
    width: 150px;
    height: auto;

    fill: #ae2415;
}
#sec1 .sec1_tit{
    position: relative;

    padding-bottom: 20px;
    font-size: 10em;
    font-weight: 700;
    line-height: 1.3;

    background: linear-gradient(20deg, #ae2415 20%, #dd3321 50%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}
#sec1 .sec1_sub{
    position: absolute;

    bottom: 50px;

    text-align: center;

    font-size: 2em;
    font-weight: 600;
    line-height: 1.2;

    color: #383838;
}
#sec1 .sec1_sub .sec1_sub2{
    /* font-family: "Playfair"; */
    /* font-weight: 600; */
    font-size: .8em;
}
#sec1 .sec1_foot{
    position: absolute;

    width: 100%;
    padding-inline: 80px;
    bottom: 50px;

    display: flex;

    color: #383838;

    line-height: 2;
}
#sec1 .sec1_foot_scroll{
    margin-right: auto;

    display: flex;
    align-items: center;
}
#sec1 .sec1_foot_scroll .btn{
    position: relative;
    width: 30px;
    height: 30px;
    box-sizing: border-box;

    color: #686868;
    rotate: 90deg;
    font-size: 1.4em;
    text-align: center;
    line-height: 30px;

    border: 2px solid #686868;
    border-radius: 30px;
}
#sec1 .sec1_foot_scroll .text{
    padding-left: 10px;
}

















#sec2{
    position: relative;

    width: 100%;
    height: auto;

    padding-top: 150px;
    padding-inline: 140px;

    display: flex;

    background-color: #C9C9C9;
    /* background-color: salmon; */

    z-index: 9;
}
#sec2 .sec2_izq{
    position: relative;

    width: 50%;
    height: fit-content;
}
#sec2 .sec2_line{
    position: relative;

    width: auto;
    height: 100px;

    font-family: "Poppins";
    font-size: 6em;
    font-weight: 600;

    line-height: 1.2;
    /* border: 1px solid green; */

    overflow: hidden;
}
#sec2 .sec2_int{
    position: relative;

    width: fit-content;
    height: 120px;

    line-height: 120px;

    overflow: hidden;
}
#sec2 .sec2_subline{
    position: relative;

    width: 100%;
    height: 100%;

    font-family: "Playfair";
    font-size: 6em;
    font-weight: 600;

    overflow: hidden;
}








#sec2B{
    position: relative;

    width: 100%;
    height: fit-content;
    padding-bottom: 100px;

    background-color: #C9C9C9;
    /* border: 1px solid #C9C9C9; */

    z-index: 10;
}
#sec2B .sec2B_video{
    position: absolute;

    top: -180px;
    right: 140px;
    width: 300px;
    height: 180px;

    border-radius: 8px;

    overflow: hidden;
}
#sec2B #video1 {
    position: relative;

    /* width: 100%; */
    height: 100%;

    /* filter: saturate(150%); */
}
#sec2B .sec2B_int{
    position: relative;

    width: 100%;
    height: 230px;

    overflow: hidden;
}
#sec2B .sec2_text_sec{
    position: absolute;

    top: 0;
    right: 0px;
    width: 60%;
    height: 100%;

    padding-top: 30px;
    padding-right: 140px;

    display: flex;
    justify-content: end;
    align-items: top;

    text-align: right;

    background-color: #C9C9C9;
    /* background-color: #a3a3a3; */
}
#sec2B .sec2_text_sec1{
    z-index: 3;
}
#sec2B .sec2_text_sec2{
    z-index: 2;
}
#sec2B .sec2_text_sec3{
    z-index: 1;
}
#sec2B .sec2_text_tit{
    position: relative;
    padding-bottom: 12px;

    font-family: "Playfair";

    font-size: 2.7em;
    font-weight: 600;
    letter-spacing: -.5px;
    line-height: 1.1;

    color: #dd3321;
}
#sec2B .sec2_text_rp{
    position: relative;
    width: 100%;

    padding-right: 8px;

    font-family: "Poppins";

    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -.2px;

    color: #383838;
}




















#sec3{
    position: relative;

    width: 100%;
    height: 100vh;

    background-color: #C9C9C9;

    z-index: 8;
}

#sec3 .sec3_principal{
    position: absolute;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;

    z-index: 1;
}
#sec3 .sec3_msg{
    position: relative;

    width: 55%;
    height: 100%;
}
#sec3 .sec3_msg_int{
    position: absolute;

    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 150px;

    font-family: "Poppins";
    color: white;

    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
}
#sec3 .sec3_msg_int .sec3_msg_tit{
    font-size: 4vw;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 1.2;
    letter-spacing: -.2px;

    text-shadow: 0 0 5px #000000ca;
}
#sec3 .sec3_msg_int .sec3_msg_text{
    padding-left: 3px;
    font-size: 1.2vw;
    font-weight: 200;
    line-height: 1.4;
    /* letter-spacing: -.1px; */

    text-shadow: 0 0 5px #000000d1;
}


#sec3 .sec3_img{
    width: 45%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}

#sec3 .sec3_intern{
    position: relative;

    width: 280px;
    height: 280px;

    border-radius: 7px;

    box-shadow: 0 0 10px #111111bc;

    overflow: hidden;

    cursor: pointer;
}
#sec3 .sec3_intern_sub{
    position: absolute;

    top: 0;
    width: 100%;
    height: 100%;

    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#sec3 .sec3_intern1{
    background-image: url(../img/pin20.jpg);
    background-position: top center;
    z-index: 4;
}
#sec3 .sec3_intern2{
    background-image: url(../img/pin3.jpg);
    z-index: 3;
}
#sec3 .sec3_intern3{
    background-image: url(../img/pin25.jpg);
    background-position: right;
    z-index: 2;
}
#sec3 .sec3_intern4{
    background-image: url(../img/pin8.jpg);
    z-index: 1;
}
#sec3 .sec3_intern5{
    background-image: url(../img/pin22.jpg);
    background-position: bottom;
    z-index: 0;
}


#sec3 .sec3_sections{
    position: absolute;

    top: 0;
    width: 100%;
    height: auto;

    z-index: 0;
}
#sec3 .sec3_section{
    position: absolute;

    top: 0;
    width: 100%;
    height: 100vh;

    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#sec3 .sec3_sec1{
    background-image: url(../img/bg5.jpg);
    background-position: bottom;
    z-index: 4;
}
#sec3 .sec3_sec2{
    background-image: url(../img/bg6.jpg);
    z-index: 3;
}
#sec3 .sec3_sec3{
    background-image: url(../img/bg60.jpg);
    z-index: 2;
}
#sec3 .sec3_sec4{
    background-image: url(../img/bg50.jpg);
    z-index: 1;
}
#sec3 .sec3_sec5{
    background-image: url(../img/bg21.jpg);
    filter: saturate(140%);
    z-index: 0;
}

#sec3 .sec3_sectionb{
    position: relative;

    width: 100%;
    height: 0;
}



















#sec4{
    position: relative;

    width: 100%;
    height: auto;
    padding-top: 120px;
    padding-bottom: 100px;

    background-color: #C9C9C9;

    color: #1f1f1f;
    font-family: "Poppins";
    
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 7;
}
#sec4 .sec4_text{
    padding-bottom: 30px;
    font-size: 1.2em;
}
#sec4 .sec4_btn{
    /* position: relative; */

    width: 150px;
    height: auto;
    padding: 15px;
    padding-inline: 35px;
    margin: auto;

    font-size: 1em;
    line-height: 1;
    text-align: center;

    color: #1c1c1c;

    border-radius: 50px;
    border: 2px solid #1c1c1c;

    cursor: pointer;
}















#sec5{
    position: relative;

    width: 100%;
    height: 100vh;
    padding-top: 50px;

    font-family: "Poppins";
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #C9C9C9;

    z-index: 6;
}
#sec5 .sec5_ans{
    color: #1f1f1f;
    padding-bottom: 5px;
    font-size: 1.1em;
}
#sec5 .sec5_line{
    color: #1f1f1f;
    font-size: 4.8em;
    font-weight: 700;
    word-spacing: -1px;
    letter-spacing: -2px;
    line-height: 1.25;
    
    opacity: .2;
}
#sec5 .sec5_t2, #sec5 .sec5_t5{
    color: #942114;
    font-style: italic;
}
.sec5b{
    position: relative;

    width: 100%;
    height: 0;
}













#sec6{
    position: relative;

    width: 100%;
    height: auto;

    color: #1f1f1f;
    font-family: "Poppins";
    font-size: 1.3em;
    line-height: 1.5;

    background-color: #C9C9C9;

    z-index: 5;
}
#sec6 .sec6_sup{
    position: relative;
    width: 100%;

    display: flex;
}
#sec6 .sec6_sup_part{
    position: relative;
    width: 50%;
    /* padding-block: 30px; */
    text-align: center;
    font-size: 1.2em;
    line-height: 1.5;
}
#sec6 .sec6_dir_icon{
    position: relative;

    width: 25px;
    height: 25px;
    margin: auto;
    margin-bottom: 10px;

    background-image: url(../img/location2.svg);
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#sec6 .sec6_wpp_icon{
    position: relative;

    width: 25px;
    height: 25px;
    margin: auto;
    margin-bottom: 10px;

    background-image: url(../img/wpp2.svg);
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#sec6 .sec6_inf{
    width: 100%;
    padding-top: 100px;
    text-align: center;
}
#sec6 .sec6_inf_tit{
    font-family: "Playfair";
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .5px;
}
#sec6 .sec6_inf_mail{
    font-size: 2.8em;
    font-weight: 600;
}

.sec6b{
    position: relative;

    width: 100%;
    height: 0;
}














#sec7{
    position: relative;

    width: 100%;
    height: 100vh;

    font-family: "Poppins";
    color: #1c1c1c;

    background-color: #C9C9C9;

    z-index: 4;

    overflow: hidden;
}
#sec7 .sec7_title{
    position: relative;

    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    
    display: flex;
    justify-content: center;
    align-items: center;
}
#sec7 .sec7_tit_cen{
    padding-inline: 15px;

    font-size: 11em;
    font-weight: 700;
    line-height: 1.2;

    background: linear-gradient(20deg, #ae2415 20%, #dd3321 50%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}
#sec7 .sec7_tit_sub{
    margin-top: 22px;
    font-size: 1.1em;
    font-weight: 200;
    line-height: .9;

    color: #5b5b5b;
}

#sec7 .sec7_foot{
    position: absolute;

    bottom: 0;
    width: 100%;
    height: 130px;
    padding-inline: 80px;

    display: flex;

    line-height: .9;
}
#sec7 .sec7_foot_up{
    height: 100%;
    width: 25%;

    display: flex;
    justify-content: start;
    align-items: center;
}
#sec7 .sec7_foot_cen{
    width: 50%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}
#sec7 .sec7_foot_cen br{
    display: none;
}
#sec7 .sec7_foot_social{
    width: 25%;
    height: 100%;

    display: flex;
    justify-content: end;
    align-items: center;

    line-height: 1;
}

.sec7b{
    position: relative;

    width: 100%;
    height: 0;
}


















@media only screen and (max-width: 600px) {
    #sec1 .sec1_title .prev{
        top: -25px;
        font-size: 4vw;
        line-height: .9;
    }
    #sec1 .sec1_e{
        width: 57px;
        height: 58px;
    }
    #sec1 .sec1_tit{
        font-size: 15vw;
        line-height: .8;
    }
    #sec1 .sec1_sub{
        bottom: 90px;
        font-size: 6vw;
        font-weight: 400;
        line-height: 1.3;
        color: #000000;
    }
    #sec1 .sec1_sub .sec1_sub2{
        font-size: 5.5vw;
    }
    #sec1 .sec1_foot{
        bottom: 30px;
    }
    #sec1 .sec1_foot_scroll{
        margin: auto;
    }
    #sec1 .sec1_foot_scroll .text{
        display: none;
    }
    #sec1 .sec1_foot_text{
        display: none;
    }





    #sec2 {
        padding-top: 200px;
        padding-bottom: 100px;
        padding-inline: 20px;
        display: inherit;
    }
    #sec2 .sec2_izq{
        width: 100%;
    }
    #sec2 .sec2_line{
        height: 42px;
        font-size: 10vw;
        line-height: 1;
    }
    #sec2 .sec2_line2{
        margin-top: 25px;
        margin-bottom: -20px;
    }
    #sec2 .sec2_int{
        height: 42px;
        line-height: 42px;
    }
    #sec2 .sec2_line1,
    #sec2 .sec2_line3,
    #sec2 .sec2_int{
        margin-left: 4px;
    }
    #sec2 .sec2_subline{
        font-size: 10vw;
    }
    
    #sec2B{
        padding-bottom: 150px;
    }
    #sec2B .sec2B_video{
        position: relative;

        top: 0;
        left: 20px;
        right: 20px;
        width: calc(100% - 40px);
        height: 185x;

        border-radius: 15px;
    }
    #sec2B #video1 {
        width: 100%;
        height: auto;
    }
    #sec2B .sec2B_int{
        width: 100%;
        height: 230px;
    }
    #sec2B .sec2_text_sec{
        top: 0;
        right: 0px;
        width: 100%;
        height: 100%;

        padding-right: 20px;
        padding-top: 30px;
    }
    #sec2B .sec2_text_tit{
        padding-bottom: 20px;
        font-size: 9.5vw;
        font-weight: 600;
        letter-spacing: -.5px;
        line-height: 1.1;
    }
    #sec2B .sec2_text_rp{
        padding-left: 20%;
        padding-right: 8px;
        font-size: 5.5vw;
        font-weight: 600;
        line-height: 1.3;
        letter-spacing: -.2px;
    }






    #sec3 .sec3_principal{
        display: initial;
    }
    #sec3 .sec3_msg{
        position: absolute;
        top: 0;
        width: 100%;
        height: 60%;
    }
    #sec3 .sec3_msg_int{
        padding-left: 10px;
        padding-right: 50px;
        padding-top: 15%;
        
        align-items: top;
    }
    #sec3 .sec3_msg_int .sec3_msg_tit{
        font-size: 8.5vw;
        padding-bottom: 10px;
        letter-spacing: -.5px;
        text-align: center;
    }
    #sec3 .sec3_msg_int .sec3_msg_tit br{
        display: none;
    }
    #sec3 .sec3_msg_int .sec3_msg_text{
        padding-left: 0;
        padding-inline: 40px;
        font-size: 1em;
        line-height: 1.4;
        text-align: center;
    }
    #sec3 .sec3_msg_int .sec3_msg_text br{
        display: none;
    }
    #sec3 .sec3_img{
        position: absolute;

        bottom: 0;
        width: 100%;
        height: 50%;
        padding-top: 70px;

        align-items: start;
    }
    #sec3 .sec3_intern{
        width: 180px;
        height: 180px;
    }




    
    #sec4{
        padding-top: 180px;
        padding-bottom: 110px;
        padding-inline: 50px;
    }
    #sec4 .sec4_text{
        padding-bottom: 30px;
        font-size: 5vw;
        text-align: center;
    }
    #sec4 .sec4_btn{
        width: 200px;
        padding: 17px;
        padding-inline: 45px;
        font-size: 5.2vw;
        border-radius: 50px;
        border: 3px solid #1c1c1c;
    }








    #sec5{
        padding-top: 0px;
        padding-bottom: 50px;
    }
    #sec5 .sec5_ans{
        color: #1f1f1f;
        padding-bottom: 20px;
        font-size: 1.1em;
        letter-spacing: -.5px;
    }
    #sec5 .sec5_line{
        font-size: 12vw;
        word-spacing: -1px;
        letter-spacing: -2px;
        line-height: 1.6;
    }






    
    #sec6{
        line-height: 1.5;
        padding-inline: 20px;
    }
    #sec6 .sec6_sup{
        position: relative;
        width: 100%;

        display: initial;
    }
    #sec6 .sec6_sup_part{
        position: relative;
        width: 100%;
        font-size: 6vw;
        line-height: 1.5;
        padding-bottom: 80px;
    }
    #sec6 .sec6_dir_icon{
        width: 35px;
        height: 35px;
        margin-bottom: 10px;
    }
    #sec6 .sec6_wpp_icon{
        width: 35px;
        height: 35px;
        margin-bottom: 10px;
    }
    #sec6 .sec6_inf{
        width: 100%;
        padding-top: 80px;
    }
    #sec6 .sec6_inf_tit{
        font-size: 5.8vw;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: -.5px;
    }
    #sec6 .sec6_inf_mail{
        font-size: 6.2vw;
        font-weight: 600;
        letter-spacing: -.8px;
    }








    #sec7{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #sec7 .sec7_title{
        width: fit-content;
        height: fit-content;

        display: initial;
        padding-bottom: 50px;
    }
    #sec7 .sec7_tit_cen{
        font-size: 15vw;
        font-weight: 700;
        line-height: 1.5;
        padding-bottom: 10px;
    }
    #sec7 .sec7_tit_sub{
        margin-top: 0px;
        font-size: 4vw;
        font-weight: 200;
        line-height: 1;
        text-align: center;
    }
    #sec7 .sec7_foot{
        position: absolute;
    
        bottom: 30px;
        width: 100%;
        height: auto;
        padding-inline: 40px;
        text-align: center;
    
        display: initial;
    
        line-height: 1.5;
    }
    #sec7 .sec7_foot_up{
        display: none;
    }
    #sec7 .sec7_foot_cen{
        width: auto;
        height: auto;
        display: inherit;
        text-align: center;
        font-size: 4.3vw;
    }
    #sec7 .sec7_foot_cen br{
        display: inherit;
    }
    #sec7 .sec7_foot_social{
        display: none;
    }

}