@font-face {
    font-family: 'Inter';
    src: url('./fonts/InterVariable.woff2') format('woff2'); 
    font-weight: 100 900;
    font-style: normal;
    font-display: swap; 
}

@font-face {
    font-family: 'Inter';
    src: url('./fonts/InterVariable-Italic.woff2') format('woff2');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

footer {
    background-color: #370075;
}

footer .footer-below {
    text-decoration: none;
    color: white ;
    text-align: center !important;
}

body {
    font-family: 'Inter', sans-serif;
}

*:focus {
    box-shadow: none !important;
}

#scroll-down-animation {
  position: absolute;
  /*top: 50%;
   left: 50%;*/
  top: 120%;
  left: 120%;
  transform: translate(-50%,-50%);
}

#scroll-down-animation h6 {
  color: #fff;
  font-weight: 200;
  font-size: 16px;
}

#scroll-down-animation .mouse {
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  border: 2px solid #fff;
  height: 100px;
  width: 50px;
  position: relative;
}

#scroll-down-animation .move-mouse {
  position: absolute;
  background-color: #fff;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  animation: move-mouse 2s linear infinite;
}

@keyframes move-mouse {
  0% {
    transform: translate(-50%,10px);
    opacity: 0;
  }
  50% {
    transform: translate(-50%,40px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%,80px);
    opacity: 0;
  }
}





.offcanvas {
    background-color: #370075; 
    color: white; 
}

.offcanvas-header .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%); 
}

.offcanvas-body .nav-link {
    color: white !important;
    padding: 10px 0; 
    text-align: left;
}

.navbar {
    background-color: #370075;
   /*background-color: transparent !important; */
    transition: background-color 0.4s ease, backdrop-filter 0.4s ease; 
    border-bottom-right-radius: 15px;
     border-bottom-left-radius: 15px;
}

.navbar .nav-link,
.navbar .navbar-brand {
    transition: color 0.4s ease;
}

.navbar-scrolled {
    background-color: rgba(55, 0, 117, 0.95) !important; 
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important; 
    border-bottom-right-radius: 15px;
     border-bottom-left-radius: 15px;
}



.orcamento-btn {
    background-color: #DA027A; color: white; border-radius: 50px; border:1px solid #DA027A;
    font-weight: 600;
}

.orcamento-btn:hover {
    background-color: #370075;
    color: white;
    border:1px solid white;
}

.form-control-rounded {
    border-radius: 50px;
    border: 1px solid #370075;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    height: 3rem; 
    font-size: 1.1rem;
    color: #370075; 
}
.form-control-rounded::placeholder {
    color: #370075; 
    opacity: 0.3;
}

.btn-whatsapp {
    background-color: #049715;
    color: white;
    border-radius: 50px;
    font-size: 1.2rem;
    padding: 12px 30px;
    transition: background-color 0.3s;
}
.btn-whatsapp:hover,
.btn-whatsapp:focus {
    background-color: #048d14;
    color: #FFFFFF;
}

/* Estilo do Botão Enviar (MAGENTA) */
.btn-magenta {
    background-color: #DA027A; /* Magenta */
    color: white;
    border-radius: 50px;
    font-size: 1.2rem;
    padding: 12px 30px;
    border: none;
    transition: background-color 0.3s;
}
.btn-magenta:hover {
    background-color: #A3025B; /* Magenta mais escuro */
    color: white;
}

/* Estilo dos Checkboxes Personalizados */
.custom-checkbox .form-check-input {
    border-radius: 5px; /* Deixa o quadrado um pouco arredondado */
    border: 2px solid #DA027A; /* Borda magenta */
    width: 20px;
    height: 20px;
    margin-top: 5px;
}
/* Cor do checkbox quando marcado */
.custom-checkbox .form-check-input:checked {
    background-color: #DA027A; /* Fundo magenta */
    border-color: #DA027A;
    box-shadow: none;
}
.custom-checkbox .form-check-label {
    margin-left: 0.5rem; /* Espaçamento entre o checkbox e o texto */
}

/* Cores de Texto (para garantir que funcionem neste contexto) */
.text-magenta {
    color: #DA027A !important;
}
.text-dark-purple {
    color: #370075 !important;
}
.bg-light-orange {
    background-color: #FEF0DC !important; 
}

/*
.btn-search-purple{
	width: 70px;
    background-color: #7e30df;
    border-color: #7e30df;
}*/

a {
	color: #7e30df;
}
/*
.btn-bg-purple {
	background-color: #7e30df !important;
}


.btn-bg-white {
	background-color: #FFFFFF !important;
	border:1px solid #7e30df !important;
}

*/

.section-hospedagem {
    background-color: white;
}

.section-hospedagem h2 {
    color: #370075 !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
}

.section-hospedagem p {
    color: #370075 !important;
}

.card-hospedagem-novo {
    /* Fundo Branco */
    background-color: #ffffff; 
    /* Borda sutil e arredondada */
    border: 1px solid #f0f0f0;
    border-radius: 10px; 
    /* Sombra para fazer o card flutuar levemente */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

/* Efeito de HOVER */
.card-hospedagem-novo:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Círculo do Ícone */
.card-icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Linha de contraste em torno do círculo (opcional) */
    border: 3px solid #F0C4DC; /* Um tom mais claro do magenta */
}

/* Se você estiver usando imagens SVG ou PNG (como no exemplo), o 'filter' as deixa brancas no fundo magenta */
.card-icon-circle img {
    /* O filter: brightness(0) invert(1) é usado para transformar ícones pretos em brancos */
    filter: brightness(0) invert(1);
}

.section4 h2 {
    color: #DA027A;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
}

.btn-projetos {
    background-color: #370075 !important; 
    border-color: #370075 !important; 
    border-radius: 50px;
     color: #FEF0DC;
}

.service-menu-wrapper {
    background-color: #ffffff; 
}

.service-menu {
    margin-bottom: 0; 
}

.service-menu-link {
    color: #370075; 
    font-size: 1.1rem;
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s;
}

/* Estado Ativo/Selecionado do Filtro */
.service-menu-link.active,
.service-menu-link:hover {
    color: #DA027A; 
    text-decoration: underline;
    text-decoration-thickness: 3px; /* Adiciona uma linha mais grossa */
    text-underline-offset: 5px;
}

.section3-clean {
    background-color: white;
}

.section3-clean h2 {
    color: #370075 !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.section3-clean form label {
    font-size: 18px; font-weight: 600; color: #da027a;
}

.section3-clean form button {
    background: #da027a;border: 1px solid #da027a; color: white; font-weight: 600;
}

/* Section 3 */
.section3 {
    background-color: #DA027A !important;   
    padding-top: 80px;    
    padding-bottom: 100px;
    color: #FEF0DC;

    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
}

.section3 h2 {
    color: #FEF0DC;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
}


.section1 h3 {
    color: #FEF0DC;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
}


.section5 {
    background-color: #DA027A !important;   
    padding-top: 80px;    
    padding-bottom: 100px;
    color: #FEF0DC;
    border-radius: 60px;
    /*border-top-left-radius: 60px;
    border-top-right-radius: 60px;*/
}

.text-dark-purple {
    color: #370075 !important;
}

.bg-light-orange {
    background-color: #FEF0DC !important; 
}

.text-magenta {
    color: #DA027A !important;
}


.section6{
      background: linear-gradient(#DA027A, #370075 95%);
       min-height: 100vh;
    color: white;
    padding: 100px 0;
    overflow: hidden;

    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}

/* Home 
.section1 {   
    background: linear-gradient(
        #370075,       
        #DA027A 95%    
    );
    min-height: 100vh; 
    color: white; 
    padding: 100px 0;
    overflow: hidden; 
} */

/*.section1-clean {
    min-height: 100vh;
    color: white;
    padding: 100px 0;
    overflow: hidden;

    background: linear-gradient(#370075, rgba(218, 2, 122, 0)); 

   
}*/

.section1-pontos-turisticos {
    /*border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;*/
    border-radius: 60px;
}

#carrouselPontosTuristicos .carousel-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background: linear-gradient(#370075, #DA027A); 


}

#carrouselPontosTuristicos {
    position: relative;
    z-index: 1;
    background-size: cover;
    background: linear-gradient(#370075, #DA027A);
    /*border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;*/
    border-radius: 60px;
    overflow: hidden;

}

#carrouselPontosTuristicos h4 {
    font-size: 50px;
    margin-bottom: 15px;
    color: #FFF;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 600;
}

#carrouselPontosTuristicos p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #d5d5d5;
}

#carrouselPontosTuristicos .carousel-item a {
    /*background: #F47735;*/
    background-color: white;
    font-size: 14px;
    /*color: #FFF;*/
    color: #DC0077;
    padding: 13px 32px;
    display: inline-block;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    border:1px solid white;
}

#carrouselPontosTuristicos .carousel-item a:hover {
    background: transparent;
    color: white;
    text-decoration: none;
    border:1px solid white;
}

#carrouselPontosTuristicos .carousel-item h4 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#carrouselPontosTuristicos .carousel-item p {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

#carrouselPontosTuristicos .carousel-item a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#carrouselPontosTuristicos .carousel-item .mask img {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    display: block;
    height: auto;
    max-width: 100%;
}

#carrouselPontosTuristicos h4,
#carrouselPontosTuristicos p,
#carrouselPontosTuristicos a,
#carrouselPontosTuristicos .carousel-item .mask img {
    -webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#carrouselPontosTuristicos .container {
    max-width: 1430px;
}

#carrouselPontosTuristicos .carousel-item {
    height: 100%;
    min-height: 550px;
}



.section1-clean {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
}

#carrouselHospedagem .carousel-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background: linear-gradient(#370075, #DA027A); 


}

#carrouselHospedagem {
    position: relative;
    z-index: 1;
    background-size: cover;
    background: linear-gradient(#370075, #DA027A);
border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
    overflow: hidden;

}

#carrouselHospedagem h4 {
    font-size: 50px;
    margin-bottom: 15px;
    color: #FFF;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 600;
}

#carrouselHospedagem p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #d5d5d5;
}

#carrouselHospedagem .carousel-item a {
    /*background: #F47735;*/
    background-color: white;
    font-size: 14px;
    /*color: #FFF;*/
    color: #DC0077;
    padding: 13px 32px;
    display: inline-block;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    border:1px solid white;
}

#carrouselHospedagem .carousel-item a:hover {
    background: transparent;
    color: white;
    text-decoration: none;
    border:1px solid white;
}

#carrouselHospedagem .carousel-item h4 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#carrouselHospedagem .carousel-item p {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

#carrouselHospedagem .carousel-item a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#carrouselHospedagem .carousel-item .mask img {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    display: block;
    height: auto;
    max-width: 100%;
}

#carrouselHospedagem h4,
#carrouselHospedagem p,
#carrouselHospedagem a,
#carrouselHospedagem .carousel-item .mask img {
    -webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#carrouselHospedagem .container {
    max-width: 1430px;
}

#carrouselHospedagem .carousel-item {
    height: 100%;
    min-height: 550px;
}

.carousel-control-next,
.carousel-control-prev {
    height: 50px;
    width: 50px;
    padding: 12px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
    opacity: 0
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-left.active,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item-prev.active,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.section1 { 
    min-height: 100vh;
    color: white;
    padding: 100px 0;
    overflow: hidden;

    /* MÚLTIPLOS BACKGROUNDS PARA ESTRELAS + DEGRADÊ */
    
    background-image:
        /* 3X Estrelas Pequenas (25px) - Camada Superior */
        url("../img/desenhos/estrela-pequena.png"), url("../img/desenhos/estrela-pequena.png"), url("../img/desenhos/estrela-pequena.png"), 

        /* 5X Estrelas Grandes (5px) - Camada Intermediária */
        url("../img/desenhos/estrela-grande.png"), url("../img/desenhos/estrela-grande.png"), url("../img/desenhos/estrela-grande.png"), url("../img/desenhos/estrela-grande.png"), url("../img/desenhos/estrela-grande.png"), 

        /* 10X Estrelas Menores (5px) - Camada Intermediária */
        url("../img/desenhos/estrela-menor.png"), url("../img/desenhos/estrela-menor.png"), url("../img/desenhos/estrela-menor.png"), url("../img/desenhos/estrela-menor.png"), url("../img/desenhos/estrela-menor.png"),
        url("../img/desenhos/estrela-menor.png"), url("../img/desenhos/estrela-menor.png"), url("../img/desenhos/estrela-menor.png"), url("../img/desenhos/estrela-menor.png"), url("../img/desenhos/estrela-menor.png"),

        
        /* O GRADIENTE DEVE SER O ÚLTIMO  */
        linear-gradient(#370075, #DA027A 95%) 
    ;
    
    /* Configurações para todos os 19 backgrounds (18 estrelas + 1 degradê) */
    background-repeat: no-repeat; /* Aplica no-repeat a todos */
    
    /* Posição de CADA ESTRELA E DEGRADÊ (Total de 19 posições) */
    background-position: 
        /* Pequenas (3x) */
        10% 20%, 75% 45%, 40% 90%,
        
        /* Grandes (5x) */
        5% 60%, 90% 10%, 50% 5%, 20% 85%, 80% 70%,
        
        /* Menores (10x) */
        15% 40%, 30% 10%, 95% 30%, 55% 80%, 70% 5%, 5% 95%, 45% 30%, 65% 95%, 85% 55%, 25% 65%,
        
        /* Degradê (deve preencher o topo esquerdo) */
        0 0
    ;
    
    /* Tamanho de CADA ESTRELA E DO DEGRADÊ (Total de 19 tamanhos) */
    background-size:
        /* Pequenas (3x, 25px) */
        25px, 25px, 25px,
        
        /* Grandes (5x, 5px) */
        5px, 5px, 5px, 5px, 5px,
        
        /* Menores (10x, 5px) */
        5px, 5px, 5px, 5px, 5px, 5px, 5px, 5px, 5px, 5px,
        
        /* Degradê (100% da largura e altura) */
        100% 100%
    ;
    
}



.moon-separator {
    position: absolute;
    bottom: 0; 
    left: 50%; 
    transform: translateX(-50%) translateY(50%); 
    z-index: 10;


}



.planet-icon {
    position: absolute;
    opacity: 1; 
    z-index: 15; 
}

.planet-icon.planet-left  {  
    top: 15%; 
    left: 0; 
    transform: translateX(-50%);
}

.planet-icon.planet-left img {
}

.planet-icon.planet-right  {
    bottom: 45%;
    right: 0;
    left: auto; 
    transform: translateX(50%); 
}

.planet-icon.planet-right img {
}

.rocket-icon {
    position: absolute;
    z-index: 15; 
    pointer-events: none;
    opacity: 1; 
    width: 200px; 
    height: auto;
    bottom: 5%; 
    left: 2%;
}

.rocket-icon img {
    width: 100%;
    height: auto;
    transform: rotate(-15deg); 
}



@media (max-width: 768px) {

.parceria {
     position: relative;
      z-index: 999; 
        margin-top: 25px !important;
        background-color: #DA027A;
        border-radius: 30px;
        width: 100% !important;

    }

    /*.section1 h3 {
        font-size: 30px;
    }*/



    /*.planet-icon.planet-right,
    .planet-icon.planet-left ,
    .rocket-icon,
    .cat-icon-central,
    #scroll-down-animation {
        display: none !important;
    }*/

    .cat-icon-central img,
    .planet-icon.planet-left,
    .planet-icon.planet-right,
    .rocket-icon,
    .moon-separator,
    #scroll-down-animation  {
        display: none !important;

    }

    .section1 h3 {
        padding-top: 0px !important;
    }

   /* .planet-icon.planet-right {
        position: absolute !important;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .planet-icon.planet-right img {
        width: 100%;
    }

    #scroll-down-animation {
        position: absolute !important;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .cat-icon-central {
        top: 75% !important;
        left: 50% !important;
    }*/


}



@media (max-width: 992px) {
    .section1 {
        justify-content: center !important;
    }


    .cta-block-2 {
        margin-top: 100px !important;
    }

   /* #orbitImageCarousel {
      
        min-height: 300px;
    }

    #orbitImageCarousel .carousel-inner,
    #orbitImageCarousel .carousel-item {
        
        height: 100%;
    }

    #orbitImageCarousel .carousel-item img {
        height: 100%;
        object-fit: cover;
    }*/
}



.section1 p {
    color: white !important;
}

.section2-clean {
    background-color: white;
}

.section2-clean .cta-block-2 {
    border: 3px solid #DA027A !important;
}



/* Section 2 */
.section2 {
    background-color: #DA027A;       
    padding-bottom: 40px;
}

.cta-block-2 {
    margin-top: -150px;
    position: relative; 
    z-index: 12 !important; 
    background-color: #FEF0DC;
    border-radius: 20px;
    padding: 60px 40px; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); 
}

.cta-block-2 h4 {
    color: #DC0077; 
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.cta-block-2 p {
    color: #370075; 
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.cta-block-2 .btn {
    background-color: #DA027A;
    color: #FEF0DC; 
    font-weight: bold;
    border-radius: 50px;
    padding: 12px 35px;
    transition: background-color 0.3s;
}

.cta-block-2 .btn:hover {
    background-color: #b70263; 
    color: #FEF0DC;
}

.cat-icon-central {
    position: absolute;
  /*  top: 40%;
    left: 50%; */

    top: 70%;
    left: 80%; 
    transform: translate(-50%, -50%); 
    z-index: 20; 
    color: white; 
    opacity: 1; 
    pointer-events: none; 
}
.cat-icon-central img {
    width: 300px; 
    height: auto;
}




.section1-linktree {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.section1-linktree .logo a {
    background: #FFFFFF; 
    border-radius: 100px;
}

.section1-linktree .logo img {
    max-height: 200px; 
}

.section1-linktree h3 {
    font-size: 31px;
}

.section1-linktree p {
    max-width: 90%; 
    font-size: 16px; 
    max-width: 600px;
}

.section1-linktree .bigger-box {
    border: 1px solid #FFFFFF;  
    border-radius: 15px;
}

.section1-linktree .card {
    background: transparent; 
    border: transparent; 
}

.section1-linktree .card p {
    max-width: 90%; 
    font-size: 16px;
}

.section1-linktree .card p strong {
    font-weight: 600;
}

.section1-linktree .card a {
    background: #ff5722; 
    color: #FFFFFF; 
    border:1px solid #ff5722;
    border-radius: 50px; 
    text-transform: uppercase;
    transition: background-color 0.3s;
    /*border-radius: 50px; 
    text-transform: uppercase; 
    background: #ff5722; 
    color: white; 
    border:1px solid #ff5722;*/
}

.section1-linktree .card a:hover,
.section1-linktree .card a:focus {
    text-transform: uppercase; 
    background: #df491a; 
    color: #FFFFFF; 
    border:1px solid #FFFFFF;
    /*background-color: #df491a;
    border: 1px solid #df491a;
    color: #FFFFFF !important;*/
}

.section4-linktree .card {
    background: transparent; 
    border: transparent; 
}

.section4-linktree .card a {
    background: #370075; 
    color: #FFFFFF; 
    border:1px solid #370075;
    border-radius: 50px; 
    text-transform: uppercase;
    transition: background-color 0.3s;
}

.section4-linktree .card a:hover,
.section4-linktree .card a:focus {  
    text-transform: uppercase; 
    background: #FFFFFF; 
    color: #370075; 
    border:1px solid #370075;
}


.section4-linktree .card a.btn-whatsapp {
    background-color: #049715;
    color: white;
    border-radius: 50px;
    font-size: 1.2rem;
    padding: 12px 30px;
    border: 1px solid #049715;
    transition: background-color 0.3s;
}
.section4-linktree .card a.btn-whatsapp:hover,
.section4-linktree .card a.btn-whatsapp:focus {
    text-transform: uppercase; 
    background: #FFFFFF; 
    color: #048d14; 
    border:1px solid #048d14;
}