*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
html{
    scroll-behavior: smooth;
}
body{
    background-color: #eeede9;  
}
*, img {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.upButton{
    z-index: 100;
    position: absolute;
    bottom: 15px;
    left: 15px;
    rotate: 90deg;
}

.redesFixed{
    position: fixed;
    right: 0;
    bottom: 5%;
    background: #eeede9;
    /* border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black; */
    border-radius: 24px 0 0 24px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 1em;
    z-index: 100;
    box-shadow: -1px 0px 2px black;
}

.redesFixed a {
    text-decoration: none;
}

/* SECTION 1 */
.section1{
    height: 80vh;
}
.boxNav{
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
}

.equipoPC{
    display: block;
}

.equipoMOBILE{
    display: none;
}

.navTop{
    /* position: fixed; */
    /* top: 0; */
}
.flowerImg{
    /* position: absolute; */
    background: #EEEDE9;
    /* top: 0; */
    /* left: 0; */
    padding: 32px;
    display: flex;
    z-index: 100;
    justify-content: space-between;
    width: 100%;
}
.hamburger{
    display: block;
    cursor: pointer;
}
.close {
    display: none;
    cursor: pointer;
}
.hidden {
    display: none;
}
.block {
    display: block;
}
.closeModal{
    display: flex;
    justify-content: center;
}
.modal{
    transition:transform 1s;
    z-index: 49;
    position: fixed;
    top: 100px;
    width: 75%;
    padding: 32px;
    height: auto;
    border-top:4px solid #fc1717;
    border-radius: 24px;
    transform: translateY(-200%);
    backdrop-filter: blur(4px);
    background: rgb(0, 0, 0,0.8);
}
.modal.active {
    transform: translateY(-10%);
    transition-duration: 1s;
}
.modal .redes{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    font-size: 1.2em;
    width: 100%;
    gap: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    /* letter-spacing: 1.5px; */
}
.modal .redes a{
    padding: 0px;
    color: white;
    cursor: pointer;
    transition: 0.25s all;
    font-style: italic;
    text-decoration: none;
}
.modal .redes a:hover{
    color: gray;
}
.mainLogo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: auto;
}
.logo{
    width: 500px;
}

/* .boxStickyEye{
    position:sticky;
    top: 100px;
    z-index:50;
} */

.eyeImg{
    position: absolute;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 1;
}
.eyeImg img{
    width: 125px;
}
/* .circleImg{
    position: absolute;
    right: 10%;
    transform: translate(50%, -50%);
} */

#parallaxImage {
    position: absolute;
    right: 10%;
    transform: translateX(-50%);
    transition: transform 0.2s ease-out;
}

.circleImg img{
    width: 200px;
    z-index: 10;
}

/* SECTION 2 */
.section2 {
    background-image: url(/img/bg2.jpg);
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 82px;
    color: #fff;
    position: relative;
}
.section2 .globosSolos {
    width: 100%;
}

.section2 .globosSolos .globoBox{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.section2 .globosSolos .globoBox .globoDiv{
    background-color: #000;
    width: 300px;
    height: 200px;
    border-radius: 25px;
}
#parallaxImageEffect{
    position: absolute;
    top: 75%;
    left: 0%;
    transform: translate(-50%, -50%);
    transition: transform 0.4s ease-out;
}

.globosSolos .titulo{
    font-weight:bold;
    font-size: 1.5em;
    font-style: italic;
}
.hoverGlobo {
    position: relative;
}
.hoverGlobo .titulo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: 2;
    padding: 12px 24px;
}
.hoverGlobo:hover .titulo {
    opacity: 0;
    pointer-events: none;
}

.hoverGlobo .descripcion {
    background: #EEEDE9;
    color: #222222;
    opacity: 0;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 12px 24px;
    line-height: 30px;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.hoverGlobo:hover .descripcion {
    opacity: 1;
}

.star-green{
    /* position: absolute;
    width: 100px;
    z-index: 10;
    left: 50%;
    transform: translate(50%, -50%); */
}

#parallaxImage2{
    position: absolute;
    width: 100px;
    z-index: 10;
    right: 20%;
    transform: translate(50%, -50%);
    transition: transform 0.6s ease-out;
}

/* SECTION 3 */
.section3 {
    background-image: url(img/section3.png);
    height: 100vh;
    padding: 1px;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.boxTexts{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 32px;
    font-weight: 500;
    line-height:30px;
}
.boxTexts div{
    width: 300px;
}
.boxTexts p{
    font-size: 20px;
}
.boxTexts svg{
    position: absolute;
    bottom: -30%;
}

#parallaxImage3 {
    position: absolute;
    left: 35%;
    transform: translateX(-50%);
    transition: transform 0.2s ease-out;
}

#parallaxImage5 {
    position: absolute;
    bottom: -50%;
    left: 10%;
    transform: translateX(-50%);
    transition: transform 0.2s ease-out;
}


/* SECTION 4 */
/* .section4 {
    height: 100%;
    padding: 24px 12px;
    color: #222222;
}
.boxEquipo1{
    display: flex;
    margin: 42px auto;
    gap: 2em;
    max-width: 700px;
}
.boxEquipo1 p{
    margin: 12px 0;
}
.imgEquipo{
    border-radius: 50%;
    width: 200px;
    object-fit: cover;
    height: 200px;
}
.nameTitle{
    text-transform: uppercase;
    font-style: italic;
} */
.nameTitle {
    text-transform: uppercase;
    font-style: italic;
}
.section4 {
    position: relative;
    /* margin: 32px 0; */
    height: 100%;
    padding: 32px 12px;
    color: #222222;
}
.equipo {
    text-align: center;
    font-size: 2em;
}
.equipoMob{
    text-align: center;
    font-size: 1.5em;
}
.carousel-container {
    position: relative;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease;
}

.boxEquipo1 {
    flex: 0 0 100%;
    position: relative;
    margin: 42px auto;
}
.parrafo{
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.childEquipo{
    display: flex;
    margin: 42px auto;
    gap: 2em;
    max-width: 700px;
    padding: 0 64px;
}

.imgEquipo{
    border-radius: 50%;
    width: 200px;
    object-fit: cover;
    height: 200px;
}
.imgsSection4{
    display: flex;
    align-items: center;
}
.imageAlreves, .imageSection3Alreves{
    display: none;
}
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    border: none;
    background:transparent;
    cursor: pointer;
    font-size: 2em;
    padding: 24px;
    z-index: 1;
}

.prev-btn {
    left: 0;
}

.next-btn {
    right: 0;
}

.dots-container {
    text-align: center;
    margin-top: 10px;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color:#06104a ;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.dot.active {
    background-color: #1738fc;
}
.socialnet{
    color:#fff;
    font-size: 2em;
    text-align: center;
}
.contactanos{
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 0px 16px;
}
    /* SECTION 5 */
.section5 {
    background: #f54800;
    /* min-height: 60vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 48px 12px;
}
.borderText{
    font-size: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
}

.borderText a{
    color: #000;
    text-decoration: none;
}

.arrow{
    position: absolute;
    right:20px
}

.borderText .contact{
    background: #fff;
    border-radius: 50px;
    padding: 4px 16px;
    transition: 0.2s all;
}

.borderText .contact a{
    font-size: 20px;
}

.borderText .contact:hover{
    background:#eeeeee;
    transition: 0.2s all;
}

.boxRS{
    display: flex;
    justify-content: center;
    gap:6em;
}
.boxRS a{
    text-decoration: none;
}
.boxRS a:hover{
    text-decoration: underline;
    color: #fff;
}
.nameRS{
    color: white;
    font-size: 18px;
}

.flower{
    position: absolute;
    left: 0;
    transform: translate(50%, -50%);
}

.star {
    position: absolute;
    right: 10%;
    transform: translate(50%, -50%);
}

/* #parallaxImage4 {
    position: absolute;
    right: 10%;
    transform: translateX(-50%);
    transition: transform 0.2s ease-out;
} */

/* SECTION 6 */
.section6 {
    /* min-height: 40vh; */
    padding: 32px 12px;
    color: #222222;
    display: flex;
    flex-direction: column;
    gap: 1em;
    justify-content: center;
    align-items: center;
}
.desc{
    font-size: 24px;
    font-weight: 400;
}

@media (max-width:1024px){
    .flower {
        display: none;
    }
    /* #parallaxImageEffect{
        width: 240px;
        z-index: 1;
    } */
}

@media (max-width:978px) {
    .section2 .globos {
        display: none;
    }

    .globoDiv {
        width: 250px !important;
        height: 150px !important;
    }
    .hoverGlobo .descripcion {
        line-height: normal;
    }
    .globosSolos .titulo{
        font-size: 1.2em;
    }

    .flowerImg {
        /* position: absolute; */
    }

    .childEquipo {
        flex-direction: column;
        align-items: center;
        padding: 0;
        /* text-align: center; */
    }

    .equipoPC {
        display: none;
    }

    .equipoMOBILE {
        display: block;
    }

    /*  .section2 .globosSolos .globoBox{
        flex-direction: column;
        align-items: center;
    } */

    /* .section2 .globosSolos .globoBox .globoDiv {
        width: 250px;
    } */

    /* .section2 .globosSolos .recta{
        display: none;
    } */

    /*  .section2 .globosSolos {
        display: block;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 2em;
        align-items: center;
        width: 100%;
    } */
    .imageSection3 {
        display: none;
    }

    .imageSection3Alreves {
        display: block;
    }

    .section3 {
        min-height: 100vh;
    }

    .boxTexts {
        flex-direction: column;
        gap: 1em;
    }
    .section4{
        margin-top:-20px;
    }

    .boxImgEquipo{
        position: absolute;
        top: 0;
        right: 10%;
    }

    .parrafo{
        /* margin-top: 68px; */
    }

    .boxEquipo1{
        margin: 0;
        
    }

    .boxInside {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 2em;
    }

    .pDer {
        text-align: right;
    }
}

@media (max-width:768px){
    /* .globoDiv {
        width: 170px !important;
        height: 170px !important;
        font-size: 14px !important;
        padding: 0;
    } */
    .section1{
        height: 60vh;
    }

    .redesFixed img {
        width: 24px;
    }

    .globoDiv {
        width: 200px !important;
        height: 140px !important;
    }
    .hoverGlobo .descripcion {
        padding: 0 16px;
        font-size: 14px;
    }
    .globosSolos .titulo{
        font-size: 1em;
    }
    
    .recta{
        width: 70px;
    }
    .rectaVertical{
        width: 70px;
    }
    .socialnet{
        font-size: 1em;
    }
    .contactanos{
        font-size: 0.7em;
    }
}

@media (max-width:678px) {
    #parallaxImageEffect {
        width: 150px;
        z-index: 1;
    }

    /* .globoDiv {
        width: 180px !important;
        height: 120px !important;
    } */

    .logo {
        width: 250px;
    }

    .parrafo {
        width: 200px;
    }

    .eyeImg img {
        width: 75px;
    }

    .circleImg img {
        display: none;
    }

    .imgEquipo {
        width: 110px;
        height: 110px;
    }

    .section4 {
        font-size: 12px;
    }

    .section6 .desc {
        font-size: 18px;
        text-align: center;
    }

    .equipo {
        /* font-size: 1.4em; */
    }

    .modal .redes {
        font-size: 1.4em;
    }

    .image {
        display: none;
    }

    .imgsSection4 {
        justify-content: center;
    }

    .boxRS,
    .borderText {
        flex-direction: column;
        gap: 2em;
    }

    .borderText .contact {
        padding: 8px 12px;
    }

    .borderText .contact a {
        font-size: 14px;
        display: flex;
    }
}

@media (max-width:650px) {
   .globoDiv {
        width: 150px !important;
    }
    .hoverGlobo .descripcion {
        line-height: 17px;
        font-size: 12px;
    }
    /* .globosSolos .titulo{
        font-size: 0.8em;
    } */

    .recta{
        padding-top: 12px;
        width: 50px;
    }
    .rectaVertical{
        width: 50px;
    }
}

@media (max-width:530px) {
    /* .globoDiv {
        width: 100px !important;
        height: 100px !important;
        font-size: 12px !important;
    } */
   /*  .hoverGlobo .titulo{
        font-size: 1em;
    }
    .hoverGlobo .descripcion{
        font-size: 8px;
        padding: 0 8px;
    } */
}