:root {
    --color-hover: #2C7CEB;
}

@font-face {
    font-family: 'Cream';
    src: url('../fonts/Cream.ttf') format('truetype');
}

@media print {

    #page-container,
    #main-container {
        padding: 0 !important;
    }
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

.row-custom-10 {
    margin-right: -10px;
    margin-left: -10px;
}

.col-custom-10 {
    padding-right: 10px;
    padding-left: 10px;
}

#page-container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    min-height: 100vh;
    overflow: hidden;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}

#page-container>#page-header .content-header,
#page-container>#page-header .content,
#page-container>#main-container .content,
#page-container>#page-footer .content {
    max-width: 1920px;
}

#page-container.main-content-boxed>#page-header .content-header,
#page-container.main-content-boxed>#page-header .content,
#page-container.main-content-boxed>#main-container .content,
#page-container.main-content-boxed>#page-footer .content {
    max-width: 1260px;
}

#page-header {
    position: relative;
    margin: 0 auto;
    width: 100%;
    box-shadow: rgb(54 54 54 / 10%) 0px 12px 16px 1px;
    background-color: #fff;
}

#page-footer {
    font-size: 0.875rem;
    line-height: 1.25rem;
    background-color: #2C7CEB;
    color: #fff;
}

.content-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    height: 6rem;
}

#page-header .content-header {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}

#main-container {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    max-width: 100%;
}

.section-full-height {
    min-height: 100vh;
    max-height: auto;
    display: flex;
    align-items: center;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.content {
    width: 100%;
    margin: 0 auto;
    padding: 0.875rem 0.875rem 1px;
    overflow-x: visible;
}

.content_section {
    width: 100%;
    margin: 0 auto;
    padding: 0.875rem 0.875rem 1px;
    overflow-x: visible;
}

.content.content-full {
    padding-bottom: 0.875rem;
}

.container-section {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.text-company {
    color: #2C7CEB;
}

.bg-zircon {
    background-color: #F5FAFE !important;
}

.bg-none-color {
    background-color: transparent !important;
}

.section-page {
    padding: 6rem 0;
}

.section-header {
    margin-bottom: 4.5rem;
    display: grid;
}

.header-inicio {
    height: auto;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    transition: all 0.5s ease-in-out;
}

.content-img-icon {
    position: relative;
}

.card-plan {
    background-color: white;
    width: 300px;
    box-shadow: -1px 3px 3px 0px rgb(39 44 51 / 29%);
    border-radius: 5px;
    margin-bottom: 1.5rem;
}

.card-plan.main {
    box-shadow: -1px 6px 5px 0px rgb(39 44 51 / 36%);
}

.card-plan:hover .name-plan,
.name-plan.main {
    color: #2C7CEB;
}

.page-dashboard .title-card {
    font-family: "Raleway-Bold";
}

.title-card {
    font-size: 1.8rem;
    font-weight: 700;
    padding-bottom: 1.5rem;
}

.title-card.name-plan {
    font-weight: 800;
    letter-spacing: 0;
}

.title-card.testimonial {
    font-size: 1.2rem;
}

.btn-card {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #000000;
    padding: 0.7rem 2rem;
    background-color: #dddddd;
}

.btn-card:hover,
.btn-card.main {
    color: white;
    background-color: #2d7cec;
}

.btn-card.btn-font-normal {
    font-weight: 400;
    font-size: 0.8rem;
}

.btn-card.main:hover {
    background-color: #206fe0;
}

.btn-soft {
    font-size: 0.7rem;
    letter-spacing: 0;
    color: #000000;
    background-color: #fff;
    padding: 0.5rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, .125);
}

.btn-soft:hover {
    background-color: #f2f3f4;
}

.btn-soft.active {
    font-weight: 700;
    background-color: #dddddd;
    z-index: 2;
}

.table.custom thead th {
    border-bottom: 1px solid #dee2e6;
    font-family: 'Raleway', sans-serif !important;
    font-size: 0.8rem !important;
    border-top: 0px;
    text-transform: uppercase;
}

.table.custom td {
    border-bottom: 1px solid #dee2e6;
    border-top: 0px;
    font-family: 'Raleway', sans-serif !important;
    font-size: 0.8rem !important;
    color: #3b3b3b !important;
    vertical-align: middle;
}

.img-title {
    position: absolute;
    width: 75px;
    height: 75px;
    right: -130px;
    bottom: -20px;
}

.img-title.testimonios {
    right: -20px;
    top: -5px;
}

.img-card {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 2%;
    top: 34%;
    z-index: -1;
}

.img-puntos-planes {
    position: absolute;
    width: 45rem;
    left: -29rem;
    top: 40%;
    z-index: -1;
}

.img-puntos-body-down-right {
    position: absolute;
    height: 500px;
    object-fit: scale-down;
    z-index: -1;
    right: -3%;
    top: 55%;
}

.img-puntos-title-down-left {
    position: absolute;
    width: 120px;
    height: 200px;
    z-index: -1;
    left: 3%;
    top: 120px;
}

.img-puntos-title-down-left.frontend {
    left: 4%;
    top: 40px;
}

.img-puntos-title-down-left.frontend.testimoniales {
    left: 4%;
    top: 100px;
}

.img-title-down {
    position: absolute;
    width: 65px;
    height: 65px;
    z-index: -1;
    right: 2%;
    top: -3%;
}

.img-title-down.img-escool-dashboard {
    left: 2%;
    top: 0;
}

.img-title-down.testimonios {
    left: 2%;
    top: -2%;
}

.text-tuatara-500 {
    color: #393939 !important;
}

/* Navbar */
.nav-main {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
    font-size: .775rem;
    color: #393939;
    gap: 15px;
    transition: all 0.5s ease-in-out;
}

.nav-main-item {
    display: flex;
    position: relative;
    font-weight: bold;
    transition: all 0.3s ease 0s;
}

.nav-main-item .nav-main-link {
    color: #393939;
    padding: .5rem 5px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.nav-main-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 38%;
    height: 2px;
    background: #2C7CEB;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
}

.nav-main-link:hover::before {
    transform: scaleX(1);
}

.nav-main-link:hover {
    text-decoration: none;
    color: #2C7CEB;
}

.nav-main-item.active .nav-main-link {
    color: #2C7CEB;
}

.nav-main-item.active .nav-main-link::before {
    transform: scaleX(1);
}

.item-dropdown-menu {
    position: absolute;
    display: block;
    left: 15%;
    top: calc(100% + .25rem);
    background-color: #fff;
    padding: 1rem .8rem;
    ;
    width: 200px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    opacity: 0;
    pointer-events: none;
    z-index: 1000;
    font-weight: 600;
    font-size: .75rem;
    transform: translateY(-10px);
    transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
}

.nav-main-item.dropdown-active .item-dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.navbar-toggle-btn {
    color: #297DED;
    font-size: 1.8rem;
}

.navbar-toggle-btn:focus {
    outline: 0;
    background-color: #BFD8F9;
    border-color: #BFD8F9;
    box-shadow: 0 0 0 0.25rem rgba(191, 216, 249, 0.5);
}

.navbar-nav .nav-item-mobile {
    font-size: .85rem;
    display: block;
    overflow: hidden;
    font-weight: bold;
    color: #393939;
}

.nav-item-mobile .nav-link-mobile {
    color: #393939;
    position: relative;
    padding: .7rem 0;
    display: block;
    transition: all 0.3s ease 0s;
}

.nav-item-mobile .nav-link-mobile::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 7px;
    width: 2rem;
    height: 2px;
    background: #2C7CEB;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
}

.nav-link-mobile:hover::before {
    transform: scaleX(1);
}

.nav-link-mobile:hover {
    text-decoration: none;
    color: #2C7CEB;
}

.nav-item-mobile.active .nav-link-mobile {
    color: #2C7CEB;
}

.nav-item-mobile.active .nav-link-mobile::before {
    transform: scaleX(1);
}

.nav-submenu-mobile {
    display: block;
    list-style: none;
    font-size: .75rem;
    font-weight: 600;
    padding: 0;
    margin-left: 2.5rem;
    height: 0;
    transition: height .4s;
}

.nav-submenu-mobile .submenu-item {
    display: block;
    color: #393939;
    list-style: none;
}

.submenu-item .submenu-link {
    display: block;
    text-decoration: none;
    color: #393939;
    cursor: pointer;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    padding: .4rem 0;
    transition: all 0.2s ease-in-out;
}

.submenu-item .submenu-link:hover {
    color: #2C7CEB;
}

.submenu-item.active .submenu-link {
    color: #2C7CEB;
}

.nav-main-heading {
    padding: 0.65rem 0;
    font-size: .675rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .0625em;
    color: #79848f;
}

.nav-dropdown {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-dropdown-item {
    padding: .4rem 0;
}

.nav-dropdown-link {
    text-decoration: none;
    display: block;
    color: #393939;
    cursor: pointer;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    transition: all 0.2s ease-in-out;
}

.nav-dropdown-link:hover {
    text-decoration: none;
    color: #2C7CEB;
}

.nav-dropdown-item.active .nav-dropdown-link {
    color: #2C7CEB;
}

.header-home-title {
    color: #2C7CEB;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: center;
    padding-top: 1rem;
}

.header-home-title .typer {
    font-size: 1.4rem;
    color: #393939 !important;
}

.header-home-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
    padding-top: 1rem;
    padding-left: 25%;
    position: relative;
    height: 100%;
}

.home-image {
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.home-message {
    position: absolute;
    left: 6%;
    top: 25%;
    border-radius: .6rem;
    background-color: white;
    padding: .8rem .3rem;
    box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
    font-weight: 600;
    width: 9rem;
    font-size: .6rem;
}

.home-message .button-primary-custom {
    position: absolute;
    left: 35%;
    white-space: nowrap;
}

.img-home-header-points {
    position: absolute;
    top: 3.5rem;
    left: -6rem;
    width: 18rem;
}

.bg-circle-points-home {
    background-image: url('../../public/media/fondo-planes.png');
    background-repeat: no-repeat;
    background-position: top 3rem left -3rem;
    background-size: 95%;
}

.button-primary-custom {
    border-radius: 2rem;
    font-weight: 500;
    letter-spacing: .05rem;
    font-size: 1.2rem;
    padding: 0.7rem 3rem;
}

.btn-outline-light.button-primary-custom {
    font-size: 1.4rem;
    padding: 0.8rem 4rem;
}

.button-primary-custom.ver-mas {
    position: absolute;
    top: 69%;
    right: 5%;
}

.image-icono {
    position: relative;
    width: 35px;
    height: 35px;
    margin: 0 1rem;
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    flex-shrink: 0 !important;
}

.img-logos-store {
    height: 120px;
    max-width: 100%;
    object-fit: scale-down;
}

.img-responsive-linduras {
    height: 70px;
    max-width: 100%;
    object-fit: scale-down;
}

.image-icono.azul::before {
    background-color: #D7E2F7;
}

.image-icono::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 35px;
    height: 35px;
    background-color: #F0F0F0;
    bottom: -.6rem;
    left: -.6rem;
    z-index: -1;
    border-radius: 50%;
    margin-right: 1.2rem;
}

.image-mobile {
    position: relative;
    width: 330px;
    height: 350px;
}

.title-h3 {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.03rem;
    margin-bottom: 1.6rem;
}

.section-description {
    font-weight: 700;
    margin-left: 3rem;
    font-size: 2.4rem;
    line-height: 2.4rem;
}

.section-description-title-s2 {
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 3rem;
}

.section-description-subtitle-s2 {
    font-size: 1.7rem;
}

.text-section-bg {
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.7rem;
}

.text-section-bg span {
    font-size: 1.9rem;
}

.text-section-bg-description {
    font-weight: lighter;
    font-size: 1.1rem;
    line-height: 1.4rem;
}

.text-header-section {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.text-subtitle-section {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.8rem;
}

.section-food-right {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.section-food-right .section-description {
    font-weight: 600;
    margin-left: 3rem;
    margin-bottom: 1.5rem;
    font-size: 2rem;
}

.card-paragraph-text {
    font-size: 0.93rem;
    font-weight: 500;
    letter-spacing: 0.02rem;
    line-height: 1.5rem;
}

.page-dashboard .card-paragraph-text-s2 {
    font-family: "Raleway-Medium";
}

.card-paragraph-text-s2 {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.02rem;
    line-height: 1.9rem;
}

.bg-vender-catalogo .card-paragraph-text-s2 {
    line-height: 1.6rem;
}

.card-section-title {
    font-size: 1rem;
    font-weight: 700;
}

.min-height-full {
    min-height: 100vh;
}

.como-funciona .card-section-title {
    letter-spacing: 0;
}

.section-description-subtitle {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.035rem;
    line-height: 1.3rem;
}

.section-description-subtitle-small {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0rem;
}

.section-description-subtitle-small.anual {
    font-size: 0.8rem;
}

.card-section-description {
    font-size: .9rem;
    text-align: justify;
}

.card-body.custom {
    padding: 1.25rem 3rem;
}

.section-small {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

p.p-card {
    margin-bottom: 0.7rem;
    line-height: 1rem;
}

.como-funciona-fondo-image {
    background-image: url('../../public/media/fondo-como-funciona.png');
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.iphone-content {
    position: relative;
    width: 100%;
    max-width: 300px;
}

.iphone-video {
    position: absolute;
    background-color: #000000;
    border-radius: 14px;
    top: 2.5rem;
    left: 14%;
    width: 150px;
    height: 285px;
}

.section-nubeflash {
    background-image: url(../../public/media/fondo-nubeflash.png);
    background-size: 100% auto;
    background-attachment: fixed;
    background-position: center;
}

.section-nubeflash img {
    width: 100%;
}

.section-description-s2 {
    font-size: 1.5rem;
}

.bg-section-gourmet {
    background-image: url('../../public/media/fondo-lanube-gourmet.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    position: relative;
}

.img-web-food {
    height: 300px;
    max-width: 100%;
    object-fit: scale-down;
}

.img-web-food-funciones {
    max-width: 100%;
    object-fit: scale-down;
}

.background-opacity {
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, .5);
}

.slick-slide:focus {
    outline: 0;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -2.5rem;
}

.slick-dots li {
    line-height: 1;
    margin: 0 !important;
}

.slick-dots button {
    text-indent: -999999px;
    width: 0.75rem !important;
    height: 0.75rem !important;
    margin: 0.25rem !important;
    transition-duration: 300ms !important;
    background-color: #C7C7C7 !important;
    border-width: 0;
    border-radius: 9999px;
}

.slick-dots .slick-active button,
.slick-dots button:hover {
    background-color: #2D7CEC !important;
}

.slick-dots button:focus {
    outline: 0;
}

.font-weight-500 {
    font-weight: 500;
}

/* Recursos */
.img-recursos {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    height: 200px;
    width: 100%;
}

#cards-escool a:hover .img-recursos-hover {
    background-color: #297ded;
}

#cards-escool a.card-scool:hover .img-recursos {
    opacity: 0.57;
}

.text-one-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.text-two-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.card-scool {
    text-decoration: none;
    color: #3c3c3c;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0;
}

.page-dashboard .card-text-date {
    font-family: "Raleway-medium";
}

.card-text-date {
    color: #7d7d7d;
    font-size: 0.95rem;
}

.page-dashboard .card-text-date.font-weight-normal {
    font-family: "Raleway-regular";
}

.page-dashboard .card-difficulty {
    font-family: "Raleway-Medium";
}

.card-difficulty {
    color: var(--color-hover);
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
}

.page-dashboard .card-title-scool {
    font-family: "Raleway-Bold";
}

.card-title-scool {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.25rem;
}

.page-dashboard .card-text-sm {
    font-family: "Raleway-medium";
}

.card-text-sm {
    font-size: 0.95rem;
}

.title-description-card {
    font-size: 1rem;
}

#cards-escool a:hover {
    text-decoration: none;
    color: currentColor;
}

#cards-escool a:hover .card-title-scool {
    color: var(--color-hover);
}

.card-body-custom {
    padding: 0.6rem 0.5rem;
}

.line-left {
    border-left: 8px solid var(--color-hover);
}

.img-escool-result {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 280px;
    height: 100%;
}

iframe.escool-video {
    width: 800px;
    height: 500px;
}

.content-editor {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 0.8rem;
    line-height: 1.05rem;
}

.logo-store {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-color: white;
    border: 6px solid white;
}

.logo-store.list {
    position: absolute;
    left: 10px;
    vertical-align: middle;
}

.logo-store.with-shadow {
    box-shadow: 0px 3px 4px #c5c5cacf;
}

.name-store-logo {
    padding-left: 90px;
    margin-bottom: 0.9rem;
    letter-spacing: 0px;
    font-weight: 550;
    font-size: 0.95rem;
    color: #545454;
}

/* Footer */
.foter-rights {
    background-color: #393939;
    padding: .5rem 0;
}

.foter-rights a {
    color: white;
    text-decoration: none;
}

.foter-rights a:hover {
    text-decoration: none;
}

.link-red-social {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 1.2rem;
    background-color: transparent;
    padding: 0;
    border: 0;
    transition: all 0.4s ease-in-out;
}

.link-red-social:hover {
    color: #fff;
    transform: scale(1.2);
    text-decoration: none;
}

#page-footer .link-logo {
    text-decoration: none;
}

#page-footer .link-logo img {
    width: 80px;
    transition: all 0.5s ease-in-out;
}

#page-footer .link-logo span {
    font-weight: 600;
    letter-spacing: 0.025rem;
    font-size: 28px;
    color: #393939;
    font-family: 'Cream', 'Raleway', sans-serif;
    transition: all 0.5s ease-in-out;
}

.list-guion {
    padding: 0;
}

.list-guion li {
    list-style-type: none;
}

.list-guion li::before {
    content: "-";
    margin-right: 1rem;
}

.image-column {
    width: 70%;
}

.bg-icono-cog {
    background-image: url('../../public/media/iconos/icono-cog.png');
}

.bg-icono-lapiz {
    background-image: url('../../public/media/iconos/icono-lapiz.png');
}

.bg-icono-cohete {
    background-image: url('../../public/media/iconos/icono-cohete.png');
}

.bg-icono-store {
    background-image: url('../../public/media/iconos/icono-store.png');
}

.bg-icono-numero-uno {
    background-image: url('../../public/media/iconos/icono-numero-uno.png');
}

.bg-icono-numero-dos {
    background-image: url('../../public/media/iconos/icono-numero-dos.png');
}

.bg-icono-numero-tres {
    background-image: url('../../public/media/iconos/icono-numero-tres.png');
}

.bg-fotografia {
    background-image: url('../../public/media/fotografia.png');
}

.bg-nubecita {
    background-image: url('../../public/media/fondo-nube.png');
}

.bg-puntos-horizontal {
    background-image: url('../../public/media/puntos-header.png');
}

.bg-circle-points {
    background-image: url('../../public/media/fondo-planes.png');
}

.bg-image-planes {
    background-image: url('../../public/media/image-planes.png');
}

.bg-arrow-right {
    background-image: url('../../public/media/flechas.png');
}

.striped-circle-home {
    position: absolute;
    width: 130px;
    top: -3rem;
    left: -2rem;
}

.bg-image-nubeflash {
    background-image: url('../../public/media/fondo-nubeflash.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bg-image-puntos-dominio-funciones {
    background-image: url('../../public/media/puntos-vertical.png');
    background-repeat: no-repeat;
    background-position: right -6rem center;
    background-size: 13rem;
}

.bg-image-circle-puntos-dominio-funciones {
    background-image: url('../../public/media/fondo-planes.png');
    background-repeat: no-repeat;
    background-size: 30rem;
    background-position: bottom -10rem left -20rem;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-cover {
    background-size: cover;
}

.bg-center {
    background-position: center;
}

.bg-size-contain {
    background-size: contain;
}

.bg-nubecita-position-puesta-marcha {
    background-position: top left -10rem;
}

.bg-circle-points-position-puesta-marcha {
    background-position: top -18rem right -13rem;
}

.bg-arrow-right-position-home {
    background-position: bottom 1rem right;
}

.bg-arrow-right-size-home {
    background-size: 30%;
}

.bg-image-planes-position {
    background-position: center left -3rem;
}

.bg-size-full {
    background-size: 100% 100%;
}

.title-icon-cohete-naraja {
    position: absolute;
    right: 2rem;
    bottom: -5rem;
    width: 80px;
    height: 80px;
}

.bg-icon-equis-funciones {
    background-image: url('../../public/media/iconos/icono-equis.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 70px;
}

.image-cohete-fondo-blanco-funciones {
    position: absolute;
    left: 30%;
    top: -3rem;
    width: 108px;
}

.max-w-80per {
    max-width: 80%;
}

.max-w-90per {
    max-width: 90%;
}

.max-w-75per {
    max-width: 75%;
}

.max-w-100per {
    max-width: 100%;
}

.w-80per {
    width: 80%;
}

.card-escool a {
    color: #393939;
    text-decoration: none;
}

.card-escool:hover .title-escool {
    color: #2C7CEB;
    text-decoration: none;
}

.card-escool .img-escool {
    display: block;
    height: 200px;
    position: relative;
    width: 100%;
}

.card-escool .img-escool:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 200px;
    background: none;
    transition: background .2s linear;
}

.card-escool:hover .img-escool:before {
    background: rgba(78, 123, 232, .3);
}

.view-escool-img {
    width: 100%;
    max-height: 300px;
}

.view-escool-description {
    border-left: 6px solid #2C7CEB;
}

.bg-vender-catalogo {
    background-image: url('../../public/media/fondo-catalogo-vender.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.text-black {
    color: #000000;
}

.placeholder-black::placeholder {
    color: #000000;
}

.font-medium {
    font-weight: 500;
}

.letter-spacing-0 {
    letter-spacing: 0;
}

.leading-2 {
    letter-spacing: 0.05em;
}

.gap-1\.5 {
    gap: 0.375rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-2\.5 {
    gap: 0.625rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-9 {
    gap: 2.25rem;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-12 {
    gap: 3rem;
}

.gap-16 {
    gap: 4rem;
}

.rounded-3\.5 {
    border-radius: 3.125rem;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.leading-9 {
    line-height: 2.25rem;
}

.leading-10 {
    line-height: 2.5rem;
}

.px-4-2 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.pb-2\.5 {
    padding-bottom: 0.625rem;
}

.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.py-2\.8 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

.p-6 {
    padding: 1.5rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.px-9-8 {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
}

.px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.p-16 {
    padding: 4rem;
}

.pt-16 {
    padding-top: 4rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.pb-20 {
    padding-bottom: 5rem;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
}

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.mb-20 {
    margin-bottom: 5rem;
}

.pb-24 {
    padding-bottom: 6rem;
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.mb-24 {
    margin-bottom: 6rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pt-20 {
    padding-top: 5rem;
}

.pt-24 {
    padding-top: 6rem;
}

.pt-28 {
    padding-top: 7rem;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.py-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-xs-8 {
    font-size: 0.8rem;
    line-height: 1rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.bottom-0 {
    bottom: 0 !important;
}

.bg-none {
    background-image: none;
}

.bg-desert-storm-500 {
    background-color: #F8F8F8;
}

.bg-alabaster-500 {
    background-color: #FBFBFB;
}

.content-editor img {
    max-width: 100% !important;
}

.content-editor iframe {
    width: 100%;
    height: 300px;
}

.block-editor {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.block-editor img {
    max-width: 100% !important;
}

.text-suscription-amount {
    font-family: Raleway-Bold;
    font-size: 22px;
}

.top-25per {
    top: 25%;
}

.left-16 {
    left: 4rem;
}

.top-50per {
    top: 50%;
}

.top-51per {
    top: 51%;
}

.top-52per {
    top: 52%;
}

.left-40 {
    left: 10rem;
}

.list-none {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.img-puesta-marcha-dashboard {
    width: 100%;
}

.image-equis-puesta-marcha {
    position: absolute;
    width: 70px;
    bottom: 1rem;
    left: 3rem;
}

.top-0 {
    top: 0;
}

.left-0 {
    left: 0;
}

.max-h-80 {
    min-height: 20rem;
}

.max-h-105 {
    min-height: 26.25rem;
}

.btn-decoration {
    font-weight: 600;
    color: #393939;
    font-size: 1.2rem;
    letter-spacing: 0;
    text-decoration: underline;
}

.btn-decoration:hover {
    color: #000000;
    text-decoration: underline;
}

.container-lg {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.img-casos-exito {
    width: 100%;
    max-height: 320px;
    object-fit: scale-down;
}

.icon-equis-preguntas {
    position: absolute;
    top: 2rem;
    right: 0;
    width: 70px;
}

.jq-slick-puesta-marcha {
    padding-right: 60px;
    padding-left: 60px;
}

/* lg max */
@media (max-width: 1399px) {
    .img-puntos-body-down-right {
        right: -6%;
    }
}

/* lg max */
@media (max-width: 991px) {
    .img-web-food-funciones {
        max-height: 300px;
    }

    .section-description {
        margin-left: 2.5rem;
        margin-bottom: 2rem;
        font-size: 2.2rem;
        line-height: 2.2rem;
    }

    .home-message .button-primary-custom {
        font-size: 0.8rem;
        padding: 0.3rem 1.5rem;
    }

    .button-primary-custom.ver-mas {
        font-size: 1.4rem;
        padding: 0.6rem 2rem;
    }

    .img-title {
        right: -100px;
        bottom: -40px;
    }

    .img-recursos {
        height: 150px;
    }

    .img-escool-result {
        min-height: 220px;
    }

    iframe.escool-video {
        width: 640px;
        height: 400px;
    }
}

/* md max */
@media (max-width: 768px) {
    .title-icon-cohete-naraja {
        width: 60px;
        height: 60px;
    }

    .title-h3 {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
    }

    .section-description {
        margin-left: 2rem;
        margin-bottom: 1.8rem;
        font-size: 2rem;
        line-height: 2rem;
    }

    .button-primary-custom {
        font-size: 1rem;
        padding: 0.4rem 1.5rem;
    }

    .home-message .button-primary-custom {
        font-size: 0.6rem;
        padding: 0.2rem 1rem;
    }

    .img-title {
        right: -70px;
        bottom: -50px;
    }

    .img-recursos {
        height: 250px;
    }

    .line-left {
        margin-bottom: 2rem;
    }

    iframe.escool-video {
        width: 100%;
        height: 300px;
    }
}

/* sm max */
@media (max-width: 575px) {
    .section-description-s2 {
        font-size: 1.2rem;
    }

    .section-description-subtitle-s2 {
        font-size: 1.5rem;
    }

    .section-description-title-s2 {
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }

    .text-subtitle-section {
        font-size: 1.3rem;
    }

    .text-header-section {
        font-size: 1.5rem;
        line-height: 1.7rem;
    }

    .section-description {
        font-weight: 700;
        margin-left: 3rem;
        margin-bottom: 1.5rem;
        font-size: 1.8rem;
        line-height: 1.6rem;
    }

    .section-food-right .section-description {
        font-size: 1.5rem;
    }

    .section-description-subtitle {
        font-size: 1rem;
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .title-card {
        font-size: 1.1rem;
    }

    .salto-linea {
        display: none;
    }

    .section-header {
        /* display: block; */
        margin-bottom: 3rem;
    }

    .img-title {
        width: 50px;
        height: 50px;
        right: -40px;
        bottom: -30px;
    }

    .img-title.testimonios {
        right: -10px;
        bottom: 40px;
    }

    .img-recursos {
        height: 200px;
    }

    .img-title-down {
        display: none;
    }

    .img-puntos-title-down-left {
        display: none;
    }

    .img-puntos-title-down-left-frontend {
        display: none;
    }

    .img-puntos-body-down-right {
        display: none;
    }
}

/* sm min */
@media (min-width: 576px) {
    .navbar-nav .nav-item-mobile {
        font-size: .85rem;
        display: block;
        overflow: hidden;
        color: #393939;
    }

    .home-message {
        left: 10%;
        top: 22%;
        padding: .8rem .45rem;
        width: 10rem;
        font-size: .67rem;
    }

    .home-message .text-company {
        font-size: 0.8rem;
    }

    .image-mobile {
        width: 100%;
        height: 300px;
    }

    .image-icono {
        width: 50px;
        height: 50px;
        margin: 0 1.5rem;
    }

    .image-icono::before {
        width: 50px;
        height: 50px;
        bottom: -0.7rem;
        left: -0.9rem;
    }

    .card-section-title {
        font-size: 1.6rem;
    }

    .como-funciona .card-section-title {
        font-size: 1.2rem;
    }

    .section-small {
        max-width: 540px;
    }

    .iphone-video {
        top: 3rem;
        width: 162px;
        height: 320px;
    }

    .section-nubeflash img {
        width: 80%;
    }

    .img-puesta-marcha-dashboard {
        width: 80%;
    }

    .header-inicio {
        max-width: 540px;
    }

    .img-home-header-points {
        left: -11rem;
        width: 32rem;
    }

    .bg-circle-points-home {
        background-position: top 1rem left -4rem;
    }

    .text-section-bg {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .text-section-bg span {
        font-size: 2.4rem;
    }

    .text-section-bg-description {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
}

/* md */
@media (min-width: 768px) {

    .jq-slick-home,
    .jq-slick-home-item {
        height: 330px;
    }

    .px-md-20 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .puesta-en-marcha .min-2lines-3r {
        min-height: 3.65rem;
    }

    .min-2lines-3r {
        min-height: 3.5rem;
    }

    .min-2lines-4r {
        min-height: 4.35rem;
    }

    #page-header .content-header {
        padding-left: 4.5rem;
        padding-right: 4.5rem;
    }

    .content.content-full {
        padding-bottom: 1.75rem;
    }

    .header-home-image {
        margin-top: 0.5rem;
        padding-top: 2rem;
        padding-left: 25%;
    }

    .header-home-title {
        font-size: 2.4rem;
        line-height: 2.8rem;
        padding-top: 2rem;
    }

    .header-home-title .typer {
        font-size: 2rem;
    }

    .home-message {
        font-size: .8rem;
        width: 14rem;
        padding: 1.2rem;
        left: 10%;
        top: 25%;
    }

    .home-message .text-company {
        font-size: 1rem;
    }

    .card-section-description {
        font-size: .8rem;
    }

    .image-mobile {
        height: 420px;
    }

    .section-small {
        max-width: 410px;
    }

    .iphone-content {
        position: absolute;
        top: 10%;
        left: -3.5rem;
        width: 330px;
        max-width: none;
    }

    .iphone-video {
        width: 179px;
        height: 350px;
    }

    .section-nubeflash img {
        width: 80%;
    }

    .w-md-100 {
        width: 100%;
    }

    .image-column {
        width: 100%;
    }

    .title-icon-cohete-naraja {
        right: 0;
        bottom: -5rem;
    }

    .bg-icon-equis-funciones {
        background-position: bottom 2rem left 15rem;
    }

    .image-cohete-fondo-blanco-funciones {
        left: 5rem;
    }

    .bg-image-circle-puntos-seo-funciones {
        background-image: url('../../public/media/fondo-planes.png');
        background-repeat: no-repeat;
        background-position: top -5rem right 1.5rem;
        background-size: 21rem;
    }

    .bg-image-circulo-puntos-serviciosintegraciones {
        background-image: url('../../public/media/fondo-planes.png');
        background-repeat: no-repeat;
        background-size: 36.5rem;
        background-position: top right -7rem;
    }

    .bg-puntos-serviciosintegraciones {
        background-image: url('../../public/media/puntos-vertical.png');
        background-repeat: no-repeat;
        background-position: left -5rem top;
        background-size: 12rem;
    }

    .bg-puntos-horizontal-serviciosintegraciones {
        background-image: url('../../public/media/puntos-header.png');
        background-repeat: no-repeat;
        background-position: center left -40rem;
        background-size: 45rem;
    }

    .bg-puntos-horizontal-vender {
        background-image: url(../../public/media/puntos-header.png);
        background-repeat: no-repeat;
        background-position: top left -35rem;
        background-size: 40rem;
    }

    .bg-puntos-horizontal-puesta-marcha {
        background-image: url(../../public/media/puntos-header.png);
        background-repeat: no-repeat;
        background-position: top left -35rem;
        background-size: 40rem;
    }

    .bg-position-y-top {
        background-position-y: top;
    }

    .bg-icon-equis-funciones-servicios {
        background-image: url('../../public/media/iconos/icono-equis.png');
        background-repeat: no-repeat;
        background-position: bottom left 5rem;
        background-size: 70px;
    }

    .bg-cohete-naranja {
        background-image: url('../../public/media/iconos/icono-cohete-naranja.png');
        background-repeat: no-repeat;
        background-size: 80px;
    }

    .bg-position-top-right {
        background-position: top right;
    }

    .bg-puntos-horizontal-top {
        background-image: url(../../public/media/puntos-header.png);
        background-repeat: no-repeat;
        background-position: top -6.5rem left -12rem;
        background-size: 38rem;
    }

    .bg-icono-equis-contacto {
        background-image: url(../../public/media/iconos/icono-equis.png);
        background-repeat: no-repeat;
        background-position: bottom 50% left;
        background-size: 70px;
    }

    .bg-image-puntos-funciones {
        background-image: url('../../public/media/puntos-header.png');
        background-repeat: no-repeat;
        background-position: left -24rem top 2rem;
        background-size: 27rem;
    }

    .card-scool {
        padding-right: 1rem;
    }

    .w-md-104 {
        width: 26rem !important;
    }

    .img-puesta-marcha-dashboard {
        width: 400px;
        position: relative;
    }

    .striped-circle-home {
        width: 200px;
        top: -3rem;
        left: -2rem;
    }

    .header-inicio {
        max-width: 860px;
    }

    .img-home-header-points {
        top: 5.5rem;
        width: 32rem;
        left: -10rem;
    }

    .bg-circle-points-home {
        background-size: 80%;
    }

    .bg-image-circulo-puntos-serviciosintegraciones {
        background-size: 25rem;
        background-position: top right -3rem;
    }

    .img-responsive-linduras {
        height: 120px;
    }

    .icon-equis-preguntas {
        top: 0;
        right: 10%;
    }

    .content-editor iframe {
        width: 640px;
        height: 400px;
    }

    .text-section-bg {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    .text-section-bg span {
        font-size: 2.7rem;
    }

    .text-section-bg-description {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
}

/* lg */
@media (min-width: 992px) {
    .contain-ce {
        padding: 1rem 2rem 0 5rem;
    }

    .pr-lg-10 {
        padding-right: 8rem;
    }

    .pr-lg-8 {
        padding-right: 6.2rem;
    }

    .pl-lg-8 {
        padding-left: 6rem;
    }

    .content_section {
        padding: 0.875rem 9rem 1px;
    }

    .container-section {
        max-width: 800px;
    }

    .header-home-title {
        font-size: 3.4rem;
        line-height: 3.8rem;
        padding-top: 3.5rem;
        letter-spacing: 0.2rem;
    }

    .header-home-title .typer {
        font-size: 3rem;
    }

    .header-home-image {
        margin-top: 1rem;
        padding-top: 2rem;
        padding-left: 27%;
    }

    .home-message {
        font-size: 1.2rem;
        border-radius: 2rem;
        width: 23rem;
        left: 6%;
        top: 25%;
        padding: 2rem;
    }

    .home-message .text-company {
        font-size: 1.5rem;
    }

    .image-mobile {
        height: 80%;
    }

    .card-section-description {
        font-size: .9rem;
    }

    .section-small {
        max-width: 370px;
    }

    .iphone-content {
        width: 410px;
    }

    .iphone-video {
        left: 3.6rem;
        top: 13.5%;
        width: 230px;
        height: 420px;
    }

    .w-lg-23 {
        width: 23rem !important;
    }

    .title-icon-cohete-naraja {
        right: 4rem;
        bottom: -1.5rem;
    }

    .px-lg-15 {
        padding-left: 15rem;
        padding-right: 15rem;
    }

    .bg-icon-cohete-lupa-funciones-servicios {
        background-image: url('../../public/media/iconos/icono-cohete-lupa.png');
        background-repeat: no-repeat;
        background-position: top 7rem right;
        background-size: 50px;
    }

    .bg-icon-cohete-lupa-funciones-servicios.nube-integrada {
        background-position: bottom left;
        background-size: 70px;
    }

    .bg-circle-points-position-puesta-marcha {
        background-position: top -12rem right -7rem;
    }

    .bg-nubecita-position-puesta-marcha {
        background-position: top left -4rem;
    }

    .w-lg-120 {
        width: 30rem !important;
    }

    .p-lg-16 {
        padding: 4rem;
    }

    .img-puesta-marcha-dashboard {
        width: 500px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .image-equis-puesta-marcha {
        position: absolute;
        bottom: 7rem;
    }

    .header-inicio {
        max-width: 1090px;
    }

    .img-home-header-points {
        top: 13rem;
        width: 36rem;
        left: -10rem;
    }

    .bg-circle-points-home {
        background-position: center left -6rem;
        background-size: 60%;
    }

    .bg-image-circulo-puntos-serviciosintegraciones {
        background-size: 32rem;
        background-position: top right -5rem;
    }

    .bg-image-puntos-funciones {
        background-position: left -24rem top 2rem;
    }

    .content-editor iframe {
        width: 800px;
        height: 500px;
    }

    .text-section-bg {
        font-size: 2rem;
        line-height: 2.8rem;
    }

    .text-section-bg span {
        font-size: 3.5rem;
    }

    .text-section-bg-description {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}

/* xl min */
@media (min-width: 1200px) {
    .contain-ce {
        padding: 0rem 3rem 0 12rem;
    }

    .img-web-food {
        height: 420px;
        position: absolute;
        top: 2%;
    }

    .section-food-right {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
        padding-right: 9rem;
    }

    #page-container.main-content-narrow>#page-header .content-header,
    #page-container.main-content-narrow>#page-header .content,
    #page-container.main-content-narrow>#main-container .content,
    #page-container.main-content-narrow>#page-footer .content {
        width: 92%;
    }

    #page-footer .link-logo span {
        font-size: 35px;
    }

    .link-red-social {
        font-size: 1.5rem;
    }

    .nav-main {
        font-size: .875rem;
    }

    .image-mobile {
        height: 100%;
    }

    .w-xl-25 {
        width: 25rem !important;
    }

    .container-section {
        max-width: 1020px;
    }

    .w-xl-146 {
        width: 36.5rem !important;
    }

    .section-small {
        max-width: 470px;
    }

    .header-inicio {
        width: 82%;
        max-width: none;
    }

    .home-message {
        left: 13%;
        top: 18%;
    }

    .img-home-header-points {
        left: 1rem;
    }

    .bg-circle-points-home {
        background-size: 50%;
    }

    .image-cohete-fondo-blanco-funciones {
        left: 1.5rem;
    }

    .bg-icon-equis-funciones-servicios {
        background-position: bottom left 5rem;
    }

    .bg-puntos-horizontal-serviciosintegraciones {
        background-position: center left -38rem;
    }

    .bg-puntos-horizontal-puesta-marcha {
        background-position: top left -35rem;
    }

    .bg-image-circulo-puntos-serviciosintegraciones {
        background-size: 40rem;
        background-position: top right -8rem;
    }

    .bg-image-puntos-funciones {
        background-position: left -23rem top 2rem;
    }

    .jq-slick-puesta-marcha {
        padding-right: 100px;
        padding-left: 100px;
    }
}

@media (min-width: 1300px) {
    .bg-image-circulo-puntos-serviciosintegraciones {
        background-position: top right -5rem;
    }

    .bg-puntos-horizontal-vender {
        background-position: top left -29rem;
    }
}

/* xxl min */
@media (min-width: 1400px) {
    .container-lg {
        max-width: 1400px;
    }

    .img-dominios {
        position: absolute;
        top: -10%;
        left: 0;
    }

    .w-xxl-33 {
        width: 33rem !important;
    }

    .container-custom {
        max-width: 1360px;
    }

    .container-custom-xxl {
        max-width: 1050px;
    }

    .image-cohete-fondo-blanco-funciones {
        left: 10%;
    }

    .bg-puntos-horizontal-serviciosintegraciones {
        background-position: center left -33rem;
    }

    .bg-puntos-horizontal-puesta-marcha {
        background-position: top left -31rem;
    }

    .bg-image-puntos-funciones {
        background-position: left -19rem top 2rem;
    }
}

@media (min-width: 1536px) {
    .container-lg {
        max-width: 1536px;
    }

    .bg-puntos-horizontal-serviciosintegraciones {
        background-position: center left -29rem;
    }

    .bg-image-circulo-puntos-serviciosintegraciones {
        background-size: 36.5rem;
        background-position: top right 0rem;
    }

    .bg-image-puntos-funciones {
        background-position: left -15rem top 2rem;
    }
}

@media (min-width: 1700px) {
    .image-cohete-fondo-blanco-funciones {
        left: 17%;
    }

    .bg-icon-equis-funciones-servicios {
        background-position: bottom left 20rem;
    }
}

/* @media (max-aspect-ratio: 6/5) {
    .header-inicio {
        height: calc(50vh - 6rem);
        transition: all 0.5s ease-in-out;
    }
} */

@media (min-aspect-ratio: 275/100) and (max-aspect-ratio: 299/100) {
    .header-home-title {
        padding-top: 1rem;
    }

    .header-home-image {
        margin-top: 0;
    }
}

@media (min-aspect-ratio: 3/1) {
    .header-inicio {
        height: calc(100vw *0.45);
        transition: all 0.5s ease-in-out;
    }
}

.semibold {
    font-weight: 600;
}

.fill-white {
    fill: rgb(255, 255, 255) !important;
}

.otros-contenido {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.rotate-icon {
    transition: transform 0.3s ease-in-out;
}

.rotate-down {
    transform: rotate(90deg);
}

.price-range-slider {
    width: 100%;
    float: left;
    margin: 0px 0px 25px 0;
    padding: 0 1.25rem;
}

.filters-wrap h4 {
    padding: 0 1.25rem;
}

.price-range-slider .range-value {
    margin: 0;
}

.price-range-slider .range-value input {
    width: 100%;
    background: none;
    color: #000;
    font-size: 16px;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 0px 0 20px 0;
}

.filters-wrap {
    margin-top: 25px;
}

.price-range-slider .range-bar {
    border: none;
    background: #000;
    height: 3px;
    width: 96%;
    margin-left: 8px;
}

.price-range-slider .range-bar .ui-slider-range {
    background: #06b9c0;
}

.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #06b9c0;
    border: 2px solid #06b9c0;
    height: 17px;
    width: 17px;
    top: -0.52em;
    cursor: pointer;
}

.price-range-slider .range-bar .ui-slider-handle+span {
    background: #06b9c0;
}

/* new price range slider */

.price-slider {
    position: relative;
    height: 35px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #06b9c0;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    position: relative;
    z-index: 2;
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #06b9c0;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    position: relative;
    z-index: 2;
}

.slider-track {
    height: 5px;
    background: #ddd;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    border-radius: 5px;
    z-index: 0;
}

.slider-range {
    height: 5px;
    background: #06b9c0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    z-index: 1;
}

.price-inputs {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.price-inputs span {
    font-size: 14px;
    color: #666;
    position: relative;
    top: 35px;
}

.price-slider {
    position: relative;
    width: 100%;
    height: 50px;
}

.price-range-slider .slider {
    position: absolute;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    pointer-events: none;
    left: 0;
    z-index: 9;
    /* Allows interaction with the range slider */
}

.price-range-slider .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #06b9c0;
    border-radius: 50%;
    pointer-events: auto;
    /* Re-enable interactions */
    position: relative;
}

.price-range-slider .slider-tooltip {
    position: absolute;
    background: black;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    transform: translateX(-50%);
    top: -25px;
}

/* new price range slider */

.goog-te-gadget {
    display: none !important;
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

/* Dropdown Styling */
.language-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.dropdown-btn img {
    width: 40px;
    height: 30px;
    border-radius: 5px;
}

/* Hide dropdown initially */
.language-dropdown .dropdown-content {
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #ddd;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  z-index: 1000;
  min-width: 160px;
  left: auto;
  right: 0;
}

.language-dropdown .dropdown-content a {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    text-decoration: none;
    color: black !important;
    transition: background 0.2s;
  }

.dropdown-content a img {
  width: 25px;
  height: 18px;
  margin-right: 8px;
  border-radius: 3px;
}

.dropdown-content a:hover {
  background: #f0f0f0;
}

/* Show dropdown when open */
.language-dropdown.open .dropdown-content {
  display: flex !important;
  flex-direction: column;
}
.dropdown-content a.current-selected-lang {
    order: -1 !important;
    background-color: #ddd;
}

.select2-container .select2-selection--multiple {
    min-height: 40px;
    border-radius: 5px;
}


#attributesAccordion .card {
    border: none !important;
}

#attributesAccordion .card .card-header {
    background-color: transparent;
    border-radius: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 0px;
}

#attributesAccordion .card .card-header a,
#attributesAccordion .card button {
    color: #000;
}

div#attributesAccordion {
    clear: both;
}

#attributesAccordion .card-header a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #444444;
}

#attributesAccordion .card-header a i {
    float: right;
    margin-top: 6px;
    font-size: 9px;
}

#attributesAccordion .card-header a.collapsed i:before {
    content: "\f054";
}

#attributesAccordion .card a:hover,
#attributesAccordion .card button:hover,
#attributesAccordion .card a:focus,
#attributesAccordion .card button:focus {
    text-decoration: none;
}