h1 {
    font-family: BebasNeueRegular;
    color: #58595B;
    font-size: 40px;
}

.info-triangle-down {
    margin: 0 auto;
    text-align: center;
    padding: 0 25%;
}

.info-triangle-up {
    margin:  0 auto;
    text-align: center;
    padding: 0 25%;
}

.info-triangle-down .descricao, .info-triangle-up .descricao, .info-triangle-down .autor, .info-triangle-up .autor {
    font-family: OpenSansRegular;
    color: #58595B;
    font-size: 14px;
}

.triangle-down-btn {
    margin: 0 auto;
}
.triangle-down-btn img {
    height: 40px;
}
.triangle-down-btn .title{
    text-align: center;
    font-family: BebasNeueRegular;
    color: #414042;
    font-size: 17px;
}
.triangle-down-btn:hover img {
    opacity: 0.7;
}
.triangle-down-btn:hover .title {
    color: #DA020A;
}

.map{
    border: 1px solid #A5A7AA;
    height: 400px;
}

label{
    padding-bottom: 10px;
    float: left;
    font-family: OpenSansRegular;
    font-size: 14px;
}

button[type="submit"]{
    padding: 15px;
    color: #fff;
    font-family: OpenSansBold;
    font-size: 15px;
    border: none;
    cursor: pointer;
    background-color: #DA020A;
}

button[type="submit"]:hover{
    background-color: #58595B;
}

input[type="text"], select, textarea{
    padding: 10px;
    border: 1px solid #A5A7AA;
    height: 40px;
}

textarea{
    height: 150px;
    resize: none;
}

select{
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select:after {
    content:"\f107";
    font-family: FontAwesome;
    color: #DA020A;
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: 1;
    text-align: center;
    height: 40px;
    line-height: 40px;
    pointer-events: none;
}

@media (min-width: 500px) and (max-width: 767px) {


    .spacer-menu-topo {
        height: 50px;
    }

    .descricao-texto {
        padding: 0 10px;
    }

    .info-triangle-down {
        margin: 0 auto;
        text-align: center;
        padding: 0 10px;
    }

    .spacer-100 {
        height: 75px;
    }

    .form{
        padding: 0 10px;
    }

    .col-48 {
        width: 100%;
    }

    .spacer-25 {
        height: 0;
    }

    .col-48, .col-100 {
        margin-bottom: 7px;
    }

    button[type="submit"] {
        padding: 11px;
        font-size: 14px;
    }

    .abjectFailure.cvermelho.size-20 {
        font-size: 14px;
    }

}

@media only screen and (max-width: 499.98px) {

    .spacer-menu-topo {
        height: 50px;
    }

    .descricao-texto {
        padding: 0 10px;
    }

    .info-triangle-down {
        margin: 0 auto;
        text-align: center;
        padding: 0 10px;
    }

    .spacer-100 {
        height: 75px;
    }

    .form{
        padding: 0 10px;
    }

    .col-48 {
        width: 100%;
    }

    .spacer-25 {
        height: 0;
    }

    .col-48, .col-100 {
        margin-bottom: 7px;
    }

    button[type="submit"] {
        padding: 11px;
        font-size: 14px;
    }

    .abjectFailure.cvermelho.size-20 {
        font-size: 14px;
    }

}