/*
Theme Name: Trinity Travel
Theme URI: https://zafarie.com.br/
Description: Tema Child
Author: Zafarie
Author URI: https://zafarie.com.br/
Template: hello-elementor
Version: 1.0.0
*/


.abas-grupos {
    display: flex;
    gap: 0;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.aba-grupo {
    padding: 10px 40px 10px 40px;
    border: 1px solid #979797;
    background-color: #D9D9D9;
    color: #444;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    border-radius: 0 30px 30px 0;
    text-transform: uppercase;
    margin-right: -1px;
}
.aba-grupo:last-of-type{
    padding: 10px 20px 10px 20px;
	border-radius: 0px 12px 0px 0px;
}

.aba-grupo:hover{
    background-color: #EA5300;
    border: 1px solid #EA5300;
}

.aba-grupo:first-of-type{
    padding: 10px 20px 10px 20px;
    border-radius: 12px  0 0 0px;
}

.aba-grupo.ativo {
    background-color: #ffffff;
    border: 1px solid #EA5300;
    color: #EA5300;
    z-index: 2;
    font-weight: 700;
    padding: 10px 30px;
    text-transform: uppercase;
    border-bottom: 0px;
}

.grupo-planos {
    justify-content: center;
    align-items:flex-start;
    gap: 0!important;
}

.plano:not(:nth-of-type(2)) {
    border: 0;
    background-color: #FFF6E2;
    box-shadow: -10px 20px 13px 1px #dbd9d9;
}

.plano:nth-of-type(1){
    border-radius: 24px 0px 0px 24px;
}

.plano:nth-of-type(3){
    box-shadow: 12px 20px 13px 1px #dbd9d9;
    border-radius: 0px 24px 24px 0px;
}

.plano:nth-of-type(2) {
    background: #EC881B;
    border: 0;
    border-radius: 24px;
    /* margin-top: -20px */
}
.plano:nth-of-type(2) h3{
    color: #FFFFFF;
    text-align: center;
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0px;
    padding: 0 20px;
    text-transform: uppercase;
}

.plano:not(:nth-of-type(2)) h3 {
    color: #EC881B;
    text-align: center;
    font-family: Poppins;
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0px;
    padding: 0 20px;
    text-transform: uppercase;
}

.plano:nth-of-type(2) h4 {
    color: #FFFFFF;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 0 20px;
    text-transform: uppercase;
}

.plano:not(:nth-of-type(2)) h4 {
    color: #C96900;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 0 20px;
    text-transform: uppercase;
}

.grupo-planos .plano:only-of-type {
    border-radius: 24px 24px 24px 24px;
}

div.preco span {
    color: #fff;
text-align: center;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 500;

}

div.preco {
    color: #fff;
    text-align: center;
    font-family: 'Poppins';
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
}

.plano:not(:nth-of-type(2)) div.preco, .plano:not(:nth-of-type(2)) div.preco span{
    color: #EC881B
}

.btns-variacoes {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 0px;
}

button.variacao-botao:nth-of-type(2){
    margin-left: 0;
    z-index: 1;
    border-radius: 0 0 0 0;
}

button.variacao-botao:last-of-type{
    margin-left: 0;
    z-index: 1;
    border-radius: 0 5px 0 0;
}

button.variacao-botao:hover{
    background-color: #D4872C;
    border: 1px solid #D4872C;
}

button.variacao-botao:first-of-type{
    padding: 10px 30px 10px 20px;
    border-radius: 5px 0 0 0;
    margin-right: -1px;
}
button.variacao-botao:nth-of-type(2){
    z-index: 2;
}

button.variacao-botao{
    padding: 5px 20px!important;
    background: #D9D9D9;
    color: #979797;
    border: 1px solid #979797;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    border-radius: 0 5px 5px 0;
    text-transform: uppercase;
    width: fit-content;
    
}
.variacoes button{
    margin:0;
}

.btns-variacoes button.variacao-botao:not(.ativo) {
    background: #D9D9D9;
    color: #979797;
    font-weight: 700;
}
button.variacao-botao.ativo {
    background-color: #FFF6E2;
    border: 1px solid #EA5300;
    color: #D4872C;
    margin-right: -1px;
    z-index: 3;
    font-weight: 700;
    padding: 5px 15px;
    text-transform: uppercase;
    border-bottom: 0px;
}

.plano:nth-of-type(2) button.variacao-botao {
	margin-right: -1px;
}

.plano:nth-of-type(2) button.variacao-botao.ativo {
	background-color: #EC881B;
    color: #FFFFFF;
    border-color: #FFF;
}

/* Botão de fechar */
#modal-busca .fechar-modal {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    background: none;
    border: none;
    color: #d4872c;
    cursor: pointer;
    font-weight: bold;
    transition: color 0.3s ease;
}

#modal-busca .fechar-modal:hover {
    color: #c66802;
}

/* Container dos resultados */
#modal-busca .resultado-conteudo {
	max-height: 80vh;
	    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

/* Cada bloco de resultado */
.resultado-destino {
    width: calc(33.333% - 20px);
    background: #f9f9f9;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    padding: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.resultado-destino:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

/* Título (Continente) */
.resultado-destino strong {
    display: block;
    font-size: 16px;
    color: #D4872C;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
}

/* Nome do plano */
.resultado-destino em {
    display: block;
    font-size: 14px;
    color: #333;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Lista de países */
.resultado-destino p {
    font-size: 13px;
    color: #555;
    line-height: 1.4;
}

/* Responsivo */
@media screen and (max-width: 1024px) {
    .resultado-destino {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 600px) {
    .resultado-destino {
        width: 100%;
    }

    #modal-busca {
        width: 90%;
        padding: 20px 15px;
    }
}
.plano .product-description {
    color: #000;
    text-align: justify;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
}

.plano .product-description p {
	margin-block-end: 0px;
}

.plano:nth-of-type(2) .product-description {
    color: #FFF;
    text-align: justify;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
}

.product-short-description{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    width: 300px;
}

.product-short-description .vantagem {
    display: flex;
    align-items: normal; 
    gap: 10px
}

.product-short-description .vantagem {
    padding: 0 5px;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

.plano:nth-of-type(2) .product-short-description .vantagem {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}
.product-short-description .vantagem img{
    width:20px;
    min-width: 20px;
    margin-bottom: -5px;
}

.abas-grupos {
    justify-content: center
}



button.botao-comprar {
    background: #EA5E01;
	background: linear-gradient(90deg,rgba(234, 94, 1, 1) 0%, rgba(224, 80, 1, 1) 100%);
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    border-radius: 15px
}

.plano h3 {
    height: 24px;
}

.plano:nth-of-type(2){
    margin-top: -20px!important;
    padding-top: 40px;
    padding-bottom: 40px;
}

.grupo-planos {
    margin-top: 50px;
}

button.botao-comprar:hover,
button.botao-comprar:focus{
    background-color: #D5872C;
    color: white;
}

@media screen and (max-width: 1280px){
    .plano,.plano:nth-of-type(2) {
        margin-top: 30px!important;
        box-shadow: -2px 3px 8px 4px #bbb8b8 !important;
    }
}


#resultado-busca {
    position: fixed;
    top: 130px;
    left: 0;
    z-index: 999;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.busca-destino-wrapper {
    position: relative;
}

div#resultado-busca {
    display: flex;
    padding: 40px;
    gap: 20px;
    flex-wrap: wrap
}
@media screen and (min-width: 1000px){
.resultado-destino {
    width: calc(33% - 10px);
}
}

#overlay-busca {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#modal-busca {
  position: fixed;
  top: 130px;
  left: 0;
  z-index: 999;
  width: 100%;
  background: white;
  padding: 40px;
  gap: 20px;
  flex-wrap: wrap;
  display: flex;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid #ccc;
}

#modal-busca .fechar-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  background: none;
  border: none;
  color: #444;
  cursor: pointer;
}

.resultado-conteudo {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

input#busca-pais {
    border: none;
    width: 180px;
}

.busca-destino-wrapper img{
    position: absolute;
    top: calc(50% - 10px);
    height:20px;
    right:0;
}

.busca-destino-wrapper {
    width: 160px;
}


.fkcart-shortcode-price {
    display: none;
}

div#fkcart-floating-toggler {
    display: none;
}

.btn-comprar {
    display: flex;
    justify-content: center;
}