@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap');


.fnd__header{
/*  background: rgb(223,234,240);
    background: linear-gradient(110deg, rgba(223,234,240,1) 0%, rgba(151,163,175,1) 100%);
    background-image: url('../img/imagen_fnd_popup.jpg'); */
    background-position: top right;
    background-repeat: no-repeat;
    background-color: white !important;
}

h3{
    font-size: 1.7rem !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    color: #777777 !important;
    font-weight: 300 !important;
}
h3 strong{
    font-weight: 700 !important;
    color: #4d4d4d;
}

/* .txt__header_modal{
    font-family: 'Roboto Condensed', sans-serif;
    color: #898989;
    text-transform: uppercase;
}

.txt__header_modal strong{
    font-weight: 400 !important;
    color: #4d4d4d;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #4d4d4d;
    text-transform: uppercase;
} */


.txt__header_width{
    width: 90% !important;
    margin: auto;
}

.modal-header{
    border-bottom: none !important;
}

.txt__header_width h3{
    padding-top: 1rem !important;
}

@media (max-width: 575.98px) {
    .fnd__header{
        /* background-image: url('../img/imagen_fnd_popup__xs.jpg'); */
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: white !important;
    }

    h3{
        font-size: 1.8rem !important;
        line-height: 1.2 !important;
    }
}