﻿

.sub-page-banner p {
    font-size: 20px;
}



.page-fix {
    margin-top: 150px !important;
}


.page {
    background: url('../images/background.jpg') no-repeat center top fixed !important;
    min-height: 800px;
    padding-top: 25px !important;
}


    .page .heading {
        text-align: left;
        padding: 0 0 50px;
        max-width: 990px;
        margin: 0 auto;
    }

    .page .page-header {
        margin: 0 !important;
        margin-bottom: 15px !important;
    }

        .page .page-header .page-title {
        }

    .page .page-title {
        /*font-family: nunito,sans-serif;*/
        /*border-bottom: dotted 1px #ccc;*/
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 10px;
    }



    .page .line-sp {
        /*border-right: 1px solid #f3f3f3;*/
        /*border: 1px solid #ccc;
    height: 0px;*/
    }

/*CAPTCHA*/


.captcha-container input {
    display: block;
    /*width: 100%;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*TESTEMUNHOS*/

.cbp-l-filters-button {
    margin: 0 auto 30px;
    text-align: center;
}


footer .container {
    border-top: dotted 2px #ccc;
    padding-top: 25px;
}


/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

    .header-background-random {
        background-image: none!important;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {

    .header-background-random {
        background-image: none!important;
    }
}
