.red {
    color: #d70608 !important;
}
.blue {
    color: #00aeef;
}

.green {
    color: #21ad42;
}

.clearfix {
    clear: both;
}


.hidden {
    display: none;
}

.rounded-corners {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.rounded-corners-small {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.text-center {
text-align:center;
}

.text-left {
    text-align: left;
}
.read-more {
    width: 100%;
    text-align: right;
    text-decoration: underline;
}

.painel {
    display: flex;
    display: block;
    padding: 20px;
    margin: 10px 0px 20px 0px;
    border: 1px solid transparent;
}

.h1 {
font-size:30px;
color:#666;
margin-top:50px;
margin-bottom:10px;

}

/*BG*/
.bg-white {
    background-color: white;
}

.bg-grey {
    background-color: #f1f1f1d4;
}


/*CTA*/
a.cta, button.cta {
    background: #00aeef;
    margin-top: 20px;
    padding: 13px 25px !important;
    line-height: 25px;
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    border: 0;
    cursor:pointer;
}

.cta.red {
    color: #a11b0c;
    background: #fff;
}

a.cta:hover {
    background: #00aeef;
    text-decoration:none;
}

.cta.red:hover {
    background: #f1f1f1;
}

input.cta {
    background: #2b809e;
    margin-top: 5px;
    padding: 7px 0px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    width: 88px;
    text-align: center;
}

a.cta_green, button.cta_green {
    color: #fff;
    background: #21ad42 !important;
}

a.cta_yellow, button.cta_yellow {
    color: #080808;
    background: #ffa700 !important;
    border: 2px solid #000000;
}
/*FIM CTA*/



@media (min-width: 480px) and (max-width: 767px) {
    .container {
        max-width: 748px;
    }

    .form-horizontal .form-group .control-label {
        text-align: right;
    }
}
