@charset "UTF-8";
.text-justify {
    text-align: justify
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-40 {
    margin-bottom: 40px
}

.pt-50 {
    padding-top: 50px
}

.pb-50 {
    padding-bottom: 50px
}

.text-white {
    color: #fff
}

.btn-reservar {
    background-color: #2a83db;
    border-color: #2a83db;
    padding: .5rem 1rem
}

.btn-reservar:hover {
    background-color: #02b8d9;
    border-color: #02b8d9
}

.navigation-brand-text a img {
    height: 40px
}

.rlr-banner-splide__image-wrapper::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #292929;
    opacity: .6;
    border-radius: 1.5rem
}

.bg-image_appmovil {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding-top: 125px;
    padding-bottom: 118px
}

section.section-landing {
    padding-top: 60px;
    padding-bottom: 60px
}

.section-bg_image {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 100px
}

.section-bg_image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #292929;
    opacity: .0
}

.section-heading {
    padding: 20px 0
}

.sub-title {
    color: var(--brand)
}

a.btn-store img {
    width: auto;
    height: 50px;
    transition: all .3s ease;
    margin-right: 10px
}

a.btn-store img:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03)
}

a.btn-store_app{
    box-shadow: 0 15px 40px 10px #e8e8e8;
}
a.btn-store_app img {
    width: 100%;
    height: auto;
    transition: all .3s ease;
    margin-bottom: 20px;
}
a.btn-store_app img:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03)
}

.rlr-app-hero__cards {
    display: grid;
    gap: var(--spacing-8);
    grid-template-columns: repeat(3, 1fr)
}

.rlr-about-hero-card img {
    width: 80px;
    margin-left: 10px;
    margin-bottom: 30px
}

.rlr-about-hero-card.card-app {
    padding: 3rem 1rem
}

.rlr-about-hero-card.card-app h4 {
    font-size: 24px;
    font-weight: 800
}

.img-shadown {
    -webkit-box-shadow: 0 43px 66px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 43px 66px 0 rgba(0, 0, 0, .07)
}

.rlr-article .content ul.list-type_lead {
    margin-bottom: 1rem;
    list-style: none
}

.rlr-article .content ul.list-type_lead li {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5
}

.svg-btn_whatsapp {
    width: 40%;
    height: 100%
}

.rlr-button--carousel.button--previous {
    background-color: #222
}

.rlr-section__title--main.title--subdos {
    color: var(--brand)!important
}

.rlr-section__title--main.title--subdos span {
    color: #8ed9b8!important
}

.title-dos span {
    color: #8ed9b8!important
}

.content-mockups {
    display: flex;
    align-items: center;
    position: relative;
    left: 0;
    top: 0
}

.image-mockup_uno {
    position: absolute;
    z-index: -1
}

.image-mockup_dos {
    position: absolute;
    z-index: 1
}

.image-mockup_tres {
    position: absolute;
    z-index: 2;
    float: left;
    width: 200px;
    bottom: -30px
}

img.image-m {
    width: 120%
}

ul.icon-redes_footer {
    list-style-type: none;
    float: right
}

ul.icon-redes_footer li {
    float: left;
    margin-left: 2em
}

ul.icon-redes_footer a {
    text-decoration: none
}

.rlr-footer__menu__col ul.icon-redes_footer a:after {
    display: none
}

.text-center {
    text-align: center!important
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.m-t-0 {
    margin-top: 0!important
}

.m-t-5 {
    margin-top: 5px!important
}

.m-t-10 {
    margin-top: 10px!important
}

.m-t-15 {
    margin-top: 15px!important
}

.m-t-20 {
    margin-top: 20px!important
}

.m-t-25 {
    margin-top: 25px!important
}

.m-t-30 {
    margin-top: 30px!important
}

.m-t-35 {
    margin-top: 35px!important
}

.m-t-40 {
    margin-top: 40px!important
}

.m-t-45 {
    margin-top: 45px!important
}

.m-t-50 {
    margin-top: 50px!important
}

.m-b-0 {
    margin-bottom: 0!important
}

.m-b-5 {
    margin-bottom: 5px!important
}

.m-b-10 {
    margin-bottom: 10px!important
}

.m-b-15 {
    margin-bottom: 15px!important
}

.m-b-20 {
    margin-bottom: 20px!important
}

.m-b-25 {
    margin-bottom: 25px!important
}

.m-b-30 {
    margin-bottom: 30px!important
}

.m-b-35 {
    margin-bottom: 35px!important
}

.m-b-40 {
    margin-bottom: 40px!important
}

.m-b-45 {
    margin-bottom: 45px!important
}

.m-b-50 {
    margin-bottom: 50px!important
}

.m-r-0 {
    margin-right: 0!important
}

.m-r-5 {
    margin-right: 5px!important
}

.m-r-10 {
    margin-right: 10px!important
}

.m-r-15 {
    margin-right: 15px!important
}

.m-r-20 {
    margin-right: 20px!important
}

.m-r-25 {
    margin-right: 25px!important
}

.m-r-30 {
    margin-right: 30px!important
}

.m-r-35 {
    margin-right: 35px!important
}

.m-r-40 {
    margin-right: 40px!important
}

.m-r-45 {
    margin-right: 45px!important
}

.m-r-50 {
    margin-right: 50px!important
}

.m-l-0 {
    margin-left: 0!important
}

.m-l-5 {
    margin-left: 5px!important
}

.m-l-10 {
    margin-left: 10px!important
}

.m-l-15 {
    margin-left: 15px!important
}

.m-l-20 {
    margin-left: 20px!important
}

.m-l-25 {
    margin-left: 25px!important
}

.m-l-30 {
    margin-left: 30px!important
}

.m-l-35 {
    margin-left: 35px!important
}

.m-l-40 {
    margin-left: 40px!important
}

.m-l-45 {
    margin-left: 45px!important
}

.m-l-50 {
    margin-left: 50px!important
}

.width100 {
    width: 100%!important
}

.rlr-product-card__title.title-post {
    line-height: 1
}

.rlr-postcard__author.autor-post {
    line-height: .5
}

.rlr-postcard p.text-post {
    line-height: normal
}

.content-bg_image {
    position: relative;
    display: block;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 100px
}

.image-overlay::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    opacity: .6;
    z-index: 2
}

.section-heading {
    padding: 20px 30px;
    position: relative;
    z-index: 3
}

.limittxt-two {
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden
}

.limittxt-three {
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden
}

.rlr-banner-splide__image-wrapper.no-radius::before {
    border-radius: 0
}

.rlr-contact-detail-item-testimonio {
    background-color: var(--white);
    border-radius: var(--spacing-5);
    -webkit-box-shadow: 0 43px 66px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 43px 66px 0 rgba(0, 0, 0, .07);
    padding: var(--spacing-7)
}

.rlr-contact-detail-item-testimonio__icon {
    background-color: var(--brand-01);
    display: grid;
    font-size: 2rem;
    height: 4.5rem;
    place-items: center
}

.rlr-contact-detail-item-testimonio__icon i {
    color: var(--brand);
    place-items: center
}

.rlr-contact-detail-item-testimonio__icon img {
    color: var(--brand);
    place-items: center;
    height: 60px
}

.rlr-contact-detail-item-testimonio__title {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--gray-05);
    line-height: var(--spacing-6);
    margin-top: var(--spacing-5);
    margin-bottom: var(--spacing-3)
}

.rlr-contact-detail-item-testimonio__desc {
    color: var(--gray-09);
    line-height: 1.875rem;
    margin-bottom: 0
}

@media (max-width:992px) {
    .rlr-app-hero__cards {
        grid-template-columns: none;
    }
    .e-menu-flags .dropdown-toggle {
        margin-top: -24px;
        margin-left: 10px;
        margin-bottom: 10px
    }
    .e-menu-cart .navigation-link {
        margin-bottom: 15px;
        margin-top: 15px;
        padding-top: 15px!important;
        padding-bottom: 28px!important
    }
    .e-menu-cart .navigation-link .tta-order-value {
        right: 2px!important;
        top: 2px!important
    }
}

@media (max-width:576px) {
    .e-menu-flags .dropdown-toggle {
        margin-top: -24px;
        margin-left: 10px;
        margin-bottom: 10px
    }
    .e-menu-cart .navigation-link {
        margin-bottom: 15px;
        margin-top: 15px;
        padding-top: 15px!important;
        padding-bottom: 28px!important
    }
    .e-menu-cart .navigation-link .tta-order-value {
        right: 2px!important;
        top: 2px!important
    }
}

.logo-card {
    margin-right: 12px;
    width: 100px
}

.logo-card img {
    background-color: #ececec;
    padding: 10px 20px;
    max-width: 100px;
    width: 100px;
    height: 60px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, .15) 1.95px 1.95px 2.6px;
    margin-bottom: 12px
}
.card-content-app{
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0) 0px 1.85185px 3.14815px 0px, rgba(0, 0, 0, 0.01) 0px 8.14815px 6.51852px 0px, rgba(0, 0, 0, 0.01) 0px 20px 13px 0px, rgba(0, 0, 0, 0.01) 0px 38.5185px 25.4815px 0px, rgba(0, 0, 0, 0.02) 0px 64.8148px 46.8519px 0px;
    border: none;
    border-radius: 0.5rem;
    padding: 50px;
}
.list-caracteristica{
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 20px 0px;
}

.list-caracteristica li{
    margin-right: 20px;
}

.list-caracteristica li .color1{
    background-color: #0E4677;
    color: #ffffff;
    min-width: 150px;
    padding: 8px 20px;
    border-radius: 1.5rem;
}

.list-caracteristica li .color1 i{
    color: #78EA78;
    float: left;
    font-size: 1.5rem;
}
.rlr-about-hero-card i{
    color: #78EA78;
    font-size: 5rem;
    margin-bottom: 1rem;
}


.rlr-about-hero-card_item {
    background-color: var(--brand-00);
    border-radius: var(--spacing-5);
    -webkit-box-shadow: 0 43px 66px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 43px 66px 0 rgba(0, 0, 0, .07);
    padding: var(--spacing-7);
    margin-bottom: var(--spacing-10);
}
.rlr-about-hero-card_item i{
    color: #0E4677;
    font-size: 3rem;
    margin-bottom: 0.3rem;
}
.rlr-about-hero-card_item .rlr-about-hero-card__title{
    color: var(--heading-color);
    margin-bottom: var(--spacing-3);
    font-weight: 600;
}

.rlr-footer__menu__col ul a {
    color: #FFF;
}
.rlr-footer__menu__col ul a:hover {
    color: #78EA78;
}