﻿/* PALETA DE COR
   TEXT - CINZA #707070
   BOTAO DECORACAO - VERDE #379F9E
   FUNDO CAMPO - VERDE #F5F9FF     
   ICONES - VERDE #BCCED8
*/

/*FONTE*/
@font-face {
    font-family: 'futuralight';
    src: url('../fonte/futura_light_bt-webfont.woff2') format('woff2'), url('../fonte/futura_light_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futuramedium';
    src: url('/fonte/futura_medium_bt-webfont.woff2') format('woff2'), url('/fonte/futura_medium_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*COR PARA PARAGRAFOS*/
h1, h2, h3, h4, h5, h6, p, label {
    color: black !important;
    font-family: futuramedium !important;
}

h6{
    color:#707070 !important;
}

/*SPAN*/
span {
    color: #707070 !important;
    font-family: futuramedium;
}

/*LOGOTIPO*/
.img-logo {
    width: 20%;
    height: 20%;
}
/*LOGOTIPO*/
.img-pr {
    width: 25%;
    height: 25%;
}
/*FOTER HOME*/
.footer {
    text-align: center;
    margin-top: 20px;
    background-color: #379F9E;
}

.completo {
    text-align: center;
    margin-top: 20px;
   
}

/*BOTAO RODAPE*/
.btn-light {
    color: #379F9E !important;
    width: 150px;
    margin-top: 50px;
}


/*IMG FOOTER*/
.img-footer{
   height:246px;
}
/*RESPOSIVIDADE*/
@media (max-width: 576px) {
    .img-logo {
        width: 30%;
        height: 40%;
    }

    .img-pr {
        width: 60%;
        height: 40%;
    }
    .barra-horizontal .slider.slider-horizontal {
        white-space:nowrap;
    }
}
.barra-horizontal .slider.slider-horizontal {
    width: 100%;
}

.text-menu {
    color: #ffffff !important;
}

.time-out {
    background-color: #872a2a !important;
}

.barra {
    color: #fff;
    background-color: #379F9E;
}

.btn-proximo {
    text-align: center;
    margin-top: 20px;
    color: #fff;
    background-color: #379F9E;
}

.btn-proximo:hover {
    color: #379F9E;
    background-color: #fff;
    border-color: #379F9E;
}

.btn-recusa {
    color: #BCCED8 !important;
}

.btn-recusa:hover {
    color: #ffffff !important;
}

