.fondo-verde {
    background: #00402A;
}

.contenedor-redondo {
    width: 100%;
    background: #FFFFFF;
    border-radius: 16px 16px 0 0; 
}

.banner-country {
    text-align: -webkit-center;
    width: 100%;
    padding: 48px 16px;
}


#contenedor-banner-country {
    width: 100%;
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F9F9F9;
    border-radius: 16px;
    gap: 16px;
}



.texto-contenedor-banner-country {
    width: 100%;
    text-align: center;
}

.imagen-contenedor-banner-country {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 64px;
    height: 64px;
}

.texto-banner-country {
    color:  var(--Color-Content-General-1, #2C2C2C);
    font-family: Iberpangea-Regular;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.subtexto-banner-country {
    color: var(--Color-Content-General-1, #2C2C2C);
    font-family: Iberpangea-Regular;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0px;
    gap: 24px;
}

.subtexto-banner-country .texto-verde .enlace-Documento {
    color: var(--Color-Content-Interactive-Active, #2F6852);
    font-family: IberPangea-regular;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.container-enlace .card-btn{
    display: inline-flex;
    min-height: 24px;
    height: 24px;
    max-width: 328px;
    padding: var(--size-space-0, 0);
    align-items: center;
    gap: 4px;
    
}

.btn-enlace {
    color: var(--Color-Content-Interactive-Active, #2F6852);
    font-family: Iberpangea-regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;     
}

.card-btn img {
    width: var(--Size-icons-s, 24px);
    height: var(--Size-icons-s, 24px);
    display: block;
}

@media (min-width: 576px) {
    .banner-country {
        padding: 48px 42px;
    }

    #contenedor-banner-country {
        width: 492px;
        
    }

}

@media (min-width: 768px) {
     .banner-country {
        padding: 48px 48px 40px;
    }
    
    #contenedor-banner-country {
        width: 672px;
    }
}

@media (min-width: 992px) {
     .banner-country {
        padding: 48px 82px;
    }
    
    #contenedor-banner-country {
        padding: 32px 48px;
        width: 828px;
    }

}

@media (min-width: 1200px) {
     .banner-country {
        padding: 48px 102px;
    }
    #contenedor-banner-country {
        padding: 32px 48px;
        width: 996px;
    }
}

@media (min-width: 1920px) {
    .banner-country {
        padding: 48px 324px;
    }
    
    #contenedor-banner-country {
        padding: 32px 48px;
        width: 1272px;
    }
}