.b-left {
    margin: 10px unset;
    margin-right: auto;
}

.b-primario {
    position: relative;
    border: none;
    padding: 17px 40px;
    color: white !important;
    background: #000;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 1px;
    cursor: pointer;
    display: block;
    z-index: 1;
}





.img-in-column {
    max-width: 350px;
    margin: 1rem;
}

.no-in-desktop {
    display: none;
}

.no-in-mobile {
    display: block;
}

@media (max-width: 700px) {
    .no-in-desktop {
        display: block;
    }

    .no-in-mobile {
        display: none;
    }

    .row {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
    }

    
}

/* flex styles */

.flex>.text {
    margin: 0 1rem;
}

.flex-baselin {
    align-items: baseline !important;
}

.flex-bottom {
    justify-content: flex-end;
}

img, iframe {
    max-width: 100%;
    margin: 1rem auto;
}



.col-60 {
    width: 60%;
}

.col-50 {
    width: 50%;
    padding: 5px;
}

.col-40 {
    width: 40%;
}

.col-30 {
    width: 30%;
}

.column {
    flex-direction: column;
}

.flex.flex-center {
    justify-content: center;
}

.txt-center {
    text-align: center;
}

.wrap {
    flex-wrap: wrap;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem auto;
}

.flex-end {
    align-items: end;
}

.image-ico {
    max-width: 250px;
    margin: 1rem;
}

.flex-img {
    height: fit-content;
    margin: 1rem;
    max-width: 350px;
}

.desktop-none {
    display: none !important;
}

.row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.column {
    display: flex;
    flex-direction: column;
}

.w-80 {
    width: 80%;
    margin: 1rem auto;
}

.w-100 {
    width: 100%;
}

.bg-purple {
    background-color: #FDE9ED;
    padding: 3px;
    line-height: initial;
}

.subtitle {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
}

.padleft {
    padding-left: 40px;
}

.subpink {
    color: #E5004B;
}

.text-avon {
    color: #E5004B !important;
}

ul.orden {
    font-size: 15px !important;
    font-family: 'Montserrat' !important;
    margin-bottom: 20px;
}

ul.orden li {
    display: list-item;
    list-style: disc inside !important;
}

.text-center {
    text-align: center;
}

.banners-internos .mobile {
    display: none;
}

.banners-internos .desktop {
    display: block;
}

@media (max-width: 550px) {

    .txt-center-mobile {
        text-align: center;
    }

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }
}

@media (max-width: 992px) {

    .col-60,
    .col-40 {
        width: 100%;
    }

    .flex.flex-reverse {
        flex-direction: column-reverse;
    }
}

@media (max-width: 450px) {
    .flex>.text {
        margin: 0 0rem !important;
    }

    .desktop-none {
        display: flex !important;
    }

    .flex {
        flex-direction: column;
    }

    .reverse {
        flex-direction: column-reverse !important;
    }

    .mobile-none {
        display: none !important;
    }
}