<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#content {
    max-width: 1170px;
}
.titulo {
    color: #21409A;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.subtitulo {
    color: #21409A;
    font-size: 30px;
    font-weight: 700;
    margin-top: 45px;
}
.titulo + p {
    font-size: 20px;
    color: #636363;
    margin-bottom: 25px;
}
.info {
    margin-bottom: 20px;
}
.info img {
    margin-right: 5px;
}
.ajaxLoader {
    background: url(../img/layout/ajax-loader.gif) no-repeat left center;
    min-height: 32px;
    min-width: 32px;    
    display: none;
    position: absolute;
    top: 12px;
    right: -40px;
}
.response {
    margin-top: 10px;
    float: left;
    color: #ED143D;
    text-align: right;
}
.form-group {
    clear: both;
}
.error {
    background-color: #f2dede;
}
.input-lg {
    height: 60px;
    font-size: 14px;
}
select.input-lg {
    height: 60px;
}
.textarea {
    min-height: 250px;
}

#form-container {
    
}
#form-contato {
    margin-bottom: 30px;
}
.small-input-width {
    max-width: 200px;
}
.texto-politica-comercial {
    color: crimson;
    margin-top: 15px;
    margin-bottom: 25px;
}
.input-lg:focus {
    border: 1px solid #0094FF;
    color: #0094FF;
}
.input-lg:focus::placeholder {
    color: #0094FF;
}
.btn-form-contato-submit {
    background: var(--main-color);
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    padding: 12px 55px;
}
.btn-form-contato-submit:hover,
.btn-form-contato-submit:active,
.btn-form-contato-submit:focus {
    background: var(--secondary-color);
    color: #fff;
    border: 1px solid var(--secondary-color);
    outline: none;
}

@media (max-width: 767px) {
    #content {
        margin-top: 25px;
    }
    .titulo + p {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    #content {
        padding-top: 0;
        margin-block: 40px;
    }    
}

@media (min-width: 992px) {
     #info-container {
        padding-right: 35px;
    }
    #form-container {
        position: relative;
        padding-left: 35px;
    }    
    #form-container .border {
        position: absolute;
        left: -2px;
        top: 0;
        width: 2px;
        height: 100%;
        padding-block: 10%;
        background-color: #D9D9D9;
    }
    #form-container .border::before {
        content: "";
        display: block;
        width: 2px;
        height: 100%;
        background-color: var(--secondary-color);
    }
}

@media (min-width: 1200px) {
    
}</pre></body></html>