@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');

@font-face {
    font-family: 'Fragtude';
    src: url('../fonts/Fragtude-Serif.eot');
    src: url('../fonts/Fragtude-Serif.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Fragtude-Serif.woff2') format('woff2'),
        url('../fonts/Fragtude-Serif.woff') format('woff'),
        url('../fonts/Fragtude-Serif.ttf') format('truetype'),
        url('../fonts/Fragtude-Serif.svg#Fragtude-Serif') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica LT';
    src: url('../fonts/HelveticaLTStd-Roman.eot');
    src: url('../fonts/HelveticaLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaLTStd-Roman.woff2') format('woff2'),
        url('../fonts/HelveticaLTStd-Roman.woff') format('woff'),
        url('../fonts/HelveticaLTStd-Roman.ttf') format('truetype'),
        url('../fonts/HelveticaLTStd-Roman.svg#HelveticaLTStd-Roman') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica LT';
    src: url('../fonts/HelveticaRoundedLTStd-Bd.eot');
    src: url('../fonts/HelveticaRoundedLTStd-Bd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaRoundedLTStd-Bd.woff2') format('woff2'),
        url('../fonts/HelveticaRoundedLTStd-Bd.woff') format('woff'),
        url('../fonts/HelveticaRoundedLTStd-Bd.ttf') format('truetype'),
        url('../fonts/HelveticaRoundedLTStd-Bd.svg#HelveticaRoundedLTStd-Bd') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


html {
  scroll-behavior: smooth;
}
.section {
  scroll-margin-top: 70px;
}
body {
    margin: 0;
    padding: 70px 0 0 0;
    font-family: 'Fragtude', serif;
    overflow-x: hidden;
}

/*******MENU*******/
.menu-mov{
    height: 70px;
    background: #002559;
    box-shadow: 0 2px 16px 0 rgba(0, 30, 71, 0.40);
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.open_menu{
    width: 24px;
    margin-right: 15px;
    cursor: pointer;
}
.logoheader{
    width: 40px;
}
.desli_menu{
    height: calc(100vh - 70px);
    position: fixed;
    top: 70px;
    width: calc(75% - 75px);
    left: 0;
    background: #FFFFFF;
    transition: left 0.5s ease;
    padding: 0 50px;
    z-index: 999999;
}
.panel_hidden {
  left: -82%;
}
#closeMen{
    position: absolute;
    top: 18px;
    right: 15px;
    cursor: pointer;
    transition: .3s all;
}
#closeMen:hover {
    transform: rotate(90deg);
}
.divconinfmenO{
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.divconinfmenT{
    height: 45vh;
}
.divconinfmenTh{
    height: 18vh;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 20px;
}
.ul_menu{
    list-style: none;
    padding: 0;
}
.li_menu{
    padding: 20px 0;
}
.linesep{
    border-bottom: 1px solid #CED5DE;
}
.linkmenu{
    color: #002559;
    font-family: "Helvetica LT";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
}
.txtsigmenu{
    color: #4A586E;
    text-align: center;
    font-family: "Helvetica LT";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.btnmodl{
    color: #FFFFFF;
    text-align: center;
    font-family: "Helvetica LT";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-radius: 24px;
    background: #01C5C6;
    padding: 12px 0;
    width: 100%;
    display: block;
    cursor: pointer;
}
.divrdscmn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}
.linkredft{
    text-decoration: none;
}
/* Modal */
.modal_video{
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.85);
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}

.modal_content{
    width: 90%;
    max-width: 900px;
    position: relative;
}

/* Video responsive */
.modal_content iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
}

/* Close */
.close_modal{
    position: absolute;
    top: -45px;
    right: 0;
    width: 40px;
    cursor: pointer;
}






/* CONTENEDOR PRINCIPAL */
.contenedor_principal{
    background: url('../img/piso/piso_parket.webp') no-repeat center center/cover;
}
.pisocajaarequipa{
    position: fixed;
    width: 100%;
    height: calc(100vh - 70px);
    top: 70px;
    left: 0;
    z-index: 9;
    object-fit: cover;
}




/**** TEXTO ****/
.dv_cont_txt {
    position: fixed;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 999;
    opacity: 0;
}
.spn_p1 {
    color: #ffffff;
    text-align: center;
    font-family: Fragtude, serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    margin: 0 0 17px 0px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
}
.span_txtO {
    color: #ffffff;
    font-size: 80px;
    line-height: 70px;
    margin: 6px 0 0 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
}
.span_txtT {
    color: #ffffff;
    font-size: 34px;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
}
.span_txtT .spnsubspn{
    font-size: 30px;
    margin: 0;
}
.btnarma {
    font-size: 18px;
    border-radius: 50px;
    background: #01C5C6;
    font-family: Arial;
    padding: 16px 19px 14px;
    width: max-content;
    margin: 10px auto 5px;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    animation: palpitarEnd 1.8s ease-in-out infinite;
}
.btnarma img{
    margin-left: 10px;
}
@keyframes palpitarEnd {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(1, 197, 198, 0.6);
    }
    50% {
        transform: scale(1.03);
        box-shadow: 0 0 16px 4px rgba(1, 197, 198, 0.4);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(1, 197, 198, 0);
    }
}

.spnlegal{
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    line-height: 1.2;
    color: #FFFFFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
}
.txtarrowbtm {
    color: #ffffff;
    text-align: center;
    font-family: "Helvetica Rounded LT Std", system-ui, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 25px;
}
.next_section{
    width: 45px;
    margin-top: 15px;
    animation: rebote 3s ease-in-out infinite;
}





/********LUCES*********/
.svgluz{
    position: fixed;
    z-index: 10;
    top: 0;
    overflow: visible;
    width: 50%;
}
.trsrot{
    right: 0;
}
.luzbrill1,
.luzbrill2,
.luzbrill3,
.luzbrill4,
.luzbrill5,
.luzbrill6,
.luzbrill7,
.luzbrill8,
.luzbrill9,
.luzbrill10 {
  animation: flujoBrillo 5s linear infinite;
}
.luzbrill1  { animation-delay: 0s; }
.luzbrill2  { animation-delay: -0.5s; }
.luzbrill3  { animation-delay: -1s; }
.luzbrill4  { animation-delay: -1.5s; }
.luzbrill5  { animation-delay: -2s; }
.luzbrill6  { animation-delay: -2.5s; }
.luzbrill7  { animation-delay: -3s; }
.luzbrill8  { animation-delay: -3.5s; }
.luzbrill9  { animation-delay: -4s; }
.luzbrill10 { animation-delay: -4.5s; }

@keyframes flujoBrillo {
  0% {
    opacity: 0.35;
    filter: drop-shadow(0 0 2px rgba(255,220,140,0.2));
  }
  20% {
    opacity: 1;
    filter:
      drop-shadow(0 0 8px rgba(245, 208, 106, 0.9))
      drop-shadow(0 0 14px rgba(247, 164, 41, 0.6));
  }
  40% {
    opacity: 0.35;
    filter: drop-shadow(0 0 2px rgba(255,220,140,0.2));
  }
  100% {
    opacity: 0.35;
  }
}




/******* PANTALLA 1 ********/
#sect1 {
    height: calc(100vh - 70px);
    width: 100%;
    overflow: hidden;
}
#sect1 .mesa-1 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.arbol-rama{
    position: fixed;
    width: 100%;
    left: -110px;
    top: 35px;
    z-index: 9;
}
#sect1 .imagen2_sect1 {
    width: 109px;
    animation: movrama 3s ease-in-out infinite;
}
#sect1 .imagen3_sect1 {
    position: fixed;
    top: 50px;
    width: 200px;
    right: -200px;
    z-index: 9;
}
#sect1 .imagen4_sect1 {
    position: fixed;
    bottom: -15px;
    width: 90px;
    left: -94px;
    z-index: 9;
}
#sect1 .imagen6_sect1 {
    position: fixed;
    width: 80px;
    z-index: 99;
    top: calc(55% - 190px);
    left: 50%;
    transform: translate(-50%, -50%);
}
#sect1 .imagen7_sect1 {
    position: fixed;
    width: 70px;
    z-index: 99;
    top: calc(55% - 170px);
    left: calc(50% + 80px);
    transform: translate(-50%, -50%);
}
#sect1 .imagen8_sect1 {
    position: fixed;
    width: 55px;
    z-index: 99;
    top: calc(55% + 40px);
    left: calc(50% - 130px);
    transform: translate(-50%, -50%);
}

.arbol-rama2{
    position: fixed;
    width: 100%;
    bottom: 5px;
    z-index: 99;
    text-align: right;
} 
#sect1 .imagen5_sect1 {
    width: 100px;
    animation: movrama 3s ease-in-out infinite;
}

.arbol-rama,
.arbol-rama2 {
  transform: translateX(0);
}




/******** PANTALLA 2 ********/
#sect2,#sect3,#sect4,#sect5,#sect6,#sect7 {
    position: relative;
    height: calc(100vh - 70px);
    width: 100%;
    overflow: hidden;
}
#sect2 .imagen1_sect2 {
    position: fixed;
    top: 50px;
    width: 200px;
    right: -200px;
    z-index: 9;
}
#sect2 .imagen2_sect2 {
    position: fixed;
    bottom: -5px;
    width: 105px;
    left: -82px;
    z-index: 9;
}
#sect2 .imagen3_sect2{
    position: fixed;
    top: 250px;
    width: 69px;
    left: -123px;
    z-index: 9;
}
#sect2 .imagen4_sect2 {
    opacity: 0;
    position: fixed;
    width: 115px;
    z-index: 99;
    top: calc(55% - 177px);
    left: 50%;
    transform: translate(-50%, -50%);
}
#sect2 .imagen5_sect2 {
    opacity: 0;
    position: fixed;
    width: 75px;
    z-index: 99;
    top: calc(55% - 110px);
    left: calc(50% + 100px);
    transform: translate(-50%, -50%);
}
#sect2 .imagen6_sect2 {
    opacity: 0;
    position: fixed;
    width: 70px;
    z-index: 99;
    top: calc(55% + 9px);
    left: calc(50% - 130px);
    transform: translate(-50%, -50%);
}
#sect2 .imagen7_sect2 {
    position: fixed;
    top: 45%;
    width: 115px;
    left: -100px;
    z-index: 9;
}
#sect2 .imagen8_sect2{
    position: fixed;
    top: 36%;
    width: 85px;
    right: -70px;
    z-index: 9;
}




/******** PANTALLA 3 ********/
#sect3 .imagen1_sect3{
    position: fixed;
    top: 120px;
    width: 75px;
    right: -82px;
    z-index: 9;
}
#sect3 .imagen2_sect3 {
    position: fixed;
    bottom: 5px;
    width: 70px;
    left: -75px;
    z-index: 9;
}
#sect3 .imagen3_sect3 {
    position: fixed;
    top: 235px;
    width: 60px;
    left: -63px;
    z-index: 9;
}
#sect3 .imagen4_sect3 {
    position: fixed;
    top: 280px;
    width: 140px;
    left: -140px;
    z-index: 9;
}
#sect3 .imagen5_sect3 {
    position: fixed;
    bottom: 35px;
    width: 130px;
    left: -126px;
    z-index: 9;
}
#sect3 .imagen6_sect3{
    position: fixed;
    top: 30%;
    width: 208px;
    right: -200px;
    z-index: 9;
}
#sect3 .imagen7_sect3 {
    opacity: 0;
    position: fixed;
    width: 245px;
    z-index: 99;
    top: calc(55% - 400px);
    left: 50%;
    transform: translate(-50%, -50%);
}
#sect3 .imagen8_sect3 {
    opacity: 0;
    position: fixed;
    width: 117px;
    z-index: 99;
    top: calc(55% - 126px);
    left: calc(50% - 96px);
    transform: translate(-50%, -50%);
}
#sect3 .imagen9_sect3 {
    opacity: 0;
    position: fixed;
    width: 85px;
    z-index: 99;
    top: calc(55% - 140px);
    left: calc(50% + 65px);
    transform: translate(-50%, -50%);

}
#sect3 .imagen10_sect3 {
    opacity: 0;
    position: fixed;
    width: 125px;
    z-index: 99;
    top: calc(55% + 115px);
    left: calc(50% - 82px);
    transform: translate(-50%, -50%);
}
#sect3 .imagen11_sect3 {
    opacity: 0;
    position: fixed;
    width: 150px;
    z-index: 99;
    top: calc(55% + 20px);
    left: calc(50% - 242px);
    transform: translate(-50%, -50%);
}
#sect3 .imagen12_sect3 {
    opacity: 0;
    position: fixed;
    width: 165px;
    z-index: 99;
    top: calc(55% - 100px);
    left: calc(50% + 180px);
    transform: translate(-50%, -50%);
}
#sect3 .imagen13_sect3 {
    opacity: 0;
    position: fixed;
    width: 85%;
    z-index: 9;
    top: calc(55% + 168px);
    left: 50%;
    transform: translate(-50%, -50%);
}
#sect3 .imagen14_sect3 {
    opacity: 0;
    position: fixed;
    width: 91%;
    z-index: 9;
    top: calc(55% - 475px);
    left: calc(50% - 49px);
    transform: translate(-50%, -50%);
    rotate: -77deg;
}
#sect3 .imagen15_sect3 {
    opacity: 0;
    position: fixed;
    width: 810px;
    z-index: 98;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#sect3 .imagen16_sect3 {
    opacity: 0;
    position: fixed;
    z-index: 98;
    transform: translate(-50%, -50%);
    top: 55%;
    left: 50%;
    width: 100%;
}




/******** PANTALLA 4 ********/
#sect4 .imagen1_sect4{
    position: fixed;
    top: -2px;
    width: 155px;
    right: -240px;
    z-index: 9;
}
#sect4 .imagen2_sect4 {
    position: fixed;
    bottom: 0;
    width: 180px;
    left: -120px;
    z-index: 9;
}
#sect4 .imagen3_sect4 {
    position: fixed;
    top: 30px;
    width: 315px;
    right: -305px;
    z-index: 9;
}
#sect4 .imagen4_sect4 {
    position: fixed;
    bottom: 0;
    width: 260px;
    left: -140px;
    z-index: 9;
}
#sect4 .imagen5_sect4 {
    position: fixed;
    top: 50%;
    width: 103px;
    right: -95px;
    z-index: 9;
}
#sect4 .imagen6_sect4 {
    opacity: 0;
    position: fixed;
    width: 235px;
    z-index: 99;
    top: calc(55% - 390px);
    left: 50%;
    transform: translate(-50%, -50%);
}
#sect4 .imagen7_sect4 {
    opacity: 0;
    position: fixed;
    width: 140px;
    z-index: 99;
    top: calc(55% - 100px);
    left: calc(50% - 110px);
    transform: translate(-50%, -50%);
}
#sect4 .imagen8_sect4 {
    opacity: 0;
    position: fixed;
    width: 85px;
    z-index: 99;
    top: calc(55% - 135px);
    left: calc(50% + 75px);
    transform: translate(-50%, -50%);
}
#sect4 .imagen9_sect4 {
    opacity: 0;
    position: fixed;
    width: 70px;
    z-index: 99;
    top: calc(55% + 65px);
    left: calc(50% - 120px);
    transform: translate(-50%, -50%);
}
#sect4 .imagen10_sect4 {
    opacity: 0;
    position: fixed;
    width: 220px;
    z-index: 99;
    top: calc(55% + 104px);
    left: calc(50% + 91px);
    transform: translate(-50%, -50%);
}
#sect4 .imagen11_sect4 {
    opacity: 0;
    position: fixed;
    width: 170px;
    z-index: 9;
    top: calc(55% - 224px);
    left: calc(50% + 88px);
    transform: translate(-50%, -50%);
}
#sect4 .imagen12_sect4 {
    opacity: 0;
    position: fixed;
    width: 145px;
    z-index: 9;
    top: calc(55% + 200px);
    left: calc(50% - 90px);
    transform: translate(-50%, -50%);
}
#sect4 .imagen13_sect4 {
    opacity: 0;
    position: fixed;
    width: 810px;
    z-index: 98;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#sect4 .imagen14_sect4 {
    opacity: 0;
    position: fixed;
    z-index: 98;
    transform: translate(-50%, -50%);
    top: 55%;
    left: 50%;
    width: 100%;
}



/******** PANTALLA 5 ********/
#sect5 .imagen1_sect5 {
    position: fixed;
    top: -200px;
    width: 210px;
    right: 0;
    z-index: 9;
}
#sect5 .imagen2_sect5 {
    position: fixed;
    bottom: -15px;
    width: 107px;
    left: -82px;
    z-index: 9;
}
#sect5 .imagen3_sect5{
    position: fixed;
    top: 250px;
    width: 69px;
    left: -123px;
    z-index: 9;
}
#sect5 .imagen4_sect5 {
    position: fixed;
    top: 45%;
    width: 115px;
    left: -100px;
    z-index: 9;
}
#sect5 .imagen5_sect5{
    position: fixed;
    top: 36%;
    width: 85px;
    right: -70px;
    z-index: 9;
}
#sect5 .imagen6_sect5 {
    opacity: 0;
    position: fixed;
    width: 90%;
    z-index: 100;
    top: calc(55% - 220px);
    left: 50%;
    transform: translate(-50%, -50%);
}
#sect5 .imagen7_sect5 {
    opacity: 0;
    position: fixed;
    width: 65%;
    z-index: 99;
    top: calc(55% - 160px);
    left: 50%;
    transform: translate(-50%, -50%);
}
#sect5 .imagen8_sect5 {
    opacity: 0;
    position: fixed;
    width: 100px;
    z-index: 99;
    top: calc(55% - 139px);
    left: 50%;
    transform: translate(-50%, -50%);
}
#sect5 .imagen9_sect5 {
    opacity: 0;
    position: fixed;
    width: 60px;
    z-index: 99;
    top: calc(55% - 38px);
    left: calc(50% - 135px);
    transform: translate(-50%, -50%);
}
#sect5 .imagen10_sect5 {
    opacity: 0;
    position: fixed;
    width: 50px;
    z-index: 99;
    top: calc(55% - 70px);
    left: calc(50% + 131px);
    transform: translate(-50%, -50%);
}
#sect5 .imagen11_sect5 {
    opacity: 0;
    position: fixed;
    width: 130px;
    z-index: 99;
    top: calc(55% + 125px);
    left: calc(50% - 90px);
    transform: translate(-50%, -50%);
}
#sect5 .imagen12_sect5 {
    opacity: 0;
    position: fixed;
    width: 117px;
    z-index: 99;
    top: calc(55% + 130px);
    left: calc(50% + 93px);
    transform: translate(-50%, -50%);
}
#sect5 .imagen13_sect5 {
    opacity: 0;
    position: fixed;
    width: 681px;
    z-index: 100;
    top: calc(63% - 261px);
    left: calc(50% - 29px);
    transform: translate(-50%, -50%);
}
#sect5 .imagen14_sect5 {
    opacity: 0;
    position: fixed;
    width: 462px;
    z-index: 99;
    top: calc(63% - 188px);
    left: calc(50% - 14px);
    transform: translate(-50%, -50%);
}
#sect5 .imagen15_sect5 {
    opacity: 0;
    position: fixed;
    width: 810px;
    z-index: 98;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);

}
#sect5 .imagen16_sect5 {
    opacity: 0;
    position: fixed;
    width: 100%;
    z-index: 98;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}




/******** PANTALLA 6 ********/
#sect6 .imagen1_sect6 {
    position: fixed;
    top: 50px;
    width: 200px;
    right: -200px;
    z-index: 9;
}
#sect6 .imagen2_sect6 {
    position: fixed;
    bottom: 20px;
    width: 128px;
    left: -82px;
    z-index: 9;
}
#sect6 .imagen3_sect6{
    position: fixed;
    top: 250px;
    width: 69px;
    left: -123px;
    z-index: 9;
}
#sect6 .imagen4_sect6 {
    opacity: 0;
    position: fixed;
    width: 115px;
    z-index: 99;
    top: calc(55% - 177px);
    left: 50%;
    transform: translate(-50%, -50%);
}
#sect6 .imagen5_sect6 {
    opacity: 0;
    position: fixed;
    width: 75px;
    z-index: 99;
    top: calc(55% - 110px);
    left: calc(50% + 100px);
    transform: translate(-50%, -50%);
}
#sect6 .imagen6_sect6 {
    opacity: 0;
    position: fixed;
    width: 70px;
    z-index: 99;
    top: calc(55% + 9px);
    left: calc(50% - 130px);
    transform: translate(-50%, -50%);
}
#sect6 .imagen7_sect6 {
    position: fixed;
    top: 45%;
    width: 115px;
    left: -100px;
    z-index: 9;
}
#sect6 .imagen8_sect6{
    position: fixed;
    top: 36%;
    width: 85px;
    right: -70px;
    z-index: 9;
}
#sect6 .imagen7_sect6 {
    opacity: 0;
    position: fixed;
    width: 810px;
    z-index: 98;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#sect6 .imagen8_sect6 {
    opacity: 0;
    position: fixed;
    z-index: 98;
    transform: translate(-50%, -50%);
    top: 55%;
    left: 50%;
    width: 100%;
}




/**** Árbol ****/
.arbol-secuencia {
    position: fixed;
    top: -190px;
    right: -170px;
    z-index: 99;
    pointer-events: none;
    opacity: 1;
    width: 480px;
}





/**** MESA ****/
.mesa-secuencia {
    position: fixed;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    z-index: 20;
    pointer-events: none;
}


/******PISO*******/
.piso-secuencia{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9;
}



/**** ESTRELLA ****/
.estrella1{
    position: fixed;
    z-index: 9;
    top: 19%;
    right: 15%;
}
.estrella1_cajaarequipa { 
    width: 40px;
}
.brilloestrella1{
    animation: glowPulse 2.5s ease-in-out infinite;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 8px;
    left: 7px;
    background-color: rgb(255 206 106 / 40%);
    border-radius: 50%;
}

.estrella2{
    position: fixed;
    z-index: 9;
    top: 19%;
    left: 15%;
}
.estrella2_cajaarequipa { 
    width: 40px;
}
.brilloestrella2{
    animation: glowPulse 2.5s ease-in-out infinite;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 8px;
    left: 7px;
    background-color: rgb(255 206 106 / 40%);
    border-radius: 50%;
}

.estrella3{
    position: fixed;
    z-index: 9;
    top: 40%;
    left: 5%;
}
.estrella3_cajaarequipa { 
    width: 40px;
}
.brilloestrella3{
    animation: glowPulse 2.5s ease-in-out infinite;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 8px;
    left: 7px;
    background-color: rgb(255 206 106 / 40%);
    border-radius: 50%;
}

.estrella4{
    position: fixed;
    z-index: 9;
    top: 40%;
    right: 5%;
}
.estrella4_cajaarequipa { 
    width: 40px;
}
.brilloestrella4{
    animation: glowPulse 2.5s ease-in-out infinite;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 8px;
    left: 7px;
    background-color: rgb(255 206 106 / 40%);
    border-radius: 50%;
}

.estrella5{
    position: fixed;
    z-index: 9;
    bottom: 15%;
    right: 15%;
}
.estrella5_cajaarequipa { 
    width: 50px;
}
.brilloestrella5{
    animation: glowPulse 2.5s ease-in-out infinite;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 11px;
    left: 9px;
    background-color: rgb(255 206 106 / 40%);
    border-radius: 50%;
}

.estrella6{
    position: fixed;
    z-index: 9;
    bottom: 15%;
    left: 15%;
}
.estrella6_cajaarequipa { 
    width: 25px;
}
.brilloestrella6{
    animation: glowPulse 2.5s ease-in-out infinite;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 6px;
    left: 5px;
    background-color: rgb(255 206 106 / 40%);
    border-radius: 50%;
}




/********* ANIMACIONES **********/
@keyframes glowPulse {
    0% {
        box-shadow: 0 0 5px rgba(255, 191, 60, 0.3),
                    0 0 10px rgba(255, 191, 60, 0.2);
        background-color: rgb(255 206 106 / 20%); 
    }
    50% {
        box-shadow: 0 0 20px rgba(255, 191, 60, 0.8),
                    0 0 30px rgba(255, 191, 60, 0.5),
                    0 0 40px rgba(255, 191, 60, 0.3);
        background-color: rgb(255 206 106 / 40%);
    }
    100% {
        box-shadow: 0 0 5px rgba(255, 191, 60, 0.3),
                    0 0 10px rgba(255, 191, 60, 0.2);
        background-color: rgb(255 206 106 / 20%);
    }
}

@keyframes movrama { 
    0% {
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }
    25% {
        transform: translateY(-2px) translateX(1px) rotate(0.4deg);
    }
    50% {
        transform: translateY(0px) translateX(-1px) rotate(-0.4deg);
    }
    75% {
        transform: translateY(-1px) translateX(1px) rotate(0.3deg);
    }
    100% {
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }
}

@keyframes rebote {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}





@media (min-width: 100px) {
    .txt1_sect1 .spnlegal br{
        display: block;
    }
    .mesa-secuencia {
        top: 55%;
        left: 50%;
        width: 100%;
    }
    .txt1_sect1 {
        font-size: 35px;
    }
    .txt1_sect1 .span_txtO {
        font-size: 90px;
        line-height: 95px;
    }
    .txt1_sect1 .span_txtT {
        font-size: 31px;
    }
    .txt1_sect1 .span_txtT .spnsubspn {
        font-size: 31px;
    }
    .txtarrowbtm {
        font-size: 16px;
        line-height: 24px;
        margin-top: 17px;
    }
    .dv_cont_txt {
        top: 60%;
    }

    .arbol-secuencia {
        top: -155px;
        right: -160px;
        width: 370px;
    }

    #sect1 .imagen6_sect1 {
        width: 80px;
        top: calc(60% - 170px);
        left: 50%;
    }
    #sect1 .imagen7_sect1 {
        width: 70px;
        top: calc(60% - 145px);
        left: calc(50% + 80px);
    }
    #sect1 .imagen8_sect1 {
        width: 91px;
        top: calc(60% + 6px);
        left: calc(50% - 127px);
    }
    #sect2 .imagen4_sect2 {
        width: 105px;
        top: calc(55% - 160px);
        left: 50%;
    }
    #sect2 .imagen5_sect2 {
        width: 60px;
        top: calc(55% - 115px);
        left: calc(50% + 85px);
    }
    #sect2 .imagen6_sect2 {
        width: 80px;
        top: calc(55% + 10px);
        left: calc(50% - 115px);
    }
    #sect3 .imagen7_sect3 {
        width: 205px;
        top: calc(55% - 225px);
        left: 50%;
    }
    #sect3 .imagen8_sect3 {
        width: 100px;
        top: calc(55% - 115px);
        left: calc(50% - 90px);
    }
    #sect3 .imagen9_sect3 {
        width: 85px;
        top: calc(55% - 140px);
        left: calc(50% + 65px);

    }
    #sect3 .imagen13_sect3 {
        width: 81%;
        top: calc(55% + 165px);
        left: 50%;
    }
    #sect3 .imagen14_sect3 {
        width: 86%;
        top: calc(55% - 430px);
        left: calc(50% - 40px);
        rotate: -77deg;
    }
    #sect4 .imagen6_sect4 {
        width: 190px;
        top: calc(55% - 215px);
        left: 50%;
    }
    #sect4 .imagen7_sect4 {
        width: 115px;
        top: calc(55% - 95px);
        left: calc(50% - 100px);
    }
    #sect4 .imagen8_sect4 {
        width: 75px;
        top: calc(55% - 130px);
        left: calc(50% + 70px);
    }
    #sect4 .imagen9_sect4 {
        width: 65px;
        top: calc(55% + 105px);
        left: calc(50% - 105px);
    }
    #sect4 .imagen10_sect4 {
        width: 185px;
        top: calc(55% + 115px);
        left: calc(50% + 80px);
    }
    #sect4 .imagen11_sect4 {
        width: 135px;
        top: calc(55% - 200px);
        left: calc(50% + 77px);
    }
    #sect4 .imagen12_sect4 {
        width: 115px;
        top: calc(55% + 180px);
        left: calc(50% - 85px);
    }
    #sect5 .imagen8_sect5 {
        width: 90px;
        top: calc(55% - 135px);
        left: 50%;
    }
    #sect5 .imagen9_sect5 {
        width: 55px;
        top: calc(55% - 35px);
        left: calc(50% - 125px);
    }
    #sect5 .imagen10_sect5 {
        width: 40px;
        top: calc(55% - 70px);
        left: calc(50% + 120px);
    }
    #sect5 .imagen11_sect5 {
        width: 120px;
        top: calc(55% + 122px);
        left: calc(50% - 85px);
    }
    #sect5 .imagen12_sect5 {
        width: 107px;
        top: calc(55% + 127px);
        left: calc(50% + 86px);
    }
    #sect6 .imagen4_sect6 {
        width: 105px;
        top: calc(55% - 165px);
        left: 50%;
    }
    #sect6 .imagen5_sect6 {
        width: 55px;
        top: calc(55% - 145px);
        left: calc(50% + 75px);
    }
    #sect6 .imagen6_sect6 {
        width: 60px;
        top: calc(55% + 17px);
        left: calc(50% - 118px);
    }
    #sect1 .imagen2_sect1 {
        width: 109px;
    }
    #sect1 .imagen5_sect1 {
        width: 100px;
    }
    .arbol-rama2 {
        right: -55%;
        bottom: 5px;
    }
    #sect1 .imagen4_sect1 {
        width: 90px;
    }
    .spn_p1 {
        font-size: 30px;
        line-height: 33px;
        margin: 0 0 6px 0px;
    }
    .span_txtO {
        font-size: 80px;
    }
    .span_txtT {
        font-size: 34px;
    }

    #sect2 .imagen8_sect2, #sect2 .imagen7_sect2, 
    #sect3 .imagen4_sect3, #sect3 .imagen5_sect3, #sect3 .imagen6_sect3, #sect3 .imagen11_sect3, #sect3 .imagen12_sect3, #sect3 .imagen15_sect3, 
    #sect4 .imagen4_sect4, #sect4 .imagen5_sect4, #sect4 .imagen3_sect4, #sect4 .imagen13_sect4,
    #sect5 .imagen4_sect5, #sect5 .imagen5_sect5, #sect5 .imagen13_sect5, #sect5 .imagen14_sect5, #sect5 .imagen15_sect5, 
    #sect6 .imagen7_sect6 {
        display: none;
    }

    .menu-mov{
        padding-left: 30px;
    }
    .open_menu{
        width: 24px;
        margin-right: 15px;
    }
    .logoheader{
        width: 40px;
    }
    .btnmdlvid{
        display: none;
    }
    
}
@media (min-width: 992px) {
    .menu-mov{
        padding-left: 70px;
    }
    .open_menu{
        width: 30px;
        margin-right: 15px;
    }
    .logoheader{
        width: 93px;
        margin-top: 6px;
    }
    .btnmdlvid{
        display: block;
        position: absolute;
        right: 170px;
        width: max-content;
        border-radius: 24px;
        background: #01C5C6;
        color: #FFF;
        text-decoration: none;
        font-family: Arial;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        padding: 8px 20px;
        cursor: pointer;
    }

    #sect2 .imagen3_sect2, 
    #sect3 .imagen1_sect3, #sect3 .imagen2_sect3, #sect3 .imagen3_sect3, #sect3 .imagen10_sect3, #sect3 .imagen16_sect3, 
    #sect4 .imagen1_sect4, #sect4 .imagen2_sect4, #sect4 .imagen14_sect4,
    #sect5 .imagen3_sect5, #sect5 .imagen6_sect5, #sect5 .imagen7_sect5, #sect5 .imagen16_sect5 ,  
    #sect6 .imagen3_sect6, #sect6 .imagen8_sect6 {
        display: none;
    }
    #sect2 .imagen8_sect2, #sect2 .imagen7_sect2, 
    #sect3 .imagen4_sect3, #sect3 .imagen5_sect3, #sect3 .imagen6_sect3, #sect3 .imagen11_sect3, #sect3 .imagen12_sect3, #sect3 .imagen15_sect3, 
    #sect4 .imagen4_sect4, #sect4 .imagen5_sect4, #sect4 .imagen3_sect4, #sect4 .imagen13_sect4,
    #sect5 .imagen4_sect5, #sect5 .imagen5_sect5, #sect5 .imagen13_sect5, #sect5 .imagen14_sect5, #sect5 .imagen15_sect5, 
    #sect6 .imagen7_sect6 {
        display: block;
    }

    .span_txtT .spnsubspn {
        font-size: 37px;
        margin: 0;
    }
    .span_txtT {
        font-size: 49px;
    }
    .span_txtO {
        font-size: 112px;
        line-height: 93px;
        margin: 14px 0 0 0;
    }
    .spn_p1 {
        font-size: 45px;
        line-height: 44px;
        margin: 0 0 0 0px;
    }
    #sect1 .imagen4_sect1 {
        width: 130px;
    }
    .arbol-rama2 {
        right: -215px;
        bottom: 5px;
    }
    #sect1 .imagen5_sect1 {
        width: 125px;
    }
    #sect1 .imagen2_sect1 {
        width: 130px;
    }
    #sect6 .imagen4_sect6 {
        width: 170px;
        top: calc(50% + 73px);
        left: calc(50% - 234px);
    }
    #sect6 .imagen5_sect6 {
        width: 75px;
        top: calc(55% - 80px);
        left: calc(50% + 203px);
    }
    #sect6 .imagen6_sect6 {
        width: 123px;
        top: calc(55% + 131px);
        left: calc(50% - 194px);
    }
    #sect5 .imagen8_sect5 {
        width: 165px;
        top: calc(55% - 217px);
        left: calc(50% + 16px);
        rotate: -193deg;
    }
    #sect5 .imagen9_sect5 {
        width: 65px;
        top: calc(55% + 20px);
        left: calc(50% - 250px);
    }
    #sect5 .imagen10_sect5 {
        width: 56px;
        top: calc(55% + 30px);
        left: calc(50% - 183px);
    }
    #sect5 .imagen11_sect5 {
        width: 155px;
        top: calc(55% + 147px);
        left: calc(50% - 210px);
    }
    #sect5 .imagen12_sect5 {
        width: 149px;
        top: calc(55% + 143px);
        left: calc(50% + 206px);
    }
    #sect4 .imagen6_sect4 {
        width: 265px;
        top: calc(55% - 220px);
        left: 50%;
    }
    #sect4 .imagen7_sect4 {
        width: 145px;
        top: calc(55% - 80px);
        left: calc(50% - 149px);
    }
    #sect4 .imagen8_sect4 {
        width: 95px;
        top: calc(55% - 110px);
        left: calc(50% + 100px);
    }
    #sect4 .imagen9_sect4 {
        width: 90px;
        top: calc(55% + 55px);
        left: calc(50% - 200px);
    }
    #sect4 .imagen10_sect4 {
        width: 275px;
        top: calc(55% + 102px);
        left: calc(50% + 161px);
    }
    #sect4 .imagen11_sect4 {
        width: 210px;
        top: calc(55% - 200px);
        left: calc(50% + 210px);
    }
    #sect4 .imagen12_sect4 {
        width: 171px;
        top: calc(55% + 190px);
        left: calc(50% - 290px);
    }
    #sect3 .imagen7_sect3 {
        width: 270px;
        top: calc(55% - 229px);
        left: 50%;
    }
    #sect3 .imagen8_sect3 {
        width: 157px;
        top: calc(55% - 83px);
        left: calc(50% - 170px);
    }
    #sect3 .imagen9_sect3 {
        width: 105px;
        top: calc(55% - 150px);
        left: calc(50% + 125px);

    }
    #sect3 .imagen13_sect3 {
        width: 340px;
        top: calc(55% + 75px);
        left: calc(50% + 367px);
    }
    #sect3 .imagen14_sect3 {
        width: 420px;
        top: calc(55% - 5px);
        left: calc(50% - 562px);
        rotate: 60deg;
    }
    #sect2 .imagen4_sect2 {
        width: 183px;
        top: 53%;
        left: calc(50% - 208px);
    }
    #sect2 .imagen5_sect2 {
        width: 75px;
        top: calc(55% - 115px);
        left: calc(50% + 170px);
    }
    #sect2 .imagen6_sect2 {
        width: 98px;
        top: calc(55% + 115px);
        left: calc(50% - 220px);
    }
    #sect1 .imagen6_sect1 {
        width: 165px;
        top: calc(55% - 0px);
        left: calc(50% - 210px);
    }
    #sect1 .imagen7_sect1 {
        width: 100px;
        top: calc(55% - 30px);
        left: calc(50% + 155px);
    }
    #sect1 .imagen8_sect1 {
        width: 111px;
        top: calc(55% + 108px);
        left: calc(50% - 185px);
    }
    .arbol-secuencia {
        top: -190px;
        right: -170px;
        width: 480px;
    }
    .dv_cont_txt {
        top: 64%;
    }
    .txtarrowbtm {
        font-size: 16px;
        line-height: 18px;
        margin-top: 15px;
    }
    .txt1_sect1 {
        font-size: 35px;
    }
    .txt1_sect1 .span_txtT {
        font-size: 43px;
    }
    .txt1_sect1 .span_txtT .spnsubspn {
        font-size: 35px;
    }
    .txt1_sect1 .span_txtO {
        font-size: 88px;
        line-height: 85px;
    }
    .txt1_sect1 .texto-dinamico {
        font-size: 41px;
        line-height: 43px;
    }
    .txt1_sect1 .spnlegal br{
        display: none;
    }
    .mesa-secuencia {
        top: 63%;
        left: 50%;
        width: 810px;
    }
}




/*****GRACIAS******/
.cont_gracias{
    background: #e8d9c5;
    padding: 55px 0;
}
.titgracias{
    color: #002559;
    text-align: center;
    font-family: Fragtude;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin: 0;
}
.txtdesprem{
    color: #002559;
    text-align: center;
    font-family: "Helvetica LT";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
}
.txtpremio{
    color: #002559;
    text-align: center;
    font-family: Fragtude;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin: 40px 0 10px 0;
}
.dvconflx{
    text-align: center;
    max-width: 1120px;
    margin: 0 auto;
}
.linktermgra{
    display: block;
    color: #002559;
    font-family: 'Helvetica LT';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    text-decoration-line: underline;
    text-decoration-skip-ink: none;
    margin-top: 8px;
}
.tctcopyref{
    color: #002559;
    font-family: 'Helvetica LT';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 11px;
    margin-bottom: 18px;
    margin-top: 2px;
}
.checkgrac{
    width: 60px;
}
.contpremiograc{
    border-radius: 32px;
    border: 1px solid rgba(0, 30, 71, 0.10);
    display: flex;
    width: calc(100% - 84px);
    padding: 32px 42px;
    margin-top: 50px;
    align-items: center;
}
.contxtgrac{
    width: 60%;
}
.conimggrac{
    width: 40%;
}
.titsorgrac{
    color: #002559;
    text-align: center;
    font-family: Fragtude;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}
.txtinfgrd{
    color: #002559;
    text-align: center;
    font-family: "Helvetica LT";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
}
.linktermgra{
    color: #002559;
    text-align: center;
    font-family: "Helvetica LT";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
}
.imgpargrac{
    width: 90%;
}




/*****FOOTER******/
footer{
    background-color: #002559;
    padding: 32px 0;
    z-index: 99;
}
.consecft{
    display: flex;
    max-width: 1230px;
    margin: 0 auto;
    gap: 70px;
    align-items: center;
}
.secOft{
    width: 25%;
}
.secTft{
    width: 50%;
}
.secThft{
    width: 25%;
}

.txtcopy{
    color: #FFFFFF;
    font-family: "Helvetica LT";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin: 0;
}
.txttitftsg{
    color: #FFFFFF;
    font-family: "Helvetica LT";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 7px 0;
}
.conredft{
    display: flex;
    gap: 15px;
}



/*****TÉRMINOS Y CONDICIONES*****/
.cont_terminos{
    padding: 90px 0;
}
.dvconflxTermi{
    max-width: 1323px;
    margin: 0 auto;
    width: 100%;
}
.tittermnos{
    font-size: 40px;
    text-align: center;
    color: #002559;
    margin: 0 0 40px 0;
}
.txttitprem{
    color: #6D809D;
    text-align: left;
    font-family: "Helvetica LT";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.txtdterprem{
    color: #6D809D;
    text-align: left;
    font-family: "Helvetica LT";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.imagen1_formGr{
    width: 130px;
    animation: movrama 3s ease-in-out infinite;
    position: fixed;
    top: 40px;
    left: -2px;
    z-index: 99;
}
.imagen2_formGr{
    width: 130px;
    animation: movrama 3s ease-in-out infinite;
    position: fixed;
    bottom: 190px;
    right: 0;
    z-index: 99;
}
.imgfocogr{
    position: fixed;
    top: 26px;
    left: 0;
    width: 44%;
}
.imgfoco{
    position: fixed;
    top: 26px;
    left: 0;
    width: 44%;
}



/*********PRELOAD**********/
/* Overlay full screen */
#preloader {
    position: fixed;
    inset: 0;
    background: #002559;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    transition: opacity 0.4s ease;
}
/* Texto porcentaje */
#preloader-percent{
    color: #FFF;
    text-align: center;
    font-family: Fragtude;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* Estado oculto */
#preloader.preloader-hide {
    opacity: 0;
    pointer-events: none;
}

/* Mostrar contenido cuando termine */
#page-content.page-content-show {
    opacity: 1;
    transition: opacity 0.4s ease;
}
.loading_page{
    width: 100px;
}






@media(min-width:100px){
    .img_premio{
        width: 80%;
    }
    .consecft {
        display: block;
    }
    .secOft, .secTft, .secThft {
        width: 100%;
        margin: 19px 0;
        text-align: center;
    }
    .conredft {
        justify-content: center;
    }
    .titgracias {
        font-size: 35px;
    }
    .txtdesprem {
        font-size: 15px;
    }
    .desli_menu{
        top: 70px;
        width: calc(75% - 75px);
        left: 0;
        padding: 0 50px;
    }
    .panel_hidden {
        left: -82%;
    }
    .txttitftsg {
        text-align: center;
    }


    .cont_terminos{
        padding: 50px 20px;
    }
    .tittermnos{
        font-size: 30px;
        margin: 0 0 40px 0;
    }
    .txttitprem{
        font-size: 15px;
        margin-bottom: 10px;
    }
    .txtdterprem{
        font-size: 14px;
    }
    .cont_gracias {
        padding: 46px 20px;
    }
    .contpremiograc {
        border-radius: 32px;
        display: block;
        width: calc(100% - 50px);
        padding: 30px 25px;
        margin-top: 30px;
    }
    .contxtgrac {
        width: 100%;
    }
    .titsorgrac {
        font-size: 25px;
        line-height: 32px;
    }
    .nomv{
        display: none;
    }
    .conimggrac {
        width: 100%;
    }
    .imgpargrac {
        width: 80%;
    }
    .imgfocogr, .imgfoco{
        top: 43px;
        width: 100%;
    }
    .imagen2_formGr {
        width: 100px;
        bottom: 15px;
    }
    .imagen1_formGr {
        width: 100px;
        top: 40px;
    }
}

@media(min-width:992px){
    .imagen2_formGr {
        width: 130px;
        bottom: 50px;
    }
    .imagen1_formGr {
        width: 130px;
        top: 40px;
    }
    .imgfocogr, .imgfoco{
        top: 26px;
        width: 44%;
    }
    .imgpargrac {
        width: 90%;
    }
    .conimggrac {
        width: 40%;
    }
    .noesrc{
        display: none;
    }
    .nomv{
        display: block;
    }
    .titsorgrac {
        font-size: 40px;
        line-height: 48px;
    }
    .contxtgrac {
        width: 60%;
    }
    .contpremiograc {
        border-radius: 32px;
        display: flex;
        width: calc(100% - 84px);
        padding: 32px 42px;
        margin-top: 50px;
    }
    .cont_gracias {
        padding: 55px 0;
    }
    .cont_terminos{
        padding: 90px 0;
    }
    .tittermnos{
        font-size: 40px;
        margin: 0 0 40px 0;
    }
    .txttitprem{
        font-size: 17px;
        margin-bottom: 20px;
    }
    .txtdterprem{
        font-size: 15px;
    }
    .txttitftsg {
        text-align: left;
    }
    .desli_menu{
        top: 70px;
        width: 300px;
        left: 0;
        padding: 0 50px;
    }
    .panel_hidden {
        left: -405px;
    }
    .txtdesprem {
        font-size: 16px;
    }
    .titgracias {
        font-size: 40px;
    }
    .conredft {
        justify-content: start;
    }
    .consecft {
        display: flex;
    }
    .img_premio{
        width: auto;
    }
    .secOft {
        width: 25%;
    }
    .secTft {
        width: 50%;
    }
    .secThft {
        width: 25%;
    }
}