

@media (min-width: 4001px) and (max-width: 5000px){   
    .plugin-atracoes-home{
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: calc(100vw * (1144 / 1920));
        background-position: center;
    }
    .img-atracao{
        width: 100%;
        border-radius: 2rem;
    }
    .btn-custom {
        display: inline-block;
        padding: 10px 20px;
        border-radius: 25px; /* Bordas arredondadas */
        color: #ffffff; /* Cor do texto */
        text-align: center;
        text-decoration: none; /* Remove o sublinhado */
        font-size: 16px;
        font-weight: bold;
        line-height: 1; /* Alinha verticalmente o texto */
        transition: all 0.3s ease; /* Animação suave para hover */
        cursor: pointer;
        min-width: 150px; /* Largura mínima para o botão */
        margin-top: 1rem;
    }
    .btn-custom:hover {
        color: #ffffff; /* Cor do texto */
    }
    .img-invertida {
        transform: scaleX(-1);
        height: 3rem;
    }
    .img-home{
        height: 3rem;
    }
    .titulo-home{
        color: white;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .icone-home{
        width: 90%;
    }
    .imagem-extra-container {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .imagem-extra-esq {
        position: absolute;
        bottom: 100%;
        left: 10%;
        width: 70%;
        transform: translateY(0%);
    }
    
    .imagem-extra-dir {
        position: absolute;
        bottom: 100%;
        right: 10%;
        width: 70%;
        transform: translateY(0%);
    }
    .img-radicalidades{
        text-align: end;
        padding: .5rem 0rem 0rem 0rem;
        position: absolute;
        width: 92%;
    }
    .distancia-texto-infos{
        display: flex;
        justify-content: flex-end;
        width: 100%;
        padding: 0rem 2rem;
        color: white;
        align-items: flex-end;
        padding: 2rem 3rem 5rem 3rem;
        color: white;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .tamanho-text{
        width: 35%;
        text-align: end;
    }
    .titulo-primario-infos{
        margin-top: 15rem;
        color: white; 
        width: 50%;
    }
    .titulo-infos{
        padding:0rem 2rem 0rem 2rem; 
        color: white; 
        width: 50%;
    }
    .padding-atracao{
        padding:6rem 2rem 0rem 2rem;
    }
}
@media (min-width: 3001px) and (max-width: 4000px){
    .plugin-mais-infos{
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: calc(100vw * (1144 / 1920));
        background-position: center;
    }
    .img-atracao{
        width: 100%;
        border-radius: 2rem;
    }
    .btn-custom {
        display: inline-block;
        padding: 10px 20px;
        border-radius: 25px; /* Bordas arredondadas */
        color: #ffffff; /* Cor do texto */
        text-align: center;
        text-decoration: none; /* Remove o sublinhado */
        font-size: 16px;
        font-weight: bold;
        line-height: 1; /* Alinha verticalmente o texto */
        transition: all 0.3s ease; /* Animação suave para hover */
        cursor: pointer;
        min-width: 150px; /* Largura mínima para o botão */
        margin-top: 1rem;
    }
    .btn-custom:hover {
        color: #ffffff; /* Cor do texto */
    }
    .img-invertida {
        transform: scaleX(-1);
        height: 3rem;
    }
    .img-home{
        height: 3rem;
    }
    .titulo-home{
        color: white;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .icone-home{
        width: 90%;
    }
    .imagem-extra-container {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .imagem-extra-esq {
        position: absolute;
        bottom: 100%;
        left: 10%;
        width: 70%;
        transform: translateY(0%);
    }
    
    .imagem-extra-dir {
        position: absolute;
        bottom: 100%;
        right: 10%;
        width: 70%;
        transform: translateY(0%);
    }
    .img-radicalidades{
        text-align: end;
        padding: .5rem 0rem 0rem 0rem;
        position: absolute;
        width: 92%;
    }
    .distancia-texto-infos{
        display: flex;
        justify-content: flex-end;
        width: 100%;
        padding: 0rem 2rem;
        color: white;
        align-items: flex-end;
        padding: 2rem 3rem 5rem 3rem;
        color: white;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .tamanho-text{
        width: 35%;
        text-align: end;
    }
    .titulo-primario-infos{
        margin-top: 15rem;
        color: white; 
        width: 50%;
    }
    .titulo-infos{
        padding:0rem 2rem 0rem 2rem; 
        color: white; 
        width: 50%;
    }
    .padding-atracao{
        padding:6rem 2rem 0rem 2rem;
    }
}
@media (min-width: 2401px) and (max-width: 3000px){
    .plugin-mais-infos{
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: calc(100vw * (1144 / 1920));
        background-position: center;
    }
    .img-atracao{
        width: 100%;
        border-radius: 2rem;
    }
    .btn-custom {
        display: inline-block;
        padding: 10px 20px;
        border-radius: 25px; /* Bordas arredondadas */
        color: #ffffff; /* Cor do texto */
        text-align: center;
        text-decoration: none; /* Remove o sublinhado */
        font-size: 16px;
        font-weight: bold;
        line-height: 1; /* Alinha verticalmente o texto */
        transition: all 0.3s ease; /* Animação suave para hover */
        cursor: pointer;
        min-width: 150px; /* Largura mínima para o botão */
        margin-top: 1rem;
    }
    .btn-custom:hover {
        color: #ffffff; /* Cor do texto */
    }
    .img-invertida {
        transform: scaleX(-1);
        height: 3rem;
    }
    .img-home{
        height: 3rem;
    }
    .titulo-home{
        color: white;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .icone-home{
        width: 90%;
    }
    .imagem-extra-container {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .imagem-extra-esq {
        position: absolute;
        bottom: 100%;
        left: 10%;
        width: 70%;
        transform: translateY(0%);
    }
    
    .imagem-extra-dir {
        position: absolute;
        bottom: 100%;
        right: 10%;
        width: 70%;
        transform: translateY(0%);
    }
    .img-radicalidades{
        text-align: end;
        padding: .5rem 0rem 0rem 0rem;
        position: absolute;
        width: 92%;
    }
    .distancia-texto-infos{
        display: flex;
        justify-content: flex-end;
        width: 100%;
        padding: 0rem 2rem;
        color: white;
        align-items: flex-end;
        padding: 2rem 3rem 5rem 3rem;
        color: white;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .tamanho-text{
        width: 35%;
        text-align: end;
    }
    .titulo-primario-infos{
        margin-top: 15rem;
         
        color: white; 
        width: 50%;
    }
    .titulo-infos{
         
        color: white; 
        width: 50%;
    }
    .padding-atracao{
        padding:6rem 2rem 0rem 2rem;
    }
}
@media (min-width: 2300px) and (max-width: 2400px){
    .plugin-mais-infos{
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: calc(100vw * (1144 / 1920));
        background-position: center;
    }
    .img-atracao{
        width: 100%;
        border-radius: 2rem;
    }
    .btn-custom {
        display: inline-block;
        padding: 10px 20px;
        border-radius: 25px; /* Bordas arredondadas */
        color: #ffffff; /* Cor do texto */
        text-align: center;
        text-decoration: none; /* Remove o sublinhado */
        font-size: 16px;
        font-weight: bold;
        line-height: 1; /* Alinha verticalmente o texto */
        transition: all 0.3s ease; /* Animação suave para hover */
        cursor: pointer;
        min-width: 150px; /* Largura mínima para o botão */
        margin-top: 1rem;
    }
    .btn-custom:hover {
        color: #ffffff; /* Cor do texto */
    }
    .img-invertida {
        transform: scaleX(-1);
        height: 3rem;
    }
    .img-home{
        height: 3rem;
    }
    .titulo-home{
        color: white;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .icone-home{
        width: 90%;
    }
    .imagem-extra-container {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .imagem-extra-esq {
        position: absolute;
        bottom: 100%;
        left: 10%;
        width: 70%;
        transform: translateY(0%);
    }
    
    .imagem-extra-dir {
        position: absolute;
        bottom: 100%;
        right: 10%;
        width: 70%;
        transform: translateY(0%);
    }
    .img-radicalidades{
        text-align: end;
        padding: .5rem 0rem 0rem 0rem;
        position: absolute;
        width: 92%;
    }
    .distancia-texto-infos{
        display: flex;
        justify-content: flex-end;
        width: 100%;
        padding: 0rem 2rem;
        color: white;
        align-items: flex-end;
        padding: 2rem 3rem 5rem 3rem;
        color: white;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .tamanho-text{
        width: 35%;
        text-align: end;
    }
    .titulo-primario-infos{
        margin-top: 15rem;
         
        color: white; 
        width: 50%;
    }
    .titulo-infos{
         
        color: white; 
        width: 50%;
    }
    .padding-atracao{
        padding:6rem 2rem 0rem 2rem;
    }
}
@media (min-width: 2100px) and (max-width: 2299px){
    .plugin-mais-infos{
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: calc(100vw * (1144 / 1920));
        background-position: center;
    }
    .img-atracao{
        width: 100%;
        border-radius: 2rem;
    }
    .btn-custom {
        display: inline-block;
        padding: 10px 20px;
        border-radius: 25px; /* Bordas arredondadas */
        color: #ffffff; /* Cor do texto */
        text-align: center;
        text-decoration: none; /* Remove o sublinhado */
        font-size: 16px;
        font-weight: bold;
        line-height: 1; /* Alinha verticalmente o texto */
        transition: all 0.3s ease; /* Animação suave para hover */
        cursor: pointer;
        min-width: 150px; /* Largura mínima para o botão */
        margin-top: 1rem;
    }
    .btn-custom:hover {
        color: #ffffff; /* Cor do texto */
    }
    .img-invertida {
        transform: scaleX(-1);
        height: 3rem;
    }
    .img-home{
        height: 3rem;
    }
    .titulo-home{
        color: white;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .icone-home{
        width: 90%;
    }
    .imagem-extra-container {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .imagem-extra-esq {
        position: absolute;
        bottom: 100%;
        left: 10%;
        width: 70%;
        transform: translateY(0%);
    }
    
    .imagem-extra-dir {
        position: absolute;
        bottom: 100%;
        right: 10%;
        width: 70%;
        transform: translateY(0%);
    }
    .img-radicalidades{
        text-align: end;
        padding: .5rem 0rem 0rem 0rem;
        position: absolute;
        width: 92%;
    }
    .distancia-texto-infos{
        display: flex;
        justify-content: flex-end;
        width: 100%;
        padding: 0rem 2rem;
        color: white;
        align-items: flex-end;
        padding: 2rem 3rem 5rem 3rem;
        color: white;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .tamanho-text{
        width: 35%;
        text-align: end;
    }
    .titulo-primario-infos{
        margin-top: 15rem;
         
        color: white; 
        width: 50%;
    }
    .titulo-infos{
         
        color: white; 
        width: 50%;
    }
    .padding-atracao{
        padding:6rem 2rem 0rem 2rem;
    }
}
@media (min-width: 1900px) and (max-width: 2099px){
    .plugin-mais-infos{
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: calc(100vw * (1144 / 1920));
        background-position: center;
    }
    .img-atracao{
        width: 100%;
        border-radius: 2rem;
    }
    .btn-custom {
        display: inline-block;
        padding: 10px 20px;
        border-radius: 25px; /* Bordas arredondadas */
        color: #ffffff; /* Cor do texto */
        text-align: center;
        text-decoration: none; /* Remove o sublinhado */
        font-size: 16px;
        font-weight: bold;
        line-height: 1; /* Alinha verticalmente o texto */
        transition: all 0.3s ease; /* Animação suave para hover */
        cursor: pointer;
        min-width: 150px; /* Largura mínima para o botão */
        margin-top: 1rem;
    }
    .btn-custom:hover {
        color: #ffffff; /* Cor do texto */
    }
    .img-invertida {
        transform: scaleX(-1);
        height: 3rem;
    }
    .img-home{
        height: 3rem;
    }
    .titulo-home{
        color: white;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .icone-home{
        width: 90%;
    }
    .imagem-extra-container {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .imagem-extra-esq {
        position: absolute;
        bottom: 100%;
        left: 10%;
        width: 70%;
        transform: translateY(0%);
    }
    
    .imagem-extra-dir {
        position: absolute;
        bottom: 100%;
        right: 10%;
        width: 70%;
        transform: translateY(0%);
    }
    .img-radicalidades{
        text-align: end;
        padding: .5rem 0rem 0rem 0rem;
        position: absolute;
        width: 92%;
    }
    .distancia-texto-infos{
        display: flex;
        justify-content: flex-end;
        width: 100%;
        padding: 0rem 2rem;
        color: white;
        align-items: flex-end;
        padding: 2rem 3rem 5rem 3rem;
        color: white;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .tamanho-text{
        width: 35%;
        text-align: end;
    }
    .titulo-primario-infos{
        margin-top: 10rem;
         
        color: white; 
        width: 50%;
    }
    .titulo-infos{
         
        color: white; 
        width: 50%;
    }
    .padding-atracao{
        padding:6rem 2rem 0rem 2rem;
    }
}
@media (min-width: 1600px) and (max-width: 1899px){
    .plugin-mais-infos{
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: calc(100vw * (1144 / 1920));
        background-position: center;
    }
    .img-atracao{
        width: 100%;
        border-radius: 2rem;
    }
    .btn-custom {
        display: inline-block;
        padding: 10px 20px;
        border-radius: 25px; /* Bordas arredondadas */
        color: #ffffff; /* Cor do texto */
        text-align: center;
        text-decoration: none; /* Remove o sublinhado */
        font-size: 16px;
        font-weight: bold;
        line-height: 1; /* Alinha verticalmente o texto */
        transition: all 0.3s ease; /* Animação suave para hover */
        cursor: pointer;
        min-width: 150px; /* Largura mínima para o botão */
        margin-top: 1rem;
    }
    .btn-custom:hover {
        color: #ffffff; /* Cor do texto */
    }
    .img-invertida {
        transform: scaleX(-1);
        height: 3rem;
    }
    .img-home{
        height: 3rem;
    }
    .titulo-home{
        color: white;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .icone-home{
        width: 90%;
    }
    .imagem-extra-container {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .imagem-extra-esq {
        position: absolute;
        bottom: 100%;
        left: 10%;
        width: 70%;
        transform: translateY(0%);
    }
    
    .imagem-extra-dir {
        position: absolute;
        bottom: 100%;
        right: 10%;
        width: 70%;
        transform: translateY(0%);
    }
    .img-radicalidades{
        text-align: end;
        padding: .5rem 0rem 0rem 0rem;
        position: absolute;
        width: 92%;
    }
    .distancia-texto-infos{
        display: flex;
        justify-content: flex-end;
        width: 100%;
        padding: 0rem 2rem;
        color: white;
        align-items: flex-end;
        padding: 2rem 3rem 5rem 3rem;
        color: white;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .tamanho-text{
        width: 35%;
        text-align: end;
    }
    .titulo-primario-infos{
        margin-top: 10rem;
         
        color: white; 
        width: 50%;
    }
    .titulo-infos{
         
        color: white; 
        width: 50%;
    }
    .padding-atracao{
        padding:6rem 2rem 0rem 2rem;
    }
}
@media (min-width: 1300px) and (max-width: 1599px){
    .plugin-mais-infos{
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: calc(100vw * (1144 / 1920));
        background-position: center;
    }
    .img-radicalidades{
        text-align: end;
        padding: .5rem 0rem 0rem 0rem;
        position: absolute;
        width: 90%;
    }
    .img-atracao{
        width: 100%;
        border-radius: 2rem;
    }
    .btn-custom {
        display: inline-block;
        padding: 10px 20px;
        border-radius: 25px; /* Bordas arredondadas */
        color: #ffffff; /* Cor do texto */
        text-align: center;
        text-decoration: none; /* Remove o sublinhado */
        font-size: 16px;
        font-weight: bold;
        line-height: 1; /* Alinha verticalmente o texto */
        transition: all 0.3s ease; /* Animação suave para hover */
        cursor: pointer;
        min-width: 150px; /* Largura mínima para o botão */
        margin-top: 1rem;
    }
    .btn-custom:hover {
        color: #ffffff; /* Cor do texto */
    }
    .img-invertida {
        transform: scaleX(-1);
        height: 3rem;
    }
    .img-home{
        height: 3rem;
    }
    .titulo-home{
        color: white;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .icone-home{
        width: 90%;
    }
    .imagem-extra-container {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .imagem-extra-esq {
        position: absolute;
        bottom: 100%;
        left: 10%;
        width: 70%;
        transform: translateY(0%);
    }
    
    .imagem-extra-dir {
        position: absolute;
        bottom: 100%;
        right: 10%;
        width: 70%;
        transform: translateY(0%);
    }
    .distancia-texto-infos{
        display: flex;
        justify-content: flex-end;
        width: 100%;
        padding: 0rem 2rem;
        color: white;
        align-items: flex-end;
        padding: 2rem 3rem 5rem 3rem;
        color: white;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .tamanho-text{
        width: 35%;
        text-align: end;
    }
    .titulo-primario-infos{
        margin-top: 10rem;
         
        color: white; 
        width: 50%;
    }
    .titulo-infos{
         
        color: white; 
        width: 50%;
    }
    .padding-atracao{
        padding:6rem 2rem 0rem 2rem;
    }
}

@media (min-width: 1200px) and (max-width: 1299px){
    .plugin-mais-infos{
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: calc(100vw * (1144 / 1920));
        background-position: center;
    }
    .img-radicalidades{
        text-align: end;
        padding: .5rem 0rem 0rem 0rem;
        position: absolute;
        width: 87%;
    }
    .img-atracao{
        width: 100%;
        border-radius: 2rem;
    }
    .btn-custom {
        display: inline-block;
        padding: 10px 20px;
        border-radius: 25px; /* Bordas arredondadas */
        color: #ffffff; /* Cor do texto */
        text-align: center;
        text-decoration: none; /* Remove o sublinhado */
        font-size: 16px;
        font-weight: bold;
        line-height: 1; /* Alinha verticalmente o texto */
        transition: all 0.3s ease; /* Animação suave para hover */
        cursor: pointer;
        min-width: 150px; /* Largura mínima para o botão */
        margin-top: 1rem;
    }
    .btn-custom:hover {
        color: #ffffff; /* Cor do texto */
    }
    .img-invertida {
        transform: scaleX(-1);
        height: 3rem;
    }
    .img-home{
        height: 3rem;
    }
    .titulo-home{
        color: white;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .icone-home{
        width: 90%;
    }
    .imagem-extra-container {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .imagem-extra-esq {
        position: absolute;
        bottom: 100%;
        left: 10%;
        width: 70%;
        transform: translateY(0%);
    }
    
    .imagem-extra-dir {
        position: absolute;
        bottom: 100%;
        right: 10%;
        width: 70%;
        transform: translateY(0%);
    }
    .distancia-texto-infos{
        display: flex;
        justify-content: flex-end;
        width: 100%;
        padding: 0rem 2rem;
        color: white;
        align-items: flex-end;
        padding: 2rem 3rem 5rem 3rem;
        color: white;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .tamanho-text{
        width: 35%;
        text-align: end;
    }
    .titulo-primario-infos{
        margin-top: 10rem;
         
        color: white; 
        width: 50%;
    }
    .titulo-infos{
         
        color: white; 
        width: 50%;
    }
    .padding-atracao{
        padding:6rem 2rem 0rem 2rem;
    }
}
@media (min-width: 1100px) and (max-width: 1199px){
    .plugin-mais-infos{
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: calc(100vw * (1144 / 1920));
        background-position: center;
    }
    .img-radicalidades{
        text-align: end;
        padding: .5rem 0rem 0rem 0rem;
        position: absolute;
        width: 87%;
    }
    .img-atracao{
        width: 100%;
        border-radius: 2rem;
    }
    .btn-custom {
        display: inline-block;
        padding: 10px 20px;
        border-radius: 25px; /* Bordas arredondadas */
        color: #ffffff; /* Cor do texto */
        text-align: center;
        text-decoration: none; /* Remove o sublinhado */
        font-size: 16px;
        font-weight: bold;
        line-height: 1; /* Alinha verticalmente o texto */
        transition: all 0.3s ease; /* Animação suave para hover */
        cursor: pointer;
        min-width: 150px; /* Largura mínima para o botão */
        margin-top: 1rem;
    }
    .btn-custom:hover {
        color: #ffffff; /* Cor do texto */
    }
    .img-invertida {
        transform: scaleX(-1);
        height: 3rem;
    }
    .img-home{
        height: 3rem;
    }
    .titulo-home{
        color: white;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .icone-home{
        width: 90%;
    }
    .imagem-extra-container {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .imagem-extra-esq {
        position: absolute;
        bottom: 100%;
        left: 10%;
        width: 70%;
        transform: translateY(0%);
    }
    
    .imagem-extra-dir {
        position: absolute;
        bottom: 100%;
        right: 10%;
        width: 70%;
        transform: translateY(0%);
    }
    .distancia-texto-infos{
        display: flex;
        justify-content: flex-end;
        width: 100%;
        padding: 0rem 2rem;
        color: white;
        align-items: flex-end;
        padding: 2rem 3rem 5rem 3rem;
        color: white;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .tamanho-text{
        width: 35%;
        text-align: end;
    }
    .titulo-primario-infos{
        margin-top: 10rem;
         
        color: white; 
        width: 50%;
    }
    .titulo-infos{
         
        color: white; 
        width: 50%;
    }
    .padding-atracao{
        padding:6rem 2rem 0rem 2rem;
    }
}
@media (min-width: 1000px) and (max-width: 1099px){
    .plugin-mais-infos{
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: calc(100vw * (1144 / 1920));
        background-position: center;
    }
    .img-radicalidades{
        text-align: end;
        padding: .5rem 0rem 0rem 0rem;
        position: absolute;
        width: 87%;
    }
    .img-atracao{
        width: 100%;
        border-radius: 2rem;
    }
    .btn-custom {
        display: inline-block;
        padding: 10px 20px;
        border-radius: 25px; /* Bordas arredondadas */
        color: #ffffff; /* Cor do texto */
        text-align: center;
        text-decoration: none; /* Remove o sublinhado */
        font-size: 16px;
        font-weight: bold;
        line-height: 1; /* Alinha verticalmente o texto */
        transition: all 0.3s ease; /* Animação suave para hover */
        cursor: pointer;
        min-width: 150px; /* Largura mínima para o botão */
        margin-top: 1rem;
    }
    .btn-custom:hover {
        color: #ffffff; /* Cor do texto */
    }
    .img-invertida {
        transform: scaleX(-1);
        height: 3rem;
    }
    .img-home{
        height: 3rem;
    }
    .titulo-home{
        color: white;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .icone-home{
        width: 90%;
    }
    .imagem-extra-container {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .imagem-extra-esq {
        position: absolute;
        bottom: 100%;
        left: 10%;
        width: 70%;
        transform: translateY(0%);
    }
    
    .imagem-extra-dir {
        position: absolute;
        bottom: 100%;
        right: 10%;
        width: 70%;
        transform: translateY(0%);
    }
    .distancia-texto-infos{
        display: flex;
        justify-content: flex-end;
        width: 100%;
        padding: 0rem 2rem;
        color: white;
        align-items: flex-end;
        padding: 2rem 3rem 5rem 3rem;
        color: white;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .tamanho-text{
        width: 35%;
        text-align: end;
    }
    .titulo-primario-infos{
        margin-top: 10rem;
         
        color: white; 
        width: 50%;
    }
    .titulo-infos{
         
        color: white; 
        width: 50%;
    }
    .padding-atracao{
        padding:6rem 2rem 0rem 2rem;
    }
}
@media (min-width: 992px) and (max-width: 999px){
    .plugin-mais-infos{
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: calc(100vw * (1144 / 1920));
        background-position: center;
    }
    .img-radicalidades{
        text-align: end;
        padding: .5rem 0rem 0rem 0rem;
        position: absolute;
        width: 85%;
    }
    .img-atracao{
        width: 100%;
        border-radius: 2rem;
    }
    .btn-custom {
        display: inline-block;
        padding: 10px 20px;
        border-radius: 25px; /* Bordas arredondadas */
        color: #ffffff; /* Cor do texto */
        text-align: center;
        text-decoration: none; /* Remove o sublinhado */
        font-size: 16px;
        font-weight: bold;
        line-height: 1; /* Alinha verticalmente o texto */
        transition: all 0.3s ease; /* Animação suave para hover */
        cursor: pointer;
        min-width: 150px; /* Largura mínima para o botão */
        margin-top: 1rem;
    }
    .btn-custom:hover {
        color: #ffffff; /* Cor do texto */
    }
    .img-invertida {
        transform: scaleX(-1);
        height: 3rem;
    }
    .img-home{
        height: 3rem;
    }
    .titulo-home{
        color: white;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .icone-home{
        width: 90%;
    }
    .imagem-extra-container {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .imagem-extra-esq {
        position: absolute;
        bottom: 100%;
        left: 10%;
        width: 70%;
        transform: translateY(0%);
    }
    
    .imagem-extra-dir {
        position: absolute;
        bottom: 100%;
        right: 10%;
        width: 70%;
        transform: translateY(0%);
    }
    .distancia-texto-infos{
        display: flex;
        justify-content: flex-end;
        width: 100%;
        padding: 0rem 2rem;
        color: white;
        align-items: flex-end;
        padding: 2rem 2rem 2rem 2rem;
        color: white;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .tamanho-text{
        width: 35%;
        text-align: end;
    }
    .titulo-primario-infos{
        margin-top: 10rem;
         
        color: white; 
        width: 50%;
    }
    .titulo-infos{
         
        color: white; 
        width: 50%;
    }
    .padding-atracao{
        padding:6rem 2rem 0rem 2rem;
    }
}
@media (min-width: 600px) and (max-width: 991px){
    .padding-mobile{
        padding: 2rem;
    }
    .distancia-texto-infos{
        padding: 1rem;
        color: white;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .tamanho-text{
        width: 100%;
        text-align: center;
    }
    .plugin-mais-infos{
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: auto;
        background-position: center;
    }
    .img-radicalidades{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        position: absolute;
        width: 98%;
        top: 5px;
    }
    .btn-custom{
        display: inline-block;
        padding: 10px 15px;
        border-radius: 45px;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        line-height: 1;
        transition: all 0.3s ease;
        cursor: pointer;
        min-width: 200px;
        margin-top: 0rem !important;
    }
    .titulo-primario-infos{
        justify-content: center;
        margin-top: 1rem;
        color: white; 
    }
    .titulo-infos{
        color: white; 
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .icone-home{
        width: 100%;
    }
    .titulo-home{
        color: white;
        margin-left: -2rem;
        margin-right: -2rem;
        z-index: 99;
    }
    .img-invertida {
        transform: scaleX(-1);
        height: 3rem;
    }
    .img-home{
        height: 3rem;
    }
    .img-atracao{
        width: 100%;
        border-radius: 2rem;
    }
}
@media (max-width: 599px){
    .padding-mobile{
        padding: 2rem;
    }
    .distancia-texto-infos{
        padding: 1rem;
        color: white;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .tamanho-text{
        width: 100%;
        text-align: center;
    }
    .plugin-mais-infos{
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: auto;
        background-position: center;
    }
    .img-radicalidades{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        position: absolute;
        width: 98%;
        top: 5px;
    }
    .btn-custom{
        display: inline-block;
        padding: 10px 15px;
        border-radius: 45px;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        line-height: 1;
        transition: all 0.3s ease;
        cursor: pointer;
        min-width: 200px;
        margin-top: 0rem !important;
    }
    .titulo-primario-infos{
        margin-top: 3rem;
        color: white;
        text-align: center;
    }
    .titulo-infos{
        color: white; 
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .icone-home{
        width: 100%;
    }
    .titulo-home{
        color: white;
        margin-left: -2rem;
        margin-right: -2rem;
        z-index: 99;
    }
    .img-invertida {
        transform: scaleX(-1);
        height: 3rem;
    }
    .img-home{
        height: 3rem;
    }
    .img-atracao{
        width: 100%;
        border-radius: 2rem;
    }
}