@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans');
body{
    font-family: 'Open Sans', sans-serif;
    color: #333f48;
}
p{
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}
a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
    color:#2A9B8B;
}
.carousel-inner img {
    margin: auto;
    width: 100%;
}
.justificado {
    text-align: justify;
    text-justify: inter-word;
}
.recuo { text-indent:4em }

/*celular*/
@media screen and (max-width: 40em) {

    .navbar-brand .logo{
        background: url(../../public/img/logos/5/logo-header.png) no-repeat;
        display: block;
        width:205px;
        height:85px;
    }

    .topo_info{
        font-size: 0.8em;
    }

    .banner-text h4{
        display: none;
    }

    .banner-text{
        position: absolute;
        bottom: 20%;
        width: 100%;
    }

    .carousel-indicators{
        display: none;
    }

    .navbar-brand{
        padding-top: 1px;
    }

    .bg-7{
        background: url('../img/fundos/fundo3.jpg') no-repeat;
        width: 100%;
        height: 200px;
    }

    .carousel slide{
        float: left;
        position: absolute;
    }

    .topo_info .face{
        width: 20px !important;
        margin-top: -1em;
    }

    h2{
        font-size: 1.3em;
    }
    h3{
        font-size: 1.1em;
    }

    h1{
        font-size: 1.5em;
    }

    .banner-text h1{
        font-size: 1.5em
    }
    .btni{
        font-size: 0.5em;
        color: #fff;
        border: 1px solid #fff;
        padding: 4px 8px;
        display: inline-block;
    }

}

/*desktop*/
@media screen and (min-width: 40em) {

    .navbar-brand{
        padding-top: 1px;
    }

    .navbar-brand .logo{
        background: url(../../public/img/logos/5/logo-header.png) no-repeat;
        display: block;
        width:203px;
        height:80px;
    }

    .fixed-theme .logo{
        background: url(../../public/img/logos/5/invertida-header.png) no-repeat;
        display: block;
        width:190px;
        height:82px;
    }

    .navbar-fixed-top{
        background-color: #f2f2f2;
        height: 90px;
        transition: 0.8s;
        -webkit-transition:  0.8s;
        box-shadow: 0 0 5px rgba(0,0,0,.8);
    }

    .fixed-theme{
        height:80px;
    }

    #celular{
        display: none;
    }

    .banner-text{
        position: absolute;
        bottom: 30%;
        width: 100%;
    }
    .bg-7{
        background: url('../img/fundos/fundo3.jpg') no-repeat fixed;
        width: 100%;
        height: 400px;
    }
    .bg-8{
        background: #f0f0f0;
        color: #333f48;
    }
    .bg-9{
        background: #2D2D30;
        color: #f0f0f0;
    }
    .bg-0 a{
        color:#333f48;
    }
    .bg-0 a:hover{
        color:#2A9B8B;
    }

    .navbar-fixed-top li a{
        color: #000;
        padding-top: 35px;
    }
    .navbar-fixed-top li a:hover{
        background-color: transparent;
        color: #2A9B8B;
    }

    .navbar-fixed-top li.active a{
        color: #2A9B8B;
    }

    .navbar-container {
        padding: 0px 0 20px 0;
    }

    .navbar.navbar-fixed-top.fixed-theme {
        background-color: #333f48;
        border-color: #080808;
        box-shadow: 0 0 5px rgba(0,0,0,.8);
        opacity: 0.9;
    }

    .fixed-theme li a{
        color: #fff;
        font-size: 13px;
    }

    .navbar-container.fixed-theme {
        padding: 0;
    }

    .navbar-brand.fixed-theme,
    .navbar-container.fixed-theme,
    .navbar.navbar-fixed-top.fixed-theme,
    .navbar-brand,
    .navbar-container{
        transition: 0.8s;
        -webkit-transition:  0.8s;
    }

    .face{
        width: 35px;
    }

    .topo_info{
        font-size: 18px;
    }

    h1{
        font-size: 3em;
    }

    .banner-text h1{
        font-size: 4em;
    }

    .btni{
        font-size: 1em;
        color: #fff;
        border: 1px solid #fff;
        padding: 12px 37px;
        display: inline-block;
    }
}

.btn-menu{
    background: transparent;
    color: #000;
    border: 0;
    font-weight: bold;
    padding: 20px;
}

.bg-1 {
    background: #333f48;
    color: #fff;
}
.bg-2 {
    background: #F5F4F4;
}
.bg-2 a {
    color: #333f48;
}
.bg-4{
    background-color: #2A9B8B;
}
.bg-5{
    background-color: #000000;
    color: #fff;
}
.bg-8{
    background: #f0f0f0;
    color: #333f48;
}
.bg-10{
    background: #fff;
    color: #333f48;
}

.bg-1 h3 {
    color: #fff;
}
#hr-medium{
    height: 2px;
    background-color: #2A9B8B;
    width: 50px;
    border: 0;
}

#hr-medium-left{
    height: 3px;
    background-color: #2A9B8B;
    width: 50px;
    border: 0;
    margin-left: 0;
}
#hr-small-center{
    height: 2px;
    background-color: #2A9B8B;
    width: 50px;
    border: 0;
}
#hr-small-left{
    height: 2px;
    background-color: #2A9B8B;
    width: 30px;
    border: 0;
    margin-left: 0;
    margin-top: 0;
}
#separador{
    height: 8px;
    background-color: #2A9B8B;
    border: 0;
}
.thumbnail p {
    margin-top: 15px;
    color: #555;
}
.btn {
    padding: 10px 20px;
    background-color: #333;
    color: #f1f1f1;
    border-radius: 0;
    transition: .2s;
}
.btnc {
    padding: 10px 20px;
    background-color: #2A9B8B;
    color: #fefefe;
    border-radius: 0;
    transition: .2s;
    border: 0;
}
.btnl {
    padding: 10px 20px;
    background-color: #484848;
    color: #fff;
    border-radius: 0;
    transition: .2s;
    border: 0;
}
.nav-tabs li a {
    color: #777;
}
#googleMap {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
footer {
    background-color: #333f48;
    color: #f5f5f5;
    padding: 32px;
}
footer a {
    color: #f5f5f5;
}
footer a:hover {
    color: #777;
    text-decoration: none;
}
.form-control {
    border-radius: 0;
}
textarea {
    resize: none;
}

.tab-pane{
    padding : 5px 15px !important;
    min-height: 280px;
    border: 0;
    margin: 0;

}
.tab-pane p{
    padding-top : 15px !important;
}

#laranja{
    color: #ff6900;
}
#turquesa{
    color: #2A9B8B;
}
#verde{
    color: #44780D;
}
#azul{
    color: #0076C0
}
#roxo{
    color: #A1438C;
}
#texto_secundario{
    color: #666;
}
#texto_secundario2{
    color: #666666;
}
.modal-content{
    border-radius: 0
}

.banner-text h1{
    color: #fff;
}
.banner-text h4{
    color: #fff;
    font-weight: normal;
}
.noticias_descricao{
    color: #333f48;
}

.btni:hover, .btni:focus {
    border: 1px solid #ff6900 !important;
    background-color: #ff6900 !important;
    color: #fff
}

.face:hover, .face:focus {
    background-color: #ff6900 !important;
    color: #fff;
}

.texto-branco{
    color: #fff;
}

#noticias_img{
    height: 380px;
    border-radius: 0;
}
#noticias_img img{
    padding: 0;
    margin: 0;

}

.texto_hover{
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 40px;
    background: #FF6900;
    color: #fff;
    visibility: hidden;
}

.texto_hover h4{
    text-align: center;
    font-weight: normal;
}
.imagem_noticia{
    height:auto;
    width:100%;
}
.imagem_idnoticia{
    float: left;
    margin: 0 20px 10px 0;
}
#drop_toggle li a{
    padding: 5px;
    color: #000
}
#drop_toggle li > a:hover{
    color: #ff6900;
}

.nav > li > a:focus {
    background-color: transparent;
}
.nav .open > a:focus {
    background-color: transparent;
}
#inicio{
    -webkit-animation-name: fadeIn  !important;
    animation-name: fadeIn  !important;
    -webkit-animation-duration: 2s !important;
    animation-duration: 2s  !important;
}

#banner_h1{
    -webkit-animation-name: fadeInRightBig  !important;
    animation-name: fadeInRightBig  !important;
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s  !important;
}
#banner_h4{
    -webkit-animation-name: fadeInRightBig  !important;
    animation-name: fadeInRightBig  !important;
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s  !important;
}
#botao_banner{
    -webkit-animation-name: fadeInRightBig  !important;
    animation-name: fadeInRightBig  !important;
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s  !important;
}

.circulo_empresa {
    background: #333f48;
    color: #fff;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 130px;
    width:130px;
    justify-content: center;
}
.missao p{
    padding-left: 60px;
    padding-right: 60px;
}
#imagem_empresa{
    margin-top: 12%;
    max-width: 100%;
    height: auto;
}
.tab-pane a{
    color: #333f48;
}
.asinistro a{
    color:#333f48;
}
.asinistro a:hover, .asinistro a:focus, .asinistro a:active {
    outline: none;
    text-decoration: none;
    color:#ff6900;
}
fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
}
.ver-mais{
    cursor: pointer;
    width: 100%;
    padding: 10px;
    float: left;
    text-align: right;
    font-weight: bold;
    color: #333f48;
    margin-bottom: 25px;
}
.ver-mais:hover{
    color: #ff6900;
}

.laranja {
    color: #ff6900;
}

.bg-2,.bg-3,.bg-4,.bg-5,.bg-6,.bg-7,.bg-8, .bg-0 {
    min-height: 400px;
}

#loader{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    background-color: #bfbfbf4f;
}

#loading{
    background: url(../../public/img/gifs/loading4.gif) no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    top: 45%;
    right: 45%;
    left: 45%;
    bottom: 45%;
    position: fixed;
    opacity: 0.7;
}