/*
Theme Name: Vila Clube
Theme URI: https://vilaclube.com.br
Author: Laís Santos
Author URI: laissantostz@gmail.com
Description: Tema para o site da Vila Clube em 2024.
Version: 1.0
*/

/* Estilos Gerais */
html,
body,
main,
footer,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  color: #202020;
}
.btn,
.btn-link:hover,
a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus {
  border: none;
  outline-style: none;
  text-decoration: none;
  box-shadow: none;
  transition: ease-in-out .2s;
}
body {
  position: relative;
}
main {
  padding-top: 100px;
  overflow: hidden;
}
strong {
  font-weight: 800;
}
.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta {
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  line-height: normal;
  color: #D9E01C;
  background: #0D424F;
  border: 1px solid #0D424F;
  border-radius: 100px;
  padding: 7px 45px;
  display: block;
  transition: ease-in-out .3s;
  position: relative;
  width: fit-content;
  text-transform: uppercase;
  cursor: pointer;
}
.cta:hover {
  color: #0D424F;
  border: 1px solid #D9E01C;
  background: #D9E01C;
}
.cta.white{  
  color: #000000;
  border-color: #fff;
  background: #fff;
}
.cta.white:hover { 
  background-color: #29367C; 
  color: #FFFFFF;
  border: 1px solid #fff;
}
/* Estilos Header */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.header .vetor-colorido {
  position: absolute;
  bottom: 0;
  left: 0;
}
.secao-cabecalho{
	background-color: #fff;
  width: 100%;
  filter: drop-shadow(0px -11px 41.3px rgba(0, 0, 0, 0.25));
  padding: 20px 0;
}
.navbar-brand{
  padding: 0 !important;
  margin: 0;
}
.navbar-brand img {
  width: 100%;
  max-width: 230px;
}
.navbar a {  
  color: #0D424F;
  font-size: .85em;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0 15px;
  transition: ease-in-out .2s;
	position: relative;
}
.navbar .menu-item {
  position: relative;
}
/* .navbar .menu-item a:hover:before,
.current-menu-item a:before{
  content: '';
	position: absolute;
	bottom: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
  background-image: url('assets/img/vetor-menu.svg');
  background-position: center;
  z-index: 99999999;
} */
.navbar .menu-item a:hover:before,
.current-menu-item a:before{
  content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
  transform: translateX(-50%);
	width: 40px;
	height: 1px;
  background: #0D424F;
}
.navbar-brand:hover {
  border: none !important;
}
.navbar a.cta{
  padding: 7px 45px;
  color: #D9E01C;
  font-size: .85em;
}
.navbar a.cta:hover{
  color: #29367C;
}
.formulario .wpcf7-spinner {
  display: none;
}
.formulario .form-control {
  border-radius: 10px;
  border: 1px solid #D7D7D7;
  background: #FFF;
  height: 50px;
  color: #042F39;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.56px;
  box-shadow: 0px 4px 13px 0px rgba(149, 149, 149, 0.12);
}
.formulario textarea.form-control {
  height: auto;
}
.formulario .form-control:focus {
  border: 2px solid #0D424F;
  outline: none;
  box-shadow: none;
  background: rgba(13, 66, 79, .1);
  box-shadow: 0px 16px 19px -12px rgba(237, 50, 55, 0.28);
}
.formulario .form-control:focus::placeholder {
  font-weight: 700;
}
.formulario .form-control::placeholder {
  color: #042F39;
  font-size: .85em;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.525px;
}
/* Estilos Menu */

.menu-open-close {
  position: relative;
}
.menu-toggle {
  width: 25px;
  border-radius: 11px;
  display: none !important;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.menu-toggle span {
  font-weight: 600;
  line-height: 40px;
  color: #0D424F;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  width: 25px;
  border-radius: 11px;
  height: 2px;
  display: block;
  background: #0D424F;
}
.menuToggle {
  display: none;
  position: relative;
  z-index: 2;
  width: 60px;
  height: 40px;
  cursor: pointer;
}
.menu-lateral {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: -120%;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  transition: 0.5s;
  overflow-y: hidden;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  padding-top: 100px
}
.close-button {
  position: absolute;
  top: 40px;
  right: 20px;
  cursor: pointer;
}
.close-button span {
  color: #0D424F;
  font-size: 28px;
  font-weight: 300;
  line-height: 48px;
}
.menu::-webkit-scrollbar {
  display: none;
}
.menu-lateral ul {
  overflow-y: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
.menu-lateral ul li {
  list-style: none;
}
.menu-lateral.active {
  left: 0;
  overflow: auto;
}
.navbar .sub-menu {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  list-style: none;
  padding: 20px;
  border-radius: 9px;
  background: #FFF;
  box-shadow: 0px 4px 20.3px 0px rgba(0, 0, 0, 0.21);
  width: 200px;
  z-index: 5;
}
.navbar .sub-menu li {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.navbar .sub-menu a {
  color: #0D424F;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  padding: 0 12px 12px 0;
  text-transform: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.navbar .sub-menu a::before,
.navbar .sub-menu a:hover:before {
  content: none;
}
.navbar .sub-menu a:hover {
  opacity: .8;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children:hover .sub-menu{
  display: block;
}
/* Página inicial */
.banner-principal {
  position: relative;
}
.banner-principal .row {
  height: 450px;
}
.banner-principal img {
  height: 450px;
  object-fit: cover;
}
.banner-principal .slick-dots {
  bottom: 40px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots li {
  width: 12px;
  height: 12px;
}
.slick-dots li button:before {
  font-size: 0;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  width: 12px;
  height: 12px;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #D9E01C;
  border-radius: 100px;
  border: 2px solid transparent;
}
.slick-dots li button {
  padding: 0;
}
.slick-arrow {
  background: #0D424F;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.slick-arrow:hover {
  background: #0D424F;
}
.caracteristicas {
  background: #0D424F;
}
.caracteristicas .box {
  width: 20%;
}
.caracteristicas .box img {
  width: 70px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 15px;
}
.caracteristicas .box p {
  color: #FFF;
  text-align: center;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 99.8%;
}
.titulo {
  color: #0D424F;
  font-size: 2.5em;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; 
  margin-bottom: 20px;
  position: relative;
}
.titulo::after {
  content: url('/wp-content/uploads/2024/04/Vector-2.svg');
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 18px;
  object-fit: contain;
}
.titulo.white {
  color: #fff;
}
.texto .cta {
  margin-top: 30px;
}
.texto p {
  color: #202020;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  margin-bottom: 15px;
}
.servicos .slide {
  margin-top: 60px;
}
.servicos .box img{
  height: 220px;
  object-fit: cover;
}
.servicos .box .texto {
  height: 220px;
  padding: 20px;
  margin-bottom: 30px;
  background: #0D424F;
  border-radius: 0 0 8px 8px;
  position: relative;
  transition: ease-in-out .2s
}
.servicos .box .texto h3 {
  color: #FFF;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 700;
  line-height: 51.514px;
  margin: 0 0 10px 0;
}
.servicos .box .texto p {
  color: #FFF;
  font-size: .85em;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.servicos .box .cta{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: .8em;
  padding: 2px 30px;
  background: #042E38;
}
.servicos .box:hover .texto {
  background: #D9E01C;
}
.servicos .box:hover .texto h3 {
  color: #0D424F;
}
.servicos .box:hover .texto p {
  color: #202020;
}
.depoimentos {
  background: rgba(226, 218, 210, .5);
}
.depoimentos .ti-rating-text {
  display: none;
}
.eventos .box img {
  height: 300px;
	object-fit: cover;
}
.eventos .box .data {
  background: #0D424F;
  border-radius: 8px;
  padding: 10px;
  color: #D9E01C;
  text-align: center;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  width: 85%;
  margin: -15px auto 20px auto;
  display: block;
  position: relative;
  z-index: 2;
}
.eventos .box p,
.eventos .box p a {
  color: #0D424F;
  text-align: center;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
}
.banner-secundario img {
	cursor: pointer;
}
.banner-secundario .modal-content {
	background: #0D424F;	
}
.banner-secundario .modal h5 {
	color: #D9E01C;
}
.banner-secundario .modal .close {
	color: #D9E01C;
	text-shadow: none;
	font-size: 2rem;
	font-weight: 400;
}
.banner-secundario .modal p {
	color: #fff;
	line-height: 1.5em;
}

/* Página Serviços */
#servicos .servicos .row:nth-child(even) .slide{
  order: 2;
}
#servicos .servicos h2 {
  color: #0D424F;
  font-size: 2em;
  font-style: normal;
  font-weight: 700;
  line-height: 162.5%;
  margin-bottom: 20px;
}
#servicos .servicos p {
  color: #202020;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
	margin-bottom: 15px;
}
#servicos .servicos .cta {
	font-size: .85em;
	text-transform: none;
	padding: 7px 25px;
}


/* Página Quem somos */
.topo-page .row {
  height: 180px;
}
.topo-page .titulo {
  color: #fff;
  font-weight: 900;
}
.topo-page .titulo::after {
  left: 0;
  transform: none;
}
.sobre {
  position: relative;
}
/* .sobre .video {
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
} */
.sobre .video iframe {
  border-radius: 25px;
	width: 100%;
	height: 400px;
}
.equipe .box img {
  border-radius: 20px;
  height: 380px;
  object-fit: cover;
}
.equipe .box .imagem {
  position: relative;
  margin-bottom: 50px;
}
.equipe .box .imagem::after {
  content: url('http://vilaclube.local/wp-content/uploads/2024/04/Group-136194.svg');
  position: absolute;
  bottom: -39px;
  left: 50%;
  transform: translateX(-50%);
  width: 13px;
  height: 39px;
}
.equipe .box h3 {
  color: #0D424F;
  text-align: center;
  font-size: 1.75em;
  font-style: normal;
  font-weight: 700;
  line-height: 92%;
}
.equipe .box p {
  color: #0D424F;
  text-align: center;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}
.equipe .box .texto {
  border-radius: 20px;
  background: rgba(182, 180, 180, 0.20);
  backdrop-filter: blur(25px);
  padding: 20px 35px;
  margin-top: 15px;
}
.galeria .slick-dots li button:before {
  border-color: #042E38;
}




/* Página Notícias */
.blog {
  padding: 60px 0;
}
.blog .subtitulo {
  color: #0D424F;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5em;
}
.blog .posts .box {
  display: block;
  margin-bottom: 20px;
  border-radius: 0 0 30px 30px;
  background: transparent;
  transition: ease-in-out .2s;
  padding: 10px;
}
.blog .posts .box:hover {  
  background: #FFF;
  box-shadow: 0px 30.603px 78.693px 0px #E8E9ED;
}
.blog .posts .box .topo{
  position: relative;
}
.blog .posts .box .topo img{
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
}
.blog .posts .box .texto {
  padding: 30px;
  height: 100%;
}
.blog .posts .box h3 {
  color: #202020;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
  margin: 15px 0 0 0;
}
.blog .posts .box .texto .data span{
  color: #202020;
  font-size: .8em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
}
.blog .page-numbers {
  border: 1px solid #0D424F;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  border-radius: 10px;
}
.blog .page-numbers.current,
  .blog .page-numbers:hover {
  background: #0D424F;
  color: #fff;
}


/* Página Notícia interna */
#blog.single .secao-principal {
  padding: 60px 0;
}
#blog.single .postagem .data span {
  color: #0D424F;
  text-align: center;
  font-size: .9em;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  display: block;
  margin-top: 5px;
}
#blog.single h1.titulo {
  color: #0D424F;
  font-size: 2em;
  font-style: normal;
  font-weight: 700;
  line-height: 102%;
  margin: 15px 0 30px 0;
}
#blog.single h1.titulo::after {
  content: none;
}
.single .thumb-post {
  border-radius: 10px;
  margin-bottom: 30px;
}
.single .texto-post p,
.single .texto-post li {
  color: #0D424F;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 190%;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.single .texto-post li {
  line-height: 14px;
  margin-bottom: 2px;
}
.single .texto-post img {
  border-radius: 20px;
  margin-bottom: 20px;
}
.single .texto-post h2,
.single .texto-post h3{
  font-size: 1.5em;
}
.single .texto-post h3 {
  font-size: 1.3em;
}
.single .relacionados {
  padding: 60px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.share {
  margin-top: 80px;
}
.share h4 {
  color: #201E1E;
  font-size: .9em;
  font-style: normal;
  font-weight: 700;
  line-height: 120.5%; 
  letter-spacing: 0.525px;
  margin-right: 30px;
}

/* Página Contato */
#contato .secao-principal {
  background: #fff;
  padding: 60px 0 80px 0;
  position: relative;
}
#contato .secao-principal .texto p {
  color: #012130;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 400;
  line-height: 120.5%;
  margin-bottom: 40px;
}


/* Footer */
footer {
  position: relative;
}
footer .titulo {
  margin-bottom: 10px;
}
footer .titulo::after {
  content: none;
}
footer .mapa iframe{
  border: 0;
  border-bottom: 10px solid #D9E01C;
}
footer .bottom { 
  padding: 280px 0 20px 0;
  background: #042E38;
  position: relative;
}
footer .vetor-absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 550px;
  z-index: 2;
}
footer .social svg{
  width: 30px;
}
footer .navbar-brand {
  margin-right: 20px;
}
footer .box {
  border-radius: 20px;
  background: #0D424F;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px;
}
footer .box p {
  color: #FFF;
  text-align: center;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 152%;
  max-width: 250px;
  margin: 20px 0 15px 0;
}
footer .box .wpp svg {
  width: 30px;
}
footer .box .wpp {
  color: #FFF;
  font-size: 2em;
  font-style: normal;
  font-weight: 500;
  line-height: 104.688%;
  transition: ease-in-out .2s;
}
footer a:hover {
  opacity: .7;
}
footer .copy p {
  color: #FFF;
  font-size: .85em;
  font-style: normal;
  font-weight: 300;
  line-height: 152%;
}
footer .copy p a {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: 152%;
}
/* Animação */
[data-anime]{
  opacity: 0;
  transition: .7s;
  transition-delay: .1s;
}
[data-anime="left"]{
  transform: translate3d(-30px, 0, 0);
}
[data-anime="right"]{
  transform: translate3d(30px, 0, 0);  
}
[data-anime="top"]{
  transform: translate3d(0, -30px, 0);  
}
[data-anime="down"]{
  transform: translate3d(0, 30px, 0);  
}
[data-anime].animate{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}


/* Responsividade */
@media (max-width: 991px) {
  .menu-toggle {
    display: flex !important;
    order: 0;
  }
  .navbar a {
    line-height: 1.5em;
    text-align: left;
  }
  .navbar .navbar-brand {
    margin-bottom: 0;
  }
  .navbar a::before {
    content: none;
  }
  .navbar .menu-item {
    margin-bottom: 15px;
  }
  .navbar .sub-menu {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: auto;
    padding: 10px;
    padding-left: 30px;
    background: transparent;
    box-shadow: none;
  }
  .navbar .sub-menu li {
    justify-content: flex-start;
  }
  .navbar .sub-menu a{
    font-size: .85em;
  }
  .navbar a.cta {
    padding: 5px 10px;
    font-size: .8em;
  }
}
@media (max-width: 768px) { 
	main {
		padding-top: 79px;
	}
	.navbar-brand img {
		max-width: 150px;
	}
  .titulo {
    font-size: 1.8em;
  }
  .banner-principal .texto {
    margin-bottom: 30px;
  }
  .secao-aplicativos {
    padding: 40px 15px;
  }
  .secao-aplicativos .img-absolute {
    width: 100px;
  }
  .secao-aplicativos .apps {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin-top: 30px;
  }
  .secao-aplicativos .apps .logo {
    width: 50%;
  }
  .apps .logo .box {
    padding: 20px;
    height: 100px;
  }
  .servicos {
    padding: 40px 30px;
  }
	#servicos .servicos .row:nth-child(even) .slide {
		order: 0
	}
  .servicos .box {
    height: auto;
    padding: 30px;
  }
  .servicos .box .texto {
    padding: 0 15px 40px 15px;
  }
  #sobre .secao-principal {
    padding: 40px 15px;
  }
  #sobre .secao-principal .right {
    margin-top: 30px;
  }
  #home .blog {
    padding: 40px 15px;
  }
	footer {
		overflow: hidden;
	}
  footer .banner {
    padding: 40px 15px;
  }
  footer .copy {
    justify-content: center;
  }
  footer .copy p {
    margin: 15px 0;
  }
	footer .vetor-absolute {
		width: 100%;
	}
	footer .mapa-rodape p{
		padding: 0 20px;
	}
  #modalConsulting .modal-body {
    padding: 20px 10px;
  }
  #blog.single .secao-principal,
  .single .relacionados {
    padding: 40px 15px;
  }
  .blog .posts .box {
    padding: 0;
  }
  #service .secao-principal {
    padding: 40px 15px;
  }
  #service .secao-principal .texto{
    margin-bottom: 30px;
  }
  .info {
    padding: 40px 15px;
  }
  .info .titulo {
    margin-bottom: 30px;
  }
  .info .box {
    margin-bottom: 15px;
  }
  #sobre .pilares {
    padding: 40px 15px;
  }
  #sobre .pilares .box {
    padding: 0;
    padding-bottom: 60px;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    height: auto;
  }
  #sobre .banner-secundario {
    padding: 40px 30px;
  }
  #sobre .motivos {
    padding: 40px 15px;
  }
  #sobre .motivos .titulo {
    margin-bottom: 20px;
  }
  #sobre .motivos .box {
    margin-bottom: 15px;
  }
  .blog {
    padding: 40px 30px;
  }
  #careers .secao-principal {
    padding: 40px 15px;
  }
  .faq {
    padding: 40px 15px;
  }
  #careers .secao-contato {
    padding: 40px 30px;
  }
  #training .titulo {
    margin-bottom: 20px;
  }
  #training .secao-principal,
  #training .info {
    padding: 40px 15px;
  }
  #training .secao-principal .box {
    padding: 20px;
  }
  #training .topicos .box {
    justify-content: center;
    margin-bottom: 15px;
  }
  #training .faq .card-header button {
    text-align: left;
  }
  #training .faq .card-header button svg{
    width: 30px;
  }
  #training .mentor {
    padding: 40px 30px;
  }
  #training .mentor img {
    margin-bottom: 20px;
  }
  #partner .secao-principal {
    padding: 40px 30px;
  }
  #partner .secao-principal .right {
    margin-top: 30px;
  }
  #partner .apps {
    padding: 40px 15px;
  }
  #contato .secao-principal {
    padding: 40px 15px 80px 15px;
  }
  #contato .endereco .texto{
    padding: 10px 15px 0 15px;
  }
	.caracteristicas .box img {
		width: 30px;
		height: 30px;
	}
	.caracteristicas .box p {
		font-size: .7em;
	}
	.servicos .slide {
		margin-top: 0;
	}
}