@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Viga&display=swap');

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
}
  

body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    /* background: #fff url(../imagens/bg.png) no-repeat center top; */
    color: #868686;
    font-family: 'Poppins', sans-serif;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
margin: 0;
padding: 0; }

.row {
margin-bottom: 0; }


button{
	cursor: pointer;
}

section {
    padding: 50px 0px 50px; 
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 40px 0 0;
}

.menu-item {
    margin-left: 40px;
}

.menu-link {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
}

header {
    padding: 30px;
    z-index: 199;
    position: relative;
}

.info-topo {
    display: flex;
    justify-content: flex-end;
    /* margin: 20px 0 0; */
    position: absolute;
    right: 0;
    top: 40px;
}

.info-topo a {
    margin-left: 40px;
}

.info-topo .menu-link {
    font-size: 15px;
}

.menu-link:hover {
    color: #ffe867;
    text-decoration: none;
    transition: 0.1s;
}

.redes-sociais-topo .menu-link {
    margin-left: 15px;
}

.redes-sociais-topo {
    margin-left: 30px;
}

#banner {
    padding: 350px 0 250px;
    background: #fff url(../imagens/bg.jpg) no-repeat center top;
    margin-top: -315px;
    z-index: 1;
}

.banner-texto a {
    margin-top: 30px;
}

.title {
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: normal;
    font-size: 42px;
    line-height: 55px;
}

.banner-texto p {
    color: #fff;
    margin-top: 20px;
    line-height: 30px;
}

.btn {
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 22px -13px rgba(234,202,24,1);
    -moz-box-shadow: 0px 0px 22px -13px rgba(234,202,24,1);
    box-shadow: 0px 0px 22px -13px rgba(234,202,24,1);
    transition: 0.3s;
    color: #3f3f3f;
    padding: 8px 25px;
    text-transform: uppercase;
    background: rgb(227,201,55);
    background: linear-gradient(90deg, rgba(227,201,55,1) 10%, rgba(238,214,81,1) 29%, rgba(249,228,109,1) 45%, rgba(254,234,123,1) 71%);
}

.btn:hover {
    /*-webkit-box-shadow: 0px 0px 32px -13px rgba(234,202,24,1);
    -moz-box-shadow: 0px 0px 32px -13px rgba(234,202,24,1);
    box-shadow: 0px 0px 32px -13px rgba(234,202,24,1);*/
    color: #3f3f3f;
    -webkit-box-shadow: 0px 0px 22px 0 rgb(232 200 24 / 90%);
    -moz-box-shadow: 0px 0px 22px 0 rgb(232 200 24 / 90%);
    box-shadow: 0px 0px 22px 0 rgb(232 200 24 / 90%);
}

.quem-somos-img-media {
    position: absolute;
    width: 150px;
    bottom: -30px;
    right: 50px;
    border-radius: 20%;
    z-index: 9;
}

.quem-somos-img-pequena {
    position: absolute;
    top: -30px;
    width: 120px;
    left: 40px;
    border-radius: 20%;
    z-index: 9;
}

.quem-somos-img-grande {
    width: auto;
    margin-left: -70px;
    margin-top: -100px;
    z-index: 3;
    position: relative;
}

.quem-somos-slide .owl-item{
    display: flex;
    justify-content: center;
}

.quem-somos-imagens {
    position: relative;

/*    display: flex;
    justify-content: center; */
}

.quem-somos-imagens img {
}

.titulo-section {
    color: #444344;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Viga', sans-serif;
}

.titulo-section span{
    position: relative;
}

.titulo-section span:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 5px;
    background: #eed753;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -160px;
    border-radius: 8px;
}

.quem-somos-conteudo {
    margin-top: 50px;
}

.btn-center {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.btn-center > .btn + .btn {
    margin-left: 30px;
}

#diferenciais {
    background: url(../imagens/bg-barra.png) no-repeat left top;
    padding: 40px 0;
    background-position: 0px;
    margin-bottom: 30px;
}

@media(max-width: 1400px){
    #diferenciais{
        /* padding: 27px 0; */
        background-position: -350px;

    }    
}

.vantagens-lista {
    display: flex;
    justify-content: center;
}

.vantagens-item + .vantagens-item {
    margin-left: 90px;
}

.vantagens-item img {
    width: 50px;
    margin-bottom: 15px;
}

.vantagens-item p {
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
}

.vantagens-item p strong {
    display: block;
}

.vantagens-item {
    text-align: center;
    position: relative;
}

.vantagens-item:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 5px;
    background: #eed753;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -35px;
    border-radius: 4px 4px 0 0;
}

@media(max-width: 1400px){
    .vantagens-item:after {
        /* bottom: -27px; */
    }    
}

#servicos p {
    margin-bottom: 20px;
}

.modalidades-lista {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    padding: 20px 10px;
}

.modalidade {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px -1px #00000054;
    box-shadow: 0px 0px 10px -1px #00000054;
    border-radius: 13%;
    overflow: hidden;
    height: 300px;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
}

.modalidade img {
    width: 100%;
    transition: 0.3s;
}

.modalidade:hover {
    transform: translateY(-10px);
    transition: 0.3s;
}

/* .modalidade:hover img {
    transform: scale(1.1);
    transition: 0.3s;
} */

.modalidade-conteudo {
    padding: 20px 20px;
}

.titulo-modalidade {
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    color: #626262;
}

.titulo-modalidade strong {
    display: block;
}

#depoimentos{
    background: url(../imagens/bg-depo-cliente.png) no-repeat center top;
    padding: 150px 0 100px;
    position: relative;
1-: 1;
}

.titulo-section-branco {
    color: #eed753;
}

.titulo-section-branco span:after {
    opacity: 0.5;
}

.porque {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    color: #fff;
}

.porque img {
    margin-right: 30px;
}

.porque span {
    color: #68ec27;
    font-weight: 700;
}

.seguradoras-container {
    /* display: grid; */
    /* grid-template-columns: repeat(6, 1fr); */
    padding: 50px;
    background: #fff;
    border-radius: 20px;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.seguradoras-container a {flex: 0 0 15%;}

.seguradoras-container img {
    height: 30px;
    width: auto;
    margin: 15px 0 15px;
}

.seguradoras-container a {
    /* margin: 0 15px 0 15px; */
    text-align: center;
}

#contato p {
    margin-bottom: 20px;
}

.form-control {
    border-radius: 20px;
    height: 45px;
    padding: 0 20px;
}

textarea.form-control {
    height: 167px;
    padding: 10px 20px;
}

.cidade-estado {
    display: flex;
    align-items: center;
}

select.form-control {
    height: 45px !important;
}

.cidade-estado select {
    margin-left: 10px;
}

#contato .container{
    position: relative;
}

.imagem-mulher {
    position: absolute;
    bottom: -60%;
    right: -15%;
    z-index: -1;
}

.titulo-center {
    text-align: center;
    font-weight: 400;
}

.instagram-feed {
    display: flex;
}

.intagram-img-container {
    overflow: hidden;
}

.intagram-img-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

footer {
    padding: 0;
}

footer a {
    color: #868686;
    transition: 0.3s;
}
footer a:hover {
    color: #d2bf26;
    transition: 0.3s;
    text-decoration: none;
}

.titulo-footer {
    color: #545454;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 700;
}

.titulo-footer:after {content: '';position: absolute;width: 50px;height: 2px;background: #f6dd12;left: 0;bottom: 0;}

.redes-sociais i {
    color: #f6dd12;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #f6dd12;
}

.redes-sociais i.fa-facebook-f {
    padding: 5px 8px;
}

.redes-sociais i.fa-instagram {
    padding: 5px 6px;
}

.redes-sociais a {
    margin-right: 5px;
}

.footer-bottom {
    padding: 30px 0;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #eaeaea;
}

.footer-bottom p {
    font-size: 12px;
}

.footer-top {
    padding: 90px 0 30px;
}

.redes-sociais a:hover {
    text-decoration: none;
}

.redes-sociais a:hover i {
    color: #fff;
    background: #f6dd12;
    transition: 0.3s;
}

.logo-footer img {
    width: 100px;
}

.btn-white {
    text-shadow: none;
    background: #fff!important;
    border: 1px solid #eedf8f;
}

.btn-white:hover {
}


.modalidade-img {
    height: 156px;
    overflow: hidden;
    transition: 0.3s;
}

.titulo-section-menor {
    font-weight: 400;
    font-size: 20px;
}

#quem-somos {
    padding: 50px 0 100px;
}

.mobile-only{
    display: none;
}

.MenuChefOpen, .MenuChef-close {
    display: none !important;
}

.modalidades-slide.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #626262;
}

.modalidades-slide.owl-theme .owl-dots .owl-dot span {
    background: #6262628c;
    width: 40px;
    height: 4px;
}

.modalidades-slide.owl-theme .owl-dots .owl-dot {
    outline: 0;
}

.instagram_gallery a img{
    width: 100% !important;
}

:root {
    --animate-delay: 0.5s;
  }

  label.error {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 10px;
    color: #c53030;
}

.form-group {
    position: relative;
}

.form-group select {
    width: 96%;
}

.cidade-estado > div:first-child {
    flex: 3;
}

.cidade-estado > div:last-child {
    flex: 2;
}


.modalidades-slide.owl-carousel.owl-drag .owl-item {
    padding: 20px 10px;
}

.depoimento {
    background: #fff;
    color: #9e9e9e;
    padding: 20px 50px;
    border-radius: 16px;
    /* width: 570px; */
    height: 274px;
    text-align: justify;
    position: relative;
}

.quote-left {
    position: absolute;
    top: 23px;
    left: 26px;
    color: #eed753;
}

.quote-right {
    position: absolute;
    bottom: 20px;
    right: 25px;
    color: #eed753;
}

.depoimento-top {
    padding-bottom: 25px;
}

.depoimento-bottom {
    border-top: 2px solid #e3e3e3;
    padding-top: 10px;
    display: flex;
    align-items: center;
}

.depoimento img {
    margin-right: 10px;
    width: 50px !important;
    border-radius: 50%;
}

.depoimentos-slide.owl-theme .owl-dots .owl-dot {
    outline: none !important;
}

.depoimentos-slide.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    width: 40px;
    height: 4px;
    opacity: 0.5;
}

.depoimentos-slide.owl-theme .owl-dots .owl-dot.active span, .depoimentos-slide.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    opacity: 1;
}

.marcas-slide.owl-carousel .owl-item img{
    width: auto;
    height: 82px;
}

.marcas-slide.owl-carousel .owl-item {
    justify-content: center;
}

.marcas-slide.owl-theme .owl-nav {
    position: absolute;
    top: -20%;
    width: 108%;
    display: flex;
    justify-content: space-between;
    left: -4%;
    font-size: 80px;
    z-index: -1;
}

.marcas-slide.owl-theme .owl-nav button{
    /* background: transparent !important; */
    outline: 0 !important;
}

.marcas-slide.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #869791;
}

section#contato {
    position: relative;
    z-index: 2;
    background: #fff url(../imagens/bg-contato.png) no-repeat center top;
    padding: 150px 0 200px;
}

.modalidade-conteudo {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.modalidade-btn{
    margin-top: auto;
    align-self: center;
}

.btn-black {
    background: rgb(61,61,61);
    background: linear-gradient(90deg, rgba(61,61,61,1) 25%, rgba(110,110,110,1) 72%);
    -webkit-box-shadow: 0px 0px 22px -3px rgba(110,110,110,1);
    -moz-box-shadow: 0px 0px 22px -3px rgba(110,110,110,1);
    box-shadow: 0px 0px 22px -3px rgba(110,110,110,1);
}

.btn-black:hover {
    -webkit-box-shadow: 0px 0px 32px -3px rgba(110,110,110,1);
    -moz-box-shadow: 0px 0px 32px -3px rgba(110,110,110,1);
    box-shadow: 0px 0px 32px -3px rgba(110,110,110,1);
}

.title-depoimento {
    font-weight: 600;
}

.btn-banner{
}

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background-image: unset;
    background: linear-gradient(90deg, rgba(227,201,55,1) 10%, rgba(238,214,81,1) 29%, rgba(249,228,109,1) 45%, rgba(254,234,123,1) 71%) !important;
    
}

.btn.btn-white:not(:disabled):not(.disabled).active, .btn.btn-white:not(:disabled):not(.disabled):active {
    background-image: unset;
    background: #fff  !important;
    
}

.btn.btn-black:not(:disabled):not(.disabled).active, .btn.btn-black:not(:disabled):not(.disabled):active {
    background-image: unset;
    background: linear-gradient(90deg, rgba(61,61,61,1) 25%, rgba(110,110,110,1) 72%)  !important;
    
}

section#instagram {
    position: relative;
    z-index: 3;
    margin-top: -200px;
}

.atividades {
    /* display: flex;
    justify-content: center; */
    padding-top: 30px;
}

.atividade-titulo small {
    display: flex;
    font-weight: 600;
}

.atividade-titulo {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #444344;
    margin-top: 20px;
}

.atividade {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.atividade-icone {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(234,202,24);
    background: linear-gradient(90deg, rgba(234,202,24,1) 25%, rgba(254,235,68,1) 75%);
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 20px -13px rgba(0,0,0,1);
    box-shadow: 0px 0px 20px -13px rgba(0,0,0,1);
}

.atividade + .atividade {
    /* margin-left: 50px; */
}

.atividade-icone img {
    width: auto !important;
}

.header-conteudo {
    position: relative;
}

.friends-vantagens {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-top: 30px;
}

.friends-vantagem {
    border-radius: 18px;
    display: flex;
    align-items: center;
    background: rgb(240,240,240);
    background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(253,253,253,1) 100%);
    padding: 15px 20px;
    font-weight: 700;
    font-size: 14px;
}

.friends-vantagem img {
    margin-right: 20px;
    width: 30px;
}

.btn-left {
    padding: 0;
    margin-top: 50px;
}

.btn-left .btn + .btn {
    margin-left: 10px;
}

.atividades-slide .owl-item {
    padding: 10px;
}

.atividade p {
    text-align: center;
    margin-top: 10px;
}

.atividades-slide.owl-theme .owl-dots .owl-dot.active span, .atividades-slide.owl-theme .owl-dots .owl-dot:hover span {
    background: #444344;
}

.atividades-slide.owl-theme .owl-dots .owl-dot span {
    width: 35px;
    height: 5px;
}

.contato-imagem {
    display: flex;
    align-items: center;
    justify-content: center;
}

form.form-contato .row > div {
    padding: 0 5px;
}

.quem-somos-flutuante {
    position: absolute;
}

.quem-somos-flutuante-pequeno {
    top: 10px;
    left: 60px;
}

.quem-somos-flutuante-medio {
    top: -60px;
    right: -70px;
    z-index: 2;
}

.quem-somos-flutuante-maior {
    bottom: 0;
    left: 250px;
    z-index: 4;
}

.animate__slideInRight__2 {
    -webkit-animation-name: slideInRight__2;
    animation-name: slideInRight__2;
}

@keyframes float__animation {
    0% {
      transform: translate3d(0, -0%, 0);
      visibility: visible;
    }

    50% {
        transform: translate3d(0, -50%, 0);
        visibility: visible;
    }
  
    100% {
      transform: translate3d(0, -0%, 0);
    }
  }
  
  .float__animation {
    animation: float__animation 8s infinite !important;
  }

  @keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

    50% {
		box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
	}

    100% {
		box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
	}

}


#formResponse {
    border-radius: 30px;
}


.owl-carousel.owl-drag .owl-item a {
    width: 100% !important;
}