body {
    margin: 0;
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Futura-Medium;
    src: url(https://s3.amazonaws.com/img.busqo.com/Mailing/Fonts/Futura-Medium-01.ttf)
}

@font-face {
    font-family: Futura-Medium-condensed;
    src: url(https://s3.amazonaws.com/img.busqo.com/Mailing/Fonts/Futura-CondensedMedium-04.ttf)
}

@font-face {
    font-family: Futura-Bold;
    src: url(https://s3.amazonaws.com/img.busqo.com/Mailing/Fonts/Futura-Bold-03.ttf)
}


/*---------------------------- ESTILOS ESCRITORIO -----------------------------*/



.contenedor-banner-VidaDeudor {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    background-image: url(../images/Banner-vidadeudor-desktop.png);
    background-size: cover;
    background-position: right
}


.subcontenedor-banner-VidaDeudor {
    width: 75%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.banner-left {
    width: 45%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: left
}

.txt-banner-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18% 0 15% 0
}

.txt-banner-left h1 {
    font-size: 1.5em;
    color: #5e3eba;
    font-family: Futura-Bold;
    text-align: center;
    margin: 0 0 4% 0
}

.txt-banner-left p {
    font-size: 1.5em;
    color: #5EBF6B;
    font-family: Futura-Medium;
    text-align: center;
    margin: 0% 0 4% 0
}

.button-input-banner {
    width: 60%;
    font-size: 1.2em;
    color: #fff;
    background-color: #5e3eba;
    font-family: Futura-Bold;
    padding: 15px 30px;
    border-radius: 10px;
    border: none;
    margin: 5% 0 0 0;
    cursor: pointer;
    text-align: center;
}


.button-input-banner:hover {
    background-color: #422b83;
    color: #ffffff !important
}

.banner-right {
    width: 35%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: right;
    align-items: center;
}

.contenedor-banner-logos {
    background: linear-gradient(90deg, rgba(245, 245, 245, 1) 0%, rgba(230, 230, 230, 1) 50%, rgba(245, 245, 245, 1) 100%);
    padding: 2% 2%;

}

.img-logos {
    width: 70%;
    max-width: 1200px;
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: auto
}

.img-banner-mobile {
    display: none
}

.contenedor-icono-VidaDeudor {
    width: 80%;
    max-width: 1500px;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 8% 0
}

.contenedor-icono-VidaDeudor h2 {
    font-size: 2em;
    color: #5e3eba;
    font-family: Futura-Bold;
    text-align: center
}

.icono-VidaDeudor {
    width: 100%;
    display: flex;
    align-items: center;
    margin: auto;
    padding: 6% 0;
    justify-content: center;
        
}

.img-icono-VidaDeudor {
    width: 20%;
    padding: 0 5%;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap
}

.img-icono-VidaDeudor img {
    width: 60%;
    padding: 0 0 5% 0
}


.contenedor-icono-VidaDeudor h3 {
    font-size: 2em;
    color: #5EBF6B;
    font-family: Futura-Medium;
    text-align: center;
    padding: 0 0 2% 0
}

.contenedor-icono-VidaDeudor p {
    font-size: 1.2em;
    color: #333333;
    font-family: Futura-Medium;
    text-align: center
}

.txt-icono {
    font-size: 1.1em !important;
    color: #5e3eba !important;
    font-family: Futura-Bold !important;
    text-align: center
}

.contenedor-zorro-VidaDeudor {
    width: 70%;
    max-width: 1500px;
    padding: 3% 5%;
    display: flex;
    align-items: center;
    background-color: #5e3eba;
    margin: 0 auto 6% auto;
    border-radius: 20px;
}

.img-Zorro-VidaDeudor {
    width: 30%;
    display: flex;
    justify-content: center
}

.img-Zorro-VidaDeudor img {
    width: 80%;
    max-width: 270px
}

.txt-zorro-VidaDeudor {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.txt-zorro-VidaDeudor h3 {
    font-size: 2.5em;
    color: #ffffff;
    font-family: Futura-Bold;
    text-align: center;
    padding: 0 0 2% 0
}

.txt-zorro-VidaDeudor p {
    font-size: 2em;
    color: #ffffff;
    font-family: Futura-Medium;
    text-align: center
}

.button-VidaDeudor {
    width: 40%;
    font-size: 1.5em;
    color: #fff;
    background-color: #7FDD90;
    font-family: Futura-Bold;
    padding: 15px 30px;
    border-radius: 10px;
    border: none;
    margin: 5% 0 0 0;
    cursor: pointer;
    text-align: center;
}

.button-VidaDeudor:hover {
    color: #539b60 !important;
}

/*---------------------------- ESTILOS mobile -----------------------------*/
@media (max-width:768px) {

    body {
        width: 100%;
    }

    .contenedor-banner-VidaDeudor {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
        margin: auto;
        background-image: url(../images/Banner-vidadeudor-mobile.png);
        background-size: cover;
        background-position: right
    }

    .subcontenedor-banner-VidaDeudor {
        width: 85%;
        max-width: 1000px;
        display: flex;
        justify-content: space-between;
        margin: auto;
    }

    .banner-left {
        width: 100%;
        max-width: 1000px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        float: none
    }

    .txt-banner-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20% 0 18% 0
    }

    .txt-banner-left h1 {
        font-size: 1.4em;
    }

    .txt-banner-left p {
        font-size: 1.3em;
    }

    .button-input-banner {
        width: 60%;
        font-size: 1.2em;
        color: #fff;
        background-color: #5e3eba;
        font-family: Futura-Bold;
        padding: 15px 30px;
        border-radius: 10px;
        border: none;
        margin: 5% 0 0 0;
        cursor: pointer
    }

    .banner-right {
        width: 0%;
        max-width: 0px;
        float: none;
    }

    .contenedor-banner-logos {
        width: 100%;
        padding: 2% 2%;

    }

    .img-logos {
        width: 80%;
    }

    .img-logos img {
        width: 20%;
        margin: 0 2% 0 2%
    }

    .img-banner-mobile {
        display: flex;
        align-content: center;
        justify-content: center
    }

    .img-mobile {
        width: 90%;
        margin: 8% 0 3% 0
    }

    .img-mobile img {
        width: 100%
    }

    .contenedor-icono-VidaDeudor {
        width: 85%;
        padding: 9% 0
    }

    .contenedor-icono-VidaDeudor h2 {
        font-size: 1.8em;
    }

    .icono-VidaDeudor {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto;
        padding: 8% 0
    }

    .img-icono-VidaDeudor {
        width: 40%;
        padding: 6% 5%;
        display: flex;
    }

    .img-icono-VidaDeudor img {
        width: 60%;
        padding: 0 0 6% 0
    }


    .contenedor-icono-VidaDeudor h3 {
        font-size: 1.2em;
        padding: 0 0 4% 0
    }

    .contenedor-icono-VidaDeudor p {
        font-size: 1.1em;
    }

    .contenedor-zorro-VidaDeudor {
        width: 75%;
        padding: 6% 7%;
        margin: 0 auto 10% auto;

    }

    .img-Zorro-VidaDeudor {
        display: none
    }


    .txt-zorro-VidaDeudor {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .txt-zorro-VidaDeudor h3 {
        font-size: 1.8em;
        padding: 0 0 5% 0
    }

    .txt-zorro-VidaDeudor p {
        font-size: 1.2em;
        color: #ffffff;
        font-family: Futura-Medium;
        text-align: center
    }

    .button-VidaDeudor {
        width: 70%;
        font-size: 1.2em;
        margin: 8% 0 0 0;

    }

}