

.green > p > span {
    color: #77ca4e;
}

.mediablocktext {
    margin-bottom: 20px;
}

.mediablockimage {
    padding-top: 3px;
}


.labels {
    color: red;
    background-color: white;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 60px;
    border: 2px solid black;
    white-space: nowrap;
}

#DivImageBackground {
    height: 450px;
    width: 100%;
}

.detailimage {
    width: 100%;
}

#divFixFullWidth {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    max-height: 450px;
    overflow: hidden;
}

#googleMap {
    width: 100%;
    height: 100%;
}


.mediablocktext {
    padding-left: 0;
}

.header {
    text-align: center;
    /*font-size: 38px;*/
    font-size: 34px;
    font-family: 'Neo Sans Medium';
    vertical-align: middle;
    color: #77ca4e;
    margin-top: 20px;
    margin-bottom: 20px;
}

.title {
    text-align: left;
    /*font-size: 31px;*/
    font-size: 24px;
    font-family: 'Neo Sans Medium';
    vertical-align: middle;
    color: #0a5b7b;
    margin-top: 20px;
    margin-bottom: 15px;
}


.text {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    /*font-size: 18px;*/
    font-size: 16px;
    margin: 10px;
    font-family: Lato;
    /*max-width: 1000px;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 40px;
    column-gap: 45px;
}

.TextSize {
    font-size: 16px;
}


#ContactForm {
    padding-left: 0;
}


.textarea {
    height: 120px !important;
}


#generalcontainer {
    /*height:950px;*/
}

select::-ms-expand {
    display: none;
}



.errormsgs span {
    display: none;
}

    .errormsgs span:first-child {
        display: block;
    }

.styled-select {
    background: url(/images/selectArrowWhiteBG.png) no-repeat right white;
    -webkit-appearance: none;
    -moz-appearance: none;
}


input[type='radio'] {
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    border: 1px solid darkgray;
    border-radius: 50%;
    outline: none;
    box-shadow: 0 0 5px 0px lightgray inset;
}

    input[type='radio']:hover {
        box-shadow: 0 0 5px 0px orange inset;
    }

    input[type='radio']:before {
        content: '';
        display: block;
        width: 40%;
        height: 40%;
        margin: 31% 31%;
        border-radius: 50%;
    }

    input[type='radio']:checked:before {
        background: #77CA4E;
    }

#warning {
    font-size: 12px;
}

#rectangle {
    text-align: center;
    height: 40px;
    border-radius: 1px;
    border-width: 3px;
    border: solid #77CA4E;
    color: #8BC760;
    background: url(/images/mais-01.svg) no-repeat right;
}

#btnsubmit {
    text-align: center;
    height: 40px;
    border-radius: 1px;
    border-width: 3px;
    border: solid #8BC760;
    color: white;
    background-color: #8BC760;
    float: right;
}


.btnChooseFile {
    height: 30px;
    font-size: 16px;
    font-family: lato;
    background: url(/images/selectArrowWhiteBG.png) no-repeat right white;
    color: #77CA4E;
}


.pageHeader {
    text-align: center;
    color: #77CA4E;
    font-family: 'Neo Sans Medium';
    font-size: 50px;
    margin-bottom: 50px;
}

.pageTitle {
    color: #77CA4E;
    font-family: 'Neo Sans Medium';
    margin-bottom: 20px;
}


.form-group {
    margin-bottom: 10px;
}


.control-label {
    font-size: 16px;
    font-family: lato;
    width: 100%
}

.form-group .form-control {
    width: 100%;
    height: 30px;
    font-size: 16px;
    font-family: lato;
    background: white;
}

.radiobtn {
    display: inline;
    font-size: 16px;
    font-family: lato;
    margin-right: 20px;
}

.radiobtninput {
    width: 30px;
    height: 30px;
}



@media (max-width: 1024px) {
    .margined {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {

    .presentationimg {
        height: 101px;
    }

    .header {
        font-size: 18px;
        line-height: inherit;
    }



    .title {
        font-size: 16px;
        margin: auto;
        line-height: inherit;
        margin-bottom: 10px;
        text-align: center;
    }


    .mediablocktext > p {
        font-size: 14px;
    }


    .form-group {
        padding-left: 5%;
        padding-right: 5%;
    }


    #divFixFullWidth {
        max-height: 250px;
    }


    #btnsubmit {
        float: none;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .mediablocktext {
        padding-left: 10%;
    }
}
