
html.lenis,
html.lenis body {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent]{
    overscroll-behavior: contain;
}
.lenis.lenis-stopped {
    overflow: hidden;
}







#pIntro{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;

    /* background-color: #c21d1d3f; */

    overflow: hidden;

    z-index: 100;
}
#pIntro1{
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: #faf174;

    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 2;
}
#pIntro1 .int{
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #d5a22a;
    border-radius: 10px;
    opacity: 0;
}
#pIntro1 .sub{
    position: absolute;
    width: auto;
    height: auto;
    font-family: "Space Grotesk";
    text-align: center;
    color: #1C2321;
    line-height: 1.2;
}
#pIntro1 #pIntro1Numero{
    font-weight: bolder;
    font-size: 34px;
}
#pIntro1 #pIntro1Texto{
    font-size: 12px;
    overflow: hidden;
}


#pIntro2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;

    z-index: 1;
}
#pIntro2 .fila{
    position: absolute;
    width: auto;
    height: 33.4%;
    display: flex;
}
#pIntro2 .fila1{
    top: 0;
    right: 0;
}
#pIntro2 .fila2{
    top: 33.3%;
    left: 0;
}
#pIntro2 .fila3{
    bottom: 0;
    right: 0;
}
#pIntro2 .panel{
    position: relative;
    width: 100vw;
    height: 100%;
    background-color: #d5a22a;
    /* border: solid 1px red; */
}
#pIntro2 svg{
    position: relative;
    width: auto;
    height: 100%;
    fill: #d5a22a;
    margin-inline: -2px;
}





#pIntro3{
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 0;
}
#pIntro3 .int{
    position: relative;
    top: -50px;
    width: 100vw;
    height: auto;
}
#pIntro3 .panel{
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #f19d28;
}
#pIntro3 .panelSup{
    top: 5px;
}
#pIntro3 .panelInf{
    bottom: 5px;
}
#pIntro3 .panelLogo{
    position: relative;
    width: 100%;
    height: auto;
    fill: #f19d28;
}
#pIntro3 .panelLogoA{
    position: relative;
    width: 100%;
    height: 100%;
}
#pIntro3 .panelLogoB{
    display: none;
    visibility: hidden;
}










#btnMenu{
    position: fixed;
    top: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    color: #1f1f1f;
    font-size: 28px;

    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;

    pointer-events: none;
    opacity: 0;
    cursor: pointer;

    z-index: 2001;

    transition: color .3s ease-in-out;
}
#btnMenu:hover{
    color: #9d6f14;
}




#btnWpp {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: #25c017;
    border: solid 2px #dbcdb982;
    color: white;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;

    pointer-events: none;
    opacity: 0;
    cursor: pointer;

    box-shadow: 0 12px 25px #0000004d;

    z-index: 1000;
}
#btnWpp:hover {
  animation: wobble 0.8s;
}
@keyframes wobble {
  0%,
  100% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
}











#floatMenu{
    position: fixed;
    top: 0;
    left: -100%;
    width: 100vw;
    height: 100vh;
    padding-left: 80px;
    padding-top: 50px;
    
    box-sizing: border-box;

    background-color: #dabf12;

    z-index: 2000;
}
#floatMenu.ocultar{
    display: none;
    visibility: hidden;
}
#floatMenu .cerrar{
    position: absolute;
    top: 45px;
    right: 50px;
    width: 50px;
    height: 50px;
    
    display: flex;
    align-items: center;
    justify-content: center;

    color: #1f1f1f;
    font-size: 28px;

    cursor: pointer;
}
#floatMenu .interno{
    position: relative;
    width: auto;
    height: auto;

    display: flex;

    fill: #323232;
    color: #3f3f3f;

    /* border: red 1px solid; */
}
#floatMenu .icono{
    position: relative;
    width: 260px;
    height: auto;
    padding-bottom: 60px;
    
}
#floatMenu .bloqueA{
    position: relative;
    padding-right: 28%;
}
#floatMenu .bloqueA .line{
    position: relative;
    width: fit-content;
    height: fit-content;
    margin-bottom: 20px;

    font-family: "Poppins";
    font-size: 38px;
    font-weight: 600;

    cursor: pointer;

    transition: color .3s ease;
}
#floatMenu .bloqueA .line:hover{
    color: #000000;
}
#floatMenu #sepLine{
    position: relative;
    margin-top: auto;
    width: 3px;
    height: 65vh;

    border-radius: 10px;
    background-color: #3636365f;
}
#floatMenu .bloqueB{
    position: relative;
    padding-left: 100px;
    padding-bottom: 15px;

    display: flex;
    align-items: end;

    /* background-color: green; */
}
#floatMenu .bloqueB .titulo{
    position: relative;
    padding-bottom: 40px;
    font-family: "Space Grotesk";
    font-size: 21px;
    line-height: 1.3;
    font-weight: 500;
}
#floatMenu .bloqueB .linea{
    position: relative;
    width: fit-content;
    margin-bottom: 20px;
    font-family: "Poppins";
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#floatMenu .bloqueB .linea ion-icon{
    font-size: 18px;
    margin-right: 10px;
}











#general{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: auto;

    /* background-color: blue; */
    overflow: hidden;
    z-index: 0;
}
#general.compres{
    /* height: 100vh; */
    overflow: hidden;
}

#barraSup{
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    height: auto;

    display: flex;
    justify-content: center;
    align-items: end;

    gap: 20px;

    z-index: 99;
}
#barraSup .menu{
    position: relative;
    width: fit-content;
    height: fit-content;
    padding: 5px;
    padding-inline: 20px;

    border-radius: 30px;
    border: solid 3px #d5a22abe;
    background-color: #ffffff17;

    font-family: "Poppins";
    font-size: 13px;
    font-weight: 400;

    color: #5b430c;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;

    transition: all 350ms ease-out;
}
#barraSup .menu.select{
    background-color: #d5a22a;
    color: #ffffff;
}
#barraSup .menu .circle{
    position: absolute;
    left: -30px;
    top: 0;
    width: 30px;
    height: 30px;
    border: solid 1px #d5a22a;
    background-color: #d5a22a;
    border-radius: 20px;

    transition: all 350ms ease-out;
    z-index: -1;
}
#barraSup .menu:hover{
    color: #fff;
}
#barraSup .menu:hover .circle{
    width: calc(100% + 60px);
}

#barraSup .menu2{
    position: relative;
    width: fit-content;
    height: fit-content;
    margin-left: 50px;
    padding-right: 20px;

    border-radius: 30px;
    border: solid 3px #25c017;
    background-color: #ffffff17;

    font-family: "Poppins";
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;

    color: #12460d;
    cursor: pointer;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;

    transition: all 350ms ease-out;
}
#barraSup .menu2 .icon{
    padding: 7px;
    margin-right: 8px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    display: flex;
}
#barraSup .menu2 .circle{
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: solid 1px #25c017;
    background-color: #25c017;
    border-radius: 20px;

    transition: all 350ms ease-out;
    z-index: -1;
}
#barraSup .menu2:hover{
    color: #fff;
}
#barraSup .menu2:hover .circle{
    width: 110%;
}
#barraSup .menu3{
    display: none;
    visibility: hidden;
}


#barraLatDer{
    position: absolute;
    top: calc(50vh - 50px);
    right: 0px;
    width: 40px;
    height: auto;
    transform: translateY(-50%);
    /* padding-block: 15px; */
    /* padding-inline: 8px; */
    /* border-radius: 19px; */
    border-start-start-radius: 20px;
    border-end-start-radius: 20px;
    /* border-end-end-radius: 20px; */

    background-color: #d5a22ad6;
    overflow: hidden;

    box-shadow: 0px 0px 10px #2f2f2f;

    z-index: 100;
}
#barraLatDer .btn{
    position: relative;
    width: 60px;
    height: 60px;
    margin-left: -10px;
    /* margin-bottom: 10px; */
    /* color: #5b430c; */
    color: #fff;
    /* background-color: #d5a22a; */
    border-radius: 30px;
    font-size: 16px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    transition: all 300ms ease-in-out;
}
#barraLatDer .btn:last-child{
    margin-bottom: 0;
}
#barraLatDer .btn:hover{
    color: #5b430c;
    background-color: #ffffffa8;
    scale: 1.4;
}




#pBanner{
    position: relative;
    width: 100%;
    height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;
}
#pBanner video{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
    
    filter: saturate(250%);
}
#pBanner #pBannerTit{
    position: relative;
    width: 100vw;
    height: auto;
    top: -50px;
    opacity: 0;
}
#pBanner #pBannerTitA{
    position: relative;
    width: 100%;
    height: 100%;
    fill: #f1f1f1d2;
}
#pBanner #pBannerTitB{
    display: none;
    visibility: hidden;
}
#pBannerSub{
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: fit-content;
    height: fit-content;
    transform: translateX(-50%);
    font-size: 50px;
    rotate: -10deg;
    transform-origin: 0 0;
}
#pBannerSub .interno{
    position: relative;
    width: fit-content;
    height: fit-content;
    /* background-color: purple; */
}
#pBannerSub .line1{
    position: relative;
    height: 90px;
    width: fit-content;
    /* padding-right: 50px; */
    display: flex;
    justify-content: center;
    /* background-color: red; */
}
#pBannerSub svg{
    height: 100%;
    width: auto;
    fill: #fff;

    stroke: #fff;
    stroke-width: 1px;

    filter: drop-shadow(0px 0px 20px #000000);
}
#pBannerSub #pBannerSub1{
    margin-right: 20px;
}
#pBannerSub #pBannerSub2{
    margin-right: 10px;
}
#pBannerSub .line2{
    position: relative;
    height: 130px;
    width: 100%;
    margin-top: -30px;
    display: flex;
    justify-content: center;
}
#pBannerSub #pBannerSub5 .espana{
    fill: #d5a22a;
    stroke: #d5a22a; 
    stroke-width: 3px;
}
#pBannerSub .line3{
    position: relative;
    height: 50px;
    width: 100%;
    padding-right: 20px;
    margin-top: -40px;
    display: flex;
    justify-content: end;
}
#pBannerSub #pBannerSub6 svg{
    fill: none;
    stroke: #d5a22a; 
    stroke-width: 18px;
}
#pBannerSub #pBannerSub6 .line{
    stroke-dasharray: 524;
    stroke-dashoffset: 524;
}
#pBannerSub #pBannerSub6 .pointer{
    stroke-dasharray: 134;
    stroke-dashoffset: 134;
}





@keyframes handwriting {
    0%{
        stroke-dashoffset: 531;
        fill: transparent;
    }
    100%{
        stroke-dashoffset: 0;
        fill: #fff;
    }
}















#p1{
    position: relative;
    width: 100%;
    height: fit-content;
    padding-block: 100px;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #fbde21;

    font-family: "Poppins B";
    font-size: 38px;
}
#p1 .interno{
    position: relative;
    width: fit-content;
    height: fit-content;
    
    gap: 100px;

    display: flex;
    align-items: center;
}
#p1 .sec1{
    position: relative;
    width: 450px;
    height: fit-content;

    font-family: "Space Grotesk";
    font-size: 24px;
    font-weight: 450;
    
    /* background-color: pink; */
}
#p1 .sec1 .rumboesp{
    font-weight: 800;
    color: #000000;
    font-size: 34px;
}
#p1 .sec2{
    position: relative;
    width: 400px;
    height: fit-content;
    padding: 50px;

    font-family: "Open Sans";
    font-size: 16px;
    line-height: 1.8;
}
#p1 .sec2 .fondo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color:#ffea60;
    border-radius: 5px;
    rotate: 6deg;
    transform-origin: center;

    z-index: 0;
}
#p1 .sec2 .contenido{
    position: relative;
    z-index: 10;
}










#p2{
    position: relative;
    width: 100%;
    height: 50vh;
}
#p2 .fondo{
    position: relative;
    width: 105%;
    height: 50vh;

    right: 0;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 60%;
    background-image: url(../img/bg1.jpg);

    filter: saturate(100%);
}








#sec4{
    position: relative;
    width: 100%;
    height: 100vh;

    padding-top: 80px;
    padding-bottom: 50px;
    padding-inline: 130px;

    background-color: #fff;

    display: flex;
    gap: 80px;
}

#sec4 .cont{
    position: relative;
    width: 50%;
    height: 100%;
}
#sec4 .tit{
    position: relative;
    padding-bottom: 50px;

    font-family: "Space Grotesk";
    font-size: 50px;
    line-height: 1.3;
    font-weight: 500;

    /* display: flex; */
    /* align-items: end; */
    /* text-align: justify; */

    /* background-color: blue; */

    /* transition: all .4s ease-in-out; */
}
#sec4 .subcont1{
    position: relative;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 1.8;
    color: #323232;

    white-space: pre-line;
    text-align: justify;

    /* background-color: red; */
}
#sec4 .subcont2{
    position: relative;
    width: 70%;
    height: auto;
}
#sec4 .tag{
    position: relative;
    width: 100%;
    height: auto;

    /* padding: 10px; */
    padding-bottom: 20px;

    /* transition: all 500ms ease-in-out; */
}
#sec4 .cab{
    position: relative;
    height: auto;
    width: 100%;
    /* background-color: red; */
    display: flex;
}
#sec4 .title{
    position: relative;
    height: auto;
    margin-right: 40px;
    font-family: "Open Sans";
    font-size: 22px;
}
#sec4 .btn{
    position: absolute;

    width: 100%;
    height: 100%;

    cursor: pointer;

    display: flex;
    justify-content: end;

    /* background-color: blue; */
}
#sec4 .btn .m1,
#sec4 .btn .m2{
    position: absolute;
    height: 30px;
    width: 30px;
    line-height: 30px;
}
#sec4 .btn .m1{
    font-size: 28px;
    opacity: 0;
    transition: all 350ms ease;
}
#sec4 .btn .m1.mostrar{
    opacity: 1;
}
#sec4 .btn .m2{
    font-size: 22px;
    opacity: 1;
    transition: all 350ms ease;
}
#sec4 .btn .m2.ocultar{
    opacity: 0;
}
#sec4 .texto{
    position: relative;
    height: 0px;
    margin-right: 60px;
    overflow: hidden;

    text-align: start;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 1.8;
    color: #323232;
    white-space: pre-line;
    text-align: justify;

    transition: all 500ms ease-in-out;
}
#sec4 .texto.mostrar{
    height: auto;

    padding-top: 10px;
    padding-bottom: 20px;
}
#sec4 .line{
    position: relative;
    width: 100%;
    height: .5px;
    margin-top: 5px;
    border-radius: 1px;
    background-color: #252525;
}











#sec5{
    position: relative;
    width: 100%;
    height: 100vh;
    padding-inline: 130px;
    /* padding-top: 50px; */

    display: flex;
    justify-content: center;
    align-items: center;

    /* background: linear-gradient(180deg, #efefef 0%, #ffffff 100%); */
    background-color: #fff;
}

#sec5 .cont{
    position: relative;

    width: 100%;
    height: auto;
    padding-inline: 100px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
#sec5 .cont .fondo{
    position: absolute;

    width: 100%;
    height: 100%;
    
    opacity: .1;
    background-color: #32e9be;
    rotate: -2deg;
    transform-origin: center;
}
#sec5 .img{
    position: relative;

    height: 400px;
    width: 50%;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/vision.png);

    /* background-color: gray; */
}
#sec5 .subcont{
    position: relative;

    height: auto;
    width: 50%;

    /* background-color: goldenrod; */
}

#sec5 .sec5_tit2{
    position: relative;

    font-family: "Space Grotesk";
    font-size: 50px;
    line-height: 1.3;
    font-weight: 500;
    padding-bottom: 10px;
}
#sec5 .subcont2{
    position: relative;
    
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 1.6;
    color: #323232;
    /* white-space: pre-line; */
    text-align: justify;
}
#sec5 .sec5_text2_line{
    padding-top: 15px;
}









#sec5b{
    position: relative;
    width: 100%;
    height: 100vh;
    padding-inline: 130px;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #efefef;
}

#sec5b .cont2{
    position: relative;

    width: 100%;
    height: auto;
    /* padding-top: 80px; */
    /* padding-bottom: 50px; */
}
#sec5b .sec5_tit1{
    position: relative;

    font-family: "Space Grotesk";
    font-size: 50px;
    line-height: 1.3;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 20px;
}
#sec5b .subcont1{
    position: relative;
    width: 40%;
    padding-bottom: 20px;

    font-family: "Open Sans";
    font-size: 16px;
    line-height: 1.8;
    color: #323232;
}
#sec5b .sec5_sub{
    position: relative;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#sec5b .sec5_tag{
    position: relative;

    width: 200px;
    height: 400px;
}

#sec5b .sec5_tag_img{
    position: relative;

    width: 100%;
    height: 250px;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#sec5b .sec5_tag_tit{
    position: relative;
    width: 100%;
    padding-inline: 10px;

    font-family: "Space Grotesk";
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    /* text-align: center; */
    padding-top: 10px;
    padding-bottom: 20px;
}
#sec5b .sec5_tag_msg{
    position: relative;
    width: 100%;
    padding-inline: 10px;

    font-family: "Open Sans";
    font-size: 16px;
    line-height: 1.5;
    color: #323232;
    /* text-align: center; */
}
#sec5b .sec5_tag1 .sec5_tag_img{
    background-image: url(../img/val1.png);
}
#sec5b .sec5_tag2 .sec5_tag_img{
    background-image: url(../img/val2.png);
}
#sec5b .sec5_tag3 .sec5_tag_img{
    background-image: url(../img/val3.png);
}
#sec5b .sec5_tag4 .sec5_tag_img{
    background-image: url(../img/val4.png);
}
#sec5b .sec5_tag5 .sec5_tag_img{
    background-image: url(../img/val5.png);
}









#sec5c {
    position: relative;
    width: 100%;
    height: 0;
}











#sec6{
    position: relative;
    width: 100%;
    height: 100vh;
    /* padding-inline: 130px; */

    background-color: #c1f286;

    display: flex;
    justify-content: center;
    align-items: center;
}
#sec6 .sec6_sub{
    position: relative;
    width: fit-content;
    height: auto;

    display: flex;
    justify-content: center;
}
#sec6 .cont1{
    position: relative;

    width: auto;
    height: 100%;
    padding-right: 50px;
}
#sec6 .title{
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;

    font-family: "Space Grotesk";
    font-size: 50px;
    line-height: 1.3;
    font-weight: 500;
}
#sec6 .cont2{
    position: relative;

    width: 45%;
    height: 100%;
    --color: #c1f286;

    display: flex;
}
#sec6 .cont2 .btn{
    position: absolute;
    bottom: 50px;
    width: 60px;
    height: 60px;
    border-radius: 60px;

    display: flex;
    justify-content: center;
    align-items: center;

    background-size: 35%;
    background-repeat: no-repeat;
    background-position: center center;

    transition: background-color .5s ease;

    border: #222222 solid .2px;
}
#sec6 .cont2 .btn:hover{
    background-color: #ffffff5f;
}
#sec6 .cont2 #btn_left{
    left: -80px;
    background-image: url(../img/left.png);
}
#sec6 .cont2 #btn_right{
    right: -80px;
    background-image: url(../img/right.png);
}
#sec6 .cont2::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    background-image: linear-gradient(90deg, var(--color), transparent 100%);
    
    pointer-events: none;
    z-index: 2;
}
#sec6 .cont2::after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background-image: linear-gradient(90deg, transparent, var(--color) 100%);
    
    pointer-events: none;
    z-index: 2;
}

#sec6 .cont_scroll{
    position: relative;

    /* width: 100%; */
    width: auto;
    height: auto;

    /* background-color: green; */

    overflow-x: auto;
}
#sec6 .cont_scroll_int{
    position: relative;

    width: max-content;
    height: auto;
    padding-inline: 40px;

    display: flex;

    /* background-color: green; */
}
#sec6 .sec6_tag{
    position: relative;

    width: 330px;
    height: 520px;
    margin-inline: 20px;

    font-family: "Open Sans";
}
#sec6 .sec6_tag .minitit{
    position: relative;

    width: fit-content;
    padding: 5px;
    padding-inline: 20px;
    margin: auto;
    text-align: center;
    font-size: 13px;
    font-weight: 600;

    background-color: #f4d615;
    border: 2px solid #000;

    z-index: 2;
}
#sec6 .sec6_tag .tag_int{
    position: relative;

    top: -15px;
    left: 0;
    width: 100%;
    /* height: calc(100% - 15px); */
    /* margin-top: -20px; */

    border-radius: 10px;
    border: 2px solid #000;
    overflow: hidden;

    z-index: 1;
}
#sec6 .sec6_tag .sec_sup{
    position: relative;

    width: 100%;
    /* height: 60%; */
    min-height: 250px;
    padding-top: 20px;
    padding-inline: 30px;
    padding-bottom: 30px;

    color: #fff;
    background-color: #000;
}
#sec6 .sec6_tag .sec_sup_tit{
    font-size: 27px;
    font-weight: 400;
}
#sec6 .sec6_tag .sec_sup_tex{
    padding-block: 25px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}
#sec6 .sec6_tag .sec_sup_btn{
    position: relative;

    /* width: 100%; */
    margin-inline: 30px;
    padding: 10px;

    color: #000;
    font-size: 15px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 6px;
    text-align: center;

    cursor: pointer;
}
#sec6 .sec6_tag .sec_inf{
    position: relative;

    width: 100%;
    /* height: 40%; */
    min-height: 230px;
    padding: 15px;
    padding-inline: 20px;

    background-color: #FFFBDF;
}
#sec6 .sec6_tag .sec_inf_line::before{
    content: " ";
    position: absolute;

    margin-top: 6px;
    margin-left: -20px;
    width: 12px;
    height: 12px;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/check.png);
}
#sec6 .sec6_tag .sec_inf_line{
    position: relative;
    
    padding-left: 20px;
    padding-bottom: 10px;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}















#sec7{
    height: auto;
    padding-top: 80px;
    padding-bottom: 250px;
    padding-left: 28%;
    padding-right: 28%;

    background-color: #fff4b0;
}
#sec7 .tit{
    padding-bottom: 50px;
    
    font-family: "Space Grotesk";
    font-size: 50px;
    line-height: 1.3;
    font-weight: 500;

    color: #000000;
    text-align: center;
    line-height: 1.2;
    /* word-break: keep-all; */
}
#sec7 .cont{
    position: relative;

    width: 100%;
    height: auto;

    font-family: "Poppins";
    line-height: 1.6;
}
#sec7 .tag{
    width: 100%;

    /* padding: 10px; */
    padding-bottom: 40px;
}
#sec7 .cab{
    position: relative;
    width: 100%;
    /* background-color: red; */
    display: flex;
}
#sec7 .title{
    font-size: 23px;
    padding-bottom: 30px;
    margin-right: 40px;
}
#sec7 .btn{
    position: absolute;

    width: 100%;
    height: 40px;

    font-size: 25px;

    cursor: pointer;

    display: flex;
    justify-content: end;
    /* align-items: center; */

    /* background-color: blue; */
}
#sec7 .btn .m1,
#sec7 .btn .m2{
    position: absolute;
    height: 30px;
    width: 30px;
}
#sec7 .btn .m2{
    opacity: 1;
    transition: all 200ms ease;
}
#sec7 .btn .m2.ocultar{
    opacity: 0;
}
#sec7 .texto{
    height: 0;
    overflow: hidden;

    /* transition: all .4s ease-in-out; */
}
#sec7 .texto.mostrar{
    height: auto;

    padding-top: 10px;
    padding-bottom: 30px;
}
#sec7 .line{
    width: 100%;
    height: .5px;
    border-radius: 1px;
    background-color: #252525;
}











#p8{
    position: relative;
    width: 100%;
    height: fit-content;
    padding-top: 290px;
    /* padding-bottom: 50px; */

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #fbde21;
}
#p8 #hands{
    position: absolute;
    top: -350px;
    left: calc(50% - 350px);
    width: 700px;
    height: 700px;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/hands.png);
}
#p8 .interno{
    position: relative;
    width: fit-content;
    height: fit-content;
}
#p8 .superior{
    position: relative;
    width: fit-content;
    height: fit-content;
    padding-bottom: 30px;

    display: flex;
    gap: 7vw;
}
#p8 .titulo{
    position: relative;
    padding-bottom: 40px;
    font-family: "Space Grotesk";
    font-size: 21px;
    line-height: 1.3;
    font-weight: 500;
}
#p8 .contenido{
    position: relative;
    width: fit-content;
    height: fit-content;

    font-family: "Poppins";
    font-size: 14px;

    /* border: 1px solid pink; */
}
#p8 .sector1 .linea{
    position: relative;
    width: fit-content;
    margin-bottom: 20px;
    font-family: "Poppins";
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#p8 .sector1 .linea ion-icon{
    font-size: 18px;
    margin-right: 10px;
}
#p8 .sector2 .linea{
    text-decoration: underline;
    margin-bottom: 20px;
    cursor: pointer;
}
#p8 .sector3 .linea{
    margin-bottom: 20px;
}
#p8 .sector3 #mail{
    position: relative;
    width: 100%;
    padding: 7px;
    margin-bottom: 20px;
    resize: none;
    border-radius: 8px;

    font-family: "Poppins";
    font-size: 16px;

    border: 1px solid #f9e352;
}
#p8 .sector3 #suscribirse{
    position: relative;
    width: fit-content;
    height: fit-content;
    padding: 7px;
    padding-inline: 15px;
    background-color: #000;
    border-radius: 15px;
    color: #fff;

    font-family: "Poppins";
    font-size: 13px;

    cursor: pointer;
}
#p8 .sector4{
    position: relative;
}
#p8 .sector4 .link{
    font-size: 24px;
    margin-bottom: 20px;
    transition: all 350ms ease-in-out;
    cursor: pointer;
}
#p8 .sector4 .link:hover{
    scale: 1.4;
}
#p8 .sector4 .fondo{
    position: absolute;
    top: -15%;
    left: -20px;
    width: 70px;
    height: 130%;
    rotate: 10deg;
    transform-origin: center;
    background-color: #f9e352;
}
#p8 .sector4 .link:last-child{
    margin-bottom: 0px;
}
























#p9{
    position: relative;
    width: 100vw;
    height: fit-content;
    padding-top: 60px;
    
    background-color: #fbde21;
}

#p9 .endBanner{
    position: relative;
    width: 100vw;
    height: fit-content;
    padding-bottom: 50px;
    overflow: hidden;
}
#p9 .endBanner .interno{
    position: relative;
    width: fit-content;
    display: flex;
    gap: 0px;
}
#p9 .endBanner .endLogo{
    position: relative;
    width: 33.33vw;
    fill: #000000b1;
}


#p9 .copyright{
    position: relative;
    margin-inline: auto;
    width: 50vw;
    padding: 8px;
    
    text-align: center;
    font-family: "Poppins";
    font-weight: 100;
    font-size: 12px;
    color: #ffffff;
    background-color: #000;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
#p9 .copyright br{
    display: none;
    visibility: hidden;
}


















@media only screen and (max-width: 600px) {

    #pIntro3 .int{
        top: -40px;
    }
    #pIntro3 .panelLogoA{
        display: none;
        visibility: hidden;
    }
    #pIntro3 .panelLogoB{
        position: relative;
        width: 100%;
        height: 100%;
        display: initial;
        visibility: visible;
    }



    #btnMenu{
        top: 0;
        left: 0;
    }
    #btnWpp {
        bottom: 10px;
        right: 10px;
        /* width: 50px; */
        /* height: 50px; */
    }

    #floatMenu{
        padding-inline: 20px;
        padding-block: 15px;
    }
    #floatMenu .cerrar{
        top: 0;
        right: 0;
    }
    #floatMenu .interno{
        width: 100%;
        height: 100%;

        display: inherit;
    }
    #floatMenu .icono{
        width: 200px;
        padding-bottom: 30px;
    }
    #floatMenu .bloqueA{
        width: fit-content;
        height: auto;
        padding-right: 20px;
    }
    #floatMenu .bloqueA .line{
        margin-bottom: 35px;
        font-size: 30px;
        line-height: 1.1;
    }
    #floatMenu #sepLine{
        margin-top: inherit;
        display: none;
        visibility: hidden;
    }
    #floatMenu .bloqueB{
        position: absolute;
        bottom: 0;
        width: fit-content;
        height: auto;

        padding-left: 0;
        padding-bottom: 0;
    }
    #floatMenu .bloqueB .titulo{
        padding-bottom: 20px;
        font-size: 21px;
        line-height: 1;
    }
    #floatMenu .bloqueB .linea{
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.1;
    }
    #floatMenu .bloqueB .linea ion-icon{
        font-size: 18px;
        margin-right: 10px;
    }




    #barraSup{
        top: 10px;
        left: inherit;
        transform: inherit;
        width: 100%;
        align-items: center;
        flex-wrap: wrap;
        gap: 4px;
    }
    #barraSup .menu{
        padding: 3px;
        padding-inline: 10px;
    }
    #barraSup .menu2{
        margin-left: 0px;
    }
    #barraSup .menu2 .circle{
        top: inherit;
    }
    #barraSup .menu2 .icon{
        padding: 5px;
    }
    #barraSup .redes{
        padding-inline: 40px;
        display: flex;
        gap : 5px;
    }
    #barraSup .menu3{
        padding: 5px;

        visibility: visible;
        display: flex;
        justify-content: center;
        align-items: center;

        border-radius: 30px;
        background-color: #d5a22abe;

        color: #fff;

        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
    }

    #barraLatDer{
        display: none;
        visibility: hidden;
    }

    #pBanner video{
        object-position: left center;
    }

    #pBanner #pBannerTit{
        position: relative;
        top: -40px;
    }
    #pBanner #pBannerTitA{
        display: none;
        visibility: hidden;
    }
    #pBanner #pBannerTitB{
        position: relative;
        width: 100%;
        height: 100%;
        fill: #f1f1f1e9;

        display: initial;
        visibility: visible;
    }

    #pBannerSub{
        bottom: 0px;
    }
    #pBannerSub .line1{
        height: 50px;
    }
    #pBannerSub .line2{
        height: 80px;
        margin-top: -10px;
    }
    #pBannerSub .line3{
        margin-top: -10px;
        padding-right: 55px;
    }





    #p1{
        width: 100%;
        height: auto;
        padding-block: inherit;
        padding-bottom: 50px;

        display: inherit;
        justify-content: inherit;
        align-items: inherit;
    }
    #p1 .interno{
        width: 100%;
        height: auto;
        
        gap: 0;

        display: inherit;
        align-items: inherit;
    }
    #p1 .sec1{
        width: 100%;
        height: auto;
        padding: 50px;
        padding-bottom: 20px;

        font-size: 20px;
        text-align: justify;
    }
    #p1 .sec1 .rumboesp{
        font-weight: 800;
        font-size: 26px;
    }
    #p1 .sec2{
        width: 100%;
        height: auto;
        padding: 50px;
        padding-block: 40px;

        font-size: 18px;
        line-height: 1.4;
        text-align: justify;
    }







    #sec4{
        width: 100%;
        height: 1000px;

        padding-top: 50px;
        padding-bottom: 50px;
        padding-inline: inherit;
        padding-left: 50px;

        display: inherit;
        gap: 0;
    }

    #sec4 .cont{
        width: 100%;
        height: auto;
    }
    #sec4 .tit{
        padding-bottom: 20px;
        font-size: 40px;
        line-height: 1.3;
        font-weight: 500;
    }
    #sec4 .subcont1{
        padding-right: 50px;
        padding-bottom: 30px;
        font-size: 13px;
        line-height: 1.5;
        color: #323232;
        white-space: pre-line;
        text-align: justify;
    }
    #sec4 .subcont2{
        width: 100%;
        height: auto;
    }
    #sec4 .tag{
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
    #sec4 .cab{
        width: 100%;
        height: auto;
        display: flex;
        padding-bottom: 10px;
    }
    #sec4 .title{
        height: auto;
        margin-right: 50px;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 600;
    }
    #sec4 .texto{
        position: relative;
        height: 0px;
        margin-right: 50px;
        font-size: 13px;
        line-height: 1.5;
        white-space: pre-line;
        text-align: justify;
    }
    #sec4 .texto.mostrar{
        height: auto;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    #sec4 .line{
        width: auto;
        margin-top: 5px;
        margin-right: 50px;
    }







    #sec5{
        position: relative;
        width: 100%;
        height: 100vh;
        padding-inline: 0px;

        display: flex;
        justify-content: center;
        align-items: center;

        background-color: #fff;
    }
    #sec5 .cont{
        width: 100%;
        height: auto;
        padding-inline: 0px;
        display: inherit;
        justify-content: inherit;
        align-items: inherit;
        gap: 0;
    }
    #sec5 .img{
        position: absolute;
        height: 190px;
        width: 190px;
        left: 30px;
        top: -75px;
    }
    #sec5 .subcont{
        height: auto;
        width: 100%;
        padding-inline: 50px;
    }
    #sec5 .sec5_tit2{
        font-size: 40px;
        line-height: 1.1;
        font-weight: 500;
        padding-bottom: 10px;
        text-align: end;
    }
    #sec5 .subcont2{
        font-size: 14px;
        line-height: 1.6;
    }
    #sec5 .sec5_text2_line{
        padding-top: 15px;
    }










    #sec5b{
        width: 100%;
        height: 100vh;
        padding-inline: 0px;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    #sec5b .cont2{
        position: relative;

        width: 100%;
        height: fit-content;
    }
    #sec5b .sec5_tit1{
        font-size: 40px;
        line-height: 1;
        font-weight: 500;
        padding-top: 0px;
        padding-bottom: 10px;
        padding-inline: 50px;
    }
    #sec5b .subcont1{
        display: none;
        visibility: hidden;
    }
    #sec5b .sec5_sub{
        width: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    #sec5b .sec5_tag{
        width: 160px;
        height: fit-content;
        padding-bottom: 10px;
    }
    #sec5b .sec5_tag_img{
        width: 100%;
        height: 100px;
    }
    #sec5b .sec5_tag_tit{
        width: 100%;
        padding-inline: 0;
        font-size: 16px;
        line-height: 1.1;
        font-weight: 800;
        padding-top: 5px;
        padding-bottom: 0px;
        text-align: center;
    }
    #sec5b .sec5_tag_msg{
        width: 100%;
        padding-inline: 0;
        font-size: 13px;
        line-height: 1.3;
        text-align: center;
    }










    #sec6{
        width: 100%;
        height: 100vh;

        display: flex;
        justify-content: center;
        align-items: center;
    }
    #sec6 .sec6_sub{
        width: 100%;
        height: 100%;
        padding-top: 5px;

        display: inline;
        justify-content: inherit;
    }
    #sec6 .cont1{
        width: 100%;
        height: auto;
        padding-right: 0px;
        padding-inline: 50px;
        padding-bottom: 10px;
    }
    #sec6 .title{
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 40px;
        line-height: 1.3;
        font-weight: 500;
    }
    #sec6 .cont2{
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
    }
    #sec6 .cont2 .btn{
        position: absolute;
        bottom: inherit;
        top: -55px;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        z-index: 10;
    }
    #sec6 .cont2 #btn_left{
        left: inherit;
        right: 70px;
    }
    #sec6 .cont2 #btn_right{
        right: 20px;
    }
    #sec6 .cont_scroll{
        position: relative;
        width: 100%;
        height: auto;
    }
    #sec6 .cont_scroll_int{
        position: relative;
        width: max-content;
        height: auto;
        padding-inline: 40px;
        display: flex;
    }
    #sec6 .sec6_tag{
        width: 250px;
        height: 480px;
        margin-inline: 20px;
    }
    #sec6 .sec6_tag .tag_int{
        top: -15px;
        left: 0;
        width: 100%;
        border-radius: 20px;
    }
    #sec6 .sec6_tag .sec_sup{
        width: 100%;
        min-height: 220px;
        padding-top: 20px;
        padding-inline: 25px;
        padding-bottom: 10px;
    }
    #sec6 .sec6_tag .sec_sup_tit{
        font-size: 27px;
        font-weight: 400;
    }
    #sec6 .sec6_tag .sec_sup_tex{
        padding-block: 15px;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.4;
    }
    #sec6 .sec6_tag .sec_sup_btn{
        margin-inline: 30px;
        padding: 10px;
        font-size: 15px;
        font-weight: 500;
        border-radius: 6px;
    }
    #sec6 .sec6_tag .sec_inf{
        position: relative;
        width: 100%;
        min-height: 210px;
        padding: 15px;
        padding-inline: 15px;
    }
    #sec6 .sec6_tag .sec_inf_line::before{
        position: absolute;
        margin-top: 3px;
        margin-left: -20px;
        width: 12px;
        height: 12px;
    }
    #sec6 .sec6_tag .sec_inf_line{
        position: relative;
        padding-left: 20px;
        padding-bottom: 10px;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3;
    }













    #sec7{
        padding-top: 50px;
        padding-bottom: 200px;
        padding-left: 50px;
        padding-right: 50px;
    }
    #sec7 .tit{
        padding-bottom: 50px;
        font-size: 40px;
        line-height: 1.3;
        font-weight: 500;
        text-align: center;
        line-height: 1;
    }
    #sec7 .cont{
        position: relative;
        width: 100%;
        height: auto;
        line-height: 1.4;
    }
    #sec7 .tag{
        width: 100%;
        padding-bottom: 20px;
    }
    #sec7 .title{
        font-size: 20px;
        padding-bottom: 30px;
        margin-right: 40px;
    }
    #sec7 .texto{
        font-size: 14px;
        height: 0;
        overflow: hidden;
    }
    #sec7 .texto.mostrar{
        height: auto;

        padding-top: 0px;
        padding-bottom: 20px;
    }











    #p8{
        padding-top: 160px;
        display: inherit;
        justify-content: inherit;
        align-items: inherit;
    }
    #p8 #hands{
        position: absolute;
        top: -50vw;
        left: 0;
        width: 100vw;
        height: 100vw;
    }
    #p8 .interno{
        width: 100%;
        height: fit-content;
    }
    #p8 .superior{
        width: 100%;
        height: auto;
        padding-inline: 50px;
        padding-bottom: 30px;
        display: inherit;
        gap: 0;
    }
    #p8 .titulo{
        padding-bottom: 20px;
        padding-top: 50px;
        font-size: 21px;
        line-height: 1.3;
        font-weight: 500;
        text-align: center;
    }
    #p8 .contenido{
        width: 100%;
        text-align: center;
    }
    #p8 .sector1 .linea{
        margin: auto;
        margin-bottom: 20px;
    }
    #p8 .sector2 .linea{
        margin-bottom: 20px;
        cursor: pointer;
    }
    #p8 .sector3 .linea{
        margin-bottom: 20px;
    }
    #p8 .sector3 #mail{
        width: 100%;
        font-size: 15px;
        text-align: center;
        border-radius: 20px;
        margin-bottom: 10px;
    }
    #p8 .sector3 #suscribirse{
        width: 100%;
        padding: 8px;
        border-radius: 20px;
        font-size: 15px;
    }

    #p8 .sector4{
        padding-top: 90px;
    }
    #p8 .sector4 .contenido{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: start;
        gap: 40px;
    }
    #p8 .sector4 .link{
        font-size: 28px;
        margin-bottom: 0;
    }
    #p8 .sector4 .fondo{
        top: -30%;
        left: 0;
        width: 100%;
        height: 150%;
        rotate: 5deg;
    }







    



    #p9{
        width: 100vw;
        height: auto;
        padding-top: 60px;
    }
    #p9 .endBanner .endLogo{
        width: 100vw;
    }
    #p9 .endBanner .endLogoRem{
        display: none;
        visibility: hidden;
    }
    #p9 .copyright{
        margin-inline: auto;
        width: 90vw;
        padding: 6px;
        text-align: center;
        font-weight: 300;
        font-size: 12px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
    #p9 .copyright br{
        display: inherit;
        visibility: visible;
    }
}