:root {
    --bs-body-color: #35984d !important;
}

body {
    background: #fff;
    font-family: 'ralewayregular';
    font-size: 1em;
    color: #35984d !important;
}


.header-section {
    margin: 0px;
    padding: 0px;
}

.img-header {
    width: 100%;
    height: 80px;
}

.img-footer {
    width: 100%;
}

.container-fluid {
    padding: 0px;
    margin: 0px;
}

.container-fluid>.row {
    margin: 0px;
    padding: 0px;
}

strong,
.strong {
    font-family: 'ralewaybold';
}

.upper {
    text-transform: uppercase;
}

.cursive {
    font-style: italic;
}

.logo {
    width: 300px;
}

.l_text {
    max-width: 100%;
    width: 550px;
}

.how-title {
    color: rgb(53, 152, 77);
}

.how-section {
    background-color: rgba(53, 152, 77, 0.1);
    padding: 35px;
}

.text-gold {
    background: #ecc03a;
    margin-left: -7px;
    padding: 5px 15px;
    font-weight: bold;
    color: white;
    border-radius: 15px;
    width: fit-content;
}


.card {
    background-color: #FFF5E4;
}

.step-card-number {
    top: -20px;
    left: -20px;
    width: 60px;
}

.step-card-image {
    width: 130px;
    top: -80px;
    right: -27px;
}

.step-card-image-2 {
    top: -40px;
}

.step-card-1,
.step-card-2,
.step-card-3 {
    margin-top: 100px;
}
.step-card-3{
    padding-right:15px;
}

.main-card {
    padding-left: 25px;
    padding-right: 25px;
}

.profiles-badge {
    background-color: #35984d;
    color: #ecc03a;
    width: max-content;
    padding: 8px 30px 8px 30px;
    border-radius: 10px;
    font-weight: bolder;
    display: inline-block;
}

.txt-note {
    font-size: 0.8em;
    font-weight: bold;
    font-style: italic;
}

.txt-highlight {
    font-size: 1.4em;
}

.text-success {
    color: #35984d !important;
}

.text-danger {
    color: #942132 !important;
}

.text-warning {
    color: #ecc03a !important;
}

.text-right {
    text-align: right;
}

.text-lefts {
    text-align: left;
}

.txt-note {
    font-size: .8em;
}

.back-danger {
    background-color: #942132 !important;
    color: #fff !important;
}

.st {
    margin-bottom: 0px;
}

.icons {
    list-style-type: none;
    /* Elimina los puntos/viñetas */
    padding-left: 0;
    /* Elimina el espacio extra por defecto */
    margin: 0;
    /* Elimina el margen por defecto */
}

/* O si quieres aplicarlo solo a ciertos <li> */
.icon-element {
    list-style-type: none;
}

.icon-img {
    width: 1.3em;
    margin-right: 7px;
    height: 1.3em;
}

ul.bennefits-list {
    margin-left: -15px;
}

section.section-links {
    background-image: url(/assets/images/circulos.png);
    background-repeat: no-repeat;
    background-position: left;
}

.download-img {
    width: 100%;
}

/*.download-card-number {
    margin-top: -50px;
}

.download-card-image {
    max-width: 225px;
    margin-left: -90px;
    margin-top: -45px;
}*/
.register-text {
    text-align: right;
}

@media screen and (min-width: 709px) and (max-width: 991px) {
    .step-card-image-2 {
        width: 100px;
    }

    .step-card-image-3 {
        top: -40px;
    }

    .register-images,
    .register-text {
        text-align: center;
    }

    /*.download-card {
        margin-top: 40px;
    }*/
}

@media (max-width: 709px) {
    .l_text {
        width: 100%;
    }

    .icon-right {
        width: 90px;
    }

    .step-card-1,
    .step-card-2 {
        margin-top: 25px;
    }

    .step-card-3 {
        margin-top: 75px;
    }

    .step-card-image {
        width: 100px;
        top: -44px;
        right: -25px;
    }

    .step-card-image-2 {
        width: 100px;
        top: -22px;
        right: -25px;
    }

    .bennefits {
        margin-top: 50px !important;
    }

    .step-card-content {
        padding: 10px 20px;
    }

    section.section-links {
        background: transparent;
    }

    h3 {
        font-size: 1.25em;
    }

    .register-text {
        text-align: center;

    }

    h4,
    h5 {
        font-size: 1em !important;
    }

    h5 {
        margin-top: 20px;
    }

    /*
    .download-card {
        margin-top: 40px;
    }

    .download-card-image {
        max-width: 150px;
        margin-top: 75px;
    }*/
}

@media (min-width: 949px) {
    .icon-right {
        width: 90px;
    }

    ul.profiles-list {
        margin: 0;
        padding: 0;
    }

    li.profile-name {
        display: inline-block;
        /* inline real */
        list-style: none;
        /* quitamos el nativo */
        margin-right: 0px;
    }

    li.profile-name::before {
        content: " • ";
        margin: 5px;
    }

    li.profile-name:first-child::before {
        content: "";
        margin-left: 0px;
    }
}