

/* Barra inferior fija */

.fixedBottom{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    background-color: #29ABE2;
    display: flex;
    justify-content: center;
    z-index: 1000;

    p{
        color: #FFFFFF;
        text-align: center;
        font-size: 14px;
    }
}


/* Boton fijo de whatsapp */

.fixedIconWhatsapp{
    position: fixed;
    z-index: 1000;
    right: 2%;
    bottom: 55px;

    img{
        width: 50px;
        height: 50px;
    }
}

/* Heroe section */
.heroSection{
    width: 100%;
    min-height: calc(100vh - 44px);
    height: max-content;
    position: relative;
}

.sourceVideoPc{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* background-color: rgba(11, 19, 67, 0.7); */
}

.infoHeroe{
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 55px;
    row-gap: 20px;
    min-height: calc(100vh - 44px);
    height: max-content;
    width: 95%;
    margin: 0 auto;
}

.titleHero{
    color: #FFFFFF;
    font-family: "segoe-bold";
    font-size: 3.5vw;
    text-align: center;
}

.descriptionHero{
    color: #FFFFFF;
    text-align: center;
    font-size: 1.75vw;
}

.bottomHero{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.optionBottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 3vh;

    img{
        max-height: 14vh;
    }

    p{
        color: #FFFFFF;
        text-align: center;
        font-size: 1.9vw;
        font-family: "segoe-bold";
    }
}

@media screen and (max-width: 1000px){
    .titleHero{
        font-size: 4.5vw;
    }

    .descriptionHero{
        font-size: 2.75vw;
    }

    .optionBottom {
        width: 30%;

        p{
            font-size:2.9vw;
        }
    }
}

@media screen and (max-width: 700px){
    .titleHero{
        font-size: 5.5vw;
    }

    .descriptionHero{
        font-size: 3.75vw;
    }

    .optionBottom {
        p{
            font-size:3.9vw;
        }
    }
}


@media screen and (max-width: 500px){
    .titleHero{
        font-size: 7.5vw;
    }

    .descriptionHero{
        font-size: 5.75vw;
    }

    .optionBottom {
        p{
            font-size:4.5vw;
        }
    }

    .infoHeroe{
        padding-bottom: 80px;
    }
    
}

/* Sección de trazul  y miPescao*/
.trazulSection{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 70px;
    min-height: calc(100vh - 104px);
}

.relativePosition{
    position: relative;
    background-color: #FFF;
    padding-bottom: 0 !important;
}


.bottomTrazulSection{
    padding-bottom: 70px;
}

.infoGestion{
    width: 55%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.textTrazul{
    width: 75%;
    margin-right: 3%;
    display: flex;
    flex-direction: column;
    row-gap: 2.5vh;
}

.boltTextGestion{
    color: #29ABE2;
    font-size: 1vw;
    letter-spacing: 2px;
    font-family: "montserrat-bold";
}

.regularTextGestion{
    color: #29ABE2;
    font-size: 1vw;
    letter-spacing: 2px;
    font-family: "montserrat-regular";
}

.controlText{
    font-size: 1.75vw;
    font-family: "montserrat-regular";
    color: #414141;
    line-height: 1.5;
    b{
        color: #414141;
        font-family: "montserrat-bold";
    }
}

.spanText{
    font-size: 1vw;
    font-family: "montserrat-regular";
    color: #414141;
    line-height: 1.8;
    b{
        color: #414141;
        font-family: "montserrat-bold";
    }
}

.seeMore{
    font-size: 1vw;
    background-color: #3FDFB6;
    color: #FFFFFF;
    width: max-content;
    padding: 1.5vh 1vw;
    border-radius: 20px;
    font-family: "montserrat-bold";
}

.imgGestion{
    width: 45%;
    min-height: 400px;
    max-height: calc(100vh - 200px);
    img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: right;
    }
}

.leftPosition{
    img{
        object-position: left !important;
    }
}

.startPosition{
    justify-content: start !important;
}

.endFlex{
    align-items: self-end;
    margin-right: 0;
    margin-left: 3%;
}

.rightText{
    text-align: right;
}

.rightTextMipescao{
    text-align: right;
}

.rightButton{
    margin-right: 0;
    margin-left: auto;
}

.rightButtonMipescao{
    margin-right: 0;
    margin-left: auto;
}

@media screen and (max-width: 1000px){
    .textTrazul{
        width: 90%;
    }
    .boltTextGestion,
    .regularTextGestion{
        font-size: 2vw;
    }

    .controlText{
        font-size: 2.5vw;
    }

    .spanText{
        font-size: 1.5vw;
    }

    .seeMore{
        font-size: 1.5vw;
    }

}

@media screen and (max-width: 700px){

    br {
        display: none;
    }

    .trazulSection{
        flex-direction: column;
        row-gap: 50px;
    }

    .infoGestion{
        width: 90%;
        justify-content: start;
        margin-left: 5%;
    }

    .imgGestion {
        width: 81%;
        margin-right: 0;
        margin-left: auto;
    }

    .textTrazul{
        width: 100%;
        margin-right: 0;
    }

    .boltTextGestion, .regularTextGestion{
        font-size: 20px;
    }

    .controlText {
        font-size: 25px;
    }

    .spanText {
        font-size: 15px;
    }

    .seeMore {
        font-size: 15px;
        padding: 10px 15px;
    }

    .reverseColumn{
        flex-direction: column-reverse;
        margin-bottom: 70px;
    }

    .leftPosition{
        margin-left: 0;
        margin-right: auto;
    }

    .rightTextMipescao{
        text-align: center;
    }

    .rightButtonMipescao{
        margin-right: auto;
    }
}

@media screen and (max-width: 500px){
    .boltTextGestion, .regularTextGestion{
        font-size: 16px;
    }

    .controlText{
        font-size: 20px;
    }

    .spanText{
        font-size: 14px;
    }

    .imgGestion{
        min-height: auto;
    }

    .imgGestion{
        width: 95%;
    }
}


/* Aqui empieza el slider */
.sliderTraceability{
    width: 100vw;
    height: 500vw;
    overflow: hidden;
}

.fixedParalax{
    position: unset;
    top: 0;
    height: 100vh;
    width: 100vw;
    left: 0;
    transition: position 0.5s ease;
}

.parallax {
    width: 100vw;
    height: 100%;
    z-index: 1;
    transition: transform 0.1s ease-out; /* Suaviza el movimiento */
}

.content {
    display: flex;
    height: 100%;
    width: 500%;
    transition: transform 1s ease;
}

.sliderContent{
    width: 20%;
    height: calc(100vh - 64px);
    opacity: 1;
    transition: opacity 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 40px;
    background-color: #F9F9F9;
    margin-top: 64px;
}  

.titlePrincipalSlider{
    margin-top: calc(var(--heightSectionSlider) * 0.05);
    text-align: center;
    font-size: 2vw;
    visibility: hidden;
}

.visible{
    visibility: visible !important;
}

.fixedTitle{
    position: fixed;
    top: calc((var(--heightSectionSlider) * 0.05) + 70px);
    display: none;
    z-index: 100;
    visibility: visible !important;
    left: 50%;
    transform: translateX(-50%);
}

.infoSlider{
    display: flex;
    justify-content: space-between;
    height: calc(var(--heightSectionSlider) * 0.85);
    position: relative;
}

.textSlider{
    
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 5%;
    row-gap: calc(var(--heightSectionSlider) * 0.05);
    /* padding-bottom: 30px; */
}

.slider{
    display: flex;
    align-items: center;
    column-gap: 5%;
    width: 100%;
    img{
        width: 24px;
        height: 10vh;
        cursor: pointer;
        object-fit: contain;
    }
}

.titleSlider{
    font-size: 1.2vw;
    letter-spacing: 1px;
    color: #29ABE2;
    font-family: "montserrat-bold" ;
    text-align: center;
}

.sliderInfo{
    text-align: center;
    font-size: 1.2vw;
    color: #414141;
    font-family: "montserrat-regular";
    b{
        color: #414141;
        font-family: "montserrat-bold";
    }
}

.imgSlider{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;

    img{
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: bottom;
    }
}

.positionTop{
    object-position: top !important;
}

.positionCenter{
    object-position: center !important;
}

.boldTitleSlider{
    font-family: "montserrat-bold";
}

.regularTitleSlider{
    font-family: "montserrat-regular";
}

.buttonSeeMoreSlider{
    font-size: 1vw;
    background-color: #3FDFB6;
    color: #FFFFFF;
    width: max-content;
    padding: 1.5vh 1vw;
    border-radius: 20px;
    font-family: "montserrat-bold";
    position: fixed;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3%;
    z-index: 100;
}

.absoluteButtonSeeMoreSlider{
    position: absolute !important;
}

.fithSliderContainer{
    width: 90%;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fifthSliderTitle{
    width: calc(90% - 48px);
}

.logoSlider{
    width: 80% !important;
    height: 80% !important;
}

.otherSections{
    width: 100vw;
    height: 100vh;
    background-color: blueviolet;
    position: relative;
}

.visibleMobile{
    display: none;
}

@media screen and (max-width: 1000px){

    .infoSlider{
        height: calc(var(--heightSectionSlider) * 0.95);
    }

    .textSlider{
        width: 60%;
    }

    .titleSlider{
        font-size: 1.6vw;
    }

    .sliderInfo{
        font-size: 1.6vw;
    }

    .imgSlider{
        width: 40%;
    }
}

@media screen and (max-width: 700px) {
    .infoSlider{
        flex-direction: column;
        row-gap: 60px;
        height: calc(var(--heightSectionSlider) * 0.90);
        justify-content: center;
    }

    .sliderContent{
        /* row-gap: 10px; */
    }

    .titleSlider {
        font-size: 15px;
    }
    
    .sliderInfo {
        font-size: 14px;
        line-height: 1.5;
    }


    .imgSlider{
        display: none;
    }

    .textSlider{
        width: 100%;
        padding: 0 2%;
        /* height: 100%; */
        /* margin-top: 20px; */
    }

    
    .visibleMobile{
        display: flex;
    }

    .titlePrincipalSlider{
        font-size: 18px;
        width: 90%;
        margin-left: 5%;
    }

    .fixedTitle{
        margin-left: 0 !important;
    }

    .sliderTraceability{
        height: 500vh;
    }
    .positionCenter{
        object-position: bottom !important;
    }
    
    .buttonSeeMoreSlider{
        font-size: 16px;
        padding: 10px 10px;
        display: flex !important;
        position: relative;
        /* bottom: 10%; */
    }

    .fithSliderContainer{
        height: 30vh;
    }

    .absoluteButtonSeeMoreSlider{
        position: relative !important;
    }
    
    .noneMobile{
        display: none !important;
    }

}

.blueTitleCenterGestion{
    color: #0071BC;
    font-family: "montserrat-bold";
}

.textCenterGestion{
    text-align: center;
}

.width80{
    width: 80% !important;
}

.centerButton{
    margin:0 auto;
}

@media screen and (max-width: 1000px) {
    .textTrazul{
        width: 90% !important;
    }
}

@media screen and (max-width: 700px) {
    .textTrazul{
        width: 100% !important;
    }

    .imgGestionCenter{
        margin-left: auto;
        margin-right: auto;
    }
}

.contactSectionBar{
    margin-top: 140px;
    background-color: #0071BC;
    padding: 40px 5%;
    display: flex;
    flex-direction: column;
    row-gap: 40px;

}

.titleCenterContact{
    text-align: center;
    color: #FFFFFF;
    font-family: "montserrat-bold";
    font-size: 1.75vw;
}


@media screen and (max-width: 1000px) {

    .titleCenterContact{
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 700px) {

    .titleCenterContact{
        font-size: 25px;
    }

    .contactSectionBar{
        margin-top: 100px;
    }
}


/* Footer */

.footerInfo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 40px 7% 60px;
}

.leftFooter{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.rightFooter{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
} 

.socialMediaFooter{
    display: flex;
    column-gap: 20px;
    justify-content: end;
}

.socialMediaFooter img{
    width: 24px;
}

.topTextFooter{
    font-size: 1.2vw;
    font-family: "montserrat-medium";
    color: #414141;
}

.bottomTextFooter{
    font-size: 1vw;
    font-family: "montserrat-regular";
    color: #414141;
}

.topRightTextFooter{
    font-size: 1vw;
    font-family: "montserrat-regular";
    color: #414141;
}


@media screen and (max-width: 1000px) {

    .footerInfo{
        flex-direction: column;
        row-gap: 10px;
    }

    .topTextFooter{
        font-size: 2.2vw;
        text-align: center;
    }

    .bottomTextFooter{
        text-align: center;
        font-size: 2vw;
    }

    .topRightTextFooter{
        font-size: 2.2vw;
        text-align: center;
    }
    .socialMediaFooter{
        justify-content: center;
    }

    .rightFooter{
        margin-top: 20px;
    }
}

@media screen and (max-width: 700px) {
    .topTextFooter{
        font-size: 16px;
    }

    .bottomTextFooter{
        font-size: 14px;
    }

    .topRightTextFooter{
        font-size: 15px;
    }
}