#contactUsRef{
    opacity: 0;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    background-color: #d8de59;
    overflow: hidden;
}

#contactUsCenteredContent{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;

}

.contactUsTitleContainer{
    position: relative;
    float: left;
    width: 100%;
    height: 95px;
    background-color: #ffffff;
    text-align: center;

}
#contactUsTitle{
    position: relative;
    display: inline-block;
    width: calc(100% - 5px);
    text-align: left;
    font-size: 52pt;
    height: 100%;
    line-height: 90px;
    color: #d8de59;
    text-align: left;
    padding-left: 5px;
}

#contactUsFormContainer{
    position: relative;
    display: inline-block;
    width: 90%;
    text-align: left;
    margin-top: 35px;
    height: calc(100% - 140px );
}

.contact-us-form{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}

.contact-us-section{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 22px;
}

.contact-us-label{
    position: relative;
    float: left;
    width: 28%;
    height: auto;
    font-size: 11pt;
    padding-top: 2px;
}

.contact-us-input-container{
    position: relative;
    float: right;
    width: 68%;
    height: 100%;
}

.contact-us-input{
    height: 30px;
    width: calc(100% - 20px);
    border-style: solid;
    border-width: 1px;
    border-color: #474747;
    border-radius: 5px;
    background-color: #f2f2f2;
    color: #474747;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: inset 0px -4px 0px #dddddd;
    font-size: 12pt;
}

.contact-us-textarea{
    height: 90px;
    width: calc(100% - 20px);
    border-style: solid;
    border-width: 1px;
    border-color: #474747;
    border-radius: 5px;
    background-color: #f2f2f2;
    box-shadow: inset 0px -4px 0px #dddddd;
    color: #474747;
    resize: none;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12pt;
}

.contact-us-btn-container{
    position: relative;
    float: left;
    height: auto;
    width: 100%;
}

#contactUsBtnEnviar{
    position: relative;
    float: right;
    height: 35px;
    line-height: 35px;
    font-size: 12pt;
    text-align: center;
    width: 42%;
    background-color: #00aaff;
    border-color: #474747;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    box-shadow: inset 0px 15px 0px -13px #a0e4f9;
}

#contactUsBtnEnviar:hover{
    cursor: pointer;
    font-weight: 700;
}

.textColorWhite{
    color: #ffffff;
}

#contactUsLinks{
    position: absolute;
    right: 10px;
    width: auto;
    height: 37px;
    bottom: 0px;
    display: none;
}


@media only screen and (min-width:768px){

    .contactUsTitleContainer {
        height: 75px;
    }

    #contactUsTitle{
        width: 525px;
        padding-left: 0px;
        line-height: 80px;
        font-size: 46pt;
    }

    #contactUsFormContainer{
        width: 32%;
        min-width: 480px;
        margin-top: 50px;
        height: calc(100% - 160px);
    }

    .contact-us-section{
        margin-bottom: 30px;
    }

    .contact-us-label{
        font-size: 13pt;
        width: 25%;
    }

    .contact-us-input{
        height: 40px;
        font-size: 14pt;
    }

    .contact-us-textarea{
        height: 120px;
    }

    #contactUsBtnEnviar{
        width: 25%;
        height: 28px;
        line-height: 28px;
        font-size: 11pt;
        border-width: 1px;
        border-radius: 3px;
    }
    #contactUsLinks{
        display: block;
    }
}
@media only screen and (max-height: 790px) and (min-width:768px){

    #contactUsTitle{
        width: 378px;
        padding-left: 0px;
        line-height: 80px;
        font-size: 40pt;
    }
    #contactUsFormContainer {
        min-width: 390px;
        margin-top: 28px;
        height: calc(100% - 100px);
    }
    #contactUsLinks {
        bottom: 5px;
    }
    #contactUsBtnEnviar {
        font-size: 10pt;
    }
    #contactUsLinks{
        display: block;
        right: 0px;
    }
}

@media only screen and (max-width: 321px) and (max-height: 481px){

    .contactUsTitleContainer {
        position: relative;
        float: left;
        width: 100%;
        height: 68px;
        background-color: #ffffff;
        text-align: center;
    }

    #contactUsTitle {
        position: relative;
        display: inline-block;
        width: calc(100% - 5px);
        text-align: left;
        font-size: 37pt;
        height: 100%;
        line-height: 70px;
        color: #d8de59;
        text-align: left;
        padding-left: 5px;
    }

    #contactUsFormContainer {
        position: relative;
        display: inline-block;
        width: 90%;
        text-align: left;
        margin-top: 10px;
        height: calc(100% - 90px );
    }

    .contact-us-section {
        margin-bottom: 15px;
    }

    #contactUsBtnEnviar {
        height: 26px;
        line-height: 27px;
        font-size: 11pt;
        width: 43%;
    }
}
/*1919*/
@media only screen and (min-width: 1660px){
    .contactUsTitleContainer {
        height: 115px;
    }

    #contactUsTitle {
        width: 653px;
        padding-left: 0px;
        line-height: 109px;
        font-size: 55pt;
    }

    #contactUsFormContainer {
        width: 34%;
        min-width: 480px;
        margin-top: 60px;
        height: calc(100% - 160px);
    }

    .contact-us-section {
        margin-bottom: 35px;
    }

    .contact-us-label {
        font-size: 19pt;
        width: 25%;
        line-height: 28px;
    }

    .contact-us-input {
        height: 56px;
        font-size: 18pt;
        width: calc(100% - 40px);
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-us-textarea {
        height: 160px;
        font-size: 18pt;
        font-size: 18pt;
        width: calc(100% - 40px);
        padding: 5px 20px;
    }

    #contactUsBtnEnviar {
        width: 25%;
        height: 35px;
        line-height: 35px;
        font-size: 12pt;
        border-width: 1px;
        border-radius: 3px;
    }

    #contactUsLinks {
        position: absolute;
        right: 10px;
        width: auto;
        height: 37px;
        bottom: 35px;
    }
    #contactUsLinks{
        display: block;
        right: 0px;
    }
}

@media screen and (orientation: portrait) {
    #contactUsTitle{
        font-size: 32px;
    }
    .contactUsTitleContainer{
        
height: 66px;
    }
}