/* =================== layout ==================== */

/* -- Body -- */
body{
    font-family: 'Raleway', sans-serif;
}

/* -- Barra de Navegação -- */

.navbar{
    padding: 15px 0px;
    background: #333333;
    border: none;
}

/*-- secao de servico --*/
#conteudo{
    background: #333333;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 7px solid #e0c524;
    border-top: 10px solid #e0c524;
    color: white;
}

.icone{
    margin-top: -65px;
    text-align: center;
}

hr{
    background-color: #e0c524;
    height: 2px;
    width: 100px;
    margin: 15px auto;
}

.conteudo-texto{
    padding: 15px 0px;;
}

/*-- formulario --*/
.form-control {
    height: 50px;
    background-color: ebecee;
    border: 0px solid ebecee;
    border-radius: 8px;
}

.col-md-12 .form-control{
    padding: 10px;
}

.btn-default {
    color: #e0c524;
    border: 2px solid #e0c524;
    background: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 8px 30px 8px 30px;
    margin: 0 15px;
    text-transform: uppercase;
    transition: background 0.1s, color 0.9s;
}

.btn-default:hover {
    background: #e0c524;
    color: black;
}

.texto{
    line-height: 20px;
}

.col-md-4 img{
    float:left;
    margin-right: 15px;
    margin-bottom: 10px;
}

/*-- rodape --*/
footer{
    background: #5b5b5f;
    padding: 10px 0px;
    position: relative;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* =================== tipografia ===================== */
h1{
    text-align: center;
    color: #e0c524;
}



/* ====================================================== */

@media (max-width: 1199.98px) {
    
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    
}


/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .contatos{
        font-size: 13px;
    }
    
    .texto2{
        margin-top: 10px;
        padding-top: 0px
        display: table; 
    }
    
    .contatos img{
        width: 40px !important;
        clear: none;

    }
    
}


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {    
    .contatos img{
        width: 40px !important;
    }
}
