#plano-mais-casa-header .aviso-azul .info {
    color: #007ACB;
    text-align: center;
    width: fit-content;
    font-family: IberPangea Text;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    border-radius: 8px;
    padding: 8px 16px;
    margin: 0;
    border: 1px solid #007ACB;
}

#plano-mais-casa-header {
    padding: 32px 16px;
    display: flex;
    flex-direction: column-reverse;
}

#plano-mais-casa-header picture {
    margin: 0 auto;
    /* width: 100%; */
    position: relative;
    display: flex;
    justify-content: center;
}

#plano-mais-casa-header picture .img-header {
    display: flex;
    height: 246px;
    border-radius: 16px;
    object-fit: cover;
    width: 328px;

    @media (min-width: 576px) {
        width: 492px;
    }

    @media (min-width: 992px) {
        display: none;
    }
}

.img-header_escritorio {
    display: none;

    @media (min-width: 992px) {
        display: flex;
        height: 450px;
        width: 394px;
        border-radius: 16px;
        object-fit: cover;
    }

    @media (min-width: 1200px) {
        width: 478px;
    }

    @media (min-width: 1920px) {
        width: 616px;
    }

}

#plano-mais-casa-header .info-modulo .etiquetas {
    display: flex;
    gap: 16px;
}

#plano-mais-casa-header .info-modulo .etiquetas .aviso-azul {
    display: flex;
    gap: 12px;
    flex-direction: column;
    @media (min-width: 576px) {
        flex-direction: row;
    }
}

#plano-mais-casa-header .info-modulo .titulo {
    color: #2C2C2C;
    font-family: IberPangea;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    padding: 16px 0;
    margin: 0;
}

#plano-mais-casa-header .info-modulo .btn {
    text-transform: none;
    width: 200px;
    margin: 0 auto 32px;
    font-size: 18px;
    background-color: #2F6852;
    border-color: #2F6852;
    font-family: IberPangea Text;
}

#plano-mais-casa-header .info-modulo .btn:active,
#plano-mais-casa-header .info-modulo .btn:hover {
    background: #2F6852 !important;
    border: 1px solid #2F6852 !important;
}

#plano-mais-casa-header .info-modulo .btn:focus {
    background: #2F6852 !important;
    border: 1px solid #2F6852 !important;
}

#plano-mais-casa-header .cont-button {
    margin: 0 auto;
    display: flex;
}

#plano-mais-casa-header .info-modulo .etiquetas-azules {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

#plano-mais-casa-header .info-modulo .descripcion {
    color: #2C2C2C;
    font-family: IberPangea;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 32px;
}

#plano-mais-casa-header picture .img-header {
    aspect-ratio: 248/135;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 270px;
    border-radius: var(--border-radius-l, 16px);
    max-width: 492px;
}

#plano-mais-casa-header picture .descuento-maisamigo {
    padding: 6px 8px;
    border-radius: 8px;
    background: #FFF;
    position: absolute;
    top: 6%;
    left: 6%;
}

@media (min-width: 576px) {
    #plano-mais-casa-header {
        padding: 32px 42px;
    }

    #plano-mais-casa-header .info-modulo .titulo {
        width: 100%;
    }

    #plano-mais-casa-header .cont-button {
        width: 100%;
        margin: 0;
    }
}

@media (min-width: 992px) {
    #plano-mais-casa-header {
        max-width: 1476px;
        margin: 0 auto;
        gap: 24px;
        padding: 40px 82px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
    }

    #plano-mais-casa-header .info-modulo {
        width: 50%;
    }

    #plano-mais-casa-header .info-modulo .titulo {
        color: #2C2C2C;
        font-family: IberPangea;
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 48px;
        padding: 24px 0;
    }

    #plano-mais-casa-header picture .img-header {
        height: 350px;
        max-width: none;

        @media (min-width: 1200px) {
            height: 400px;
        }

        @media (min-width: 1480px) {
            height: 450px;
        }
    }

    #plano-mais-casa-header picture {
        width: 50%;
    }

    #plano-mais-casa-header .info-modulo .btn {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    #plano-mais-casa-header {
        padding: 40px 102px;
    }
}