/* ----------------------------------------------------------------
    Custom CSS

    Add all your Custom Styled CSS here for New Styles or
    Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

legend {
    display: block;
    width: auto;
    padding: 0 5px;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
    border: auto;
    border-bottom: none;
}

fieldset {
    border: 1px solid;
    padding: 30px;
    border-color: #0081ff;
    border-radius: 5px;
}

.tabs-bordered .tab-container {
    background-color: #fff;
}

.divider {
    color: #cecece !important;
}

.titulo {
    color: #ffffff;
    font-size: 20px !important;
    line-height: 22px !important;
    font-family: Raleway;
}

#header.semi-transparent.sticky-header #header-wrap {
    background-color: #ffffff !important;
}

.bm-mini {
    margin-bottom: 10px !important;
}

#content p {
    line-height: 1.3 !important;
}

.custonslider {
    background-color: #174e86;
    background-image: url('../images/slider/background.jpg');
}

.line-background {
    background-color: #e6e6e6;
    background-image: url('../images/background-line.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}

.blue-background {
    background-image: url('../images/background-photo-blue.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #164b7f;
    padding-top: 150px;
    padding-bottom: 120px;
}


}
.linha {
    border-top: 60px solid #18538e;
}

.justify {
    text-align: justify;
}

#google-map {
    border-bottom: 60px solid #18538e !important;
}

.feature-box .fbox-icon {
    width: 50px !important;
}

.feature-box.fbox-plain .fbox-icon img {
    height: 50px !important;
}

.feature-box p {
    margin: 8px 0 0 0;
    color: #333;
}

.bgicon2 {
    /*ÍCONE PARA MAPA*/

    display: block;
    position: absolute;
    bottom: -22px;
    right: 60px;
    font-size: 170px;
    color: rgba(85, 143, 202, 0.16);
}














/*-----------------ÁREA RESTRITA*/
.line-small,
.double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 20px 0;
    border-top: 1px solid #EEE;
}


#header.dark:not(.transparent-header) {
    background-color: #062040;
    border-bottom: none;
}

.dark #header-wrap:not(.not-dark) #primary-menu>ul>li>a,
.dark #header-wrap:not(.not-dark) #primary-menu>.container>ul>li>a,
.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu>ul>li>a,
.overlay-menu #primary-menu.dark>ul>li>a,
.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu>#overlay-menu-close {
    color: #7288a0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#footer.dark,
.dark #footer {
    /* trocar o cinza padrão do tema para o azul escuro */

    background-color: #04162b;
    color: #34587d;
    border-top-color: rgba(0, 0, 0, 0.2);
}

.dark .footer-widgets-wrap a {
    /* trocar o cinza padrão do tema para o azul escuro */

    color: #829cb7;
}

#copyrights {
    /* trocar o cinza padrão do tema para o azul escuro */

    padding: 40px 0;
    background-color: #DDD;
    font-size: 12px;
    line-height: 1.8;
}

.dark #copyrights {
    /* trocar o cinza padrão do tema para o azul escuro */

    background-color: rgba(0, 0, 0, 0.2);
    color: rgb(45, 85, 136);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.justify {
    text-align: justify;
    /* justificar alguns textos, pedido do Lucas */
}


#primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content {
    width: 250px;
    /* aumentar o tamanho do submenu */
}


#primary-menu ul ul li>a {
    text-transform: none;
    /*Faz os submenus não entrarem na regra de caixa alta*/
}


#footer .footer-widgets-wrap {
    padding: 50px 0;
    /*Reduz o tamanho do rodapé*/
}

label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-transform: none;
    letter-spacing: 0px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;
}