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

.contactOrganizations{
    width: 100%;
    min-height: calc(100vh - 44px);
    height: max-content;
    position: relative;
    display: flex;
    padding: 60px 5% 0;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


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

.leftInfo{
    width: 50%;
    position: relative;
    height: calc(95vh - 44px - 60px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 500px;
}

.infoContact{
    height: 100%;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 6svh;
}


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

.messageGray{
    font-family: "montserrat-bold";
    color: #414141;
    font-size: 1.5vw;
}


.rightInfo{
    position: relative;
    height: calc(95vh - 44px - 60px - 5vh);
    min-height: max-content;
    width: 50%;
    background-color: #FFFFFF;
    border-radius: 0.8vw;
    padding: 2vw;
    display: flex;
    flex-direction: column;
    row-gap: 2vh;
}


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

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

.formContact{
    width: 100%;
    height: 100%;
    border: 1px solid #29ABE2;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 1vw 1vw  1.5vw; 
    position: relative;
}

.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: 4.2vh;
        min-height: 30px;
        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;
    }
}

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

@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 2vw;
    }

    .blackTextForm{
        font-size: 2vw;
    }

    .blueTextForm{
        font-size: 2vw;
    }
    .spanText{
        font-size: 2vw;
    }

    .infoContact{
        width: 90%;
    }

    .messageGray{
        font-size: 3vw;
    }

}

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

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


    .rightInfo{
        width: 90%;
        padding: 25px;
    }

    .blackTextForm{
        font-size: 20px;
    }

    .blueTextForm{
        font-size: 20px;
    }

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

    .formContact {
        padding: 20px;
    }

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

    .spanText{
        font-size: 16px;
    }

    .messageGray{
        font-size: 18px;
    }

}

@media screen and (max-width: 500px){
    .rightInfo{
        width: 100%;
        padding: 25px 0;
    }

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

    .formContact{
        row-gap: 20px;
    }

    .rightInfo{
        height: max-content;
    }
}


/* Footer */

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

.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: #FFFFFF;
}

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

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


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