header{
    background-color: #FFFFFF !important;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.optionsHeader {
    a{
        color: rgb(41, 171, 226) !important;
    }
}


.titleSectionTraceability{
    color: #0071BC;
    font-size: 1.5vw;
    padding-top: 90px;
    text-align: center;
    font-family: "montserrat-bold"; 
}

.buttonFixed{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #3FDFB6;
    color: #FFFFFF;
    font-size: 1vw;
    font-family: "montserrat-bold";
    padding: 1vw 1.5vw;
    border-radius: 1.5vw 1.5vw 0 0;
    text-align: center;
    width: max-content;
    cursor: pointer;
    z-index: 1000;
    border: none;
}

.textIncomplete{
    text-align: center;
    color: #fbb040;
    font-size: 1.3vw;
    display: none;
    justify-content: center;
}

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

/* Boton fijo de whatsapp */

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

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

@media screen and (max-width: 1000px){
    .titleSectionTraceability{
        font-size: 2.5vw;
        width: 90%;
        margin: 0 auto;
    }

    .buttonFixed {
        font-size: 1.5vw;
        padding: 1.5vw 2vw;
        border-radius: 2vw 2vw 0 0;
    }

    .textIncomplete{
        font-size: 2vw;
    }
}

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

    .buttonFixed {
        
        font-size: 14px;
        padding: 15px 18px;
        border-radius: 20px 20px 0 0;
    }

    .textIncomplete{
        font-size: 16px;
    }
}

/* Sección de trazul  y miPescao*/
.trazulSection{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 50px;
}

.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";
    }
}

.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;
}


@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: 30px;
    }

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

    .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;
        padding-bottom: 0;
        /* margin-bottom: 70px; */
    }

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

    .rightTextMipescao{
        text-align: center;
    }

    .rightButtonMipescao{
        margin-right: auto;
    }

    .bottomTrazulSection{
        padding-bottom: 0;
    }
}

@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%;
    }
}


/*  */

.formTraceability{
    min-height: max-content;
    width: 42%;
    background-color: #FFFFFF;
    border-radius: 0.8vw;
    padding: 2vw 2vh 0;
    display: flex;
    flex-direction: column;
    row-gap: 2vh;
    margin: 40px auto 0 ;
}

.titleRight{
    height: max-content;
}

.blackTextForm{
    color: #414141;
    font-family: "montserrat-bold";
    font-size: 1.8vw;
    margin-bottom: 1vh;
}

.blueTextForm{
    color: #3FDFB6;
    font-family: "montserrat-bold";
    font-size: 1.8vw;
}

.formContact{
    width: 100%;
    height: 100%;
    border: 1px solid #3FDFB6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1vw 1vw 1vw;
    position: relative;
    background-color: #FFFFFF;
    row-gap: 1vw;
}

.doubleInput{
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 2vw;
}

.labelInfo{
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 1vh;

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

    .inputFormContact{
        height: 5.5vh;
        max-height: 40px;
        width: 100%;
        border: 1px solid #CFCFCF;
        border-radius: 0.3vw;
        padding: 0 1vw;
        background-color: #FFFFFF;
        outline: none;
        appearance: textfield;
        -webkit-appearance: textfield;
    }

    textarea{
        height: 8vh !important;
        padding-top: 2.5vh !important;
        max-height: 80px !important;
    }
}

.sendbutton{
    background-color: #29ABE2;
    color: #FFFFFF;
    padding: 0.5vw 1vw;
    width: max-content;
    position: absolute;
    bottom: -1vw;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    border-radius: 1.4vw;
    font-family: "montserrat-bold";
    font-size: 1vw;
    cursor: pointer;
}

.viewMobile{
    display: none;
}

@media screen and (max-width: 1000px){
    .labelInfo{
        span{
            font-size: 1.5vw;
        }
    }

    .sendbutton{
        font-size: 1.4vw;
        bottom: -1.3vw;
    }

    .formContact{
        padding: 1.5vw 1.5vw 1.5vw;
        row-gap: 20px;
    }

    .blackTextForm{
        font-size: 2vw;
    }

    .blueTextForm{
        font-size: 2vw;
    }

    .titleSectionWhite{
        font-size: 2.5vw;

    }

    .yellowText{
        font-size: 2vw;
    }

    .formTraceability{
        width: 80%;
    }
}

@media screen and (max-width: 700px){
    .contactOrganizations{
        flex-direction: column;
        row-gap: 40px;
        margin: 40px 0 0;
        padding-bottom: 40px;
    }

    .leftInfo{
        min-height: max-content;
        width: 100%;
        row-gap: 20px;
    }

    .titleSectionWhite{
        font-size: 25px;
    }

    .yellowText{
        font-size: 20px;
    }

    .logoWhite{
        width: 20vw;
    }

    .formTraceability{
        width: 90%;
    }

    .blackTextForm{
        font-size: 20px;
    }

    .blueTextForm{
        font-size: 20px;
    }

    .labelInfo {
        span {
            font-size: 15px;
        }
    }

    .formContact {
        padding: 20px 20px 20px;
    }

    .sendbutton{
        font-size: 14px;
        padding: 8px 15px;
        bottom: -20px;
    }

    .titleRight{
        display: flex;
        flex-direction: column;
    }
    .viewPc{
        display: none;
    }

    .viewMobile{
        display: flex;
        width: 90%;
    }

    .textLeftMobile{
        text-align: left;
    }

    .textRightMobile{
        text-align: right;
        justify-content: end;
    }
}

@media screen and (max-width: 500px){
    .formTraceability{
        width: 100%;
    }

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

    .formContact{
        row-gap: 20px;
    }

    .formTraceability{
        height: max-content;
    }
}