/**
 *
 * Theme: VRV
 * Folha de Estilos Personalizados
 *
 * Author: WeCoded
 * Author URI:https://www.wecoded.com.br
 *
**/


/*******************************************************
 * FONTES
*******************************************************/


/*******************************************************
 * CORPO, ELEMENTOS HTML E TIPOGRAFIA
*******************************************************/
body {
    color: #888888;
	font-size: 17px;
    line-height: 30px;
    font-weight: normal;
    background: #FFFFFF;
    font-family: 'Averia Gruesa Libre', cursive;
}
img {
    max-width: 100%;
    height: auto;
}
h1{
	font-size: 32px;
}
h2{
	font-size: 30px;
} 
h3{
	font-size: 23px;
}
h4 {
    font-size: 20px;  
}
a, a:hover {
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
} 
 
/*******************************************************
 * FORMULÁRIOS E BOTÕES
*******************************************************/
.btn{
    border-radius: 50px;
    line-height: 25px;
    display: inline-block;
    padding: 10px 25px;
    color: white;
}
.btn:hover{
    color: white;
}
.btn-default {
    background-color: #e9ac1a;
    color: white;
}
.btn-outline {
    color: white;
    border: 1px solid #f6da3a; 
}
.btn-blue{
    background: #6585ad;
    color: white;
}

button:focus {
    outline: 0; 
}

.hide-large{
    display: none;
}
.hide-small{
    display: block;
}

/*******************************************************
 * CLASSES E ELEMENTOS PRINCIPAIS
*******************************************************/ 
.nav-tabs {
    text-align: center;
    border: 0;
    margin-bottom: 80px;
}
.nav-tabs li, .nav-tabs li.active {
    float: none;
    display: inline-block;
    margin: 0;
}
.nav-tabs li a, .nav-tabs li a:hover, .nav-tabs li a:active, .nav-tabs li a:focus, .nav-tabs li:hover a, .nav-tabs li:active a, .nav-tabs li:focus a {
    border: 0;
    border-radius: 0;
    font-size: 14px;
}
.nav-tabs li.active a {
    border: 0;
    border-bottom: 2px solid #008080;
}



.modal {
    padding-top: 50px;
    background: #000a;
}
 

.container-fluid {
    max-width: 90%;
}


/*******************************************************
 * CABECALHO
*******************************************************/
#header { 
    transition: .4s ease;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    position: absolute;
    border-top: 20px solid #e9ca1a;
    color: #f6da3a;
    font-size: 30px;
    display: inline-block;
}  


#header #header-inner {
    background: #5b7392b8;
    position: relative;
    padding: 30px 0 35px 0;
}

#header .header-logo {
    background-color: white;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
    padding: 40px 20px 50px 20px;
    margin-top: -60px;
    box-shadow: 0px 5px 11px -1px #00000075;
    text-align: center;
    z-index: 1;
    display: block;
    position: absolute;
    width: 100%;
}

 
#header .botao  {
    text-align: right;
}
.botao a {
    display: inline-block;
}
.botao a:hover {
    transform: scale(1.05);
}

#header .botao button {
    color: #f6da3a;
    font-size: 24px;
    padding: 11px 16px;
    margin-top: 10px;
    max-width: 100%;
    white-space: nowrap;
}
 




 /*Sidenav */ 
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #5b7392b8;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 0;
}
 
.sidenav span.menu-title {
    display: inline-block;
    margin-top: 30px;
    margin-left: 30px;
    font-size: 35px;
    color: white;
}
.sidenav #closeNav {
    display: inline-block;
    float: right;
    margin-top: 30px;
    margin-right: 30px;
    background: transparent;
    border: 0;
    max-width: 40px;
}
.sidenav #menu-menu-principal-1 {
    margin-top: 100px;
    display: block;
    text-align: center;
}
.sidenav #menu-menu-principal-1 li {
    margin-bottom: 15px;
}
.sidenav #menu-menu-principal-1 li a {
    background: #e9ac1a;
    padding: 12px 20px;
    border-radius: 50px;
    color: #494949;
    font-size: 16px;
}
.sidenav #menu-menu-principal-1 li a:hover, 
.sidenav #menu-menu-principal-1  .current_page_item a {
    background: #6585ad; 
    color: white; 
}
.sidenav .botao-sidenav {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;
}
.sidenav .botao-sidenav a{
    display: inline-block;
}
.sidenav .botao-sidenav a:hover{
    transform: scale(1.05);
}
.sidenav .botao-sidenav button{
    color: #f6da3a;
    font-size: 24px;
    padding: 11px 16px;
    margin-top: 10px;
    max-width: 100%;
    white-space: nowrap;
}


#main-menu .toggle {
    display: none;
}
 
#main-menu {
     
}
#main-menu ul {
    background: transparent;
    border-radius: 20px;
    padding: 15px 0;
}
#main-menu ul li {
    margin: 0 10px;
}
#main-menu ul li a {
    background: #e9ac1a;
    padding: 10px 15px;
    border-radius: 50px;
    color: #494949;
    font-size: 16px;
}
#main-menu ul li a:hover, 
#main-menu ul .current_page_item a {
    background: #6585ad; 
    color: white; 
}


/*******************************************************
 * RODAPE
*******************************************************/
#footer {
    background-color: #4b3866;
    padding: 0 0 50px 0;
	color: white;
    position: relative;
}
#footer a{
    color: #c2dbdf;
}
#footer a:hover{
    color: white;
}
 
#footer::before{
    background-image: url("img/bg-session/footer.png"); 
    content: '';
    width: 100%;
    height: 116px;
    position: absolute;
    z-index: 1; 
    background-position: center top;
    background-repeat: no-repeat;
    top: -116px;
    left: 0;
    right: 0;
}
#footer .coluna.coluna1 ul {
    padding: 0;
}
#footer h2 {
    margin-bottom: 40px;
}


#footer .coluna.coluna2 {
    text-align: center;
}

#footer ul.social {
    padding: 0;
    margin-bottom: 50px;
}
#footer ul.social li {
    display: inline-block;
    margin: 0 5px;
}
#footer .coluna.coluna2 .conteudo h2 {
    margin-bottom: 10px;
} 
#footer .coluna.coluna2  a.whatsapp {
    margin-top: 30px;
    display: block;
}


.copyright {
    background-color: #4b3866;
    color: white;
    text-align: center;
    padding: 0 0 30px 0;
}
.copyright a{
    color: #c2dbdf;
}
.copyright a:hover{
    color: white;
}


/*******************************************************
 * PÁGINAS
*******************************************************/ 
.banner {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    width: 100%;
    height: 700px;
}
section{
    position: relative;
}
section::before{
    content: '';
    width: 100%;
    height: 116px;
    position: absolute;
    z-index: 1; 
    background-position: center top;
    background-repeat: no-repeat;
    top: -116px;
    left: 0;
    right: 0;
}


#home2{
    background-color: #f6f4e2;
    padding-bottom: 180px;
}
#home2::before{
    background-image: url("img/bg-session/home2.png"); 
} 

#home2 .titulo {
    margin-bottom: 50px;
}
#home2 .titulo h2 {
    color: #547baa;
    font-size: 79px;
    line-height: 57px;
}
#home2 .titulo h3 {
    color: #6585ad;
    font-size: 68px;
    line-height: 49px;
    margin-left: 70px;
}
#home2 .titulo h4 {
    color: #e9b11a;
    font-size: 53px;
    line-height: 39px;
    margin-left: -100px;
    margin-bottom: 30px;
    margin-top: 20px;
}
#home2 .conteudo {
    text-align: center;
    margin-top: 100px;
}
#home2 .conteudo h2 {
    color: #6585ad;
}
#home2 .botao {
    text-align: center;
    margin-top: 20px;
}



#home3{
    background-color: #e4e2cc;
    padding-bottom: 220px;
}
#home3::before{
    background-image: url("img/bg-session/home3.png"); 
}

#home3 .conteudo {
    text-align: center;
}
#home3 .conteudo h2 {
    color: #6585ad;
}
#home3 .botao {
    text-align: center;
    margin-top: 20px;
}
#home3 .conteudo a{
    color: #888888;
}





#home4{
    background-color: #bee3e6;
    padding-bottom: 180px;
    text-align: center;
}
#home4::before{
    background-image: url("img/bg-session/home4.png"); 
}
#home4 .icone {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -170px;
    z-index: 1;
}
#home4 .titulo-conteudo {
    font-size: 25px;
    line-height: 35px;
}
#home4 .titulo-conteudo h2 {
    color: #6585ad;
    margin-bottom: 20px;
}
.tipos-atividade {
    margin-top: 30px;
}
.tipos-atividade h3 {
    color: #6585ad;
    font-size: 24px;
    line-height: 35px;
}

.tipos-atividade ul.atividades {
    padding: 0;
    margin-bottom: 60px;
    margin-top: 30px;
}
.tipos-atividade ul.atividades li {
    display: inline-block;
    list-style: none;
    background: #e9ac1a;
    border-radius: 50px;
    padding: 8px 20px;
    color: #494949;
}
.tipos-atividade ul.atividades li:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.tipos-atividade ul.atividades li a{
    color: #494949;
}




#home5{
    background-color: #385e7d;
    padding-bottom: 180px;
    text-align: center;
}
#home5::before{
    background-image: url("img/bg-session/paginas3.png"); 
}
#home5 .titulo h2 {
    color: white;
    margin-bottom: 50px;
}
#home5 .post-item .post-thumb {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    z-index: 1;
    position: relative;
}
#home5 .post-item .post-content {
    background: #76bbac;
    color: white;
    margin-top: -10px;
    padding: 50px 30px 70px 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 30px;
}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    border: 2px solid #ff0000;
    position: absolute;
    margin-top: -40px;
}
#home5 .post-item .post-content .post-title h3 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
    color: white;
}

#home5 .post-item .post-content .post-excerpt {
    margin-bottom: 30px;
}

#home5 .post-item .post-content .post-star {
    display: inline-block;
    float: left;
}
#home5 .post-item .post-content .post-access {
    display: inline-block;
    float: right;
    margin-top: -5px;
}
#home5 .post-item .post-content .post-access button {
    color: #494949 !important;
    padding: 8px;
    font-size: 16px !important;
}
#home5 .botao {
    text-align: center;
    display: block;
    position: relative;
    margin-top: 70px;
    margin-bottom: 0;
} 
#home5 .botao .btn{
    color: #494949;
    padding: 10px 50px;
}




#sobre2{
    background-color: #bee3e6;
    padding-bottom: 200px;
    text-align: center;
}
#sobre2::before{
    background-image: url("img/bg-session/sobre2.png"); 
}

#sobre2 {
    color: #475e7b; 
}
#sobre2 h2 {
    color: #475e7b;
    font-size: 68px;
    line-height: 49px;
    margin-bottom: 100px;
}
#sobre2 h3 {
    color: #475e7b;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
}
#sobre2 h4 {
    color: #e9ac1a;
    font-size: 39px;
    line-height: 28px;
    margin-bottom: 25px;
}





#sobre3{
    background-color: #f6f4e2;
    padding-bottom: 200px; 
    color: #2f435c;
    text-align: center;
}
#sobre3::before{
    background-image: url("img/bg-session/sobre3.png"); 
}
#sobre3 .titulo-conteudo h2 {
    margin-bottom: 40px;
}
#sobre3 .botao {
    margin-bottom: 100px;
    margin-top: 40px;
}

#sobre3 .card-projeto-pedagogico .conteudo {
    background-color: #76bbac;
    color: white;
    margin-top: -10px;
    padding: 50px 30px 30px 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 30px;
    min-height: 500px;
}
#sobre3 .card-projeto-pedagogico .conteudo h2 {
    margin-bottom: 30px;
}
#sobre3 .card-projeto-pedagogico img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}





#sobre4{
    background-color: #385e7d;
    padding-bottom: 50px; 
    text-align: center;
}
#sobre4::before{
    background-image: url("img/bg-session/sobre4.png"); 
}

.galeria  .titulo {
    color: white;
    margin-bottom: 60px;
}
.galeria .titulo h2{
    color: #f6e55f;
}
.galeria h3 {
    color: #f6e55f;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.galeria a img {
    border: 21px solid #7eb6aa;
    border-radius: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 45px;
}

.galeria a .foto {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 250px;
    width: 250px;
    margin-bottom: 30px;
    border-radius: 100%;
    border: 21px solid #7eb6aa;
}




#sobre5 {
    background: #385e7d;
    padding-bottom: 200px; 
}

#agende .titulo .btn-title {
    font-size: 25px;
    border: 1px solid #6adcd8;
    display: inline-block;
    padding: 35px 20px 25px 20px;
    width: 100%;
    color: white;
}
#agende .titulo .btn-title a{
    color: white;
}
#agende .titulo {
    margin-bottom: 100px;
}

#agende .conteudo {
    text-align: center;
    color: #e6e7e8;
}
#agende .conteudo h2 {
    color: #6adcd8;
    margin-bottom: 30px;
}

#agende ul.store {
    padding: 0;
    margin-top: 15px;
}
#agende ul.store li {
    list-style: none;
    display: inline;
    margin-right: 10px;
}
#agende ul.store li a {
    display: inline-block;
}
#agende ul.store li a:hover {
    transform: scale(1.05);
}






#paginas2{
    background-color: #bee3e6;
    padding-bottom: 200px; 
    text-align: center;
    color: #475e7b;
}
#paginas2::before{
    background-image: url("img/bg-session/paginas2.png"); 
}
#paginas2 .titulo-conteudo h4 {
    color: #e9ac1a;
    font-size: 39px;
    line-height: 28px;
    margin-bottom: 10px;
}
#paginas2 .titulo-conteudo h2 {
    color: #475e7b;
    font-size: 68px;
    line-height: 69px;
    margin-bottom: 70px;
}

#paginas2 .circulo p {
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
    width: 250px;
}
#paginas2 .circulo {
    background: #475e7b;
    color: white;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    margin-top: 40px;
} 
#paginas2 .titulo-conteudo a,
#sobre2 a {
    color: #475e7b;
    font-size: 25px;
    display: inline-block;
    margin-top: 30px;
    border: 1px solid #475e7b;
    border-radius: 50px;
    padding: 35px 30px;
}
#paginas2 .titulo-conteudo a:hover,
#sobre2 a:hover {
    transform: scale(1.05);
}



#paginas3{
    background-color: #385e7d;
    padding-bottom: 50px; 
    text-align: center;
}
#paginas3::before{
    background-image: url("img/bg-session/paginas3.png"); 
}



#paginas4 {
    background: #385e7d;
    padding-bottom: 200px; 
}







#blog2{
    background-color: #bee3e6;
    padding-bottom: 200px; 
    text-align: center;
}
#blog2::before{
    background-image: url("img/bg-session/noticias2.png"); 
}
#blog2 .titulo {
    margin-bottom: 100px;
}
#blog2 .titulo h2 {
    color: #475e7b;
    font-size: 68px;
    line-height: 49px;
}
#blog2 .titulo h4 {
    color: #e9ac1a;
    font-size: 39px;
    line-height: 28px;
    margin-bottom: 20px;
}

#blog2 .post-item .post-thumb {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    z-index: 1;
    position: relative;
}
#blog2 .post-item .post-content {
    background: #76bbac;
    color: white;
    margin-top: -10px;
    padding: 50px 30px 70px 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#blog2 .post-item .post-content .post-title h3 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
    color: white;
}

#blog2 .post-item .post-content .post-excerpt {
    margin-bottom: 30px;
}

#blog2 .post-item .post-content .post-star {
    display: inline-block;
    float: left;
}
#blog2 .post-item .post-content .post-access {
    display: inline-block;
    float: right;
    margin-top: -5px;
}
#blog2 .post-item .post-content .post-access button {
    color: #494949 !important;
    padding: 8px;
    font-size: 16px !important;
}




#blog3{
    background-color: #385e7d;
    padding-bottom: 200px; 
    text-align: center;
}
#blog3::before{
    background-image: url("img/bg-session/noticias3.png"); 
}


#single-post-article #blog2 .titulo h2 {
    color: #6585ad;
    line-height: 75px;
}
#single-post-article #blog2 .titulo h3 {
    color: #e9ac1a;
    font-size: 39px;
    line-height: 28px;
}
#single-post-article #blog2 .post-thumb img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}
#single-post-article #blog2 .post-excerpt {
    background: white;
    padding: 50px 20px 30px 20px;
    margin-top: -10px;
    color: #494949;
    font-size: 16px;
    line-height: 25px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}


#blog2 .sidebar-blog {
    background: white;
    border-radius: 15px;
    padding: 30px 20px;
}
#blog2 .sidebar-blog .widget_search h3 {
    display: none;
}

#blog2 .sidebar-blog .widget_search .form-group {
    width: 100%;
}
#blog2 .sidebar-blog .widget_search input#s {
    color: #494949;
    font-size: 20px;
    line-height: 35px;
    border-radius: 50px;
    border: 1px solid #494949;
    padding: 8px 20px;
    height: auto;
    width: 100% !important;
    max-width: 100% !important;
    display: block;
}
#blog2 .sidebar-blog .widget_search button#searchsubmit {
    position: absolute;
    right: 45px;
    background-image: url("img/search.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: 0;
    z-index: 1;
    width: 36px;
    height: 32px;
}


#blog2 .sidebar-blog .widget {
    margin-bottom: 30px;
}

#blog2 .sidebar-blog .widget h3.widgettitle::after {
    content: '';
    background: #b7b7b7;
    position: absolute;
    width: 50px;
    height: 5px;
    left: 0;
    bottom: -3px;
}
#blog2 .sidebar-blog .widget h3.widgettitle {
    text-align: left;
    color: #494949;
    font-size: 20px;
    line-height: 35px;
    border-bottom: 1px solid #b7b7b7;
    padding-left: 10px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
}


#blog2 .sidebar-blog .widget_categories ul {
    padding-left: 10px;
    text-align: left;
}
#blog2 .sidebar-blog .widget_categories ul li {
    list-style: none;
}
#blog2 .sidebar-blog .widget_categories ul li a {
    color: #494949;
    font-size: 15px;
    position: relative;
}
#blog2 .sidebar-blog .widget_categories ul li a::after {
    content: '';
    height: 1px;
    width: 5px;
    background: #494949;
    position: absolute;
    left: -10px;
    top: 50%;
}

#blog2 .sidebar-blog .widget .rpwwt-widget img {
    padding: 0 !important;
    margin: 0 !important;
}

#blog2 .sidebar-blog .widget .rpwwt-widget span.rpwwt-post-title {
    color: #494949;
    font-size: 15px;
    line-height: 20px;
    text-align: left !important;
}









#contato2{
    background-color: #bee3e6;
    padding-bottom: 200px; 
    text-align: center;
}
#contato2::before{
    background-image: url("img/bg-session/contato2.png"); 
}

#contato2 .titulo {
    margin-bottom: 100px;
}
#contato2 .titulo h2 {
    color: #475e7b;
    font-size: 68px;
    line-height: 49px;
}
#contato2 .titulo h4 {
    color: #e9ac1a;
    font-size: 39px;
    line-height: 28px;
    margin-bottom: 15px;
}

#contato2 .dados {
    background: white;
    padding: 30px 40px;
    text-align: left;
    border-radius: 20px;
    color: #475e7b;
    line-height: 22px;
    font-size: 19px;
}
#contato2 .dados ul.social {
    padding: 0;
    margin-top: 10px;
}
#contato2 .dados ul.social li {
    display: inline-block;
    margin-right: 5px;
}
#contato2 .dados a.whatsapp {
    margin: 0 auto;
    display: block;
    position: relative;
    text-align: left;
}
ul.social li a:hover,
a.whatsapp:hover{
    transform: scale(1.05);
    display: inline-block;
}


#contato2 form .form-group input::placeholder,
#contato2 form .form-group textarea::placeholder {
    color: #475e7b;
}
#contato2 form .form-group {
    width: 100%;
    max-width: 100%;
}
#contato2 form .form-group input {
    width: 100%;
    color: #475e7b;
    padding: 5px 10px;
    border-radius: 50px;
    border: 0;
}
#contato2 form .form-group textarea {
    width: 100%;
    color: #475e7b;
    padding: 5px 10px;
    border-radius: 20px;
    border: 0;
}
#contato2 form .form-group select{
    width: 100%;
    color: #475e7b;
    padding: 5px 10px;
    border-radius: 50px;
    border: 0; 
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    position: relative;
}
#contato2 form .form-group select{  
    background-image: url(img/icone-select.png);
    background-repeat: no-repeat;
    background-position: 97% center;
}
#contato2 form .form-group span.interesse{ 
    position: relative;
}
/*#contato2 form .form-group span.interesse::after {
    content: '';
    background-image: url(img/icone-select.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 29px;
    height: 29px;
    position: absolute;
    right: 10px;
    top: -5px;
}*/

#contato2 form .form-group input[type="submit"] {
    font-size: 16px;
    background: #6585ad;
    color: white;
    width: auto;
    padding: 8px 30px;
    position: absolute;
    right: 20px;
    bottom: 75px;
}



#contato3{
    background-color: #385e7d;
    padding-bottom: 200px; 
    text-align: center;
}
#contato3::before{
    background-image: url("img/bg-session/contato3.png"); 
}


 



/*******************************************************
 * AJUSTES RESPONSIVOS
*******************************************************/
@media( min-width: 1920px ) {
	 .banner {
        background-repeat: no-repeat;
        background-position: center top;
        background-size: auto;
        width: 100%;
        height: 750px;
    }
}
@media (min-width: 992px){
    
    .container {
        max-width: 880px !important;
    }

} 
@media( min-width: 1600px ) {
    
}

@media( max-width: 1600px ) {
    #header .header-logo {
        background-color: white;
        border-bottom-left-radius: 80px;
        border-bottom-right-radius: 80px;
        padding: 35px 20px 45px 20px;
        width: 90%;
    }
    #header .botao button {
        color: #f6da3a;
        font-size: 21px;
        padding: 10px 10px;
        margin-top: 10px;
        max-width: 100%;
        white-space: nowrap;
    }
    
    #main-menu ul li {
        margin: 0 3px;
    }
    #main-menu ul li a {
        background: #e9ac1a;
        padding: 10px 10px;
        border-radius: 50px;
        color: #494949;
        font-size: 15px;
    }
}

@media( max-width: 1360px ) {
	 #header .botao button {
        color: #f6da3a;
        font-size: 17px;
    }
    #main-menu ul li {
        margin: auto;
    }
    #main-menu ul li a {
        background: #e9ac1a;
        padding: 10px 5px;
        border-radius: 50px;
        color: #494949;
        font-size: 14px;
    }
    
}
@media( max-width: 1199px ) {
    
   
	
	/*MENU MOBILE*/ 
    
    #main-menu .toggle {
        display: block;
        position: absolute;
        right: 0;
        top: -10px;
    }
	 
	#main-menu .toggle button {
		background: transparent; 
        border: 0;
	}
	  
	

	#header #menu-menu-principal {
		display: none;
	}
    
	#header #menu-menu-principal.open {
        display: block;
        background-color: #475e7b;
        color: white;
        position: absolute;
        width: 100%;
        max-width: 300px;
        right: 10px;
        margin-top: 90px;
        padding: 30px 0;
    }

	#main-menu ul li {
		display: block;
		margin: 0;
		padding: 10px 0; 
		text-align: center;
	}
    
	#main-menu ul li a {
		color: white; 
	}
	
    
	
    
    /* end menu mobile */
    
    
    #header .botao button {
        color: #f6da3a;
        font-size: 21px;
        padding: 10px 20px;
    }
    #main-menu .toggle img {
        max-width: 110px;
    }
	
	 
 
} 
@media( max-width: 1024px ) {
	 
} 
@media( max-width: 991px ) {
    
    #home5 .post-item .post-content {
        margin-bottom: 30px;
    }
    
    .galeria a .foto { 
        height: 550px;
        width: 550px; 
        margin: 0 auto 50px auto;
    }
    
    #header #header-inner {
        background: white;
        position: relative;
        padding: 10px 0 30px 0;
    }

    #header .header-logo {
        background-color: transparent;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding: 0;
        width: 100%;
        box-shadow: none;
        position: relative;
        margin: 0 auto;
    }
    
    #header .botao {
        display: none;
    }
    
    #main-menu .toggle {
        display: block;
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        top: 0;
    }


     
    
    #home2 .conteudo { 
        margin-top: 80px;
    }
    #home3 .botao { 
        margin-bottom: 80px;
    }
    
    #footer { 
        text-align: center;
    }
    #footer .coluna.coluna1 ul { 
        margin-bottom: 70px;
    }
    #footer .coluna.coluna1 ul li{
        list-style: none;
    }
    #footer .coluna.coluna3 {
        margin-top: 70px;
    }
    
    .galeria .foto {
        width: 100%;
        height: 650px;
    }
    
    #paginas2 .circulo {
        margin: 40px auto 0 auto;
    }
    
    #agende img {
        margin: 30px auto 0 auto;
        display: block;
    }
    #agende ul.store {
        text-align: center;
    }
    
    .tipos-atividade ul.atividades li {
        margin-bottom: 10px;
    }
    
    #blog2 .post-item {
        margin-bottom: 50px;
    }
    #blog2 .sidebar-blog {
        margin-top: 50px;
    }
    
    #contato2 form {
        margin-top: 50px;
    }

}
@media( max-width: 767px ) {
    
    .hide-large{
        display: block;
    }
    .hide-small{
        display: none;
    }
    
    #header .header-logo { 
        padding: 20px 20px 20px 20px;
    }
    
    #header .box-header {
        background: #526681db;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        padding: 100px 30px 15px 50px;
        margin-left: 0;
        text-align: center;
        margin-top: -80px;
    }
     
    
     
    
    .banner {
        background-size: 0;
        background-position: 0;
        height: auto;
        position: relative;
        margin-top: 200px;
        padding-bottom: 80px;
    }

    
    .galeria .foto {
        width: 100%;
        height: 500px;
    }
    
    
} 

@media( max-width: 575px ) {
    #header .box-header .texto { 
        font-size: 25px;
    }
    
    .banner {
        background-size: 0;
        background-position: 0;
        height: auto;
        position: relative;
        margin-top: 270px;
        padding-bottom: 70px;
    }
    
    #home2 .titulo h4 { 
        font-size: 46px;
        line-height: 32px;
        margin-left: 0;
    }
    #home2 .titulo h3 { 
        font-size: 59px;
        line-height: 49px;
        margin-left: 0;
    } 
    
    
    .galeria .foto {
        width: 100%;
        height: 300px;
    }
    
    
    
    #single-post-article #blog2 .titulo h2 { 
        line-height: 64px;
        font-size: 55px;
    }
    
    
    
    
    
    .sidenav span.menu-title { 
        font-size: 28px; 
    }
    .sidenav #closeNav {
        display: inline-block;
        float: right;
        margin-top: 25px;
        margin-right: 20px;
        background: transparent;
        border: 0;
        max-width: 35px;
    }
    
    
    #paginas2 .titulo-conteudo h2,
    #sobre2 h2{
        color: #475e7b;
        font-size: 62px;
        line-height: 61px;
        margin-bottom: 50px;
    }
    #sobre2 h4,
    #paginas2 .titulo-conteudo h4{
        color: #e9ac1a;
        font-size: 39px;
        line-height: 38px;
        margin-bottom: 10px;
    }
    section::before, #footer::before { 
        height: 75px; 
        top: -75px; 
    }
    
    
    #agende .titulo {
        margin-bottom: 50px;
    }
    
    .galeria a .foto { 
        height: 300px;
        width: 300px; 
        margin: 0 auto 50px auto;
    }
    
    
    
}
