@font-face { font-family: "Gotham"; src: url("../fonts/GOTHAM-MEDIUM.TTF") format("truetype"); }
@font-face { font-family: "Gotham-Thin"; src: url("../fonts/GOTHAM-THIN.TTF") format("truetype"); }

body {
    background-color: #e5e5e5;
}

/* DEFAULT */

.txt-color-0, .txt-black { color:#000; }
.txt-color-f, .txt-white { color:#fff; }

.txt-color-1, .txt-alfa { color:#65003f; }
/*.txt-color-2, .txt-beta { color:#65003f; }*/
.txt-color-3, .txt-gama { color:#ffee82; }

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none;
}

.btn {
    font-family: "Gotham";
    border-radius: 3px;
    min-width: 220px;
    min-height: 41px;
    line-height: 41px;
    transition: all ease .2s;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
}

.btn-xs {
    min-width: 45px;
    min-height: 16px;
    line-height: 16px;
}

.btn-red {
    background-color: #f00;
    border-color: #f00;
    color: #fff;
}

.btn-1 {
    background-color: #fff;
    border:2px solid #65003f;
    color: #65003f;
}

.btn-1-alfa {
    background-color: transparent;
    border-color:#fff;
    color: #fff;
}

.btn-1-o {
    background-color: #65003f;
    color: #fff;
}

.btn-1:hover {
    background-color: #65003f;
    color: #fff;
}

.btn-1-o:hover {
    background-color: #fff;
    color: #65003f;
}

select.btn {
    line-height: 45px;
    min-height: 45px;
}

select.btn-1 {
    max-width: 220px;
}

select.btn-1:hover {
    background-color: #fff;
    color: #65003f;
}



.btn-1-alfa:hover {
    background-color: #fff;
    color: #65003f;
}

a.btn-2, 
.btn-2 {
    background-color: #aeabd5;
    border:2px solid #aeabd5;
    color: #fff;
}

.btn-2:hover {
    background-color: #7776a5;
    border-color:#7776a5;
    color: #fff;
}

.btn-3 {
    background-color: #528277;
    border:2px solid #528277;
    color: #fff;
}

.btn-3:hover {
    background-color: #334f48;
    border-color:#334f48;
    color: #fff;
}


/* END */

.viewport {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    position: relative;
}

/* */

section {
    background-color: #fddd2d;
    color: #61003c;
}

/* TOPO */

.section-topo {
    background: url('../images/Gradiente-baixo.png') no-repeat center 25% #fddd2d;
}

.topo {
    text-align: center;
}

.topo-social > div {
    margin-top: 15px;
}

.topo .logo {
    margin-top: 0;
    margin-bottom: 50px;
}

.topo .onde {
    color: #c78d17;
    font-family: 'Baloo Bhaijaan', cursive;
    font-size: 36pt;
    line-height: 32pt;
    margin-bottom: 0;
}

.topo .row-1 select {
    text-indent: 15px;
    line-height: 47px;
    height: 47px;
    display: block;
    text-align: left;
}

.topo .row-1 select option:first-child {
    line-height: 47px;
    height: 47px;
    display: block;
    text-align: left;
}

.topo .row-1 select, 
.topo .row-1 button {
    display: inline-block;
    margin: 30px auto;
}

@media (max-width: 768px) {
    .topo .row-1 select, 
    .topo .row-1 button {
        margin: 15px auto;
    }
}

/* MAPA */

#map {
    background-color: #ccc;
    min-height: 500px;
}

/* RESULTADOS */

.section-results {
    background: url('../images/Gradiente-baixo.png') no-repeat center center #fddd2d;
    background-attachment:fixed;
    font-family: "Gotham";
    padding-bottom: 70px;
}

.section-results h3 {
    font-size: 18pt;
    font-weight: bold;
    margin: 70px 0;
}

.section-results .results {
    font-size: 14pt;
}

.section-results .results .col-md-4 {
    min-height: 330px;
    margin-bottom: 80px;
}

.popup {
    color: #61003c;
}

.section-results .results div,
.popup div {
    display: block;
    font-family: "Gotham-Thin";
    font-size: 12pt;
    font-weight: 900;
    margin-bottom: 40px;
}

.section-results .results .title,
.popup .title {
    font-family: "Gotham";
    font-size: 14pt;
    text-transform: uppercase;
    margin-bottom: 40px;
}

/* FOOTER */

footer {
    font-family: "Gotham";
    color: #fff;
    background-color: #61003c;
    padding-top: 89px;
    padding-bottom: 45px;
}

footer h3,
footer a {
    font-size: 12pt;
    line-height: 35pt;
}

footer h3 {
    color: #fff;
    font-weight: bold;
    margin: 0;  
    text-transform: uppercase;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

footer .row-2 a {
    display: block;
    line-height: 18pt;
}

footer .col-3 h3, 
footer .col-3 a {
    color: #ffee82;
}

footer .social a {
    display: inline-block;
}

footer .container .row-1 {
    min-height: 97px;
    margin-bottom: 60px;
}

footer .container { margin-bottom: 45px; }
footer .container + .container { margin-bottom: 45px; }

footer .container + .container .row-1 {
    min-height: 30px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    footer {
        padding-bottom: 45px;
        padding-top: 0;
    }

    footer .container .row-1 {
        min-height: auto;
        margin: 45px auto;
    }

    footer .container {
        margin-bottom: 0;
    }

    footer .container + .container {
        margin-bottom: 45px;
    }
}



.gc-modal.modal__bg {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
}

.gc-modal .modal__header .modal__title {
    background-color: #aeacd3;
    color: #fff;
    font-family: "Gotham";
    font-weight: 300;
    padding: 16px 40px;
}

.gc-modal .modal__header .modal__close {
    color: #fff;
    font-size:22px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    transform: all .2s ease;
    width: 32px;
}

.gc-modal .modal__header .modal__close:hover {
    font-size: 26px;
}

.gc-modal .modal__posheader {
    width: 100%;
    background-color: #f0f0f0;
    padding: 0 40px;

    text-decoration: none;
    color:#3e51b5;
}

.gc-modal .modal__posheader p {
    margin: 10px auto;
    font-weight: 300;
    line-height: 1.4em;
}

.gc-modal .modal__posheader .telefone {
    text-align: right;
    margin-top: 25px;
}

.gc-modal .modal__posheader .telefone a {
    color: #3e51b5;
    height: 24px;
    line-height: 24px;
    text-decoration: none;
    vertical-align: top;
}

.gc-modal .modal__text {
    width: 100%;
    padding: 16px 40px;
}

.gc-modal .mdl-textfield {
    width: 100%;
}

.gc-modal .form-group-action {
    text-align: right;
}

.gc-modal .form-group-action button {
    padding: 0 40px;
    font-weight: 500;
}

.gc-modal .mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.gc-modal .mdl-textfield--floating-label.is-dirty .mdl-textfield__input {
    border-color:#607D8B;
    color:#607D8B;
}

.gc-modal .mdl-textfield--floating-label.is-dirty.is-invalid .mdl-textfield__label,
.gc-modal .mdl-textfield--floating-label.is-dirty.is-invalid .mdl-textfield__input {
    border-color: #de3226;
    color:#de3226;
    box-shadow: none;
}

.modal__title {
    background-color: #aeacd3;
}