/* banner.css */

@keyframes fadeInUp-v4 {
    from { opacity: 0; transform: translateY(80px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInUp-v3 {
    from { opacity: 0; transform: translateY(80px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInUp-v2 {
    from { opacity: 0; transform: translateY(80px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInUp-v1 {
    from { opacity: 0; transform: translateY(80px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes flotar-v3 {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-30px); }
    100% { transform: translateY(0px); }
}
@keyframes flotar-v2 {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-30px); }
    100% { transform: translateY(0px); }
}
@keyframes flotar-v1 {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-30px); }
    100% { transform: translateY(0px); }
}

@keyframes zoomLento-v4 {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}
@keyframes zoomLento-v3 {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}
@keyframes zoomLento-v2 {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}


/* Swiper Base Styles */
.swiper {
  width: 100%;
  margin: auto;
  height: auto;
  overflow: hidden;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background: #dcdde1 !important;
  opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
  background: #F58320 !important;
  opacity: 1 !important;
  width: 15px !important;
  height: 15px !important;
}

.swiper-button-prev,
.swiper-button-next {
  color: white !important;
  font-size: 30px !important;
  --swiper-navigation-size: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next {
  right: 10px;
}


/***********************************************/
/* MODELO 1 - Desktop Styles */
/***********************************************/
.container-banner-general-v4 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
}
.max-cont-general-v4 {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: auto;
    align-items: center;
    padding: 0px 20px;
    box-sizing: border-box;
    flex-grow: 1;
}
.left-cont-v4 {
    width: 50%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 0;
    position: relative;
    box-sizing: border-box;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.right-cont-v4 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    position: relative;
    height: auto;
    margin-top: auto;
    margin-bottom: 0;
}
.left-image-v4 {
    max-width: 230px;
    animation-delay: 0.3s;
    margin-bottom: 5px;
    height: auto;
}
.title-main-v4 {
    width: 100%;
    color: white;
    font-size: clamp(2.5rem, 4vw, 43px);
    animation-delay: 0.5s;
    line-height: 1.1;
    margin-bottom: 15px;
    word-wrap: break-word;
    text-align: left;
}
.left-link-v4 {
    background: #F7831E;
    padding: 15px 35px;
    border-radius: 39px;
    color: white;
    text-decoration: none;
    position: relative;
    top: 0;
    animation-delay: 0.7s;
}
.image-right-v4 {
    max-width: 330px;
    position: static;
    bottom: initial;
    left: auto;
    transform: none;
    display: block;
    animation-delay: 0.9s;
    height: auto;
}
.fondo-zoom-v4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    overflow: hidden;
}

.animacion {
  animation: zoomLento-v4 5s ease-in-out infinite alternate;
}

.animate-fade-in-v4 {
    opacity: 0;
    animation: fadeInUp-v4 0.6s ease forwards;
}

.ocultarbtn {
  visibility: hidden;
}
/*****************************************/
/* MODELO 2 - Desktop Styles */
/*****************************************/
.container-banner-general-v3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}
.banners-wall-v3 {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}
.left-banner-v3 {
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.right-banner-v3 {
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.fondo-zoom-v3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    animation: zoomLento-v2 30s ease-in-out infinite alternate;
}

.max-cont-general-v3 {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: auto;
    z-index: 2;
    align-items: center;
    padding: 0px 20px;
    box-sizing: border-box;
    flex-grow: 1;
}
.left-cont-v3 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    position: relative;
    margin-top: auto;
    margin-bottom: 0;
}
.image-right-v3 {
    max-width: 330px;
    position: static;
    bottom: 0;
    display: block;
    left: auto;
    transform: none;
    animation-delay: 0.9s;
    z-index: 1;
    height: auto;
}
.right-cont-v3 {
    width: 50%;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    position: relative;
    padding: 50px 0px;
    box-sizing: border-box;
    padding: 50px 30px;
}
.title-main-v3 {
    width: 100%;
    color: white;
    font-size: clamp(2.5rem, 4vw, 43px);
    animation-delay: 0.5s;
    line-height: 1.1;
    margin-bottom: 15px;
    word-wrap: break-word;
    text-align: left;
}
.left-link-v3 {
    background: #F7831E;
    padding: 15px 35px;
    border-radius: 39px;
    color: white;
    text-decoration: none;
    position: relative;
    top: 0;
    animation-delay: 0.7s;
    margin: 25px 0;
}
.buttons-apps-down-v3 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
.buttons-apps-down-v3 img {
    width: auto;
    max-width: 120px;
    height: auto;
    display: block;
    flex-shrink: 1;
    flex-grow: 0;
}
.animate-fade-in-v3 {
    opacity: 0;
    animation: fadeInUp-v3 0.6s ease forwards;
}

/*****************************************/
/* MODELO 3 - Desktop Styles */
/*****************************************/
.container-banner-general-v2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
}
.banners-wall-v2 {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}
.max-cont-general-v2 {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    height: auto;
    z-index: 2;
    align-items: center;
    flex-grow: 1;
    padding: 0 30px;
}
.left-cont-v2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.right-cont-v2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
}
.title-main-v2 {
    width: 80%;
    color: white;
    font-size: 43px;
    animation-delay: 0.5s;
}
.left-link-v2 {
    background: orange;
    padding: 15px 35px;
    border-radius: 39px;
    color: white;
    text-decoration: none;
    position: relative;
    margin: 27px 0;
    animation-delay: 0.7s;
  text-align:center;
}
.image-right-v2 {
    max-width: 520px;
    position: static;
    margin-top: auto;
    display: block;
    right: auto;
    animation-delay: 0.9s;
    z-index: 1;
}
.fondo-zoom-v2 {
    position: relative;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.animate-fade-in-v2 {
    opacity: 0;
    animation: fadeInUp-v2 0.6s ease forwards;
}
.left-banner-v2 {
    width: 100%;
    background-size: cover;
    height: 100%;
}
.right-banner-v2 {
    width: 100%;
    background-size: cover;
    height: 100%;
}


/*****************************************/
/* MODELO 4 - Desktop Styles */
/*****************************************/
.container-banner-general-v1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    background-position: center;
}
.max-cont-general-v1 {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: auto;
    padding: 100px 30px;
    flex-grow: 1;
}
.top-cont-v1 {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.title-main-v1 {
    width: 84%;
    color: white;
    font-size: 43px;
    margin: 0 auto;
    text-align: center;
    animation-delay: 0.5s;
}
.left-link-v1 {
    background: orange;
    padding: 15px 35px;
    border-radius: 39px;
    color: white;
    text-decoration: none;
    position: relative;
    margin: 30px 0;
    animation-delay: 0.7s;
}
.animate-fade-in-v1 {
    opacity: 0;
    animation: fadeInUp-v1 0.6s ease forwards;
}

.buttons-apps-down-v2 {
    margin-bottom: 30px;
}

/* Arrows */
@media(max-width:980px) {
    .swiper-button-prev,
    .swiper-button-next {
        font-size: 20px !important;
        --swiper-navigation-size: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media(max-width:600px) {
    .swiper-button-prev,
    .swiper-button-next {
        font-size: 15px !important;
        --swiper-navigation-size: 15px;
        left: 5px;
        right: 5px;
    }
}


@media (max-width: 1199px) and (min-width: 600px) {
    /* MODELO 1 */
    .container-banner-general-v4 {
        height: auto;
    }
    .fondo-zoom-v4 {
        height: 100%;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
    .max-cont-general-v4 {
        max-width: 750px;
        width: 100%;
        display: flex;
        margin: 0 auto;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding 0 5% 0 5%;
        box-sizing: border-box;
    }
    .left-cont-v4 {
        width: 65%;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 40px 0;
        position: relative;
        top: auto;
        margin: 20px 0px
        transform: none;
        left: auto;
        box-sizing: border-box;
    }
    .right-cont-v4 {
        width: 35%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding: 0;
        position: relative;
        bottom: auto;
        right: auto;
        height: 100%;
    }
    .image-right-v4 {
        animation-delay: 0.9s;
        display: block;
        margin-top: auto;
        max-width: 250px;
        position: static;
        bottom: auto;
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    h1.title-main-v4.animate-fade-in-v4 {
        font-size: clamp(1.4rem, 2.5vw, 1.6rem);
        width: 100%;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .left-image-v4 {
        max-width: 150px;
        margin-bottom: 5px;
    }
    .left-link-v4 {
       /* font-size: 11px;*/
        padding: 10px 15px;
        top: 0;
    }

    /* MODELO 2 */
    .container-banner-general-v3 {
        height: auto;
      
    }
    .fondo-zoom-v3 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        animation: zoomLento-v2 30s ease-in-out infinite alternate;
    }
    .banners-wall-v3 {
        height: 100%;
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .left-banner-v3 {
        width: 50%;
        height: 100%;
        position: relative;
    }
    .right-banner-v3 {
        width: 50%;
        height: 100%;
        position: relative;
    }
    .max-cont-general-v3 {
        max-width: 750px;
        width: 100%;
        display: flex;
        margin: 0 auto;
        position: relative;
        height: auto;
        align-items: center;
        justify-content: flex-start;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
    .left-cont-v3 {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        height: auto;
        position: relative;
    }
    .image-right-v3 {
        animation-delay: 0.9s;
        margin-top: auto;
        right: auto;
        position: static;
        top: auto;
        bottom: auto;
        animation: none;
        width: 100%;
        max-width: 300px;
        height: auto;
        object-fit: contain;
        transform: translateY(0);
    }
    .right-cont-v3 {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        height: auto;
        position: relative;
        box-sizing: border-box;
    }
    h1.title-main-v3.animate-fade-in-v3 {
        font-size: clamp(1.4rem, 2.5vw, 1.8rem);
        width: 100%;
        line-height: 1.2;
        margin-bottom: 10px;
        text-align: left;
    }
    .left-link-v3 {
       /* font-size: 12px;*/
        padding: 10px 15px;
        top: 0;
        margin-bottom: 15px;
    }
    .buttons-apps-down-v3 {
        width: 100%;
        justify-content: flex-start;
        margin-top: 0;
        gap: 8px;
    }
    .buttons-apps-down-v3 img {
        width: auto;
        max-width: 90px;
        height: auto;
        display: block;
        flex-shrink: 1;
        flex-grow: 0;
    }

    /* MODELO 3 */
    .container-banner-general-v2 {
        height: auto;
    }
    .banners-wall-v2 {
        height: 100%;
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .left-banner-v2, .right-banner-v2 {
        width: 50%;
        height: 100%;
        position: relative;
    }
    .max-cont-general-v2 {
        top: 0;
        max-width: 750px;
        width: 100%;
        display: flex;
        margin: 0 auto;
        position: relative;
        height: auto;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0 25px;
    }
    .left-cont-v2 {
        width: 50%;
        text-align: left;
        height: auto;
        align-items: flex-start;
        justify-content: center;
        padding: 30px 15px;
    }
    .right-cont-v2 {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
        position: relative;
        bottom: auto;
        right: auto;
        left: auto;
        padding: 0 20px;
        margin-bottom: 0;
    }
    .image-right-v2 {
        animation-delay: 0.9s;
        margin-top: auto;
        right: auto;
        position: static;
        top: auto;
        bottom: auto;
        animation: none;
        width: 100%;
        max-width: 400px;
        height: auto;
        object-fit: contain;
        transform: translateY(0);
    }
    h1.title-main-v2.animate-fade-in-v2 {
        font-size: 1.8rem;
        width: 100%;
        text-align: left;
    }
    .left-link-v2 {
     /*   font-size: 12px;*/
        padding: 10px 15px;
        top: 10px;
        width: auto;
    }

    /* MODELO 4 */
    .container-banner-general-v1 {
        height: auto;
        background-position: center;
    }
    a.left-link-v1.animate-fade-in-v1 {
        font-size: 10px;
    }
    .max-cont-general-v1 {
        max-width: 750px;
        width: 100%;
        display: block;
        margin: 0 auto;
        height: 100%;
        padding: 50px 30px;
    }
    .top-cont-v1 {
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100%;
    }
    h1.title-main-v1.animate-fade-in-v1 {
        font-size: 1.8rem;
        width: 100%;
    }
}

@media(max-width:600px){
    /* MODELO 1 */
    .container-banner-general-v4 {
        height: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        box-sizing: border-box;
        padding-top: 10px;
        padding-bottom: 0;
    }
    .max-cont-general-v4 {
        width: 100%;
        margin: 0;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        height: auto;
        position: static;
        order: 0;
        box-sizing: border-box;
    }
    .left-image-v4 {
        max-width: 150px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
        order: 0;
        position: static;
        transform: none;
        margin-bottom: 5px;
        margin-left: 0;
    }
    h1.title-main-v4.animate-fade-in-v4 {
        font-size: 30px;
        width: 100%;
        text-align: left;
        margin-top: 5px;
        margin-bottom: 10px;
        color: white;
        order: 1;
        position: static;
        line-height: 1.2;
        padding: 0 5px;
        box-sizing: border-box;
    }
    .left-link-v4 {
      /*  font-size: 10px;*/
        padding: 10px 15px;
        margin: 0 auto;
        margin-right: 0;
        display: block;
        text-align: center;
        order: 2;
        position: static;
        top: 0;
        width: 100%;
    }
    .right-cont-v4 {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        position: static;
        bottom: auto;
        left: auto;
        transform: none;
        order: 3;
        padding: 0;
        margin-top: auto;
        box-sizing: border-box;
    }
    .image-right-v4 {
        max-width: 200px;
        width: 100%;
        height: auto;
        position: static;
        bottom: auto;
        left: auto;
        transform: none;
        margin: 0 auto;
        display: block;
        z-index: auto;
    }
  
    .left-cont-v4 {
      padding: 20px 0;
      width: 100%;
    }

    /* MODELO 2 */
    .container-banner-general-v3 {
        height: auto;
        display: flex;
        flex-direction: column;
        padding: 0;
        box-sizing: border-box;
        position: relative;
    }

    .banners-wall-v3 {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .left-banner-v3, .right-banner-v3 {
        width: 100%;
        height: 50%;
        background-position: center center;
        background-size: cover;
        position: relative;
        overflow: hidden;
    }
    .fondo-zoom-v3 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        z-index: -1;
        animation: zoomLento-v2 30s ease-in-out infinite alternate;
    }

    .max-cont-general-v3 {
        max-width: none;
        position: relative;
        height: auto;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        display: grid;
        grid-template-rows: repeat(2, 1fr);
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;        
    }

    .left-cont-v3 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        height: 100%;
        min-height: auto;
        padding: 0 20px;
        margin: 0;
        box-sizing: border-box;
        margin-bottom: 0;
        order: 0;
        position: relative;
    }

    .image-right-v3 {
        display: block;
        margin: 0 auto;
        max-width: 200px;
        width: auto;
        height: auto;
        position: unset;
        bottom: 0;
        left: 50%;
        transform: none;
        animation: none;
    }

     .right-cont-v3 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        height: 100%;
        order: 1;
        position: relative;
        padding: 30px;
        margin: 0;
        box-sizing: border-box;
    }

    h1.title-main-v3.animate-fade-in-v3 {
        font-size: 30px;
        width: 100%;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .left-link-v3 {
    /*    font-size: 10px;*/
        padding: 10px 15px;
        margin: 0;
        display: block;
        text-align: center;
        top: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .buttons-apps-down-v3 {
        margin-top: 0;
        width: auto;
        justify-content: flex-start;
        margin: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
        top: 0;
    }
    .buttons-apps-down-v3 img {
        width: auto;
        max-width: 70px;
        height: auto;
        display: block;
        flex-shrink: 1;
        flex-grow: 0;
        margin-bottom: 0;
        margin-right: 0;
    }

    /* MODELO 3 */
    .container-banner-general-v2 {
        height: auto;
        display: block;
        padding: 0;
        box-sizing: border-box;
        position: relative;
    }

    .banners-wall-v2 {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .left-banner-v2, .right-banner-v2 {
        width: 100%;
        height: 50%;
        background-position: center center;
        background-size: cover;
        position: relative;
        display: block;
    }

    .max-cont-general-v2 {
        width: 100%;
        max-width: none;
        position: relative;
        height: 100%;
        display: grid;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        grid-template-rows: repeat(2, 1fr);
        padding: 0 20px;
        box-sizing: border-box;
    }

    .left-cont-v2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: 100%;
        padding: 20px;
        margin: 0;
        box-sizing: border-box;
        order: 0;
    }

    h1.title-main-v2.animate-fade-in-v2 {        
        font-size: 30px;
        width: 100%;
        text-align: left;
        margin: 0;
    }

    .left-link-v2 {
       /* font-size: 12px;*/
        padding: 10px 15px;
        margin: 15px 0;
        display: block;
        text-align: center;
        width: 100%;
    }

    .right-cont-v2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: end;
        height: 100%;
        order: 1;
        position: static;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }

    .image-right-v2 {
        display: block;
        margin: 0 auto;
        max-width: 200px;
        width: 100%;
        height: auto;
        position: static;
        transform: none;
        object-fit: contain;
    }
    /* MODELO 4 */
    .container-banner-general-v1 {
        height: 100%;
        min-height: auto;
    }
    a.left-link-v1.animate-fade-in-v1 {
    /*    font-size: 10px;*/
        text-align: center;
        width: 100%;
    }
    h1.title-main-v1.animate-fade-in-v1 {
      font-size: 30px;
    }
    .max-cont-general-v1 {
        width: calc(100% - 40px);
        padding-left: 20px;
        align-items: center;
        height: 100%;
    }
}

.titulotamanocustom {
    font-size: 24px !important;
}