/*

Theme Name: Associação Brasileira de Equipagens da Aviação de Patrulha
Theme URI: https://www.abrapat.org.br
Author: Glaucio Mendes de Góes
Author URI: https://glauciodesign.com.br/
Description: Tema Criado para o Clube de Aeronáutica, usando Bootstrap 3 e Wordpress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Tags: Clube, Caer, Aviação, Pilotos, FAB, Força Aérea, COMMAR III, Hotel, Aluguel de Salões,
Piscina, Academia, Sede Barra, Sede Lacustre, Brigadeiro, Coronel, Capitão.  

Text Domain: Clube de Aeronáutica

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/* Fonte do Site - Google Fontes */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

/*Fazer os sub-menu com dropdown "on mouse over" By Rodrigo Azeredo */
ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;
    margin: 0;
}

/* Body -> body { padding-top: 70px; } */
body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif !important;
    background: #F5F5F5 !important; 
}

/*Clear Both*/
.clear {
    clear: both;
}

.bg-primary {

    color: #fff;
    padding: 10px;
    background-color: #337ab7;

}

a.bg-primary:hover,

a.bg-primary:focus {

    background-color: #286090;

}

.bg-success {

    background-color: #dff0d8;
    padding: 10px;
}

a.bg-success:hover,

a.bg-success:focus {

    background-color: #c1e2b3;

}

.bg-info {

    background-color: #d9edf7;
    padding: 10px;

}

a.bg-info:hover,

a.bg-info:focus {

    background-color: #afd9ee;

}

.bg-warning {

    background-color: #fcf8e3;
    padding: 10px;
}

a.bg-warning:hover,

a.bg-warning:focus {

    background-color: #f7ecb5;

}

.bg-danger {

    background-color: #f2dede;
    padding: 10px;
}

a.bg-danger:hover,

a.bg-danger:focus {

    background-color: #e4b9b9;

}

.texto-red {
    color: #D9534F;
}

/*Header Topo*/


/*header*/
.header {
    padding-top: 10px;
    background: url(assets/images/header-bg.jpg) repeat-x;
}

.header-logo-phone {}

.header-texto h1 {
    color: #fff;
    font-weight: bold;
    font-size: 42px;
    padding-top: 10px;
}

.busca {
    padding-top: 40px;
}

/* Menu Principal */
.header-menu-topo {
    padding-top: 10px;


}

/* Menu topo encontra-se em assets/css/menu-topo.css */

/* slider */
.slide-destaques {
    margin: 20px 0;
}

/* Escurece as fotos dos slides 
.item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,0.7) url(assets/images/texture.png);
}
*/

.slide-destaques .carousel-caption {
    margin-bottom: 30px;
}

.slide-destaques h2 {
    font-size: 3.5em;
    text-shadow: 1px 1px 1px #fff;
}

.slide-destaques p {
    font-size: 1.1em;
    color: #fff;
}


/*Noticias*/
.noticias {
    padding:  20px;
    background-color: #eceff1;
}


/*Nav-Tabs Tabela encontra-se em assets/css/tabs.css */


/* Acesso Rápido */
.acesso-rapido .boxes-acesso-rapido .panel-default {
    margin: 20px 0;
    border-bottom: 6px solid #CFBD19;
}

.acesso-rapido h2 {
    font-size: 1.8em;
    text-transform: uppercase;
    text-shadow: 0 1px 3px rgba(0,0,0,.4);
    color: #144253 !important;
    margin-bottom: 15px;
    border-left: 5px solid #1C5E76;
    padding-left: 10px;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.acesso-rapido h3 {
    font-size: 1.3em;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
}

.acesso-rapido .boxes-acesso-rapido i {
    color: #018EC0;
    font-size: 4em;
    text-align: center;
    display: block;
    padding-top: 15px;
}

/* Sedes */
.sedes .boxes-sedes .panel-default {
    margin: 20px 0;
    border-bottom: 6px solid #CFBD19;
}

.sedes h2 {
    font-size: 1.8em;
    text-transform: uppercase;
    text-shadow: 0 1px 3px rgba(0,0,0,.4);
    color: #144253 !important;
    margin-bottom: 15px;
    border-left: 5px solid #1C5E76;
    padding-left: 10px;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sedes h3 {
    font-size: 1.3em;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
}

.sedes .boxes-sedes i {
    color: #018EC0;
    font-size: 4em;
    text-align: center;
    display: block;
    padding-top: 15px;
}

/* Paginação do site */
ul.pagination li span.current {
    color: #FFF;
    background-color: #428BCA;
    border-color: #428BCA;
    cursor: default;
}

/* Page Templates*/
.conteudo_page_header {
    background: url(assets/images/conteudo_page_header_bg.jpg) no-repeat;
    padding-bottom: 30px;
    margin-bottom: 20px;
    color: #fff;
}
.conteudo_page_header h1 {
    font-size: 2.5em;
    font-weight: 700;
    text-shadow: 1px 1px #000;
    text-transform: uppercase;
}
.conteudo_page h2 {
    font-size: 2em;
    font-weight: 700;
    text-shadow: 1px 1px #000;
    text-transform: uppercase;
    text-align: center;
}

/* PAGE */
img.alignright {
    float:right;
    margin:0 0 1em 1em;
}
img.alignleft {
    float:left; 
    margin:0 1em 1em 0;
}
img.aligncenter {
    display: block; 
    margin-left: auto;
    margin-right: auto;
}
a img.alignright {
    float:right; 
    margin:0 0 1em 1em;
}
a img.alignleft {
    float:left; 
    margin:0 1em 1em 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.conteudo_page p {
    margin-top: 15px;
    font-size: 15px;
    color: #555;
}
.conteudo_page img {
    display: block;
    max-width: 100%;
    height: auto;
}
.conteudo_page h1 {
    font-size: 2em;
    font-weight: 700;
    color:#000;
    text-shadow: 1px 1px #D4D4D4;
    text-transform: uppercase;
}
.conteudo_page h2{
    font-weight: 700;
    color: #333;
}
.conteudo_page h3 {
    font-weight: 700;
    color: #518C55;
}
.conteudo_page h4 {
    color: #333;
    font-weight: 700;
}
.conteudo_page h5 {
    color: #900;
}
.conteudo_page h6 {
    color: #900;
}
.conteudo_page ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.conteudo_page ul li {
    padding: 3px 0;
    color: #333;
}
.conteudo_page ol {
    margin: 0;
    padding: 14px;
}
.conteudo_page ol li {
    padding: 10px 0;
    text-transform: uppercase;
    color: #000;
}
.conteudo_page blockquote{
    background: #eee;
    padding: 20px;
    border-radius: 6px;
    color: #fff;
    border-left:4px solid #900;
}

/*Página Secretaria*/
.box-secretaria-areasocios h2 {
    font-size: 20px;
    color: #55555B;
    text-shadow: 1px 1px #D4D4D4;
}
.box-secretaria-areasocios h3 {
    font-size: 20px;
    color: #55555B;
}
.box-secretaria-areasocios .btn {
    font-size: 17px
}
.box-secretaria-areasocios .tab-area-socios ul {
    list-style: none;
}
.box-secretaria-areasocios .tab-area-socios ul li {
    font-size: 15px;
}
.box-secretaria-areasocios .tab-area-socios ul li i {
    color: #3C763D;
}
.conteudo_page_secretaria_meio {
    background: url(assets/images/header-bg.jpg) repeat-x;
    margin: 20px 0;
}
.conteudo_page_secretaria_meio h2 {
    padding-bottom: 20px;
    font-size: 24px;
    color: #fff;
    text-shadow: 1px 1px #55555B;   
}
.conteudo_page_secretaria_meio span {
    padding-bottom: 2px;
    border-bottom: 4px solid #fff;
}
.conteudo_page_secretaria_meio .panel-heading h4 {
    color: #555;
}
.conteudo_page_secretaria_meio .panel-heading a {
    text-decoration: none;
}
.conteudo_page_secretaria_meio .panel-heading a:hover {
    color: #3A74BE;
}
.conteudo_page_secretaria_meio .panel-heading a:focus {
    color: #3A74BE;
}
.conteudo_page_secretaria_meio .panel-body h3 {
    font-size: 18px;
    color: #55555B;
    text-shadow: 1px 1px #D4D4D4;
}
.conteudo_page_secretaria_meio .panel-body h4 {
    font-size: 16px;
    color: #55555B;
    text-shadow: 1px 1px #D4D4D4;
}
.conteudo_page_secretaria_meio .panel-body a {
    text-decoration: none;
    color: #555;
}
.conteudo_page_secretaria_meio .panel-body a:hover {
    color: #3A74BE;
}
.conteudo_page_secretaria_meio .panel-body a:focus {
    color: #3A74BE;
}
.conteudo_page_secretaria_meio .panel-body i {
    font-size: 18px;
    color: #008FC4; 
}
.conteudo_page_secretaria_meio .panel-body ul {
    list-style: none;
    padding-left: 15px;
}
.conteudo_page_secretaria_meio .panel-body ul li {
    font-size: 14px;
    padding-bottom: 5px;
}
.conteudo_page_secretaria_meio .panel-body ul li a {
    padding-left: 5px;
}


/*Página Hotel Demoiselle*/
.conteudo_page_comodidades {
    margin: 30px 0;
    padding: 10px 0;
    background: #162541;
}

.conteudo_page_comodidades .servicos, .conteudo_page_comodidades .hotel-equipe {
    background: #fff;
    font-size: 18px;
}
.conteudo_page_comodidades .servicos h2, .conteudo_page_comodidades .hotel-equipe h2 {
    padding: 10px 0;
    text-align: center;
    
}
.conteudo_page_comodidades .servicos i, .conteudo_page_comodidades .hotel-equipe i {
    padding: 0 10px;
    font-size: 20px;
    color: #ffa701;
}
.conteudo_page_comodidades .hotel-equipe {
    height: 415px
}
.conteudo_page_hotel {
    padding: 15px 0;
}
.conteudo_page_hotel h2 {
    padding: 10px 0;
    font-weight: 700;
    font-size: 40px;
}
.conteudo_page_hotel .planos-precos h3 {
    padding-bottom: 10px;
    border-bottom: 4px solid #ccc;
}

.conteudo_page_hotel .planos-precos i {
    padding-right: 10px;
}
.conteudo_page_hotel .planos-precos ul {
    list-style: none;
    padding-left: 0;
}

.conteudo_page_hotel .planos-precos ul li {
    padding-bottom: 3px;
}

.conteudo_page_hotel .modal-body {
    list-style: none;
}

.formulario-hotel-demoiselle .wpcf7-response-output {
    margin-top: 20px;
}

.formulario-hotel-demoiselle .wpcf7-mail-sent-ok {
    border: 2px solid #449D44;
    margin: 0 0 10px 0;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background: #398f14;
}
.como-chegar-hotel-demoiselle {
    padding: 20px 0;
}
.como-chegar-hotel-demoiselle h2 {
    padding-left: 10px;
}


/* Página Salões*/
.conteudo_page_saloes {
    padding: 15px 0;
}
.conteudo_page_saloes h2 {
    padding: 10px 0;
    font-weight: 700;
    font-size: 40px;
}
.conteudo_page_saloes .planos-precos h3 {
    padding-bottom: 10px;
    border-bottom: 4px solid #ccc;
}

.conteudo_page_saloes .planos-precos i {
    padding-right: 10px;
}
.conteudo_page_saloes .planos-precos ul {
    list-style: none;
    padding-left: 0;
}

.conteudo_page_saloes .planos-precos ul li {
    padding-bottom: 5px;
}

.conteudo_page_saloes .modal-body {
    list-style: none;
}
.conteudo_page_saloes .modal-body .tab-salao-obs i {
    
}

.formulario-eventos {
    background: #fff;
    padding: 15px;
}

.formulario-eventos .wpcf7-response-output {
    margin-top: 20px;
}

.formulario-eventos .wpcf7-mail-sent-ok {
    border: 2px solid #449D44;
    margin: 0 0 10px 0;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background: #398f14;
}

/* Área dos Sócios */
.area_dos_socios .box-socios-1 .alert, .box-socios-2 .alert {
    height: 320px;
}

.area_dos_socios .box-socios-1 .alert .botao-socios, .box-socios-2 .alert .botao-socios {
    margin-top: 40px;
}

.area_dos_socios .box-socios-1 span {
    text-align: center;
    display: block;
}

.area_dos_socios .box-socios-2 span {
    text-align: center;
    display: block;
}

.area_dos_socios h2 {
    color: #b2a7a7;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 0;
}

/*Página Revista*/
.revista_direita {
    padding-left: 50px;
}
.revista_direita h3 {
    font-size: 18px;
    font-weight: 600;
    border-left: 4px solid #46B450;
    background: #F5F5F5;
    padding: 5px 10px;
}
.revista_direita span i {
    color: #FF0000;
    padding-left: 10px;
}
.revista_direita i {
    padding-right: 5px;
}
.revista_direita h4 {
    font-size: 15px;
}
.revista_direita h5 {
    font-size: 12px;
}

/*Página Deben*/
.deben_contato {
    background: rgba(0,0,0,0.7) url(assets/images/texture.png);
}
.deben_contato h4 {
    color: #fff;
    text-align: center;
    padding-bottom: 15px 
}

/* Single/posts */
img.alignright {
    float:right;
    margin:0 0 1em 1em;
}
img.alignleft {
    float:left; 
    margin:0 1em 1em 0;
}
img.aligncenter {
    display: block; 
    margin-left: auto;
    margin-right: auto;
}
a img.alignright {
    float:right; 
    margin:0 0 1em 1em;
}
a img.alignleft {
    float:left; 
    margin:0 1em 1em 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.conteudo-single .navegacao_posts {
    font-size: 14px;
    color: #6D6D79;
    margin-bottom: 20px;
}
.conteudo-single .navegacao_posts a {
    text-decoration: none;
}
.conteudo-single .navegacao_posts a:hover {
    color: #6D6D79;
    border-bottom: 1px dashed;
}
.conteudo-single .navegacao_posts span {
    background: #D4D4D4;
    color: #6D6D79;
    font-weight: 600;
    padding: 5px;
}
.conteudo-single p {
    font-size: 15px;
    color: #555;
}
.conteudo-single img {
    display: block;
    max-width: 100%;
    height: auto;
}
.conteudo-single h1 {
    font-size: 2em;
    font-weight: 700;
    color:#000;
    text-shadow: 1px 1px #D4D4D4;
    text-transform: uppercase;
}
.conteudo-single h2{
    font-weight: 700;
    color: #333;
}
.conteudo-single h3 {
    font-weight: 700;
    color: #518C55;
}
.conteudo-single h4 {
    color: #900;
}
.conteudo-single h5 {
    color: #900;
}
.conteudo-single h6 {
    color: #900;
}
.conteudo-single ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.conteudo-single ul li {
    padding: 10px 0;
    color: #358;
}
.conteudo-single ol {
    margin: 0;
    padding: 14px;
}
.conteudo-single ol li {
    padding: 10px 0;
    text-transform: uppercase;
    color: #000;
}
.conteudo-single blockquote{
    background: #eee;
    padding: 20px;
    border-radius: 6px;
    color: #fff;
    border-left:4px solid #900;
}



/* Rodapé Colunas */
.rodape-colunas {
    color: #fff;
    padding: 20px 0;
    background: #202020;
}

/* Logo Rodapé */
.rodape-colunas .logo-rodape h3 {
    padding-top: 5px;
    color: #fff;
    font-size: 1.3em;
    font-weight: 400;
    text-align: center;
    text-shadow: 1px 1px #000;
}

/* Contato Rodapé */
.rodape-colunas .contato-rodape h3 {
    font-weight: 600;
    font-size: 1.1em;
    text-shadow: 1px 1px #000;
    margin-bottom: 30px;
}

.rodape-colunas .contato-rodape span {
    padding-bottom: 5px;
    border-bottom: 3px solid #008FC4;
}

.rodape-colunas .contato-rodape ul {
    padding-left: 0;
}

.rodape-colunas .contato-rodape li {
    list-style: none;
    padding-bottom: 15px;
    text-shadow: 1px 1px #000;
}

.rodape-colunas .contato-rodape li i {
    padding-right: 5px;
}


/* Rodapé do Site */
.rodape {
    background: #282929;
}

.rodape .direitos-autorais p {
    margin: 10px 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    font-size: 13px;
}
