body {
    background-color: #f0ecec;
    width: 100%;
}

/* cosas del menu */
.w-20 {
    width: 20% !important;
}

.w-55 {
    width: 55% !important;
}

.w-15 {
    width: 15% !important;
}

.w-10 {
    width: 10% !important;
}

.menu-titles {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.padding-opt-title {
    padding-left: 45px;
}

.menu-position:hover {
    cursor: pointer;
    color: #FF6B4D !important;
}

.coral-maketing {
    color: #FF6B4D;
}

.white {
    color: #FFFFFF;
}

.graphite-gray {
    color: #2E2E2E;
}

.electric-blue {
    color: #3E8EFB;
}


/* .container-style {
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
    min-height: 100vh;
    padding-top: 160px;
} */

.margen-pag-c {
    margin-left: 8%;
    margin-right: 8%;
    width: 84%;
}

.home-text {
    margin-left: 18%;
    margin-right: 12%;
    margin-top: 15%;
}

.prn-title {
    font-weight: 900;
    font-size: 38px;
}

.btn-coral {
    border-radius: 25px;
    color: #FFFFFF;
    background-color: #FF6B4D;
    font-size: 14px;
}

.btn-black {
    border-radius: 25px;
    color: #FFFFFF;
    background-color: #000;
    font-size: 14px;
}

.bnn-marketing {
    background: url(../../assets/img/banner_bg_marketek.png) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 500px;
    margin-top: 10%;
}

.container-marketing {
    /* min-height: 90vh; */
    position: relative;
    overflow: hidden;
    /* o 'auto' si quieres scroll */
}

.div-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.marketing-div {
    width: 100%;
    height: 600px;
    position: relative;
}

.img-banner-marketing {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 600px;
}

.form-card {
    border-radius: 50px;
    margin-left: 21%;
    margin-right: 21%;
    margin-top: -70px;
}

.border-div-input {
    border-right: 2px solid #9b9b9b;
}

.border-div-input-end {
    border: 0px;
}


.place-input::placeholder {
    color: #9b9b9b;
    font-weight: bold;
}


#miSelect {
    color: #9b9b9b;
    font-weight: bold;
}


#miSelect option:checked {
    color: #000;
}

.us-card {
    background-color: #FF6B4D;
    margin-left: 8%;
    margin-right: 8%;
    padding-top: 85px;
    padding-bottom: 45px;
    border-radius: 20px;
    text-align: center;
}

.consult-title {
    font-size: 38px;
    color: #000;
}

.consult-title-w {
    font-size: 38px;
    font-weight: bold;
    color: #FFFFFF;
}

.consult-text {
    color: #FFFFFF;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn-consult {
    border-radius: 25px;
    color: #FFFFFF;
    background-color: #000;
    font-size: 14px;
    font-weight: bold;
}

.btn-cont:hover {
    cursor: pointer;
    background-color: #FFFFFF;
    color: #000;
}

.services-title {
    font-weight: 600;
    font-size: 42px;
    margin-left: 100px;
}

.align-title-services {
    text-align: left;
}

.container-card {
    width: 75%;
    height: 375px;
    /* background-color: #3E8EFB; */
}

.card-service-sup {
    height: 100px;
}

.card-service-inf {
    height: 275px;
    border-radius: 20px;
    background-color: #FFFFFF;
}

.btn-us {
    border: 1px solid #000;
    color: #000;
    background-color: transparent;
    border-radius: 20px;
}

.btn-us:hover {
    cursor: pointer;
    background-color: #000;
    color: #fff;
}

.margin-txt-btn {
    margin-left: 15px;
    margin-right: 15px;
}

.title-us {
    font-weight: 600;
    font-size: 42px;
    color: #000;
}

.title-us2 {
    font-weight: 600;
    font-size: 42px;
    color: #FF6B4D;
    font-weight: bold;
}

.margin-title-us {
    margin-left: 14%;
    margin-right: 10%;
}

/* ---------------------------------- */
.bnn-us {
    background: url(../../assets/img/et.png) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.container-img-us {
    max-width: 100%;
    max-height: 400px;
    text-align: center;
}

.us_bg1 {
    /* background: url(../../assets/img/us_bg_1.png) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; */
    /* background-size: cover; */
    max-width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.us_bg2 {
    /* background: url(../../assets/img/us_bg_2.png) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; */
    /* background-size: cover; */
    max-width: 100%;
    max-height: 380px;
    object-fit: cover;
}

.circle-icon {
    background: #2E2E2E;
    width: 65px;
    /* Ancho deseado */
    height: 65px;
    /* Alto deseado */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* Opcional: para evitar que la imagen sobresalga */
}

.centered-image {
    max-width: 100%;
    /* Asegura que la imagen no sea más ancha que el contenedor */
    max-height: 100%;
    /* Asegura que la imagen no sea más alta que el contenedor */
    display: block;
    /* Importante para el centrado */
}

.align-text-us {
    text-align: justify;
}

.btn-brochure {
    border-radius: 25px;
    color: #FFFFFF;
    background-color: #FF6B4D;
    font-size: 14px;
    font-weight: bold;
}

.btn-brochure:hover {
    cursor: pointer;
    background-color: #000;
    color: #fff;
    font-weight: bold;
}

.margin-brochure-btn {
    margin-left: 60px;
}

.aling-img-us {
    text-align: center;
}

.superior-footer {
    background-color: #FF6B4D;
    color: #FFFFFF;
    /* border-radius: 20px; */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
}

.inferior-footer {
    background-color: #2E2E2E;
    color: #FFFFFF;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: -15px;
    width: 100%;
    padding-bottom: 4%;
}

.cont-img {
    padding-top: 10%;
    padding-left: 0%;
    text-align: center;
}

.padd-title-footer {
    padding-left: 25px;
    font-weight: bold;
}

.padd-li {
    padding-top: 15px;
}

.padd-contact {
    padding-bottom: 15px;
    font-weight: bold;
}

.style-link-email {
    text-decoration: none;
    color: #fff;
}

.cont-data {
    padding-top: 35px;
}

.padding-contact {
    padding-bottom: 0;
}

.inf-text {
    text-align: right;
    padding-right: 85px;
}

.inf-text2 {
    text-align: left;
    padding-left: 30px;
}


/* card oscura crece tu marca */
.marck-card {
    width: 100%;
    height: 450px;
}

.cont-marck {
    background: url(../../assets/img/bg_3.png) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 20px;
    height: 450px;
    margin-left: 2%;
    margin-right: 2%;
}

.btn-agenda {
    border-radius: 25px;
    color: #FFFFFF;
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    border: solid 1px #fff;
}

.btn-agenda:hover {
    cursor: pointer;
    background-color: #FF6B4D;
    color: #fff;
    font-weight: bold;
}


.title-agenda {
    font-weight: 600;
    font-size: 42px;
    color: #fff;
}

.title-agenda2 {
    font-weight: 600;
    font-size: 42px;
    color: #FF6B4D;
    font-weight: bold;
}

.btn-agenda2 {
    border-radius: 25px;
    color: #FFFFFF;
    background-color: #FF6B4D;
    font-size: 14px;
    font-weight: bold;
}

.btn-agenda2:hover {
    cursor: pointer;
    background-color: #FFFFFF;
    color: #000;
    font-weight: bold;
}

.padding-bttm-agend {
    padding-bottom: 25px;
}

.data-option {
    /* color: #2E2E2E; */
    color: #f0ecec;
    font-size: 10px;
}

.value-option {
    color: #FF6B4D;
    font-size: 10px;
}

.percentaje-option {
    color: rgb(79, 128, 0);
    font-size: 10px;
}


/* seccion con cards y datos numericos */
/* seccion con cards y datos numericos */
/* seccion con cards y datos numericos */

.black-cards {
    background-color: #000;
    width: 100%;
    height: 380px;
    border-radius: 20px;
}

.padd-content {
    margin: 2%;
}

.sub-card-date {
    border: 2px solid #fff;
    width: 15%;
    text-align: center;
    margin-left: 20px;
    font-weight: bold;
    border-radius: 15px;
}

.left {
    text-align: left;
}

.parraph-metricas {
    text-align: justify;
    color: #fff;
}

.numbre-style {
    color: #FF6B4D;
    font-size: 52px;
    font-weight: bold;
}

.padding-second-card {
    padding-top: 0;
}

.orange-banner {
    background-color: #FF6B4D;
    height: 778px;
    max-width: 100%;
    border-radius: 20px;
}

.style-img-women {
    max-height: 880px;
    margin-top: -28px;
    margin-left: -75px;
}

.padding-card-info {
    margin-left: 4%;
    margin-right: 4%;
}

.graph-values {
    max-height: 200px;
    margin-top: -70px
}

.aligment-data1 {
    text-align: right;
}

.aligment-data2 {
    text-align: center;
}

.aligment-data3 {
    text-align: left;
}

.padd-creative {}

.align-icon-creative {
    text-align: left;
}

/* =======================service */
/* =======================service */
/* =======================service */

.carousel-wrapper {
    display: flex;
    align-items: center;
    gap: .5rem;
    width: 100%;
    height: auto;
}

.carousel-view {
    overflow: hidden;
    flex-grow: 1;
    /* Ocupa todo el espacio disponible */
}

.carousel {
    display: flex;
    transition: transform 0.3s ease-in-out;
    scroll-snap-type: x mandatory;
}

.card-princp {
    flex: 0 0 auto;
    margin-right: 2rem;
    border-radius: 20px;
    /* background-color: orange; */
    padding: .5rem;
    /* background-color: pink; */
    /* width: 300px; */
    /* height: 450px; */
    box-sizing: border-box;
    scroll-snap-align: start;

}

/* .princp-card {
    width: 300px;
    height: 450px;
    flex: 0 0 300px;
} */

.div-princp1 {
    width: 260px;
    height: 100px;
    /* background-color: #000; */
}

.div-princp2 {
    background-color: #FFFFFF;
    width: 270px;
    height: 440px;
    border-radius: 20px;
}

.position-elements {
    padding: 15px 70px 25px 20px;
    /* arriba, derecha, abajo, izquierda */
}

.services-img {
    max-height: 50%;
    width: 80%;
    /* transform: scaleX(1); */
    margin-top: -80px;
    object-fit: fill;
}

.carrusel-btn {
    cursor: pointer;
}

.carrusel-btn:hover {
    transform: scale(1.1);
}

.title-services {
    font-size: 20px;
    font-weight: bold;
}

.btn-services {
    border: 1px solid #000;
    color: #FFFFFF;
    background-color: #000;
    border-radius: 25px;
}

.btn-services:hover {
    cursor: pointer;
    background-color: #FF6B4D;
    color: #fff;
}


/* carrusel responsivo--------- */

.carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.carousel-viewport {
    width: 270px;
    height: 540px;
    overflow: hidden;
    position: relative;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-card {
    width: 270px;
    height: 540px;
    flex-shrink: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    border-radius: 8px;
}

.nav-button {
    cursor: pointer;
    margin-right: 10px;
}

.part3 {
    width: 260px;
    height: 100px;
}

.part4 {
    width: 260px;
    height: 440px;
    background-color: #FFFFFF;
    border-radius: 25px;
}

/* =======================service */
/* =======================service */
/* =======================service */


.btn-whatsapp {
    display: block;
    width: 60px;
    height: 60px;
    color: #fff;
    position: fixed;
    right: 50px;
    bottom: 50px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
}

.btn-whatsapp-m {
    display: block;
    width: 20px;
    height: 20px;
    color: #fff;
    position: fixed;
    right: 65px;
    bottom: 60px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
}

.section-web {
    display: block;
}

.section-mobile {
    display: none;
}

.carrusel-web {
    display: block;
}

.carrusel-mobile {
    display: none;
}

@media screen and (max-width: 1275px) {

    .nav-btn {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: #3E8EFB;
        color: white;
        border: none;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        /* Tamaño del ícono */
        cursor: pointer;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }



    /* .nav-title {
        margin: auto;
        width: 50%;
    } */

    /* .padding-title-nav {
        padding-left: 10px;
    } */

    /* .nav-icons {
        margin: auto;
        width: 13%;
    } */

    /* .nav-buttons {
        margin: auto;
        width: 13%;
    } */

    /* .nav-img {
        margin-left: 0px;
    } */

    /* .position-icons {
        float: left;
        margin-right: 20px;
    } */

    /* .position-btn {
        float: right;
        margin-right: 5%;
    } */

    /* .container-style {
        height: auto;
        padding-top: 60px;
        background-color: #3E8EFB;
    } */
    .margen-pag-c {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    /* .position-btn {
        float: right;
    }
        .nav-buttons {
        margin-left: 0px;
    } */

    .padding-opt-title {
        padding-left: 35px;
    }

    .home-text {
        margin-left: 17%;
        margin-right: 10%;
        margin-top: 15%;
    }

    .container-marketing {
        /* min-height: 90vh; */
    }

    .marketing-div {
        width: 100%;
        height: 500px;
        position: relative;
    }

    .img-banner-marketing {
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 100%;
        max-height: 500px;
    }

    .prn-title {
        font-weight: 900;
        font-size: 32px;
    }

    .form-card {
        border-radius: 50px;
        margin-left: 18%;
        margin-right: 18%;
        margin-top: -50px;
    }

    .border-div-input {
        border-right: 1px solid #2E2E2E
    }

    .consult-title {
        font-size: 32px;
        color: #000;
    }

    .services-title {
        font-weight: 600;
        font-size: 36px;
        margin-left: 0px;
    }

    .align-title-services {
        text-align: center;
    }

    .margin-brochure-btn {
        margin-left: 0px;
        text-align: center;
    }

    .margin-title-us {
        margin-left: 0%;
        margin-right: 0%;
    }

    .title-us {
        font-weight: 600;
        font-size: 32px;
        color: #000;
    }

    .title-us2 {
        font-weight: 600;
        font-size: 32px;
        color: #FF6B4D;
        font-weight: bold;
    }

    .bnn-us {
        background: url(../../assets/img/et.png) no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 450px;
    }

    .circle-icon {
        background: #2E2E2E;
        width: 50px;
        /* Ancho deseado */
        height: 50px;
        /* Alto deseado */
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        /* Opcional: para evitar que la imagen sobresalga */
    }

    .centered-image {
        max-width: 100%;
        /* Asegura que la imagen no sea más ancha que el contenedor */
        max-height: 100%;
        /* Asegura que la imagen no sea más alta que el contenedor */
        display: block;
        /* Importante para el centrado */
    }

    /* .bnn-us {
        background: url(../../assets/img/et.png) no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 400px;
                object-fit: cover;
        object-position: center;
    } */

    .aling-img-us {
        margin-left: 20%;
        margin-left: 20%;
    }

    .cont-img {
        text-align: center;
        padding-top: 5%;
        /* padding-left: 38%;
        padding-right: 40%; */
    }

    .padding-second-card {
        padding-top: 0px;
    }

    .aligment-data1 {
        text-align: right;
    }

    .aligment-data2 {
        text-align: center;
    }

    .aligment-data3 {
        text-align: left;
    }

    .black-cards {
        background-color: #000;
        width: 100%;
        height: 400px;
        border-radius: 20px;
    }

    .orange-banner {
        background-color: #FF6B4D;
        height: 815px;
        width: 100%;
        border-radius: 20px;
        text-align: center;
        margin-top: 15px;
    }

    .style-img-women {
        /* max-width: 100%; */
        max-height: 640px;
        margin-top: 229px;
        margin-left: -70px;
    }

    .mar-black-card {
        margin-top: 10px;
    }

    .numbre-style {
        color: #FF6B4D;
        font-size: 32px;
        font-weight: bold;
    }

    .parraph-metricas {
        text-align: justify;
        color: #fff;
        font-size: 14px;
    }

    .padding-card-info {
        margin-left: 1%;
        margin-right: 1%;
    }

    .padd-creative {
        margin: 2%;
    }

    .align-icon-creative {
        text-align: center;
    }

    .inf-text {
        width: 100%;
        text-align: center;
    }

    .inf-text2 {
        width: 100%;
        text-align: center;
    }

    .sub-card-date {
        border: 2px solid #fff;
        width: 19%;
        text-align: center;
        margin-left: 20px;
        font-weight: bold;
        border-radius: 15px;
    }

    .carousel-wrapper {
        display: flex;
        align-items: center;
        gap: 4rem;
        width: 100%;
        height: auto;
    }

    .carrusel-web {
        display: block;
    }

    .carrusel-mobile {
        display: none;
    }

}


@media (max-width: 991.98px) {
    .navbar-collapse>div {
        width: 100% !important;
        justify-content: center !important;
        margin-bottom: 0.5rem;
    }

    .padding-opt-title {
        padding-left: 85%;
    }


    /* .boton-redondo {
        width: 1.7rem;
        height: 1.7rem;
        border-radius: 50%;
        font-size: 1rem;
    } */

    .orange-banner {
        background-color: #FF6B4D;
        height: 400px;
        width: 100%;
        border-radius: 20px;
        text-align: center;
        margin-top: 15px;
    }

    .style-img-women {
        max-height: 436px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .carousel-wrapper {
        display: flex;
        align-items: center;
        gap: 6rem;
        width: 100%;
        height: auto;
    }

    .section-web {
        display: none;
    }

    .section-mobile {
        display: block;
    }

    .carrusel-web {
        display: block;
    }

    .carrusel-mobile {
        display: none;
    }

}

@media screen and (max-width: 810px) {

    .nav-title {
        padding: auto;
        width: 76%;
    }

    .nav-icons {
        margin: auto;
        width: 13%;

    }

    .nav-buttons {
        margin: auto;
        width: 13%;
    }

    .nav-img {
        padding-left: 0px;
    }

    .position-icons {
        float: left;
    }

    .position-btn {
        text-align: right;
        margin-right: 10%;
    }

    .padding-opt-title {
        padding-left: 85%;
    }


    .margen-pag-c {
        width: 100%;
    }

    .home-text {
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 5%;
        text-align: center;
    }

    .form-card {
        border-radius: 50px;
        margin-left: 16%;
        margin-right: 16%;
        margin-top: -10px;
    }

    .consult-title {
        font-size: 24px;
        color: #000;
    }

    .bnn-marketing {
        background: url(../../assets/img/banner_bg_marketek.png) no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 475px;
        /* object-fit: cover; */
        /* O la opción deseada */
        /* object-position: center; */
        /* O la posición deseada */
    }

    .container-marketing {
        min-height: 70vh;
    }

    .marketing-div {
        width: 100%;
        height: 500px;
        position: relative;
    }

    .img-banner-marketing {
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 100%;
        max-height: 500px;
    }

    .bnn-us {
        background: url(../../assets/img/et.png) no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 450px;
    }

    .aling-img-us {
        margin-left: 25%;
        margin-left: 25%;
    }

    .inf-text {
        width: 100%;
        text-align: center;
        padding-right: 0px;
    }

    .inf-text2 {
        width: 100%;
        text-align: center;
        padding-left: 0px;
    }

    .cont-img {
        text-align: center;
        margin-left: 0;
        padding-top: 20px;
        padding-left: 0;
    }

    .cont-data {
        text-align: center;
    }

    .padding-contact {
        padding-bottom: 30px;
    }


    .title-agenda {
        font-weight: 600;
        font-size: 32px;
        color: #fff;
    }

    .title-agenda2 {
        font-weight: 600;
        font-size: 32px;
        color: #FF6B4D;
        font-weight: bold;
    }

    .padding-second-card {
        margin-top: 10px;
    }

    .orange-banner {
        background-color: #FF6B4D;
        height: 400px;
        width: 100%;
        border-radius: 20px;
        text-align: center;
        margin-top: 15px;
    }

    .style-img-women {
        max-height: 436px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .graph-values {
        max-height: 180px;
        margin-top: -60px
    }

    .aligment-data1 {
        text-align: right;
    }

    .aligment-data2 {
        text-align: center;
    }

    .aligment-data3 {
        text-align: left;
    }

    .black-cards {
        background-color: #000;
        width: 100%;
        height: 390px;
        border-radius: 20px;
    }

    .padd-creative {
        margin: 2%;
    }

    .mar-black-card {
        margin-top: 15px;
    }

    .sub-card-date {
        border: 2px solid #fff;
        width: 15%;
        text-align: center;
        margin-left: 20px;
        font-weight: bold;
        border-radius: 15px;
    }

    .carrusel-web {
        display: block;
    }

    .carrusel-mobile {
        display: none;
    }

}

@media screen and (max-width: 767px) {

    .padding-opt-title {
        padding-left: 90%;
    }

    .border-div-input {
        border-bottom: 2px solid #9b9b9b;
        border-right: none;
        width: 100%;
    }

    .border-div-input-end {
        border: 0px;
        width: 100%;
    }

    .carousel-wrapper {
        display: flex;
        align-items: center;
        gap: 2rem;
        width: 100%;
        height: auto;
    }

    .carousel-view {
        overflow: hidden;
        flex-grow: 1;
        /* Ocupa todo el espacio disponible */
    }

    .carousel {
        display: flex;
        transition: transform 0.3s ease-in-out;
        scroll-snap-type: x mandatory;
    }

    .card-princp {
        flex: 0 0 auto;
        margin-right: 2rem;
        border-radius: 20px;
        /* background-color: orange; */
        padding: 1rem;
        /* background-color: pink; */
        /* width: 300px; */
        /* height: 450px; */
        box-sizing: border-box;
    }

    .position-elements {
        padding: 15px 70px 25px 20px;
        text-align: left !important;
        /* arriba, derecha, abajo, izquierda */
    }

    .carrusel-web {
        display: none;
    }

    .carrusel-mobile {
        display: block;
    }

}


@media screen and (max-width: 520px) {

    .marketing-div {
        width: 100%;
        height: 300px;
        position: relative;
    }

    .img-banner-marketing {
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 100%;
        max-height: 300px;
    }

    .div-animation {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 250px;
        z-index: 1;
        pointer-events: none;
    }

    .form-card {
        border-radius: 50px;
        margin-left: 21%;
        margin-right: 21%;
        margin-top: -10px;
    }

}

    .marketing-div {
        width: 100%;
        height: 300px;
        position: relative;
    }

    .img-banner-marketing {
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 100%;
        max-height: 300px;
    }

    .div-animation {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 250px;
        z-index: 1;
        pointer-events: none;
    }

    .form-card {
        border-radius: 50px;
        margin-left: 21%;
        margin-right: 21%;
        margin-top: -100px;
    }

} */