/*
Theme Name: Body Pilates
Theme URI: https://bodypilates.com.br
Author: I9 Criações
Author URI: https://i9criacoes.com.br
Description: Tema WordPress Body Pilates
Version: 1.0
Text Domain: bp
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
:root {
  --page: #F1F1F1;
  --primary: #712621;
  --text: #5B5B5F;
}
* {
scrollbar-color: var(--primary) rgb(249, 250, 251);
scrollbar-width: thin;
margin: 0px;
padding: 0px;
box-sizing: border-box;
font-family: "Montserrat", sans-serif;
}
html, body{
font-family: "Montserrat", sans-serif;
background-color:var(--page);
color:var(--text);
font-family: 1rem;
margin:0;
padding:0;
}
ul{
margin:0;
padding:0;
}
ul li{
padding:0;
margin:0;
list-style: none;
}
img{
max-width: 100%;
height:auto;
border:0;
outline: 0;
}
button, input, a, select{
outline: 0 !important;
border:0;
text-decoration: none;
}
button{
background-color:var(--primary);
color:#fff;
transition:all .2s linear;
font-weight: 700;
font-family: "Montserrat", sans-serif;
}
button:hover{
opacity: 0.8;
}
h1, h2, h3, h4, h5, h6{
color:var(--primary);
font-weight: 700;
}
.container{
max-width:1240px;
width:100%;
padding:0 20px;
}
.loading {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10000;
visibility: hidden;
opacity: 0;
transition: all .2s ease-out;
background: #ffffff;
display: flex;
align-items: center;
justify-content: center;
flex-wrap:wrap;
}
.loading > div img{
max-width: 140px;
}
.loading > div{
width:100%;
text-align: center;
}
.loading.active{
opacity:1;
visibility:visible;
transition: all .2s ease-out;	
}
.loading .logo-loading{
animation: pulse 0.7s infinite;
margin: 0 auto 25px;
animation-direction: alternate;
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -webkit-filter: brightness(100%);
  }
  100% {
    -webkit-transform: scale(1.1);
    -webkit-filter: brightness(200%);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    filter: brightness(100%);
  }
  100% {
    transform: scale(1.1);
    filter: brightness(110%);
  }
}
section#header-page {
position: relative;
padding: 8vh 0 10vh;
overflow: hidden;
}
section#header-page::before {
content: "";
z-index: 1;
position: absolute;
width: 100%;
height: 100%;
background: transparent linear-gradient(90deg, rgb(255,255,255,0.95) 20%, rgb(255,255,255,.6) 50%, rgb(255,255,255,0) 100%) 0% 0% no-repeat padding-box;
top: 0;
left: 0;
}
section#header-page .container {
position: relative;
z-index: 5;
}
section#header-page .image-bg {
position: absolute;
top: 0;
right: 0;
z-index: 0;
width: 100%;
height: 100%;
}
section#header-page .image-bg img{
width:100%;
margin-top:-100px;
}
section#header-page::after {
content: "";
width: 100%;
height: 20%;
position: absolute;
bottom: 0;
left: 0;
background: linear-gradient(180deg,rgba(241, 241, 241, 0) 0%, rgba(241, 241, 241, 0.75) 50%, rgba(241, 241, 241, 1) 100%);
z-index: 2;
}
section#header-page .pin-blog {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
background-color: #F2EEED;
border-radius: 30px;
height: 44px;
font-size: 18px;
color: var(--primary);
width: auto;
margin: 0 0 20px;
padding: 0 20px;
}
section#header-page .pin-blog .icon {
max-width: 24px;
}
section#header-page.header-single-curso h1 {
margin: 0 0 20px;
text-align: left;
font: normal normal bold 46px/54px Montserrat;
letter-spacing: 0;
}
section#header-page.header-single-curso h2 {
max-width: 600px;
text-align: left;
font: normal normal 300 22px/34px Montserrat;
color:var(--text);
letter-spacing: 0;
margin: 0;
}
section#header-page.header-single-curso a.btn-acao {
background-color: var(--primary);
color: #fff;
font-weight: 700;
font-size: 18px;
height: 52px;
width: 300px;
border-radius: 50px;
margin: 30px 0 0;
transition: all .2s linear;
display: flex;
align-items: center;
justify-content: center;
}
section#header-page.header-single-curso a.btn-acao:hover{
opacity:0.8;
}
section#video-institucional h1 {
text-align: center;
font: normal normal bold 58px/68px Montserrat;
max-width: 1050px;
letter-spacing: 0px;
color: var(--primary);
margin: 0 auto 30px;
}
section#video-institucional h2 {
text-align: center;
font: normal normal 300 22px/34px Montserrat;
letter-spacing: 0px;
max-width: 880px;
margin: 0 auto 40px;
color: var(--text);
}
.video-wrapper {
position: relative;
display: inline-block;
width: 100%;
cursor: pointer;
overflow: hidden;
border-radius: 50px;
height: 460px;
}
section#video-institucional .video-wrapper {
max-width: 880px;
margin: 0 auto;
display: block;
}
.video-cover {
display: block;
width: 100%;
height: auto;
}
.play-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 120px;
height: 120px;
transition: all .4s linear;
}
.video-wrapper:hover .play-button{
transform: translate(-50%, -50%) scale(1.07);
}
.video-container {
overflow: hidden;
position: relative;
width: 100%;
height:460px;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50px;
}
.base-filtros {
background: #FFFFFF;
border-radius: 30px;
padding: 8px;
margin: 0 auto 50px;
max-width:860px;
}
.base-filtros .abas-curso {
position: relative;
display: flex;
overflow: hidden;
padding: 0;
height: 50px;
margin: 0;
}
.base-filtros .abas-curso .aba-bg {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 25%;
background: #f2eeed;
border-radius: 30px;
transition: transform 0.3s ease;
z-index: 0;
}
.base-filtros .abas-curso .aba-btn {
position: relative;
flex: 1;
background: none;
border: none;
padding: 0 20px;
height: 100%;
font-size: 18px;
cursor: pointer;
border-radius: 9999px;
font-weight: 300;
color: var(--text);
z-index: 1;
flex: 1 0 25%;
text-align: center;
white-space: nowrap;
transition: color 0.3s ease, font-weight 0.3s ease;
}
.base-filtros .abas-curso .aba-btn.active {
font-weight: 700;
color: var(--primary);
}
.box_collections {
display: grid;
grid-template-columns: 100%;
}
.do-collection__item {
opacity: 0;
max-height:0;
transform: translateY(50px);
z-index: 0;
transition: all .3s linear;
grid-area: 1/1/2/2;
}
.do-collection__item.active {
transition-delay: .3s;
opacity: 1;
z-index: 1;
transform: translateY(0px);
max-height:10000px;
}
.infos-curso {
padding: 0 20px 30px;
}
.infos-curso h2 {
font-size: 36px;
line-height: 40px;
margin: 0 0 30px;
}
.infos-curso ul li {
font-size: 18px;
line-height: 26px;
margin-bottom: 15px;
position: relative;
padding-left: 30px;
}
.infos-curso ul li::before {
content: "";
width: 20px;
height: 20px;
background-image: url('images/check_list.png');
background-size: 100%;
background-position: center;
position: absolute;
left: 0;
top: 4px;
}
.box-preco {
width: 100%;
background: #FFFFFF 0% 0% no-repeat padding-box;
border-radius: 40px;
padding: 30px 30px;
}
.box-preco .title-curso {
border-bottom: 1px solid #ccc;
padding-bottom: 15px;
text-align: center;
}
.box-preco .title-curso span {
display: block;
text-align: center;
font-weight: 300;
font-size: 18px;
}
.box-preco .title-curso strong {
display: block;
text-align: center;
font-size: 20px;
line-height: 24px;
}
.box-preco .title-curso .periodo {
display: inline-flex;
padding: 20px;
height: 40px;
font-weight: 700;
background-color: rgb(113, 38, 33,.1);
align-items: center;
justify-content: center;
border-radius: 50px;
border: 1px solid #ccc;
color: var(--primary);
margin: 10px auto 0;
}
.box-preco .preco {
padding: 15px 0;
}
.box-preco .preco span {
display: block;
font-size: 18px;
}
.box-preco .preco .valor {
display: flex;
align-items: flex-end;
padding: 15px 0;
}
.box-preco .preco .valor span {
text-align: left;
font: normal normal 700 30px/30px Montserrat;
letter-spacing: 0px;
color: var(--primary);
margin-right: 10px;
}
.box-preco .preco .valor strong {
font: normal normal 700 48px/42px Montserrat;
letter-spacing: 0px;
color: var(--primary);
display: flex;
align-items: flex-end;
}
.box-preco .preco .valor strong span {
font-size: 38px;
line-height: 34px;
}
.box-preco .argumentos {
margin: 0 0 30px;
}
.box-preco .argumentos ul li {
display: flex;
margin-bottom: 15px;
align-items: center;
}
.box-preco .argumentos ul li .icon {
width: 20px;
margin-right: 10px;
}
.box-preco .argumentos ul li span {
width: 10%;
flex: 1;
font-size: 16px;
line-height: 20px;
max-width: 300px;
}
.box-preco a.btn-acao {
background-color: var(--primary);
color: #fff;
font-weight: 700;
font-size: 18px;
height: 52px;
border-radius: 50px;
transition: all .2s linear;
}
.box-preco a.btn-acao:hover{
opacity:0.8;
}
section#dados-curso {
padding: 60px 0;
}
.title-secao h2 {
font-size: 50px;
text-align: center;
margin: 0 auto 20px;
}
section#dados-curso .title-secao h2 {
max-width: 800px;
}
.title-secao h3 {
font-size: 20px;
line-height: 30px;
font-weight: 300;
text-align: center;
margin: 0 auto 50px;
color: var(--text);
}
section#dados-curso .title-secao h3 {
max-width: 900px;
}
.card-dado {
display: flex;
align-items: flex-start;
max-width: 760px;
margin: 0 auto;
}
.card-dado:not(:last-child) {
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;
}
.card-dado .icone {
width: 54px;
margin-right: 25px;
}
.card-dado .texto {
width: 100%;
flex: 1;
padding-top: 8px;
}
.card-dado .texto h2 {
font-size: 30px;
line-height: 34px;
margin: 0 0 18px;
}
.card-dado .texto ul li {
font-size: 18px;
line-height: 22px;
font-weight: 300;
margin-bottom: 10px;
}
section#form {
padding: 30px 0 70px;
}
section#form .card-form {
background-color: #fff;
border-radius: 30px;
padding: 50px 100px;
}
.input-contato {
position: relative;
padding: 15px 0;
}
.input-contato .input {
position: relative;
width: 100%;
border-bottom: 1px solid #ccc;
padding: 10px 0 5px;
display: flex;
align-items: center;
}
.input-contato .input input {
width: 100%;
flex: 1;
background-color: transparent;
color: #555;
font-size: 16px;
padding: 5px;
}
.input-contato .input label {
position: absolute;
left: 6px;
top: 50%;
transform: translateY(-50%);
transition: 0.3s ease;
font-size: 16px;
transition: all .2s linear;
opacity: 0.6;
}
.input-contato .input input:focus + label,
.input-contato .input input:not(:placeholder-shown) + label {
transform: translateY(-150%);
font-size: 0.85rem;
}
.input-contato:focus-within .input {
border-color: var(--primary);
}
.input-contato:focus-within i {
color: var(--primary);
}
.input-contato:focus-within label {
transform: translateY(-150%);
font-size: 0.85rem;
color: var(--primary);
}
.input-contato.message:focus-within label {
transform: translateY(-220%);
}
section#form .card-form .input-contato .input select{
width:100%;
background-color: transparent;
color: #555;
font-size: 16px;
appearance:none;
display:none;
}
section#form .card-form .area-submit{
text-align:center;
padding:25px 0 0;
}
section#form .card-form .area-submit button.submit-form{
background-color: var(--primary);
color: #fff;
font-weight: 700;
font-size: 18px;
height: 54px;
border-radius: 50px;
transition: all .2s linear;
padding:0 40px;
cursor:pointer;
}
section#form .card-form .area-submit button.submit-form:hover{
opacity:0.8;
}
.select2.select2-container {
width: 100% !important;
}
.select2-selection__rendered {
width: 100%;
line-height: 150%;
transition: box-shadow .15s ease,border-color .15s ease;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-clip: padding-box;
display: flex;
align-items: center;
flex-wrap: wrap;
border-bottom: 2px solid #ccc;
padding: 5px 10px;
font-size: 18px;
font-weight: 300;
background-color: #fff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(91,91,95,.5)'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: 30px;
background-position: center right;
cursor: pointer;
height: 50px;
}
section#form .card-form .input-contato .input .select2-selection__rendered {
border: 0;
height: auto;
color: #555;
font-size: 16px;
padding: 5px;
font-weight: normal;
background-size: 28px;
}
.select2 + .select2-container {
width: 100%;
z-index: 99;
transform: translatey(7px);
}
.select2-dropdown {
width: 100% !important;
display: flex;
border: 0;
border-radius: .5rem;
background-color: #fff;
overflow: hidden;
box-shadow: 0 0 15px rgba(13, 13, 13, 0.1);
padding: 10px 10px;
}
.select2-dropdown .select2-results, .select2-dropdown .select2-results ul {
width: 100%;
}
.select2-dropdown .select2-results {
overflow: auto;
max-height: 240px;
}
.select2-dropdown .select2-results ul li {
padding: 10px 15px;
font-size: 16px;
cursor: pointer;
font-weight: 400;
border-radius: 0.5rem;
background-color: transparent;
margin-bottom: 3px;
}
.select2-dropdown .select2-results ul li.select2-results__option.select2-results__option--highlighted {
background-color: var(--primary);
color: #fff;
font-weight: 500;
}
.select2-search.select2-search--dropdown {
display: none;
}
section#video-institucional h2.text-depo-title {
font-size: 22px;
line-height: 32px;
font-weight: 700;
max-width: 100%;
color: var(--text);
margin: 30px 0 0;
}
.nav-depoimentos {
display: flex;
align-items: center;
justify-content: flex-end;
padding: 0 20px 20px;
gap: 0 15px;
}
.nav-depoimentos .arrow-depo {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
background-color: #fff;
color: var(--primary);
transition: all .2s linear;
cursor: pointer;
font-size: 20px;
}
.slides-depo {
overflow: hidden;
}
.swiper-slide .depoimento{
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #5B5B5F33;
border-radius: 32px;
padding:40px 50px 30px 50px;
height: 100%;
display: flex;
flex-direction: column;
justify-content:space-between;
}
.swiper-slide .depoimento p{
font-size:16px;
line-height:24px;
font-weight:300;
margin:0;
padding-bottom:20px;
flex:1;
display:flex;
align-items:center;
}
.swiper-slide .depoimento .depoente{
display:flex;
align-items:center;
}
.swiper-slide .depoimento .depoente .image{
width:60px;
height:60px;
margin-right:20px;
}
.swiper-slide .depoimento .depoente .image img{
width:100%;
height:100%;
object-fit:cover;
border-radius:50%;
}
.swiper-slide .depoimento .depoente .texto{
width:calc(100% - 80px);
}
.swiper-slide .depoimento .depoente .texto h4{
font-size:20px;
margin:0;
}
.swiper-slide .depoimento .depoente .texto span{
display:block;
font-size:16px;
font-weight:300;
}
section#depoimentos{
padding:40px 0 70px;
}
footer{
position:relative;
background-color:#fff;
}
footer .content-footer{
display:flex;
justify-content:space-between;
padding:50px 0;
}
footer .content-footer .logo-rodape{
max-width:200px;
}
footer .content-footer .col-rodape h2{
text-align: left;
font: normal normal bold 22px/24px Montserrat;
letter-spacing: 0px;
color: var(--primary);
margin:0 0 15px;
}
footer .content-footer .col-rodape ul li:not(:last-child){
margin:0 0 8px;
}
footer .content-footer .col-rodape ul li a{
font-size:18px;
color:var(--text);
font-weight:300;
transition:all .2s linear;
}
footer .content-footer .col-rodape ul li a:hover{
color:var(--primary);
}
footer .copyright{
position:relative;
border-top:1px solid rgb(0,0,0,.1);
padding:25px 0;
display:flex;
align-items:center;
justify-content:center;
}
footer .copyright .sociais{
position:absolute;
right:0;
top:50%;
transform:translatey(-50%);
}
footer .copyright .sociais ul{
display:flex;
align-items:center;
justify-content:flex-end;
}
footer .copyright .sociais ul li:not(:last-child){
margin-right:8px;
}
footer .copyright .sociais ul li a{
display:flex;
align-items:center;
justify-content:center;
width:36px;
height:36px;
background-color:var(--primary);
border-radius:50%;
color:#fff;
font-size:18px;
transition:all .2s linear;
}
footer .copyright .sociais ul li a:hover{
opacity:0.8;
}
footer .copyright span{
font-size:16px;
color:var(--text);
font-weight:300;
}
body.page-id-15{
display:flex;
flex-direction: column;
min-height: 100vh;
}
body.page-id-15 main{
flex: 1;
display:flex !important;
align-items: center;
justify-content: center;
}
.loading__circle {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.7);
display: none;
justify-content: center;
align-items: center;
z-index: 9999;
}
.loading__circle-spinner {
border: 4px solid #f3f3f3;
border-top: 4px solid var(--primary);
border-radius: 50%;
width: 50px;
height: 50px;
animation: loading__circle-spin 0.6s linear infinite;
}
@keyframes loading__circle-spin {
  to {
    transform: rotate(360deg);
  }
}

@media(max-width:1600px){
.container{
transform:scale(.95);
}
section#video-institucional{
padding-bottom: 30px !important;
}
section#dados-curso{
padding:20px 0 0;
}
section#form {
padding: 20px 0 40px;
}
section#depoimentos {
padding: 0px 0 70px;
}
.video-cover {
height: 100%;
object-fit: cover;
}

}

@media(max-width:990px){
.container{
transform:scale(1);
}
section#header-page.header-single-curso {
padding: 50px 0 0;
text-align: center;
}
section#header-page.header-single-curso h1 {
font-size: 30px;
line-height: 36px;
margin: 0 auto 20px;
text-align: center;
}	
section#header-page.header-single-curso h2 {
font-size: 18px;
line-height: 26px;
max-width: 560px;
text-align: center;
}	
section#header-page .pin-blog {
height: 40px;
font-size: 16px;
margin: 0 auto 20px;
}
section#header-page .pin-blog .icon {
max-width: 20px;
}
section#header-page .image-bg {
position: relative;
top: 0;
right: 0;
z-index: 0;
width: calc(100% + 50%);
height: 270px;
left: -50%;
}
section#header-page .image-bg::before {
content: "";
width: 100%;
height: 50%;
background: linear-gradient(180deg,rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 100%);
position: absolute;
left: 0;
top: 0;
}
section#header-page.header-single-curso a.btn-acao {
background-color: var(--primary);
color: #fff;
font-size: 16px;
font-weight: 700;
border-radius: 50px;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
max-width: 350px;
height: 50px;
transition: all .2s linear;
position: absolute;
bottom: 20px;
left: 50%;
transform: translatex(-50%);
z-index: 6;
}
section#header-page::after {
height: 15%;
}
section#header-page .image-bg img {
width: 100%;
height: 100%;
object-fit: cover;
margin-top: 0;
}
section#header-page::before{
display: none;
}
section#header-page{
background-color: #fff;
}
#video-institucional {
padding: 30px 0 !important;
}
section#video-institucional h1 {
font: normal normal bold 32px/40px Montserrat;
max-width: 960px;
margin: 0 auto 20px;
}
section#video-institucional h2 {
font: normal normal 300 18px/28px Montserrat;
max-width: 830px;
}
.video-wrapper {
height: 220px;
border-radius: 26px;
}
.play-button {
width: 68px;
height: 68px;
}
section#topo-curso {
padding: 30px 0 30px;
}
.box-preco {
margin-top: 0;
border-radius: 26px;
padding: 30px 20px;
}
.box-preco .title-curso span, .box-preco .title-curso strong {
font-size: 18px;
}
.box-preco .preco span {
font-size: 16px;
text-align: center;
}
.box-preco .preco .valor {
justify-content: center;
}
.box-preco .preco .valor span {
font: normal normal 700 26px/26px Montserrat;
}
.box-preco .preco .valor strong {
font: normal normal 700 44px/38px Montserrat;
}
.box-preco .preco .valor strong span {
font-size: 34px;
line-height: 30px;
}
.box-preco .argumentos ul li span {
font-size: 15px;
line-height: 18px;
}
.box-preco .argumentos ul li .icon {
width: 18px;
margin-right: 8px;
}
.dados-mobile {
width: 100%;
background: #FFFFFF 0% 0% no-repeat padding-box;
border-radius: 30px;
padding: 10px 20px;
margin-top: 35px;
}
.accordion-item{
padding: 20px 0;
border-bottom: 1px solid #ccc;
}	
.accordion-item:last-child{
border:0;
}	
.accordion-item .title{
display:flex;
align-items:center;
justify-content:space-between;
}	
.accordion-item .title span{
width:100%;
flex:1;
font-size:20px;
line-height:24px;
color:var(--primary);
font-weight:700;
}	
.accordion-item .title .icon{
width:28px;
height:28px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
background-color:var(--primary);
color:#fff;
font-size:15px;
transition:all .2s linear;
}	
.accordion-item .title[aria-expanded="true"] .icon{
transform:rotate(180deg);
}	
.accordion-item .content{
padding-top:25px;
}	
.accordion-item .content ul li{
position:relative;
font-size:15px;
line-height:20px;
margin-bottom:15px;
font-weight:400;
padding-left: 22px;
}	
.accordion-item .content ul li::before {
content: "";
width: 16px;
height: 16px;
background-image: url('images/check_list.png');
background-size: 100%;
background-position: center;
position: absolute;
left: 0;
top: 4px;
}	
.title-secao h2 {
font-size: 30px;
text-align: center;
margin: 0 auto 20px;
}
.title-secao h3 {
font-size: 18px;
line-height: 26px;
}
.card-dado:not(:last-child) {
margin-bottom: 24px;
padding-bottom: 8px;
border-bottom: 1px solid #ccc;
}
.card-dado .icone {
width: 40px;
margin-right: 10px;
}
.card-dado .texto {
padding-top: 0;
}
.card-dado .texto h2 {
font-size: 24px;
line-height: 30px;
margin: 0px 0 15px;
}
.card-dado .texto ul li {
font-size: 16px;
line-height: 20px;
font-weight: 400;
margin-bottom: 15px;
}
section#form .card-form {
background-color: #fff;
border-radius: 22px;
padding: 10px 26px 30px;
}
section#form .card-form .area-submit button.submit-form{
width:100%;
}
section#form .title-secao h2{
max-width:300px;
}
section#video-institucional h2.text-depo-title {
font-size: 18px;
line-height: 26px;
font-weight: 700;
max-width: 100%;
color: #5B5B5F;
margin: 30px 0 0;
}
section#depoimentos {
background-color: #fff;
padding: 50px 0;
}
.nav-depoimentos {
display: none;
}
.swiper-slide .depoimento {
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #5B5B5F33;
border-radius: 24px;
padding: 20px 25px 30px 25px;
}
.swiper-slide .depoimento .depoente .image {
width: 50px;
height: 50px;
margin-right: 15px;
}
.swiper-slide .depoimento .depoente .texto h4 {
font-size: 18px;
margin: 0;
}
.swiper-slide .depoimento .depoente .texto span {
display: block;
font-size: 14px;
font-weight: 300;
line-height: 18px;
}
.depo-pagination, .benefits-pagination {
display: flex;
align-items: center;
justify-content: center;
padding: 30px 0 0;
}
.depo-pagination .swiper-pagination-bullet, .benefits-pagination .swiper-pagination-bullet {
opacity: 1;
width: 10px;
height: 10px;
margin: 0 6px;
background-color: #5B5B5F26;
}
.depo-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .benefits-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: #71262166;
}








footer .content-footer {
padding: 40px 0 65px;
flex-wrap: wrap;
}
footer .content-footer .logo-rodape {
max-width: 130px;
margin: 0 0 20px;
}
footer .copyright {
padding: 15px;
}
footer .copyright .sociais {
position: absolute;
right: auto;
top: -34px;
left: 0;
width:100%;
}
footer .copyright span {
font-size: 13px;
}
footer .copyright .sociais ul {
width: 100%;
justify-content: center;
}



}