body {
    margin: 0;
    padding: 0;
    font-family: fira-sans, sans-serif;
}

.hero-section {
    min-height: 100%;
    width: 100%;
    flex-direction: column;
    padding-bottom: 80px;
}

.custom-flex {
    display: flex;
}

.hero-section-large {
    background-image: url("../img/hero-section-bg-card.jpg");
    background-size: cover;
    background-position: left top;
}

.hero-section-small {
    display: none;
    background-image: url("../img/hero-section-vert-bg.jpg");
    background-size: cover;
    background-position: center top;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 550px) {
    .hero-section-large {
        display: none;
    }
    .hero-section-small {
        display: block;
    }
}



.logo {
    width: 220px;
    height: auto;
    display: block;
    margin-bottom: 20px;
	margin-top: 20px;
}

/* Ajustar o tamanho do logotipo para resoluções abaixo de 550px */
@media (max-width: 549px) {
    .logo {
        width: 200px;
        display: block;
        margin-left: auto;
        margin-right: auto;
		margin-top: 0;
    }
}
.text-container {
    /* Inserir os valores de largura conforme especificado */
}
/* Alinhar à esquerda e adicionar margem esquerda de 20% em resoluções acima de 767px */
@media (min-width: 768px) {
    .text-container {
        margin-left: 15%;
        align-items: flex-start;
    }
}
@media (max-width: 549px) {
    .text-container,
    .text-container * {
        text-align: center;
    }

    .cta-btn {
        display: inline-block;
    }
}

.title {
    font-family: sofia-pro, sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #ffffff;
    /* Inserir os valores de tamanho de fonte conforme especificado */
    line-height: 1;
    font-size: 3.6rem;
}

.subtitle {
    font-family: canvas-script, sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #ffc81f;
    /* Inserir os valores de tamanho de fonte conforme especificado */
    font-size: 3.6rem;
    line-height: 1;
}


.description {
    font-family: fira-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    /* Inserir os valores de tamanho de fonte conforme especificado */
    font-size: 1.3rem;
    line-height: 1.3;
}

.cta-btn {
    font-family: sofia-pro, sans-serif;
    font-weight: 900;
    display: inline-block;
       background-color: #ffc81f;
    color: #034828;
    border-radius: 50px;
    padding: 10px 30px 18px 30px;
    text-decoration: none;	
    font-size: 1.5rem;
	float: left;
    width: fit-content;
}

.cta-btn:hover, .cta-btn:focus, .cta-btn:active, .cta-btn:visited {
    text-decoration: none;
    color: #034828;
}
@media (max-width: 549px) {
.title {
    font-size: 2.6rem;
}
.subtitle {
    font-size: 2.6rem;
}
.description {
    font-size: 1.1rem;
}
.cta-btn {
    font-size: 1.3rem;
	float: none;
	margin-top: 20px;
	margin-bottom: 40px;
}
}
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: none;
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 8px rgba(255, 200, 31, 0.5);
    }
    100% {
        transform: scale(1);
        box-shadow: none;
    }
}

.cta-btn {
    /* ... Outros estilos do botão CTA */
    animation: pulse 2s infinite;
}

.section-2,
.section-3,
.section-4,
.section-5 {
    height: 400px;
}

.section-2 h2,
.section-3 h2,
.section-4 h2,
.section-5 h2 {
    font-family: fira-sans, sans-serif;
    font-weight: 800;
    font-style: normal;
    margin-bottom: 30px;
    /* font-size: 3.5rem; */
}

.footer {
    background-color: #034828;
    height: 200px;
}

/* Media queries para ajustar a largura do texto-container */
@media (max-width: 550px) {
    .text-container {
        width: 90%;
    }
}

@media (min-width: 550px) and (max-width: 767px) {
    .text-container {
        width: 70%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .text-container {
        width: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .text-container {
        width: 40%;
    }
}

@media (min-width: 1201px) and (max-width: 3840px) {
    .text-container {
        width: 35%;
    }
}

.custom-section {
    padding: 40px 0;
}

.img-container {
    padding: 0;
}

.content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 767px) {
    .img-container,
    .content-container {
        margin-bottom: 20px;
    }
}

.guri-img {
    width: 80%;
}

@media (max-width: 350px) {
    .guri-img {
        width: 80%;
    }
}
.section-1 h2,
.section-2 h2,
.section-3 h2,
.section-4 h2 {
    font-family: fira-sans, sans-serif;
    font-weight: 800;
    font-style: normal;
    margin-bottom: 30px;
    font-size: 3.5rem;
}

/* Inserir estilos personalizados para as seções conforme necessário */

.footer {
    background-color: #034828;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}

.footer a:hover {
    text-decoration: underline;
}

.benefits-section {
    background-color: #f9f9f9;
}

.section-title {
    font-family: sofia-pro, sans-serif;
    font-weight: 900;
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.benefit-item {
    margin-bottom: 30px;
}

.benefit-item h3 {
    font-family: fira-sans, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    margin-top: 15px;
    color: #034828;
}

.faq-section {
    background-color: #f5f5f5;
}

.faq-item {
    margin-bottom: 30px;
}

.faq-item h3 {
    font-family: fira-sans, sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    color: #034828;
    margin-bottom: 10px;
}

.faq-item p {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #333333;
}
#footer {
    background-color: #004721;
    color: white;
    padding: 15px 0 0 0;
    position: relative;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* padding: 0 30px; Adjust padding as needed */
}
@media (max-width: 576px) {
.footer-content {
    margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 50px;
}
}
#footer .logo {
	margin: 0;
}

.logo .logo-img {
    max-width: 160px; /* Adjust the size as needed */
    float: left;
	margin-top: 0;
	margin-bottom: 40px;
}

.social-icons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.social-icons a {
    color: white;
    font-size: 24px;
    text-decoration: none;
}
.copyright {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 15px;
    text-align: center;
    width: 100%;
}

.copyright p {
    margin: 0;
    color: white;
    font-size: 14px;
	opacity: 0.5;
}



.btn-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
	text-decoration: none !important;
  }
        .card-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .arrow {
            transition: transform 0.3s ease;
        }
        .collapsed .arrow {
            transform: rotate(-90deg);
        }

/* Estilos da Seção */
#beneficios {
    background-image: url("../img/bg-beneficios.jpg");
	background-position: bottom;
    background-size: cover;
    padding: 50px;
    color: #ffffff;  /* Aplica a cor branca a todo o texto na seção */
}

/* Estilos do Título */
#beneficios h2 {
    font-family: sofia-pro, sans-serif;
    font-weight: 900;
    color: #ffc81f;
    font-size: 38px;  
	margin-bottom: 0;
}

/* Estilos do Subtítulo */
#beneficios .lead {
    font-weight: 200;
    font-size: 20px;
	font-style: italic;
}

@media (max-width: 767px) {
/* Estilos do Título */
#beneficios h2 {
    font-size: 28px;  
}

/* Estilos do Subtítulo */
#beneficios .lead {
    font-size: 18px;  
}
}
/* Estilos da Lista de Benefícios */
#beneficios .beneficio {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    margin-bottom: 0;  
	
}

#beneficios .benefit .benefit-icon {
    color: #ffc81f;
    font-size: 36px;  
}

#beneficios .benefit .benefit-info h6 {
    font-family: sofia-pro, sans-serif;
    font-weight: 900;
    font-size: 18px;	
    color: #ffc81f;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#beneficios .benefit .benefit-info p {
    font-weight: 200;
    font-size: 16px;  
}

/* Estilos da Grid */
.benefit-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.benefit {
    display: flex;
    flex-direction: row;
  align-items: flex-start; /* Alinha o ícone ao topo */
    margin-bottom: 0;
    padding: 10px;
}
@media (max-width: 767px) {
.benefit {
    padding: 10px 0;
}
}

.benefit-icon {
/*  flex: 0 0 12%;*/
  display: flex;
  justify-content: center;
  font-size: 36px;
}

.benefit-info {
  flex: 0 0 85%;
  padding-left: 3%;
}

@media (max-width: 991px) {
  .container .row .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .container .row .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Estilo geral da coluna */

.price-column {
    border-radius: 20px;
    box-shadow: 0px 16px 35px rgba(0, 0, 0, 0.38);
    background: #ffffff;
    margin-bottom: 30px;
}

/* Estilo do topo da coluna */
.price-column-header {
    background: #e98300;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #ffffff;
    padding: 10px;
	text-align: center;
	padding: 30px 30px 10px 30px;
}

.price-column-header .price {
    font-weight: 700;
    font-size: 42px;
}

.price-column-header .month {
    font-weight: 400;
    font-size: 17px;    
	margin-top: -12px;
}

.price-column-header .card-type {
    font-weight: 700;
    font-size: 24px;
	margin-top: 10px;
}
.card-details {
    height: 60px;
}


.price-column-header .card-user {
    font-weight: 700;
    font-size: 15px; 
	margin-top: -5px;
}
.price-column-header .card-info {
    font-size: 12px;
    font-weight: 400;
}


/* Estilo do corpo da coluna */
.price-column-body {
	padding-bottom: 30px;
	padding-top: 30px;
}
.body-title {
    font-weight: 700;
    font-size: 20px;
    color: #004721;
	text-align: center;	
    padding-left: 30px;
    padding-right: 30px;
}
.tarja1 {
    background-color: #e8e8e8;
    padding: 7px 30px 5px 30px;
}

.tarja2 {
    background-color: #d8d7d7;
    padding: 7px 30px 5px 30px;
}

.check-title {
    font-weight: 700;
    font-size: 16px;
    color: #757575;
	margin-bottom: 0;
	background-image: url("../img/check.png");
    background-repeat: no-repeat;
    background-position: top left;
	padding-left: 30px;	
    padding-bottom: 1px;
    padding-top: 2px;
}

.check-topic {
    font-weight: 400;
    font-size: 16px;
    color: #757575;
    margin-left: 7px;
	margin-bottom: 0;
}

.check ul {
	margin-bottom: 0;
}

.fail-title {
    font-weight: 700;
    font-size: 16px;
    color: #b4b4b4;
	margin-bottom: 0;
	background-image: url("../img/fail.png");
    background-repeat: no-repeat;
    background-position: top left;
	padding-left: 30px;	
    padding-bottom: 1px;
    padding-top: 2px;
}

.fail-topic {
    font-weight: 400;
    font-size: 16px;
    color: #b4b4b4;
    margin-left: 7px;
	margin-bottom: 0;
}
.fail ul {
	margin-bottom: 0;
}

.additional-info {
    font-weight: 400;
    font-size: 14px;
    color: #757575;
	padding: 5px 30px 0 30px;
}

.additional-info p,
.price-column-header p{
  margin-bottom: 0;
}

/* 3 colunas por padrão */
.price-column-wrapp {
    width: 33.33%; /* largura total da coluna incluindo a margem */
    padding: 0 1.5%; /* cria uma margem de 3% dividida entre os lados esquerdo e direito */
    box-sizing: border-box; /* inclui o padding na largura total da coluna */
}
.price-column {
    width: 100%;
    float: left;
}

.btn-wrapper {
    padding: 15px 30px 30px 30px;
	float: left;
	width: 100%;
	text-align: center;
}

.cta-btn-alt {
    font-family: sofia-pro, sans-serif;
    font-weight: 900;
    display: inline-block;
    background-color: #034828;
    color: #ffffff;
    border-radius: 50px;
    padding: 10px 20px 18px 20px;
    text-decoration: none;    
    font-size: 1.5rem;
    width: fit-content;
    text-align: center;
	width: 100%;
	line-height: 1;
}
.cta-btn-alt:hover, .cta-btn-alt:focus, .cta-btn-alt:active, .cta-btn-alt:visited {
    text-decoration: none;
    color: #ffffff;
}

/* 2 colunas quando a largura da tela é 991px ou menos */
@media screen and (max-width: 991px) {
    .price-column-wrapp {
        width: 50%;
    }
}

/* 1 coluna quando a largura da tela é 600px ou menos */
@media screen and (max-width: 600px) {
    .price-column-wrapp {
        width: 100%;
		padding-left: 30px;
		padding-right: 30px;
    }
}

.logo-menu-container .nav-link {
    color: #fff;
}

.logo-menu-container .nav-link:hover {
    color: #ffc81f;
}

.navbar-toggler {
    border: none;
    outline: none;
	    font-size: 2rem;
}
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler.collapsed {
    margin-right: 0;
}

.navbar-collapse {
    justify-content: flex-end;
}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (max-width: 576px) {
    .logo-menu-container {
        flex-direction: column;
    }
}

.bg-secondary {
    background-color: transparent !important;
}
.navbar-nav .nav-link {
    font-family: 'sofia-pro', sans-serif;
    font-weight: 900;
    color: rgba(255,255,255,1) !important;
	text-transform: uppercase;
	font-size: 0.9rem;
}
@media (max-width: 1099px) {
.navbar-nav .nav-link {
    font-size: 1.3rem;
}
}
@media (max-width: 1100px) {
    .navbar-nav .nav-item {
        border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    }
}

.navbar-expand-sm .navbar-collapse {
    font-size: 0.9rem;
}
@media (min-width: 1100px){
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-custom .navbar-collapse {
        display: flex!important;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
}
#quem-somos {
    background-color: #ffffff;
    padding: 50px;
    text-align: center;
    color: #000000;  /* Aplica a cor preta a todo o texto na seção */
}

/* Estilos do Título */
#quem-somos h2 {
    font-family: sofia-pro, sans-serif;
    font-weight: 900;
    color: #004721;
    font-size: 38px;
    margin-bottom: 0;
}

/* Estilos do Lead */
#quem-somos .lead {
    font-weight: 200;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 30px;
}

/* Estilos do Texto */
#quem-somos p {
    font-weight: 200;
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 767px) {
    /* Estilos do Título para dispositivos móveis */
    #quem-somos h2 {
        font-size: 28px;
    }

    /* Estilos do Lead para dispositivos móveis */
    #quem-somos .lead {
        font-size: 18px;
    }
}
#rede-conveniada {
    background-color: #f7f7f7; /* Fundo cinza claro */
    padding: 50px;
    text-align: center;
    color: #000000;  /* Aplica a cor preta a todo o texto na seção */
}

/* Estilos do Título */
#rede-conveniada h2 {
    font-family: sofia-pro, sans-serif;
    font-weight: 900;
    color: #004721;
    font-size: 38px;
    margin-bottom: 0;
}

/* Estilos do Lead */
#rede-conveniada .lead {
    font-weight: 200;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 30px;
}

/* Estilos dos Logotipos */
#rede-conveniada .logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#rede-conveniada .logos img {
    max-width: 150px;
    margin: 10px;
    flex-basis: calc(25% - 20px);
}

@media (max-width: 991px) and (min-width: 810px) {
    #rede-conveniada .logos img {
        flex-basis: calc(33.33% - 20px); /* Aproximadamente 1/3 da largura disponível */
        max-width: 180px;
    }
}
@media (max-width: 1600px) and (min-width: 992px) {
    #rede-conveniada .logos img {
        flex-basis: calc(25% - 20px); /* Aproximadamente 1/4 da largura disponível */
        max-width: 160px;
		margin-left: 20px;
		margin-right: 20px;
    }
	  #rede-conveniada .logos {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    /* Estilos do Título para dispositivos móveis */
    #rede-conveniada h2 {
        font-size: 28px;
    }

    /* Estilos do Lead para dispositivos móveis */
    #rede-conveniada .lead {
        font-size: 18px;
    }	
	  #rede-conveniada .logos {
        justify-content: center;
    }
}
@media (max-width: 479px) {
    #rede-conveniada .logos {
        justify-content: center;
    }
    
    #rede-conveniada .logos img {
        flex-basis: 100%;
        max-width: 200px;
        margin: 10px auto;
    }
}
.fake-logo {
    width: 150px;
    height: 80px;
    background-color: #e0e0e0;
    margin: 10px;
    display: inline-block;
}

#main {
  margin: 50px 0;
}

#main #faq .card {
  margin-bottom: 30px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #FFE472;
  color: #222;
  padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #FFE472;
  color: #222;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: #FFE472;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #FFE472;
  line-height: 30px;
  color: #222;
}

#main .container {
    width: 100%;
}

#main #faq .card-header {
    width: 100%;
}


#back-to-top {
    display: none; /* O botão ficará escondido até usar um pouco de JavaScript para exibir quando a página rolar */
    position: fixed;
    bottom: 85px;
    right: 50px; /* você pode ajustar isto para posicionar o botão à direita */
    z-index: 9999; /* para garantir que o botão fique em cima de outros elementos */
    border: none;
    outline: none;
    background-color: #ffc81f;
    color: #034828 ;
    border-radius: 50px;
    padding: 8px;
    cursor: pointer;
    font-size: 24px;
    transition: background-color 0.3s ease-in-out;
    animation: bounce 2s infinite;
    height: 50px;
    width: 50px;
    text-align: center;
}
.btn-whatsapp {
	position:fixed; 
	bottom:15px; 
	right:35px; 
	width: 70px
}
@media (max-width: 767px) {
	#back-to-top {
    bottom: 75px;
    right: 20px;
}
	.btn-whatsapp { 
	bottom:5px; 
	right:5px; 
}
}
#back-to-top i {
    opacity: 0.5;
}
#back-to-top:hover i {
    opacity: 1;
}


#back-to-top:hover {
    background-color: #ebc714; /* cor do background no hover */
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}
#contato {
    background-color: #287e49;
    padding: 50px;
    text-align: center;
    color: #ffffff;
}

@media screen and (max-width: 600px) {
#contato {
    padding-left: 15px;
	padding-right: 15px
}
}

/* Estilos do Título */
#contato h2 {
    font-family: sofia-pro, sans-serif;
    font-weight: 900;
    color: #ffffff;
    font-size: 38px;
    margin-bottom: 0;
}

/* Estilos do Lead */
#contato .lead {
    font-weight: 200;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 30px;
}

/* Estilos das Divs de Contato */
#contato .contact-div {
    width: 33.33%;
    float: left;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 991px) {
    /* Estilos das Divs de Contato para dispositivos móveis */
    #contato .contact-div {
        width: 100%;
		padding-left: 0;
		padding-right: 0;
    }
}
/*#contato .contact-item {
    margin: 3% 0;
}*/

#contato .contact-icon {
    width: 15%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contato .contact-icon i {
    border: 2px solid #ffffff;
    border-radius: 50%;
    padding: 15px;
    font-size: 17px;
    color: #ffffff;
}

#contato .contact-content {
    width: 82%;
    float: right;
	text-align: left;
}

#contato .contact-content h3 {
    font-weight: 700;
    font-size: 22px;
    color: #ffffff;
    margin: 0;
}

@media screen and (max-width: 1200px) {
	#contato .contact-content {
    width: 75%;
}
	#contato .contact-content h3 {
    font-size: 18px;
}
}
@media screen and (max-width: 991px) {
	#contato .contact-content {
    width: 85%;
	}
		
#contato .contact-item {
    margin: 0;
	padding: 20px 0;
}
	#contato .contact-content h3 {
    font-size: 22px;
}
	#contato .contact-content p {
    margin-bottom: 0;
}
}
@media screen and (max-width: 600px) {
	#contato .contact-content {
    width: 80%;
}
}
@media screen and (max-width: 479px) {
	#contato .contact-content {
    width: 80%;
}
	#contato .contact-content h3 {
    font-size: 16px;
}
}

#contato .contact-content p {
    font-size: 15px;
    color: #ffffff;
	font-weight: 200;
    line-height: 1.2;
    margin-top: 8px;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
footer {
    position: static;
}

.border-style {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

@media screen and (max-width: 991px) {
    .border-style {
        border-left: none;
        border-right: none;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }
}




