/* @import url("/off/modulos/tienda/promo-1-mas-1/css/bootstrap.css?v=1"); */
/* @import url("style.css?v=1"); */

@font-face {
    font-family: 'FontAwesome';
    src: url('https://ofertas.tigo.com.uy/off/templates/default/src/fontawesome-free-5.13.0-web/webfonts/fa-solid-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    crossorigin: anonymous;
}


#check-lead i {
    font-family: 'Font Awesome 5 Free';
    align-self: center;
    margin: auto;
}

.banner-lead {
    height: fit-content;
    position: relative;
    background-repeat: no-repeat;
    width: fit-content;
    display: inline;
}

.banner-lead .lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 3%;
    position: absolute;
    bottom: 20%;
    gap: 10px;
}

.banner-lead .input-banner {
    border-radius: 20px;
    height: 30px;
    padding: 5px;
}

.banner-lead .movistar-button-card-container {
    display: flex !important;
    justify-content: center;
}

.banner-lead .card-button-container {
    width: 100%;
}

.banner-lead .a-card-button {
    line-height: 26px !important;
}

.banner-lead .movistar-button-banner:hover {
    background: white;
    /* border: 2px solid #44C8F5;
    color: #44C8F5 !important; */
    cursor: pointer;
}

.banner-lead .card-button {
    height: 27px;
}

.banner-lead .movistar-button-banner {
    border-radius: 30px;
    /* color: white !important;
    background: #44C8F5; */
    width: 130px;
    text-align: center;
    border: 2px solid transparent;
    padding: 0 10px 0 10px;
    height: 41px;
}

.banner-lead .boton-movistar {
    font-weight: 700;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
}

.banner-lead #input-banner {
    width: 160px;
    height: auto;
    background-color: #fff;
    box-shadow: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin: 0;
}

#movistar-button {
    color: #FFFFFF !important;
    background-color: #FF0064 !important;
}

#movistar-button:hover {
    color: #FF0064 !important;
    background-color: #FFFFFF !important;
    border: 2px solid #FF0064 !important;
}


/* @media screen and (max-width: 820px) {
    .maincontainer {
        display: contents;
    }
} */

@media screen and (orientation: portrait) and (max-width: 819px) {
    @media screen {
        .banner-lead {
            display: grid;
            gap: 22px;
        }

        .banner-lead .lead {
            margin: auto;
            flex-direction: row;
            position: relative;
        }
    }
}

@media screen and (orientation: landscape) and (max-width: 820px) {
    /* .maincontainer {
        display: contents !important;
    } */

    .banner-lead .movistar-button {
        width: 114px;
        height: 31px;
        line-height: 2px;
    }

    .banner-lead #input-banner {
        width: 129px;
    }

    .banner-lead .lead {
        margin: 0 10px 0 10px;
    }

    .banner-lead #message-lead {
        font-size: small;
        width: 188px !important;

    }
}

@media screen and (max-width: 1366px) and (min-width: 821px) {

    /* .maincontainer {
        display: contents !important;
    } */

    .banner-lead .movistar-button {
        width: 114px;
        height: 31px;
        line-height: 2px;
    }

    .banner-lead #input-banner {
        width: 129px;
    }

}

.banner-lead #icono-check {
    color: white;
    vertical-align: middle;
}

.banner-lead #check-lead {
    display: none;
    background-color: #00A63E;
    width: 35px;
    height: 35px;
    border-radius: 21px;
    text-align: center;
}

.banner-lead #success-message {
    display: grid;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-items: center;
}

.banner-lead #message-lead {
    text-align: center;
    font-weight: bold;
}

.banner-lead #img-banner {
    width: 100%;
}
