html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #E9500E;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

/*.validation-message {
    color: red;
}*/

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #E9500E;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Iniciando Akikb...");
    }

code {
    color: #c02d76;
}



/***************************************************************************************/
/********************************ESTILOS PERSONALIZADOS*********************************/
/***************************************************************************************/

@charset "UTF-8";
/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
html {
    font-size: 16px;
}

body {
    color: #242428;
    font-weight: normal;
    width: 100%;
    max-width: 100%;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    padding-top: 71px;
}

@media only screen and (max-width: 768px) {
    body {
        padding-top: 52px;
    }
}

body,
html {
    max-width: 100%;
}

body,
.smooth-container {
    scroll-behavior: smooth;
}

.container {
    max-width: 1240px;
    padding-left: 15px;
    padding-right: 15px;
}

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

@media (min-width: 576px) {
    .container-small {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-small {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-small {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-small {
        max-width: 990px;
    }
}

p {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    margin-top: 0;
    color: #242428;
}

    p b {
        font-weight: bold;
    }

    p a {
        text-decoration: underline;
    }

figure {
    margin: 0;
}

.clear {
    clear: both;
}

.wow {
    visibility: hidden;
}

.fadein {
    opacity: 0;
}

.hidden_a {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.wrapper {
    position: relative;
}

    .wrapper.wrapper-home {
        padding-top: 148px;
    }

.wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 2.5rem;
}

@media only screen and (max-width: 991px) {
    .wrap {
        padding: 0 2rem;
    }
}

@media only screen and (max-width: 768px) {
    .wrap {
        padding: 0 15px;
    }
}

*,
::after,
::before {
    box-sizing: border-box;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^=col-],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.row.row-md {
    margin-right: -20px;
    margin-left: -20px;
}

@media only screen and (max-width: 991px) {
    .row.row-md {
        margin-right: -12px;
        margin-left: -12px;
    }
}

.row.row-md > [class^=col-],
.row.row-md > [class*=" col-"] {
    padding-right: 20px;
    padding-left: 20px;
}

@media only screen and (max-width: 991px) {
    .row.row-md > [class^=col-],
    .row.row-md > [class*=" col-"] {
        padding-right: 12px;
        padding-left: 12px;
    }
}

.row.row-small {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

    .row.row-small > [class^=col-],
    .row.row-small > [class*=" col-"] {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

.row.row-big {
    margin-right: -30px;
    margin-left: -30px;
}

@media only screen and (max-width: 991px) {
    .row.row-big {
        margin-right: -1rem;
        margin-left: -1rem;
    }
}

.row.row-big > [class^=col-],
.row.row-big > [class*=" col-"] {
    padding-right: 30px;
    padding-left: 30px;
}

@media only screen and (max-width: 991px) {
    .row.row-big > [class^=col-],
    .row.row-big > [class*=" col-"] {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.row.row-2 {
    margin-right: -15px;
    margin-left: -15px;
}

@media only screen and (max-width: 991px) {
    .row.row-2 {
        margin-right: -1rem;
        margin-left: -1rem;
    }
}

.row.row-2 > [class^=col-],
.row.row-2 > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

@media only screen and (max-width: 991px) {
    .row.row-2 > [class^=col-],
    .row.row-2 > [class*=" col-"] {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media only screen and (max-width: 550px) {
    .row.row-big {
        margin-right: -15px;
        margin-left: -15px;
    }

        .row.row-big > [class^=col-],
        .row.row-big > [class*=" col-"] {
            padding-right: 15px;
            padding-left: 15px;
        }
}

.row.row-xbig {
    margin-right: -45px;
    margin-left: -45px;
}

@media only screen and (max-width: 991px) {
    .row.row-xbig {
        margin-right: -1rem;
        margin-left: -1rem;
    }
}

.row.row-xbig > [class^=col-],
.row.row-xbig > [class*=" col-"] {
    padding-right: 45px;
    padding-left: 45px;
}

@media only screen and (max-width: 991px) {
    .row.row-xbig > [class^=col-],
    .row.row-xbig > [class*=" col-"] {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media only screen and (max-width: 550px) {
    .row.row-xbig {
        margin-right: -15px;
        margin-left: -15px;
    }

        .row.row-xbig > [class^=col-],
        .row.row-xbig > [class*=" col-"] {
            padding-right: 15px;
            padding-left: 15px;
        }
}

* {
    outline: none;
}

a,
button {
    transition: all 0.3s ease;
    cursor: pointer;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

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

.pt-6 {
    padding-top: 60px;
}

@media only screen and (max-width: 768px) {
    .pt-6 {
        padding-top: 40px;
    }
}

.pt-45 {
    padding-top: 35px !important;
}

.px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

@media only screen and (max-width: 768px) {
    .px-100 {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}

@media only screen and (max-width: 768px) {
    .mobile-20 {
        font-size: 1.125rem !important;
    }
}

@media only screen and (max-width: 768px) {
    .mobile-16 {
        font-size: 1rem !important;
    }
}

@media only screen and (max-width: 768px) {
    .mobile-12 {
        font-size: 0.75rem !important;
    }
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.img-full {
    width: 100%;
}

@media (max-width: 1500px) {
    html,
    body,
    p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .animated,
    .animated-delay1,
    .animated-delay2,
    .animated-delay3,
    .animated-delay4,
    .wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        visibility: visible !important;
    }
}
/* HTML: <div class="loader"></div> */
.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid;
    border-color: #000 rgba(0, 0, 0, 0);
    animation: l1 1s infinite;
}

@keyframes l1 {
    to {
        transform: rotate(0.5turn);
    }
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: visible;
    transition: all 0.3s ease;
    align-items: center;
    display: flex;
    justify-content: center;
    background: rgba(255, 255, 255, 0.92);
}

    .loading.visible {
        opacity: 1;
        visibility: visible;
        z-index: 99999;
    }

@font-face {
    font-family: "Bogle";
    src: url("fonts/Bogle-Black.html") format("woff2"), url("fonts/Bogle-Black-2.html") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Bogle";
    src: url("fonts/Bogle-Bold.html") format("woff2"), url("fonts/Bogle-Bold-2.html") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Bogle";
    src: url("fonts/Bogle-Regular.html") format("woff2"), url("fonts/Bogle-Regular-2.html") format("woff");
    font-weight: normal;
    font-style: normal;
}

.btn-primary {
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
    height: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #E9500E;
    padding: 0.2rem 1.2rem;
    line-height: 1.1;
    border: none;
    font-family: "Inter", sans-serif;
}

    .btn-primary img {
        margin-right: 0.625rem;
    }

    .btn-primary:hover {
        background: #F76A18;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .btn-primary:active {
        background: #F76A18;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .btn-primary:focus {
        background: #F76A18;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .btn-primary.disabled {
        background: #E5E5E5;
        color: #97A1A6;
    }

.btn-gris {
    font-size: 1rem;
    font-weight: 700;
    color: #E9500E;
    border-radius: 4px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ECEDED;
    padding: 0.2rem 1.56rem;
    line-height: 1.1;
    border: none;
}

    .btn-gris img {
        margin-right: 0.625rem;
    }

    .btn-gris:hover {
        background: #d1480d;
        box-shadow: none;
    }

    .btn-gris:active {
        background: #d1480d;
        outline: none;
        box-shadow: none;
        border: none;
    }

    .btn-gris:focus {
        background: #d1480d;
        outline: none;
        box-shadow: none;
    }

.btn-secondary {
    font-size: 0.875rem;
    font-weight: 700;
    color: #E9500E;
    border: 1px solid #E9500E;
    border-radius: 30px;
    height: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 0.2rem 15px;
    line-height: 1.1;
}

    .btn-secondary img {
        margin-right: 0.625rem;
    }

    .btn-secondary:hover {
        border-color: #E9500E;
        color: #fff;
        background: #E9500E;
        box-shadow: none;
    }

    .btn-secondary:active {
        border-color: #d1480d;
        color: #d1480d;
        background: transparent;
        outline: none;
        box-shadow: none;
    }

    .btn-secondary:focus {
        border-color: #d1480d;
        color: #d1480d;
        background: transparent;
        outline: none;
        box-shadow: none;
    }

.btn-white {
    font-size: 1rem;
    font-weight: 400;
    color: #bdbdbd;
    border: 1px solid #bdbdbd;
    border-radius: 30px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 0.2rem 16px;
    line-height: 1.1;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease;
}

    .btn-white img {
        margin-right: 0.625rem;
    }

    .btn-white i {
        margin-right: 10px;
    }

    .btn-white:hover {
        border-color: #d1480d;
        color: #fff;
        background: #E9500E;
        box-shadow: none;
    }

    .btn-white:active {
        border-color: #d1480d;
        color: #d1480d;
        background: transparent;
        outline: none;
        box-shadow: none;
    }

    .btn-white:focus {
        border-color: #d1480d;
        color: #d1480d;
        background: transparent;
        outline: none;
        box-shadow: none;
    }

.btn-green {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #7AC9A9;
    padding: 0.2rem 1.56rem;
    line-height: 1.1;
}

    .btn-green img {
        margin-right: 0.625rem;
    }

    .btn-green:hover {
        background: #AFBC34;
        color: #fff;
        box-shadow: none;
    }

    .btn-green:active {
        background: #AFBC34;
        color: #fff;
        outline: none;
        box-shadow: none;
    }

    .btn-green:focus {
        background: #AFBC34;
        color: #fff;
        outline: none;
        box-shadow: none;
    }

.btn-green-borde {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #7AC9A9;
    padding: 0.2rem 1.56rem;
    line-height: 1.1;
}

    .btn-green-borde img {
        margin-right: 0.625rem;
    }

    .btn-green-borde:hover {
        background: #AFBC34;
        color: #fff;
        box-shadow: none;
    }

    .btn-green-borde:active {
        background: #AFBC34;
        color: #fff;
        outline: none;
        box-shadow: none;
    }

    .btn-green-borde:focus {
        background: #AFBC34;
        color: #fff;
        outline: none;
        box-shadow: none;
    }

input:active {
    outline: none;
    box-shadow: none;
    border: none;
}

input:focus {
    outline: none;
    box-shadow: none;
}

input:checked {
    box-shadow: none;
    border: none;
}

.form-check-input:focus {
    outline: none;
    box-shadow: none;
}

.btn-disabled {
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
    height: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
    padding: 0.2rem 1.2rem;
    line-height: 1.1;
    border: none;
    font-family: "Poppins", sans-serif;
}

    .btn-disabled img {
        margin-right: 0.625rem;
    }

    .btn-disabled:hover {
        color: #fff;
    }

    .btn-disabled:active {
        background: #d1480d;
        outline: none;
        box-shadow: none;
        border: none;
    }

    .btn-disabled:focus {
        background: #d1480d;
        outline: none;
        box-shadow: none;
    }

    .btn-disabled.disabled {
        background: #E5E5E5;
        color: #97A1A6;
    }

@media only screen and (max-width: 768px) {
    .full-mobile {
        width: 100%;
    }
}

.carrusel {
    position: relative;
}

    .carrusel.con-nav {
        padding: 0;
    }

    .carrusel .tns-nav {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 5px;
    }

        .carrusel .tns-nav button {
            width: 10px;
            height: 10px;
            display: inline-block;
            border-radius: 50%;
            margin: 0 5px;
            background: rgb(252, 180, 117);
            border: none;
            padding: 0;
        }

            .carrusel .tns-nav button.tns-nav-active {
                background: #E9500E;
            }

    .carrusel.gris button {
        border-color: #E3E1E6;
        background: #E3E1E6;
    }

        .carrusel.gris button.tns-nav-active {
            background: #2E2F31;
            border-color: #2E2F31;
        }

    .carrusel.blanco button {
        border-color: #D9D9D9;
        background: #D9D9D9;
    }

        .carrusel.blanco button.tns-nav-active {
            background: #fff;
            border-color: #fff;
        }

    .carrusel.azul button {
        background: transparent;
    }

        .carrusel.azul button.tns-nav-active {
            background: #00D7FF;
            border-color: #00D7FF;
        }

    .carrusel .tns-controls button {
        background: #E9500E;
        border-radius: 50%;
        font-size: 0;
        width: 32px;
        height: 32px;
        line-height: 40px;
        border: none;
        text-align: center;
        position: absolute;
        padding: 1px 0 0;
        z-index: 10;
        top: 50%;
        transform: translateY(-50%);
    }

        .carrusel .tns-controls button:first-child {
            left: 10px;
            padding-left: 3px;
        }

        .carrusel .tns-controls button:last-child {
            right: 10px;
            padding-right: 3px;
        }

        .carrusel .tns-controls button:after {
            content: "";
            display: inline-block;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: 14px;
            color: #fff;
            line-height: 1;
        }

        .carrusel .tns-controls button:first-child:after {
            content: "\f053";
            padding-right: 4px;
        }

        .carrusel .tns-controls button:last-child:after {
            content: "\f054";
            padding-left: 4px;
        }

        .carrusel .tns-controls button:hover {
            opacity: 0.85;
        }

    .carrusel .tns-controls {
        display: none;
    }

    .carrusel.verde .tns-controls {
        display: block;
    }

        .carrusel.verde .tns-controls button {
            background: #AFBC34;
            transform: translateY(-44px);
        }

            .carrusel.verde .tns-controls button:after {
                color: #7AC9A9;
            }

            .carrusel.verde .tns-controls button:first-child {
                left: -5px;
            }

            .carrusel.verde .tns-controls button:last-child {
                right: -5px;
            }

    .carrusel.verde .tns-nav button {
        width: 12px;
        height: 12px;
        background: #AFBC34;
        margin: 0 3px;
        border: none;
    }

        .carrusel.verde .tns-nav button.tns-nav-active {
            background: #7AC9A9;
            border: none;
        }

    .carrusel.con-nav .tns-controls {
        display: block;
    }

.c-movil {
    overflow: hidden;
}

@media only screen and (max-width: 550px) {
    .c-movil {
        padding: 0 20px;
    }

        .c-movil .tns-ovh {
            overflow: visible;
        }
}

header {
    background-color: #000;
    padding: 0;
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
}

@media only screen and (max-width: 1100px) {
    header {
        padding: 10px 0;
    }
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .logo img {
    width: 162px;
}

@media only screen and (max-width: 768px) {
    header .logo img {
        width: 80px;
    }
}

header .header-der {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    header .header-der .btn-primary {
        font-size: 0.75rem;
        width: 112px;
        height: 30px;
        padding: 3px;
    }
}

header .header-der nav {
    padding-right: 10px;
}

    header .header-der nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
    }

        header .header-der nav ul li {
            margin: 0 0px;
            position: relative;
        }

            header .header-der nav ul li img {
                margin-left: 3px;
                transition: all 0.3s ease;
            }

            header .header-der nav ul li a {
                color: #fff;
                font-size: 0.875rem;
                font-weight: 700;
                display: block;
                padding: 26px 24px;
                font-family: "Poppins", sans-serif;
            }

                header .header-der nav ul li a:hover {
                    background: #E9500E;
                }

                header .header-der nav ul li a.activo {
                    background: #E9500E;
                }

                    header .header-der nav ul li a.activo img {
                        transform: rotate(180deg);
                    }

        header .header-der nav ul.submenu {
            position: absolute;
            z-index: 10;
            background: #000;
            border-radius: 6px;
            padding: 0 6px;
            left: 50%;
            transform: translateX(-50%);
            margin: 0 auto;
            width: auto;
            top: 100%;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

            header .header-der nav ul.submenu.activo {
                opacity: 1;
                visibility: visible;
                top: calc(100% + 10px);
            }

            header .header-der nav ul.submenu li a {
                padding: 10px;
                font-size: 0.875rem;
                white-space: nowrap;
            }

                header .header-der nav ul.submenu li a:hover {
                    background: transparent;
                }

@media only screen and (max-width: 1100px) {
    header .header-der nav {
        position: fixed;
        left: 0;
        top: 50px;
        width: 100%;
        height: 0%;
        overflow: hidden;
        transition: all 0.3s ease;
        background: rgba(0, 0, 0, 0.9);
        z-index: 99;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding-top: 80px;
        opacity: 0;
        visibility: hidden;
    }

        header .header-der nav.visible {
            height: 100%;
            opacity: 1;
            visibility: visible;
        }

        header .header-der nav ul {
            display: block;
            justify-content: center;
        }

            header .header-der nav ul li {
                text-align: center;
                margin-bottom: 10px;
            }

                header .header-der nav ul li:hover {
                    background: transparent;
                }

                header .header-der nav ul li a {
                    font-size: 20px;
                    padding: 10px;
                }

                    header .header-der nav ul li a:hover {
                        background: transparent;
                    }

                    header .header-der nav ul li a.activo {
                        background: transparent;
                    }

                header .header-der nav ul li .submenu {
                    position: relative;
                    max-height: 0;
                    top: auto;
                    z-index: -1;
                    background: transparent;
                }

                    header .header-der nav ul li .submenu li a {
                        font-size: 20px;
                    }

                        header .header-der nav ul li .submenu li a:hover {
                            background: transparent;
                        }

                    header .header-der nav ul li .submenu.activo {
                        max-height: 1000px;
                        z-index: 3;
                        background: transparent;
                    }
}

header .header-der .icons {
    display: flex;
    align-items: center;
    padding-left: 25px;
}

@media only screen and (max-width: 1100px) {
    header .header-der .icons {
        display: none;
    }
}

header .header-der .icons .item-icon {
    min-width: 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    color: #E9500E;
}

header .header-der .icons .logout {
    color: #fff;
    font-size: 1.125rem;
}

.head-bottom {
    line-height: 1;
    padding: 0 0 10px;
    margin-top: 0;
    background-color: #E9500E;
    position: relative;
    margin-bottom: 60px;
}

    .head-bottom:after {
        content: "";
        width: 100%;
        position: absolute;
        height: 100%;
        border-radius: 40px 40px 0 0;
        background: #fff;
        display: block;
        top: 0;
    }

    .head-bottom .container {
        line-height: 1;
        position: relative;
        z-index: 2;
    }

    .head-bottom img {
        width: 100%;
        vertical-align: top;
    }

header .btn-menu {
    display: none;
    margin-left: 20px;
}

@media only screen and (max-width: 1100px) {
    header .btn-menu {
        display: inline-block;
        z-index: 9999;
        cursor: pointer;
    }
}

header .btn-menu span {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: block;
    border-radius: 5px;
}

header .btn-menu.open span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
    background: #fff;
}

header .btn-menu.open span:nth-child(2) {
    opacity: 0;
}

header .btn-menu.open span:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-7px, -4px);
    background: #fff;
}

.menu-mobile {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    background: #fff;
    height: 100%;
    z-index: 999;
    padding: 80px 20px 20px;
    transition: all 0.3s ease;
    transform: translateX(100%);
}

    .menu-mobile.visible {
        transform: translateX(0);
    }

    .menu-mobile nav {
        margin-bottom: 20px;
    }

        .menu-mobile nav ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .menu-mobile nav ul li a {
                color: #000;
                font-size: 1rem;
                font-weight: 700;
                text-transform: uppercase;
                display: block;
                padding: 5px 10px;
            }

    .menu-mobile .icons {
        display: flex;
        align-items: center;
        padding-left: 10px;
    }

        .menu-mobile .icons .item-icon {
            min-width: 36px;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 25px;
            background: #E9500E;
        }

        .menu-mobile .icons .logout {
            color: #E9500E;
            font-size: 1.125rem;
        }

.banner-home {
    height: calc(100vh - 75px);
    position: relative;
}

@media only screen and (max-width: 768px) {
    .banner-home {
        height: auto;
    }
}

.banner-home__img {
    width: 100%;
    height: 100%;
}

    .banner-home__img img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    .banner-home__img:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 50%;
        height: 100%;
        background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2903755252) 60%, rgba(0, 0, 0, 0) 100%);
    }

.banner-home__txt {
    position: absolute;
    z-index: 3;
    top: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-70%);
}

@media only screen and (max-width: 768px) {
    .banner-home__txt {
        transform: translateY(-50%);
    }
}

.banner-home__txt h1 {
    color: #fff;
    margin: 0 0 20px;
    font-size: 3.25rem;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 768px) {
    .banner-home__txt h1 {
        font-size: 1.125rem;
        margin-bottom: 10px;
    }

        .banner-home__txt h1 br {
            display: none;
        }
}

.banner-home__txt .botones {
    border: 1px solid #fff;
    border-radius: 50px;
    width: 312px;
    padding: 8px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .banner-home__txt .botones .btn-primary {
        height: 44px;
        padding: 5px 28px;
    }

    .banner-home__txt .botones .btn-dis {
        color: #bdbdbd;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        padding: 10px 15px;
    }

@media only screen and (max-width: 768px) {
    .banner-home__txt .botones {
        display: none;
    }
}

.banner-home__txt .encuentra {
    text-align: left;
}

    .banner-home__txt .encuentra label {
        font-size: 1.25rem;
        color: #fff;
        font-weight: 400;
        display: block;
        margin-bottom: 10px;
    }

@media only screen and (max-width: 768px) {
    .banner-home__txt .encuentra label {
        font-size: 0.75rem;
    }
}

.banner-home__txt .encuentra .form-comuna {
    position: relative;
    display: flex;
}

    .banner-home__txt .encuentra .form-comuna select {
        width: 382px;
        height: 40px;
        border-radius: 6px;
        padding: 0 10px;
    }

@media only screen and (max-width: 768px) {
    .banner-home__txt .encuentra .form-comuna select {
        height: 32px;
        width: 310px;
        max-width: 95%;
    }
}

.banner-home__txt .encuentra .form-comuna .nice-select {
    width: 382px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .banner-home__txt .encuentra .form-comuna .nice-select {
        height: 32px;
        width: 310px;
        max-width: 95%;
        padding-bottom: 5px;
        padding-top: 8px;
        line-height: 1.2;
        font-size: 0.75rem;
    }
}

.banner-home__txt .encuentra .form-comuna .nice-select-dropdown {
    width: 100%;
    color: #000;
    font-weight: normal;
}

.banner-home__txt .encuentra .form-comuna button {
    width: 46px;
    height: 40px;
    border-radius: 6px;
    background: #E9500E;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin-left: 8px;
}

@media only screen and (max-width: 768px) {
    .banner-home__txt .encuentra .form-comuna button {
        display: none;
    }
}

.banner-home .agenda-slide {
    width: 400px;
    max-width: 100%;
    margin-bottom: 20px;
}

    .banner-home .agenda-slide p {
        font-size: 1.25rem;
        color: #fff;
    }

@media only screen and (max-width: 768px) {
    .banner-home .agenda-slide p {
        font-size: 0.75rem;
    }
}

@media only screen and (max-width: 768px) {
    .banner-home .agenda-slide .btn-white {
        font-size: 0.75rem;
        height: 30px;
    }
}

.card-bodega {
    border-radius: 6px;
    border: 1px solid #000;
    padding: 10px;
    cursor: pointer;
}

    .card-bodega h3 {
        color: #E9500E;
        font-size: 2.25rem;
        font-weight: 700;
    }

    .card-bodega p {
        font-size: 0.875rem;
        margin-bottom: 10px;
        font-weight: 300;
    }

        .card-bodega p span {
            display: block;
            font-size: 0.92rem;
            font-weight: 400;
        }

.card-bodega__img img {
    width: 100%;
    vertical-align: bottom;
}

.card-bodega:hover {
    border-color: #E9500E;
}

.card-bodega.active {
    border: 4px solid #E9500E;
}

.btn-contrata {
    width: 416px;
    height: 64px;
    font-size: 1.25rem;
    font-weight: 600;
}

    .btn-contrata img {
        width: 30px;
        margin-left: 5px;
        margin-top: 3px;
        transition: all 0.3s ease;
    }

    .btn-contrata:hover img {
        width: 42px;
    }

@media only screen and (max-width: 768px) {
    .btn-contrata {
        width: 270px;
        height: 40px;
        font-size: 0.75rem;
    }
}

.cifras {
    padding: 0 40px;
}

@media only screen and (max-width: 768px) {
    .cifras {
        padding: 0;
    }
}

.cifras .card-cifra {
    border: 1px solid #E9500E;
    border-radius: 6px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 20px 30px;
    height: 200px;
    margin-bottom: 40px;
}

.cifras .card-cifra__ic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E9500E;
    margin: 0 auto 15px;
}

.cifras .card-cifra p {
    font-size: 1.75rem;
    color: #000;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
}

@media only screen and (max-width: 768px) {
    .cifras .card-cifra p {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .proposito {
        padding-bottom: 0px !important;
    }
}

.card-proposito {
    border: 1px solid #E9500E;
    border-radius: 6px;
    padding: 30px;
}

@media only screen and (max-width: 768px) {
    .card-proposito {
        padding: 20px;
    }
}

.card-proposito__txt {
    padding: 0 60px 0 20px;
}

@media only screen and (max-width: 768px) {
    .card-proposito__txt {
        padding: 0 0 20px;
    }
}

.card-proposito__img img {
    width: 100%;
}

.card-proposito h2 {
    margin: 0 0 20px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .card-proposito h2 {
        font-size: 1.125rem;
        margin-bottom: 18px;
    }
}

.card-proposito p {
    font-size: 1.25rem;
    margin-bottom: 0;
    line-height: 1.2;
}

@media only screen and (max-width: 768px) {
    .card-proposito p {
        font-size: 0.75rem;
    }
}

@media only screen and (max-width: 768px) {
    .como-hacemos {
        padding-bottom: 0 !important;
    }
}

.como-hacemos .hacemos-wrapper {
    width: 680px;
    max-width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .como-hacemos .hacemos-wrapper .title2 {
        font-size: 1.25rem;
    }
}

.como-hacemos .hacemos-wrapper p {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .como-hacemos .hacemos-wrapper p {
        font-size: 0.75rem;
        margin-bottom: 0;
    }
}

.como-hacemos .hacemos-wrapper .items-hacemos {
    padding: 40px 0 20px;
}

@media only screen and (max-width: 768px) {
    .como-hacemos .hacemos-wrapper .items-hacemos {
        padding: 20px 0 0;
    }
}

.como-hacemos .hacemos-wrapper .item-hacemos {
    display: flex;
    border: 1px solid #E9500E;
    border-radius: 30px;
    padding: 13px 20px;
    text-align: left;
    margin-bottom: 24px;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

    .como-hacemos .hacemos-wrapper .item-hacemos:hover {
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
    }

@media only screen and (max-width: 768px) {
    .como-hacemos .hacemos-wrapper .item-hacemos__ic img {
        width: 20px;
    }
}

.como-hacemos .hacemos-wrapper .item-hacemos__txt {
    padding-left: 24px;
}

@media only screen and (max-width: 768px) {
    .como-hacemos .hacemos-wrapper .item-hacemos__txt {
        padding-left: 10px;
    }
}

.como-hacemos .hacemos-wrapper .item-hacemos__txt h4 {
    margin: 4px 0 0;
    font-size: 1.25rem;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .como-hacemos .hacemos-wrapper .item-hacemos__txt h4 {
        font-size: 0.875rem;
    }
}

.como-hacemos .hacemos-wrapper .item-hacemos__txt p {
    text-align: left;
}

.como-hacemos .hacemos-wrapper .item-hacemos__txt .texto-hover {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.como-hacemos .hacemos-wrapper .item-hacemos__arrow {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #E9500E;
    color: #E9500E;
    position: absolute;
    top: 20px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
    .como-hacemos .hacemos-wrapper .item-hacemos__arrow {
        top: 15px;
    }
}

.como-hacemos .hacemos-wrapper .item-hacemos.active .texto-hover {
    max-height: 1000px;
    padding-top: 10px;
}

.como-hacemos .hacemos-wrapper .item-hacemos.active .item-hacemos__arrow {
    transform: rotate(180deg);
}

.card-ofrecemos {
    text-align: center;
    padding: 24px 10px;
}

@media only screen and (max-width: 768px) {
    .card-ofrecemos {
        padding: 24px;
    }
}

.card-ofrecemos__ic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E9500E;
    margin: 0 auto 20px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

.card-ofrecemos h3 {
    font-size: 1.75rem;
    margin: 0 0 15px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.card-ofrecemos p {
    font-size: 0.75rem;
    font-weight: 300;
}

.mas-datos {
    border: 1px solid #E9500E;
    border-radius: 6px;
    padding: 40px 110px 30px 140px;
}

@media only screen and (max-width: 768px) {
    .mas-datos {
        padding: 22px 25px;
    }
}

.mas-datos h3 {
    margin: 0 0 30px;
    font-size: 2rem;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 768px) {
    .mas-datos h3 {
        font-size: 20px;
    }
}

.mas-datos ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .mas-datos ul li {
        font-size: 1.25rem;
        margin-bottom: 20px;
        position: relative;
        padding-left: 40px;
    }

@media only screen and (max-width: 768px) {
    .mas-datos ul li {
        font-size: 0.75rem;
        padding-left: 30px;
    }
}

.mas-datos ul li img {
    position: absolute;
    left: 0;
    top: 5px;
}

@media only screen and (max-width: 768px) {
    .mas-datos ul li img {
        width: 16px;
    }
}

.full-width {
    width: 100%;
}

.texto-bodegas {
    padding-right: 30px;
}

    .texto-bodegas p {
        font-size: 1.25rem;
    }

.tu-exito {
    position: relative;
    text-align: center;
    padding: 180px 0 100px;
}

@media only screen and (max-width: 768px) {
    .tu-exito {
        padding: 50px 0;
    }
}

.tu-exito .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tu-exito .container {
    position: relative;
    z-index: 2;
}

.tu-exito .exito-wrapper {
    width: 962px;
    max-width: 100%;
    margin: 0 auto;
}

.tu-exito h3 {
    margin: 0 0 30px;
    color: #fff;
    font-weight: 700;
    font-size: 2.5rem;
    font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 768px) {
    .tu-exito h3 {
        font-size: 1rem;
    }
}

.tu-exito p {
    color: #fff;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .tu-exito p {
        font-size: 0.75rem;
        margin-bottom: 30px;
    }
}

.tu-exito h4 {
    margin: 20px 0 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
    .tu-exito h4 {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 768px) {
    .carrusel-bodegas-home .tns-inner {
        padding-right: 130px;
    }
}

@media only screen and (max-width: 400px) {
    .carrusel-bodegas-home .tns-inner {
        padding-right: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .carrusel-bodegas-home .tns-ovh {
        overflow: visible;
    }
}

@media only screen and (max-width: 768px) {
    .videos-home .tns-inner {
        padding-right: 80px;
    }
}

@media only screen and (max-width: 400px) {
    .videos-home .tns-inner {
        padding-right: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .videos-home .tns-ovh {
        overflow: visible;
    }
}

.carrusel-videos .tns-ovh {
    overflow: visible;
}

@media only screen and (max-width: 768px) {
    .somos-mas .title {
        margin-bottom: 0;
    }

    .somos-mas p {
        font-size: 0.75rem;
    }
}

.iconos-laterales {
    position: fixed;
    right: 0;
    top: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 999;
}

@media only screen and (max-width: 768px) {
    .iconos-laterales {
        top: 20%;
    }
}

.iconos-laterales .paga-aki {
    background: #E9500E;
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    width: 96px;
    height: 76px;
    border-radius: 6px 0 0 6px;
    margin-bottom: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

    .iconos-laterales .paga-aki img {
        display: inline;
        width: 28px;
    }

@media only screen and (max-width: 768px) {
    .iconos-laterales .paga-aki {
        width: 52px;
        height: 48px;
        font-size: 12px;
    }

        .iconos-laterales .paga-aki img {
            width: 10px;
        }
}

.iconos-laterales .btn-wsp {
    background: #00CB4E;
    border-radius: 6px 0 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    color: #fff;
    font-size: 2rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 768px) {
    .iconos-laterales .btn-wsp {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }
}

.buscador-bodegas {
    height: 210px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .buscador-bodegas {
        height: 120px;
    }
}

.buscador-bodegas .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.buscador-bodegas .container {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.buscador-bodegas h2 {
    color: #fff;
    font-weight: 500;
    margin: 0 0 20px;
    font-size: 1.25rem;
}

@media only screen and (max-width: 768px) {
    .buscador-bodegas h2 {
        font-size: 0.75rem;
        margin-bottom: 5px;
    }
}

.buscador-bodegas .form-buscador {
    width: 420px;
    max-width: 100%;
    margin: 0 auto 30px;
    position: relative;
}

    .buscador-bodegas .form-buscador input {
        width: 100%;
        border: 1px solid #ACACAC;
        border-radius: 6px;
        height: 40px;
        padding-left: 45px;
        transition: all 0.3s ease;
    }

@media only screen and (max-width: 768px) {
    .buscador-bodegas .form-buscador input {
        height: 32px;
        font-size: 0.75rem;
    }
}

.buscador-bodegas .form-buscador input:hover {
    border-color: #E9500E;
}

.buscador-bodegas .form-buscador .ic-search {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
    .buscador-bodegas .form-buscador {
        margin-bottom: 5px;
    }
}

.buscador-bodegas a, color-blanco {
    color: #fff;
    font-family: "Poppins", sans-serif;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .buscador-bodegas a, color-blanco {
        font-size: 0.75rem;
    }
}

.title {
    color: #000;
    margin: 0 0 35px;
    font-size: 1.5rem;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .title {
        font-size: 1rem;
        margin-bottom: 20px;
    }
}

.title span {
    color: #E9500E;
}

.title.center {
    text-align: center;
}

.title2 {
    font-size: 2.5rem;
    margin: 0 0 24px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .title2 {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 550px) {
    .title2 {
        font-size: 1rem;
        margin-bottom: 10px;
    }
}

.title2.center {
    text-align: center;
}

.card-ubicacion {
    border: 1px solid #848484;
    border-radius: 6px;
    padding: 15px 12px 20px;
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    min-height: 408px;
}

.card-ubicacion__head {
    padding-bottom: 10px;
}

    .card-ubicacion__head div {
        min-height: 50px;
    }

    .card-ubicacion__head h4 {
        margin: 0 0 7px;
        font-size: 1.25rem;
        font-weight: 400;
    }

    .card-ubicacion__head p {
        margin: 0;
    }

.card-ubicacion__img img {
    width: 100%;
    vertical-align: bottom;
    max-height: 172px;
}

@media only screen and (max-width: 768px) {

    .card-ubicacion__img img {
        max-height: none;
    }
}

.card-ubicacion__content {
    padding: 10px 0;
}

    .card-ubicacion__content .valor h5 {
        margin: 0 0 2px;
        font-size: 1rem;
        font-weight: 700;
    }

    .card-ubicacion__content .valor p {
        font-size: 1.25rem;
        margin-bottom: 8px;
    }

        .card-ubicacion__content .valor p.tachado {
            text-decoration: line-through;
        }

    .card-ubicacion__content .tag-dscto {
        background: #E9500E;
        color: #fff;
        border-radius: 6px;
        padding: 5px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

        .card-ubicacion__content .tag-dscto p {
            font-weight: 700;
            margin-bottom: 0;
            color: #fff;
            line-height: 1;
        }

    .card-ubicacion__content .precio-final {
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 10px;
    }

.card-ubicacion__footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .card-ubicacion__footer a {
        margin: 0 12px;
    }

.card-ubicacion:hover {
    border-color: #E9500E;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

.card-ubicacion.active {
    border: 6px solid #E9500E;
    padding-top: 9px;
    padding-bottom: 9px;
}

.banner-page {
    height: 317px;
    position: relative;
    padding: 50px 0;
}

@media only screen and (max-width: 768px) {
    .banner-page {
        height: 100px;
        padding: 18px 0;
    }
}

.banner-page__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .banner-page__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.banner-page .container {
    position: relative;
    z-index: 2;
}

.banner-page__txt .bread {
    background: #E9500E;
    color: #fff;
    border-radius: 6px;
    padding: 3px 8px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .banner-page__txt .bread {
        padding: 1px 6px;
        margin-bottom: 10px;
    }
}

.banner-page__txt .bread a {
    color: #fff;
    font-size: 1rem;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .banner-page__txt .bread a {
        font-size: 12px;
    }
}

.banner-page__txt .bread i {
    font-size: 0.75rem;
    margin: 0 10px;
}

@media only screen and (max-width: 768px) {
    .banner-page__txt .bread i {
        font-size: 10px;
    }
}

.banner-page__txt h1 {
    font-size: 4rem;
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 768px) {
    .banner-page__txt h1 {
        font-size: 1.125rem;
    }

        .banner-page__txt h1 br {
            display: none;
        }
}

.c-video img {
    width: 100%;
}

.logos-clientes .logo-cliente {
    text-align: center;
}

    .logos-clientes .logo-cliente img {
        width: 300px;
    }

.card-tip {
    border: 1px solid #ACACAC;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.card-tip__img {
    background: #000;
}

    .card-tip__img img {
        width: 100%;
        transition: all 0.3s ease;
    }

.card-tip__txt {
    padding: 20px;
}

    .card-tip__txt .tags {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

        .card-tip__txt .tags .tag-tip {
            background: #F2F2F2;
            border-radius: 30px;
            color: #828282;
            font-size: 0.875rem;
            padding: 4px 12px;
            margin-right: 8px;
        }

    .card-tip__txt h3 {
        font-size: 1.125rem;
        margin: 0 0 8px;
        font-weight: 500;
        color: #000;
        line-height: 1.4;
    }

@media only screen and (max-width: 768px) {
    .card-tip__txt h3 {
        font-size: 0.875rem;
    }
}

.card-tip__txt p {
    font-size: 0.875rem;
}

.card-tip__txt a {
    color: #E9500E;
    font-size: 0.875rem;
}

    .card-tip__txt a i {
        font-size: 0.7rem;
    }

.card-tip.big {
    display: flex;
}

@media only screen and (max-width: 550px) {
    .card-tip.big {
        flex-direction: column;
    }
}

.card-tip.big .card-tip__img {
    width: 42%;
    margin-bottom: 0;
    padding-bottom: 0;
}

    .card-tip.big .card-tip__img img {
        vertical-align: bottom;
        height: 100%;
        object-fit: cover;
    }

@media only screen and (max-width: 550px) {
    .card-tip.big .card-tip__img {
        width: 100%;
    }
}

.card-tip.big .card-tip__txt {
    width: 58%;
    padding: 46px 65px 40px 60px;
}

    .card-tip.big .card-tip__txt h3 {
        margin-bottom: 25px;
    }

@media only screen and (max-width: 768px) {
    .card-tip.big .card-tip__txt {
        padding: 20px;
        width: 100%;
    }
}

@media only screen and (max-width: 550px) {
    .card-tip.big .card-tip__txt {
        padding: 12px;
    }
}

.card-tip:hover {
    border-color: #E9500E;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

    .card-tip:hover .card-tip__img img {
        opacity: 0.95;
    }

.form-search {
    position: relative;
}

.form-search__ic {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
}

.form-search input {
    border: 1px solid #ACACAC;
    border-radius: 6px;
    width: 100%;
    height: 40px;
    padding-left: 48px;
    transition: all 0.3s ease;
}

    .form-search input:hover {
        border-color: #E9500E;
    }

.tips-section .form-search {
    width: 420px;
    max-width: 100%;
}

.tips-section .card-tip {
    margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
    .tips-section .card-tip {
        margin-bottom: 10px;
    }
}

.card {
    border: 1px solid #E9500E;
    border-radius: 6px;
    padding: 30px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .card {
        padding: 15px;
    }
}

.card__ic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E9500E;
    margin: 0 auto 15px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

.card__title {
    font-size: 2.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin: 0 0 25px;
}

@media only screen and (max-width: 768px) {
    .card__title {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
}

.card__title.center {
    text-align: center;
}

.card p {
    font-size: 1.25rem;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .card p {
        font-size: 0.875rem;
    }
}

.card p.center {
    text-align: center;
}

.card p.small {
    font-size: 0.75rem;
    margin-bottom: 0;
    line-height: 1.4;
}

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

    ul.list-check li {
        font-size: 1.25rem;
        margin-bottom: 20px;
        position: relative;
        padding-left: 40px;
    }

@media only screen and (max-width: 768px) {
    ul.list-check li {
        font-size: 0.75rem;
        padding-left: 25px;
    }
}

ul.list-check li img {
    position: absolute;
    left: 0;
    top: 5px;
}

@media only screen and (max-width: 768px) {
    ul.list-check li img {
        top: 2px;
        width: 12px;
    }
}

.row-list {
    padding-top: 30px;
}

@media only screen and (max-width: 768px) {
    .row-list {
        padding-top: 20px;
    }
}

.card-empresa {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    line-height: 1.4;
    padding: 24px;
    height: 190px;
}

@media only screen and (max-width: 768px) {
    .card-empresa {
        font-size: 1.125rem;
        height: auto;
        padding: 20px;
    }
}

.card-empresa2 {
    margin-bottom: 20px;
}

.pasos {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

    .pasos .item-paso {
        position: relative;
    }

    .pasos .item-paso__ic {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #F2F2F2;
        margin: 0 auto 10px;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
    }

@media only screen and (max-width: 550px) {
    .pasos .item-paso__ic {
        width: 30px;
        height: 30px;
    }

        .pasos .item-paso__ic img {
            max-width: 50%;
        }
}

.pasos .item-paso p {
    font-size: 0.75rem;
    color: #000;
    margin: 0 auto;
    position: absolute;
    white-space: nowrap;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 5px);
}

@media only screen and (max-width: 550px) {
    .pasos .item-paso p {
        font-size: 8px;
    }
}

.pasos .item-paso.activo .item-paso__ic {
    background: #E9500E;
}

.pasos .separador {
    width: 82px;
    height: 1px;
    background: #F2F2F2;
    margin: 20px 15px 0;
    position: relative;
}

@media only screen and (max-width: 550px) {
    .pasos .separador {
        margin: 15px 10px 0;
    }
}

.pasos .separador:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f2f2f2;
    display: inline-block;
    position: absolute;
    top: -3px;
}

@media only screen and (max-width: 550px) {
    .pasos .separador:before {
        width: 4px;
        height: 4px;
        top: -1.5px;
    }
}

.pasos .separador:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f2f2f2;
    display: inline-block;
    position: absolute;
    top: -3px;
    right: 0;
}

@media only screen and (max-width: 550px) {
    .pasos .separador:after {
        width: 4px;
        height: 4px;
        top: -1.5px;
    }
}

.pasos .separador.activo {
    background: #E9500E;
}

    .pasos .separador.activo:after {
        background: #E9500E;
    }

    .pasos .separador.activo:before {
        background: #E9500E;
    }

a.volver {
    font-size: 1rem;
    color: #000;
}

    a.volver i {
        color: #E9500E;
    }

    a.volver span {
        text-decoration: underline;
    }

@media only screen and (max-width: 768px) {
    a.volver {
        display: none;
    }
}

.paso__head h5 {
    margin: 0 0 5px;
    color: #E9500E;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .paso__head h5 {
        font-size: 1rem;
    }
}

.paso__head .title {
    margin-bottom: 15px;
}

.paso__head p {
    text-align: center;
    width: 700px;
    margin: 0 auto;
    max-width: 100%;
}

@media only screen and (max-width: 768px) {
    .bodega-size {
        max-width: 330px;
        margin: 0 auto;
    }
}

.bodega-size .size {
    font-size: 2.25rem;
    color: #000;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .bodega-size .size {
        font-size: 1.5rem;
    }
}

.bodega-size .card-bod-size {
    border: 1px solid #848484;
    border-radius: 6px;
    padding: 12px 12px 20px;
    margin-bottom: 20px;
    min-height: 410px;
}

    .bodega-size .card-bod-size .valor {
        text-align: center;
        margin-bottom: 15px;
    }

        .bodega-size .card-bod-size .valor h5 {
            margin: 0 0 2px;
            font-size: 1rem;
            font-weight: 700;
        }

        .bodega-size .card-bod-size .valor p {
            font-size: 1.25rem;
            margin-bottom: 8px;
        }

            .bodega-size .card-bod-size .valor p.tachado {
                text-decoration: line-through;
            }

    .bodega-size .card-bod-size .tag-dscto {
        background: #E9500E;
        color: #fff;
        border-radius: 6px;
        padding: 5px;
        line-height: 1.2;
        margin: 0 auto 10px;
        width: 256px;
        text-align: center;
    }

        .bodega-size .card-bod-size .tag-dscto p {
            font-weight: 700;
            margin-bottom: 0;
            color: #fff;
            line-height: 1;
        }

        .bodega-size .card-bod-size .tag-dscto span {
            font-size: 0.8rem;
        }

@media only screen and (max-width: 768px) {
    .bodega-size .card-bod-size .tag-dscto {
        width: 100%;
    }
}

.bodega-size .card-bod-size .precio-final {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.bodega-size .card-bod-size .superficies p {
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: 0px;
}

.bodega-size .card-bod-size .superficies .botones-sup {
    margin-bottom: 20px;
    min-height: 110px;
}

    .bodega-size .card-bod-size .superficies .botones-sup .btn-sup {
        font-size: 0.95rem;
        color: #fff;
        font-weight: 700;
        border-radius: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 38px;
        padding: 1px 10px;
        min-width: 95px;
        background: #818181;
        margin-right: 3px;
        cursor: pointer;
        margin-top: 1rem;
    }

        .bodega-size .card-bod-size .superficies .botones-sup .btn-sup img {
            margin-right: 8px;
        }

        .bodega-size .card-bod-size .superficies .botones-sup .btn-sup.activo {
            background: #E9500E;
        }

.bodega-size .card-bod-size .datos {
    margin-bottom: 15px;
}

    .bodega-size .card-bod-size .datos p {
        font-size: 0.875rem;
        font-weight: 300;
        margin-bottom: 10px;
    }

        .bodega-size .card-bod-size .datos p span {
            font-size: 0.9rem;
            display: block;
            font-weight: 400;
        }

.bodega-size .card-bod-size .card-bod-size__img {
    margin-bottom: 20px;
}

    .bodega-size .card-bod-size .card-bod-size__img img {
        width: 100%;
    }

.bodega-size .card-bod-size:hover {
    border-color: #E9500E;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

.bodega-size .card-bod-size.active {
    border: 6px solid #E9500E;
}

.cards-cobertura {
    width: 635px;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 768px) {
    .cards-cobertura {
        padding: 0;
        border: none;
        box-shadow: none;
    }
}

.cards-cobertura .card-cobertura {
    border: 1px solid #848484;
    border-radius: 6px;
    padding: 20px 30px;
    position: relative;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .cards-cobertura .card-cobertura {
        padding: 15px;
    }
}

.cards-cobertura .card-cobertura h5 {
    margin: 0 0 10px;
    font-size: 1rem;
    font-weight: 400;
    color: #1e1e1e;
}

@media only screen and (max-width: 768px) {
    .cards-cobertura .card-cobertura h5 {
        font-size: 0.75rem;
    }
}

.cards-cobertura .card-cobertura h3 {
    margin: 0 0 10px;
    font-size: 1.25rem;
    color: #1e1e1e;
    font-weight: 400;
}

@media only screen and (max-width: 768px) {
    .cards-cobertura .card-cobertura h3 {
        font-size: 1rem;
    }
}

.cards-cobertura .card-cobertura ul {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    min-height: 50px;
}

    .cards-cobertura .card-cobertura ul li {
        font-size: 1rem;
        position: relative;
        padding-left: 15px;
        margin-bottom: 5px;
        max-width: 410px;
    }

        .cards-cobertura .card-cobertura ul li:before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            display: block;
            position: absolute;
            left: 0;
            background: #1e1e1e;
            top: 9px;
        }

@media only screen and (max-width: 768px) {
    .cards-cobertura .card-cobertura ul li {
        font-size: 0.75rem;
        padding-left: 10px;
        padding-right: 80px;
    }

        .cards-cobertura .card-cobertura ul li:before {
            width: 4px;
            height: 4px;
            top: 7px;
        }
}

.cards-cobertura .card-cobertura .botones {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .cards-cobertura .card-cobertura .botones .terminos {
        font-size: 0.9rem;
        color: #1e1e1e;
        text-decoration: underline;
    }

@media only screen and (max-width: 768px) {
    .cards-cobertura .card-cobertura .botones .terminos {
        font-size: 0.75rem;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .cards-cobertura .card-cobertura .botones {
        flex-direction: column;
        align-items: flex-start;
    }

        .cards-cobertura .card-cobertura .botones a {
            width: 100%;
        }
}

.cards-cobertura .card-cobertura .tag-valor {
    background: #E9500E;
    position: absolute;
    top: 0;
    right: 30px;
    padding: 25px 20px;
    width: 126px;
}

@media only screen and (max-width: 768px) {
    .cards-cobertura .card-cobertura .tag-valor {
        width: 76px;
        padding: 10px 10px;
        right: 0;
    }
}

.cards-cobertura .card-cobertura .tag-valor p {
    color: #fff;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .cards-cobertura .card-cobertura .tag-valor p {
        font-size: 0.75rem;
    }
}

.cards-cobertura .card-cobertura .tag-valor .precio {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
}

@media only screen and (max-width: 768px) {
    .cards-cobertura .card-cobertura .tag-valor .precio {
        font-size: 0.75rem;
    }
}

.cards-cobertura .card-cobertura .tag-valor .precio span {
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
}

@media only screen and (max-width: 768px) {
    .cards-cobertura .card-cobertura .tag-valor .precio span {
        font-size: 0.75rem;
    }
}

.cards-cobertura .card-cobertura:hover {
    border-color: #E9500E;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

.cards-cobertura .card-cobertura.active {
    border: 6px solid #E9500E;
}

.text-link {
    font-size: 0.9rem;
    text-decoration: underline;
    color: #000;
}

.btn-continuar {
    width: 187px;
    height: 39px;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
}

@media only screen and (max-width: 768px) {
    .btn-continuar {
        width: 270px;
        height: 35px;
        font-size: 1rem;
    }
}

.btn-tyc {
    width: auto;
}

.form-datos h4 {
    margin: 0 0 25px;
    font-weight: 700;
    font-size: 1.25rem;
}

@media only screen and (max-width: 768px) {
    .form-datos h4 {
        font-size: 1rem;
        margin-bottom: 15px;
    }
}

.form-datos .botones {
    margin-bottom: 28px;
}

    .form-datos .botones a {
        font-family: "Inter", sans-serif;
        font-weight: 700;
    }

        .form-datos .botones a.btn-primary {
            margin-right: 10px;
        }

@media only screen and (max-width: 768px) {
    .form-datos .botones a {
        font-size: 0.75rem;
    }
}

.form-datos .form input {
    height: 40px;
    border-radius: 6px;
    border: 1px solid #828282;
    padding: 6px 15px;
    margin-bottom: 20px;
}

.form-datos .form select {
    appearance: none;
    background-repeat: no-repeat;
    background-image: url("../images/bg-select.svg");
    background-size: 10px auto;
    background-position: 96% center;
    background-color: transparent;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #828282;
    width: 100%;
    padding: 6px 15px;
    margin-bottom: 20px;
}

.form-datos .form .form-check {
    display: flex;
    padding-left: 0;
    margin-bottom: 20px;
}

    .form-datos .form .form-check input {
        width: 16px;
        min-width: 16px;
        padding: 0;
        height: 16px;
        margin-right: 10px;
        border-radius: 2px;
    }

    .form-datos .form .form-check label {
        color: #1e1e1e;
        line-height: 1;
    }

@media only screen and (max-width: 768px) {
    .form-datos .form .form-check label {
        font-size: 0.75rem;
        line-height: 1.2;
        font-weight: 500;
    }
}

.card-contratando {
    padding: 15px;
}

.card-contratando__datos {
    width: 425px;
    max-width: 100%;
    margin: 0 auto 20px;
}

    .card-contratando__datos .item {
        display: flex;
        justify-content: flex-start;
        text-align: left;
        margin-bottom: 30px;
    }

    .card-contratando__datos .item__ic {
        min-width: 40px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #E9500E;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
    }

@media only screen and (max-width: 768px) {
    .card-contratando__datos .item__ic {
        width: 30px;
        min-width: 30px;
        height: 30px;
    }

        .card-contratando__datos .item__ic img {
            max-width: 50%;
        }
}

.card-contratando__datos .item__txt {
    padding-left: 12px;
}

    .card-contratando__datos .item__txt h5 {
        font-size: 0.75rem;
        font-weight: 400;
        margin: 0 0 5px;
    }

    .card-contratando__datos .item__txt p {
        font-size: 0.9rem;
        font-weight: 700;
        margin-bottom: 0;
    }

.card-contratando__precios {
    width: 370px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
}

    .card-contratando__precios .item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

@media only screen and (max-width: 768px) {
    .card-contratando__precios .item {
        padding: 0 20px;
    }
}

.card-contratando__precios .item .etiqueta {
    font-size: 1rem;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .card-contratando__precios .item .etiqueta {
        font-size: 0.75rem;
    }
}

.card-contratando__precios .item .valor {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .card-contratando__precios .item .valor {
        font-size: 0.75rem;
    }
}

.card-contratando__precios .caja-precio {
    width: 250px;
    margin: 20px auto 0;
    background: #E9500E;
    border-radius: 6px;
    padding: 10px;
    color: #fff;
    text-align: center;
}

    .card-contratando__precios .caja-precio .etiqueta {
        font-size: 1rem;
        font-weight: 300;
        color: #fff;
        margin-bottom: 5px;
    }

@media only screen and (max-width: 768px) {
    .card-contratando__precios .caja-precio .etiqueta {
        font-size: 0.75rem;
    }
}

.card-contratando__precios .caja-precio .valor {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .card-contratando__precios .caja-precio .valor {
        font-size: 1rem;
    }
}

.card-contratando .caja-mensaje {
    background: #FDD4AB;
    border-radius: 6px;
    padding: 10px;
    font-weight: 700;
    text-align: center;
    max-width: 500px;
    margin: 20px auto 0;
}

@media only screen and (max-width: 768px) {
    .card-contratando .caja-mensaje {
        font-size: 0.7rem;
        line-height: 1.2;
    }
}

.mensaje-exito {
    width: 1030px;
    margin: 0 auto;
    max-width: 100%;
}

    .mensaje-exito h1 {
        margin: 0 0 20px;
        font-weight: 700;
        font-size: 2rem;
    }

@media only screen and (max-width: 768px) {
    .mensaje-exito h1 {
        font-size: 1rem;
    }
}

.mensaje-exito p {
    font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
    .mensaje-exito p {
        font-size: 1rem;
    }
}

.wrap-small {
    width: 920px;
    margin: 0 auto;
    max-width: 100%;
}

.mapa .container {
    display: flex;
}

@media only screen and (max-width: 768px) {
    .mapa .container {
        flex-direction: column;
    }
}

.mapa .mapa-izq {
    width: 430px;
    padding-top: 30px;
}

@media only screen and (max-width: 768px) {
    .mapa .mapa-izq {
        width: 100%;
        display: none;
    }

        .mapa .mapa-izq.activo {
            display: block;
        }
}

.mapa .mapa-der {
    width: 63%;
    min-width: 63%;
    padding-left: 24px;
}

@media only screen and (max-width: 768px) {
    .mapa .mapa-der {
        width: calc(100% + 30px);
        padding-left: 0;
        margin: 0 -15px;
        display: none;
    }

        .mapa .mapa-der.activo {
            display: block;
        }

        .mapa .mapa-der img {
            width: calc(100% + 30px);
        }
}

.mapa .mapa-der img {
    width: 100%;
}

.mapa .card-mapa {
    display: flex;
    border-bottom: 1px solid #E9500E;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.mapa .card-mapa__img {
    width: 59%;
    min-width: 59%;
}

    .mapa .card-mapa__img img {
        width: 100%;
        margin-bottom: 12px;
    }

.mapa .card-mapa__content {
    width: 41%;
    min-width: 41%;
    padding-left: 15px;
}

    .mapa .card-mapa__content h4 {
        font-size: 0.875rem;
        margin: 0;
        font-weight: 700;
    }

    .mapa .card-mapa__content .direccion {
        font-size: 0.625rem;
        text-decoration: underline;
        margin-bottom: 20px;
    }

.mapa .card-mapa__dato {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 20px;
}

    .mapa .card-mapa__dato .icono {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #E9500E;
        margin: 0;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
    }

    .mapa .card-mapa__dato .texto {
        padding-left: 7px;
        margin-bottom: 0;
    }

        .mapa .card-mapa__dato .texto h5 {
            font-size: 0.625rem;
            font-weight: 700;
            margin-bottom: 0;
        }

        .mapa .card-mapa__dato .texto p {
            font-size: 0.625rem;
            font-weight: 400;
            margin-bottom: 0;
        }

.mapa .botones-mapa {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 40px;
    border: 2px solid #fff;
    padding: 5px;
    background: rgba(255, 255, 255, 0.2);
    /* Color transl�cido */
    backdrop-filter: blur(10px);
    /* Aplica desenfoque */
    -webkit-backdrop-filter: blur(10px);
    /* Soporte para Safari */
    border-radius: 50px;
    width: max-content;
    display: none;
}

@media only screen and (max-width: 768px) {
    .mapa .botones-mapa {
        display: inline-block;
    }
}

.mapa .botones-mapa a {
    background: #BDBDBD;
    font-size: 0.75rem;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-weight: 600;
    height: 26px;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .mapa .botones-mapa a img {
        margin-left: 5px;
    }

    .mapa .botones-mapa a.activo {
        background: #E9500E;
    }

.texto {
    margin-bottom: 30px;
}

    .texto p {
        font-size: 1.25rem;
        line-height: 1.2;
        margin-bottom: 20px;
    }

.card-testimonio__autor {
    display: flex;
    margin-bottom: 25px;
}

    .card-testimonio__autor .card-testimonio__avatar {
        width: 75px;
        min-width: 75px;
    }

        .card-testimonio__autor .card-testimonio__avatar img {
            width: 75px;
        }

    .card-testimonio__autor .card-testimonio__datos {
        padding-left: 20px;
    }

        .card-testimonio__autor .card-testimonio__datos h4 {
            margin: 0 0 5px;
            font-size: 1.25rem;
            font-weight: 600;
            color: #000;
            font-family: "Poppins", sans-serif;
        }

        .card-testimonio__autor .card-testimonio__datos p {
            font-family: "Poppins", sans-serif;
            font-size: 0.875rem;
            margin-bottom: 8px;
        }

        .card-testimonio__autor .card-testimonio__datos .meta {
            display: flex;
        }

            .card-testimonio__autor .card-testimonio__datos .meta .valoracion {
                display: flex;
                margin-right: 15px;
            }

                .card-testimonio__autor .card-testimonio__datos .meta .valoracion i {
                    color: #E9500E;
                }

            .card-testimonio__autor .card-testimonio__datos .meta .tiempo {
                font-family: "Poppins", sans-serif;
                font-size: 0.875rem;
                font-weight: 400;
                color: #191919;
            }

.card-mision {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-mision__txt {
    width: 60%;
    min-width: 60%;
}

    .card-mision__txt h3 {
        margin: 0 0 15px;
        color: #E9500E;
        font-weight: 700;
        font-size: 2rem;
        font-family: "Poppins", sans-serif;
    }

@media only screen and (max-width: 768px) {
    .card-mision__txt h3 {
        font-size: 1.5rem;
    }
}

.card-mision__txt p {
    font-size: 1.25rem;
    line-height: 1.2;
}

@media only screen and (max-width: 768px) {
    .card-mision__txt p {
        font-size: 1rem;
    }
}

.card-mision__img {
    width: 32%;
    min-width: 32%;
}

    .card-mision__img img {
        width: 100%;
    }

.card-mision.v2 {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
    .card-mision.v2 {
        flex-direction: column-reverse;
    }

        .card-mision.v2 .card-mision__txt {
            width: 100%;
            min-width: 100%;
        }

        .card-mision.v2 .card-mision__img {
            width: 100%;
            min-width: 100%;
            margin-bottom: 20px;
        }
}

@media only screen and (max-width: 768px) {
    .card-mision {
        flex-direction: column-reverse;
    }

        .card-mision .card-mision__txt {
            width: 100%;
            min-width: 100%;
        }

        .card-mision .card-mision__img {
            width: 100%;
            min-width: 100%;
            margin-bottom: 20px;
        }
}

.icono {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E9500E;
    margin: 0 auto 15px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

.item-valor {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .item-valor .icono {
        margin-right: 10px;
        margin-left: 10px;
    }

.banner-contrata {
    position: relative;
}

.banner-contrata__bg {
    width: 100%;
    min-height: 217px;
    object-fit: cover;
}

.banner-contrata .container {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    text-align: center;
}

    .banner-contrata .container h4 {
        color: #fff;
        font-size: 2rem;
        font-family: "Poppins", sans-serif;
        margin: 0 0 35px;
        font-weight: 500;
    }

@media only screen and (max-width: 768px) {
    .banner-contrata .container h4 {
        font-size: 1rem;
    }
}

.pub-recientes h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.pub-recientes .card-tip {
    margin-bottom: 30px;
}

.new-detail {
    border: 1px solid #acacac;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 40px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

.new-detail__img img {
    width: 100%;
}

.new-detail .tags {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .new-detail .tags .tag-tip {
        background: #F2F2F2;
        border-radius: 30px;
        color: #828282;
        font-size: 0.875rem;
        padding: 4px 12px;
        margin-right: 5px;
    }

.new-detail h1 {
    font-weight: 600;
    font-size: 1.25rem;
}

@media only screen and (max-width: 768px) {
    .new-detail h1 {
        font-size: 0.875rem;
    }
}

.new-detail__txt {
    padding: 24px;
}

.new-detail p {
    font-size: 0.875rem;
    color: #595A5E;
    line-height: 1.4;
}

.sombra {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

.panel-tamano {
    display: none;
}

    .panel-tamano.visible {
        display: block;
    }

.tabs-tamanos {
    display: flex;
    position: absolute;
    right: 30px;
    bottom: 20px;
    z-index: 99;
    width: 50%;
    justify-content: space-between;
}

    .tabs-tamanos:after {
        content: "";
        width: 93%;
        height: 1px;
        background: #e0e0e0;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: translateX(-2px);
        top: 7px;
    }

    .tabs-tamanos .item-tab {
        text-align: center;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }

        .tabs-tamanos .item-tab span {
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: #E0E0E0;
            display: block;
            margin: 0 auto 8px;
        }

        .tabs-tamanos .item-tab p {
            color: #E0E0E0;
            margin-bottom: 0;
            font-size: 0.625rem;
        }

        .tabs-tamanos .item-tab.active span {
            background: #E9500E;
        }

        .tabs-tamanos .item-tab.active p {
            color: #000;
        }

    .tabs-tamanos.mobile {
        display: none;
    }

@media only screen and (max-width: 768px) {
    .tabs-tamanos {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        margin: 28px 0 20px;
    }

        .tabs-tamanos.desktop {
            display: none;
        }

        .tabs-tamanos.mobile {
            display: flex;
        }
}

.btn-verTodo i {
    margin-left: 7px;
    transition: all 0.3s ease;
}

.btn-verTodo.activo i {
    transform: rotate(180deg);
}

.card-agenda {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .card-agenda {
        box-shadow: none;
    }
}

.card-agenda__head {
    background: #333333;
    text-align: center;
    padding: 10px;
}

@media only screen and (max-width: 768px) {
    .card-agenda__head {
        background: #fff;
        border-bottom: 1px solid #E9500E;
    }
}

.card-agenda__head h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 5px;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .card-agenda__head h3 {
        font-size: 1rem;
        color: #333333;
    }
}

.card-agenda__head p {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .card-agenda__head p {
        font-size: 0.75rem;
        color: #333333;
    }
}

.card-agenda__body {
    padding: 24px 20px;
}

@media only screen and (max-width: 550px) {
    .card-agenda__body {
        padding: 24px 0px;
    }
}

.card-agenda__body p {
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: 15px;
}

.card-agenda__body .botones-sup {
    margin-bottom: 20px;
    display: flex;
}

    .card-agenda__body .botones-sup .btn-sup {
        font-size: 0.9rem;
        color: #fff;
        font-weight: 700;
        border-radius: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 38px;
        padding: 1px 10px;
        min-width: 95px;
        background: #F2F2F2;
        margin-right: 3px;
        cursor: pointer;
    }

@media only screen and (max-width: 1100px) {
    .card-agenda__body .botones-sup .btn-sup {
        font-size: 0.75rem;
    }
}

.card-agenda__body .botones-sup .btn-sup img {
    margin-right: 6px;
    width: 14px;
}

.card-agenda__body .botones-sup .btn-sup.activo {
    background: #E9500E;
}

@media only screen and (max-width: 768px) {
    .card-agenda__body .botones-sup .btn-sup {
        font-size: 10px;
        border-radius: 6px;
        padding: 1px 5px;
        height: 28px;
        min-width: 72px;
    }

        .card-agenda__body .botones-sup .btn-sup img {
            width: 10px;
            margin-right: 4px;
        }
}

.card-agenda__body .card-agenda__img {
    margin-bottom: 20px;
}

    .card-agenda__body .card-agenda__img img {
        width: 100%;
    }

.card-agenda__body .card-agenda__datos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
    .card-agenda__body .card-agenda__datos {
        justify-content: center;
        padding: 0 30px;
    }
}

@media only screen and (max-width: 400px) {
    .card-agenda__body .card-agenda__datos {
        justify-content: center;
        padding: 0 0px;
    }
}

.card-agenda__body .card-agenda__datos .card-agenda__dato {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 20px;
    margin-right: 30px;
}

@media only screen and (max-width: 768px) {
    .card-agenda__body .card-agenda__datos .card-agenda__dato {
        width: 50%;
        margin-right: 0;
    }
}

.card-agenda__body .card-agenda__datos .card-agenda__dato:last-child {
    margin-right: 0;
}

.card-agenda__body .card-agenda__datos .card-agenda__dato .icono {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E9500E;
    margin: 0;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

    .card-agenda__body .card-agenda__datos .card-agenda__dato .icono img {
        transform: scale(1.4);
    }

@media only screen and (max-width: 768px) {
    .card-agenda__body .card-agenda__datos .card-agenda__dato .icono {
        width: 30px;
        min-width: 30px;
        height: 30px;
    }

        .card-agenda__body .card-agenda__datos .card-agenda__dato .icono img {
            transform: none;
        }
}

.card-agenda__body .card-agenda__datos .card-agenda__dato .texto {
    padding-left: 10px;
    margin-bottom: 0;
}

    .card-agenda__body .card-agenda__datos .card-agenda__dato .texto h5 {
        font-size: 0.95rem;
        font-weight: 700;
        margin-bottom: 0;
    }

    .card-agenda__body .card-agenda__datos .card-agenda__dato .texto p {
        font-size: 0.625rem;
        font-weight: 400;
        margin-bottom: 0;
    }

.card-agenda__body .botones {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .card-agenda__body .botones a {
        margin: 0 10px;
    }

.carrusel-tips .tns-ovh {
    padding-right: 30px;
    overflow: visible;
}

@media only screen and (max-width: 768px) {
    .carrusel-tips .tns-ovh {
        padding-right: 70px;
    }
}

.s-carrusel {
    overflow: hidden;
}

.info-tamano {
    font-size: 0.875rem;
    color: #fff;
    background: #E9500E;
    border-radius: 6px;
    padding: 4px 8px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    height: 25px;
}

    .info-tamano i {
        color: #fff;
    }

    .info-tamano span {
        color: #fff;
        font-weight: 400;
        background: #E9500E;
        border-radius: 0 6px 6px 0;
        padding: 4px 8px;
        position: absolute;
        left: 25px;
        /* Lo coloca a la derecha del icono con un peque�o margen */
        top: 50%;
        transform: translateY(-50%);
        white-space: nowrap;
        overflow: hidden;
        width: 0;
        opacity: 0;
        transition: all 0.3s ease;
        height: 25px;
    }

    .info-tamano:hover span,
    .info-tamano i:hover + span {
        width: max-content;
        /* Permite que el texto se expanda completamente */
        opacity: 1;
    }

@media only screen and (max-width: 768px) {
    .bodegas-disp .title {
        text-align: center;
    }

        .bodegas-disp .title .info-tamano {
            display: block;
            width: max-content;
            margin: 10px auto 0;
        }

            .bodegas-disp .title .info-tamano span {
                position: relative;
                top: auto;
                transform: none;
                opacity: 1;
                width: max-content;
                left: auto;
                white-space: wrap;
            }
}

.contacto {
    padding: 60px 0;
}

    .contacto .wrapper-contacto {
        text-align: center;
        width: 680px;
        max-width: 100%;
        margin: 0 auto;
    }

        .contacto .wrapper-contacto h1 {
            margin: 0 0 10px;
            font-weight: 700;
            font-size: 1.5rem;
        }

@media only screen and (max-width: 768px) {
    .contacto .wrapper-contacto h1 {
        font-size: 1rem;
        text-align: left;
    }
}

.contacto .wrapper-contacto p {
    font-size: 1rem;
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .contacto .wrapper-contacto p {
        font-size: 0.75rem;
        text-align: left;
    }
}

.contacto .wrapper-contacto .form-contacto {
    border-radius: 6px;
    border: 1px solid #828282;
    padding: 40px;
}

@media only screen and (max-width: 768px) {
    .contacto .wrapper-contacto .form-contacto {
        padding: 20px;
    }
}

.contacto .wrapper-contacto .form-contacto input {
    width: 100%;
    height: 42px;
    border-radius: 6px;
    border: 1px solid #828282;
    padding: 6px 10px;
    margin-bottom: 20px;
}

.contacto .wrapper-contacto .form-contacto select {
    appearance: none;
    background-repeat: no-repeat;
    background-image: url("../images/bg-select.svg");
    background-size: 10px auto;
    background-position: 96% center;
    background-color: transparent;
    height: 42px;
    border-radius: 6px;
    border: 1px solid #828282;
    width: 100%;
    padding: 6px 15px;
    margin-bottom: 20px;
}

.contacto .wrapper-contacto .form-contacto textarea {
    width: 100%;
    height: 135px;
    border-radius: 6px;
    border: 1px solid #828282;
    padding: 6px 10px;
    margin-bottom: 20px;
}

.contacto .wrapper-contacto .form-contacto .formato {
    text-align: left;
}

    .contacto .wrapper-contacto .form-contacto .formato label {
        font-size: 1rem;
        margin-bottom: 5px;
    }

    .contacto .wrapper-contacto .form-contacto .formato .botones-formato {
        display: flex;
        margin-bottom: 15px;
    }

        .contacto .wrapper-contacto .form-contacto .formato .botones-formato a {
            border-radius: 30px;
            background: #F2F2F2;
            font-size: 0.95rem;
            font-weight: 700;
            color: #fff;
            padding: 8px 15px;
            margin-right: 10px;
        }

            .contacto .wrapper-contacto .form-contacto .formato .botones-formato a.activo {
                background: #E9500E;
            }

.panel-agenda {
    display: none;
}

    .panel-agenda.visible {
        display: block;
    }

.otras-coberturas {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .otras-coberturas.visible {
        max-height: 155rem;
    }

    .otras-coberturas .card-cobertura {
        margin-bottom: 20px;
    }

.calendar {
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}

    .calendar #calendar {
        width: 100%;
        border-radius: 6px;
        overflow: hidden;
        border: 1px solid #E9500E;
        padding: 0;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
    }

    .calendar .vc-header {
        background: #E9500E;
        color: #fff;
        height: 50px;
        border-radius: 0;
    }

    .calendar .vc-header__content {
        color: #fff;
    }

        .calendar .vc-header__content button {
            color: #fff;
            font-size: 0.875rem;
        }

    .calendar [data-vc-theme=light] .vc-arrow:before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTEyIDE2Yy0uMyAwLS41LS4xLS43LS4zbC02LTZjLS40LS40LS40LTEgMC0xLjRzMS0uNCAxLjQgMGw1LjMgNS4zIDUuMy01LjNjLjQtLjQgMS0uNCAxLjQgMHMuNCAxIDAgMS40bC02IDZjLS4yLjItLjQuMy0uNy4zIi8+PC9zdmc+);
    }

    .calendar [data-vc-theme=light] .vc-week__day {
        color: #000;
    }

        .calendar [data-vc-theme=light] .vc-week__day[data-vc-week-day-off] {
            color: #000;
        }

    .calendar [data-vc-theme=light] .vc-date[data-vc-date-holiday] .vc-date__btn,
    .calendar [data-vc-theme=light] .vc-date[data-vc-date-weekend] .vc-date__btn {
        color: #000;
        background: #FDD4AB;
        border-radius: 0;
    }

    .calendar .vc-date__btn {
        background: #FDD4AB;
        border-radius: 0;
    }

        .calendar .vc-date__btn:hover {
            background: #E9500E !important;
            color: #fff !important;
        }

    .calendar [data-vc-date][data-vc-date-disabled] .vc-date__btn {
        color: #cbd5e1 !important;
        background: transparent;
        display: none;
    }

    .calendar [data-vc-theme=light] .vc-date[data-vc-date-today] .vc-date__btn {
        color: #000;
        background: #FDD4AB;
        border-radius: 0;
    }

    .calendar [data-vc-theme=light] .vc-date[data-vc-date-holiday][data-vc-date-disabled] .vc-date__btn,
    .calendar [data-vc-theme=light] .vc-date[data-vc-date-weekend][data-vc-date-disabled] .vc-date__btn {
        background: transparent !important;
        display: none;
    }

    .calendar [data-vc-theme=light] .vc-date[data-vc-date-holiday][data-vc-date-selected] .vc-date__btn,
    .calendar [data-vc-theme=light] .vc-date[data-vc-date-weekend][data-vc-date-selected] .vc-date__btn {
        background: #E9500E !important;
        color: #fff !important;
    }

    .calendar [data-vc-theme=light] .vc-date[data-vc-date-selected] .vc-date__btn {
        background: #E9500E !important;
        color: #fff !important;
    }

footer {
    background: #333333;
    padding: 30px 0;
}

    footer .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

@media only screen and (max-width: 768px) {
    footer .container {
        flex-direction: column;
        align-items: flex-start;
    }
}

footer .footer__der {
    display: flex;
    align-items: flex-start;
}

@media only screen and (max-width: 768px) {
    footer .footer__der {
        flex-direction: column;
    }
}

footer .logo {
    margin-right: 15px;
}

@media only screen and (max-width: 768px) {
    footer .logo {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    footer .logo img {
        width: 80px;
    }
}

footer h4 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 20px;
    font-size: 1rem;
}

footer p {
    color: #fff;
    font-size: 0.875rem;
    margin-bottom: 10px;
}

footer .f-2 {
    margin: 0 120px;
}

@media only screen and (max-width: 768px) {
    footer .f-2 {
        margin: 20px 0;
    }
}

footer .redes .iconos-redes a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #E9500E;
    border-radius: 20px;
    margin-right: 8px;
    margin-bottom: 5px;
}

    footer .redes .iconos-redes a:hover {
        background: #F76A18;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

.copy {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 0.875rem;
    padding: 8px 0;
}
/*# sourceMappingURL=estilos.css.map */


.iframe-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
}

    .iframe-container iframe {
        width: 100%;
        height: 600px;
        max-width: 900px;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        border: none;
    }

@media (max-width: 768px) {
    .iframe-container {
        padding: 10px;
    }

        .iframe-container iframe {
            height: 450px;
        }
}

@media (max-width: 480px) {
    .iframe-container iframe {
        height: 350px;
    }
}

.submenu {
    display: none;
}

    .submenu.visible {
        display: block;
    }

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.session-modal {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    text-align: center;
    width: 90%;
    max-width: 400px;
    box-sizing: border-box;
    z-index: 10000;
}

    .modal-overlay.show, .session-modal.show {
        opacity: 1;
        transform: translateY(0);
    }

.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

/*.validation-message {
    margin-top: 4px;
    font-size: 0.875rem;
}*/

.iframe-wrapper {
    width: 100%;
    height: 700px;
    position: relative;
}

.iframe-content {
    width: 100%;
    height: 100%;
    border: none;
    z-index: 1;
}

.alert-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo gris semitransparente */
    z-index: 1000;
    pointer-events: all; /* Bloquea clicks al iframe */
}

.alert-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffc107; /* Color de advertencia */
    color: #212529;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    z-index: 1050;
    min-width: 300px;
    max-width: 90%;
}


/*Tamanio 2*/

.card-tamano2 {
    display: flex;
    margin-bottom: 2.4rem;
    align-items: flex-end;
}

@media only screen and (max-width: 768px) {
    .card-tamano2 {
        flex-direction: column;
    }
}

.card-tamano2__img {
    width: 40%;
    min-width: 40%;
}

@media only screen and (max-width: 768px) {
    .card-tamano2__img {
        width: 100%;
        min-width: 100%;
        margin-bottom: 1rem;
    }
}

.card-tamano2__img img {
    width: 100%;
    vertical-align: bottom;
}

.card-tamano2__txt {
    padding-left: 1.8rem;
}

@media only screen and (max-width: 768px) {
    .card-tamano2__txt {
        padding-left: 0;
        width: 100%;
    }
}

.card-tamano2__txt h3 {
    margin: 0 0 4.2rem;
    font-size: 1.75rem;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .card-tamano2__txt h3 {
        margin-bottom: 2rem;
    }
}

.card-tamano2__txt .item-dato {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    align-items: flex-start;
    margin-bottom: 0.95rem;
    padding-left: 28px;
    margin-right: 1.5rem;
}

    .card-tamano2__txt .item-dato h5 {
        margin: 0 0 2px;
        font-size: 17px;
        font-weight: 600;
        width: 120px;
        min-width: 120px;
        position: relative;
        padding-left: 0px;
    }

        .card-tamano2__txt .item-dato h5 span {
            position: absolute;
            left: -26px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 17px;
            height: 17px;
            text-align: center;
            top: 1px;
        }

            .card-tamano2__txt .item-dato h5 span img {
                margin: 0 auto;
            }

    .card-tamano2__txt .item-dato p {
        font-size: 15px;
        margin-bottom: 0;
        font-weight: 300;
        color: #686868;
    }

    .card-tamano2__txt .item-dato a {
        color: #2E5BE0;
        font-weight: 300;
    }

        .card-tamano2__txt .item-dato a span {
            text-decoration: underline;
        }

    .card-tamano2__txt .item-dato.hora {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 0.8rem;
    }

        .card-tamano2__txt .item-dato.hora h5 {
            width: 100%;
            margin-bottom: 0.4rem;
        }

        .card-tamano2__txt .item-dato.hora .horas {
            display: flex;
        }

        .card-tamano2__txt .item-dato.hora p {
            margin-bottom: 0.4rem;
            margin-right: 40px;
        }

@media only screen and (max-width: 768px) {
    .card-tamano2__txt .item-dato.hora p {
        margin-right: 20px;
    }
}

.card-tamano2__txt .item-dato.hora p:last-child {
    margin-right: 0;
}

.card-tamano2__txt .item-dato.hora p span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    margin-bottom: 2px;
}

.card-tamano2 .row-datos {
    display: flex;
}

@media only screen and (max-width: 768px) {
    .card-tamano2 .row-datos {
        flex-direction: column;
    }
}

.card-tamano3 {
    position: relative;
    border: 1px solid #939393;
    border-radius: 6px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
    .card-tamano3 {
        flex-direction: column;
    }
}

@media only screen and (max-width: 550px) {
    .card-tamano3 {
        margin-bottom: 70px;
    }
}

.card-tamano3 .tag {
    position: absolute;
    right: 15px;
    top: -26px;
    font-size: 0.75rem;
    color: #fff;
    background: #E9500E;
    border-radius: 6px 6px 0 0;
    font-weight: 600;
    padding: 4px 8px;
}

@media only screen and (max-width: 550px) {
    .card-tamano3 .tag {
        height: 40px;
        top: -40px;
        line-height: 1.2;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}

.card-tamano3__izq {
    border-right: 1px solid #D2D2D2;
    text-align: center;
    padding: 20px 40px 20px 20px;
    width: 270px;
    min-width: 270px;
}

    .card-tamano3__izq .precio {
        font-size: 2.25rem;
        font-weight: 700;
        line-height: 1.2;
    }

    .card-tamano3__izq p {
        font-size: 1.5rem;
        font-weight: 600;
    }

@media only screen and (max-width: 768px) {
    .card-tamano3__izq {
        width: 100%;
        min-width: 100%;
        border-right: none;
        border-bottom: 1px solid #D2D2D2;
    }
}

.card-tamano3__der {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 20px;
}

@media only screen and (max-width: 768px) {
    .card-tamano3__der {
        padding-top: 1rem;
        padding-left: 0;
    }
}

@media only screen and (max-width: 550px) {
    .card-tamano3__der {
        flex-direction: column;
    }
}

.card-tamano3__der .elementos p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

@media only screen and (max-width: 550px) {
    .card-tamano3__der .elementos {
        margin-bottom: 2rem;
    }
}

.card-tamano3__der .valores {
    text-align: center;
}

    .card-tamano3__der .valores p {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0.2rem;
    }

        .card-tamano3__der .valores p.precio-anterior {
            color: #848484;
            font-size: 14px;
            line-height: 1;
        }

            .card-tamano3__der .valores p.precio-anterior span {
                text-decoration: line-through;
            }

    .card-tamano3__der .valores .precio-mensual {
        font-size: 1.43rem;
        font-weight: 700;
        margin-bottom: 0.8rem;
    }

        .card-tamano3__der .valores .precio-mensual span {
            font-size: 0.875rem;
            font-weight: 600;
        }

    .card-tamano3__der .valores .btn-primary {
        width: 270px;
        max-width: 100%;
    }

@media only screen and (max-width: 550px) {
    .card-tamano3__der .valores .btn-primary {
        width: 200px;
    }
}

.card-tamano3.no-disponible {
    color: #939393;
    border: 1px dashed #B6B6B6;
}

    .card-tamano3.no-disponible p {
        color: #939393;
    }

    .card-tamano3.no-disponible .tag {
        background: #B6B6B6;
    }

    .card-tamano3.no-disponible ul.list-check2 li {
        color: #939393;
    }

        .card-tamano3.no-disponible ul.list-check2 li:before {
            background-image: url("../images/list-check2b.svg");
        }

    .card-tamano3.no-disponible .valores .precio-anterior {
        color: #939393;
    }

    .card-tamano3.no-disponible .valores .btn-primary {
        background: #B6B6B6;
        color: #fff;
        /*cursor: not-allowed;*/
    }

        .card-tamano3.no-disponible .valores .btn-primary:hover {
            background: #B6B6B6;
            color: #fff;
        }

.card-tamano3:hover {
    border-color: #E9500E;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

ul.list-check2 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

    ul.list-check2 li {
        font-size: 0.95rem;
        margin-bottom: 2px;
        position: relative;
        padding-left: 20px;
        position: relative;
        width: 100%;
        color: #3C3C3B;
    }

        ul.list-check2 li:before {
            content: "";
            width: 11px;
            height: 11px;
            background-image: url("../images/list-check2.svg");
            display: block;
            position: absolute;
            left: 0;
            top: 5px;
        }

@media only screen and (max-width: 768px) {
    ul.list-check2 li {
        font-size: 0.75rem;
        padding-left: 25px;
    }
}

ul.list-check2 li img {
    position: absolute;
    left: 0;
    top: 5px;
}

@media only screen and (max-width: 768px) {
    ul.list-check2 li img {
        top: 2px;
        width: 12px;
    }
}

.espacio-disp {
    margin-bottom: 100px;
}

.ver-disp {
    text-align: center;
    position: relative;
    margin-bottom: 100px;
}

    .ver-disp:before {
        content: "";
        width: calc(50% - 120px);
        position: absolute;
        height: 1px;
        background: #C0C0C0;
        display: block;
        left: 0;
        top: 50%;
    }

    .ver-disp:after {
        content: "";
        width: calc(50% - 120px);
        position: absolute;
        height: 1px;
        background: #C0C0C0;
        display: block;
        right: 0;
        top: 50%;
    }

    .ver-disp a {
        display: flex;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        width: 208px;
        height: 45px;
        border: 1px solid #E9500E;
        color: #E9500E;
        border-radius: 100px;
        font-size: 13px;
        font-weight: 600;
        flex-direction: column;
        background: #fff;
    }

.btn-primary.disabled {
    pointer-events: none;
    opacity: 0.6;
    /*cursor: not-allowed;*/
}


.box-contrato {
    height: 445px;
    width: 809px;
    max-width: 100%;
    border: 1px solid #E9500E;
    border-radius: 6px;
    margin: 0 auto 0.75rem;
    padding: 18px 36px;
    overflow: auto;
    font-size: 22px;
    text-align: justify;
}

    .box-contrato p {
        font-size: 22px;
    }

@media only screen and (max-width: 768px) {
    .box-contrato {
        padding: 18px;
        font-size: 18px;
    }

        .box-contrato p {
            font-size: 18px;
        }
}

.box-contrato::-webkit-scrollbar {
    width: 15px;
}

.box-contrato::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
}

.box-contrato::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border-radius: 6px;
    border: 3px solid #f1f1f1;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .box-contrato::-webkit-scrollbar-thumb:hover {
        background-color: #ccc;
    }

.box-contrato h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #E9500E;
}

.box-contrato h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: #333;
}

.box-contrato ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.box-contrato li {
    margin-bottom: 0.5rem;
    font-size: 20px;
}

.box-contrato section {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
    .box-contrato h2 {
        font-size: 22px;
    }

    .box-contrato h3 {
        font-size: 18px;
    }

    .box-contrato li {
        font-size: 16px;
    }
}

.box-condiciones {
    margin: 0 auto;
    padding: 0 1rem;
}

    .box-condiciones section {
        border-radius: 10px;
        padding: 2rem;
    }

    .box-condiciones h3 {
        color: #1e293b;
        font-size: 0.75rem;
        font-weight: 600;
        margin: 1.5rem 0 1rem;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid #f1f5f9;
    }

        .box-condiciones h3:first-child {
            margin-top: 0;
        }

    .box-condiciones p {
        color: #334155;
        font-size: 0.75rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }

    .box-condiciones ul {
        padding-left: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .box-condiciones li {
        margin-bottom: 0.5rem;
    }

/* Responsive */
@media (max-width: 640px) {
    .box-condiciones {
        padding: 0 0.75rem;
    }

        .box-condiciones section {
            padding: 1.5rem;
        }

        .box-condiciones h3 {
            font-size: 0.75rem;
        }

        .box-condiciones p {
            font-size: 0.75rem;
        }
}

.texto-descuento {
    justify-content: center !important;
    /* margin-bottom: 0.75rem; */
    margin-top: 1rem !important;
    /* font-size: 0.75rem; */
}

    .texto-descuento p {
        font-size: 0.75rem !important;
        font-weight: bold;
        /* margin-bottom: 0rem; */
    }

.form-check-tyc {
    margin-bottom: 0.75rem !important;
    font-weight: bold;
}

.size-reference-title {
    font-size: 0.75rem !important;
    font-weight: bold;
    /* margin-bottom: 0rem; */
}

.size-reference {
    font-size: 1.25rem !important;
    font-weight: bold;
    /* margin-bottom: 0rem; */
}

/*Modal de excepcion*/
.blazored-modal {
    background-color: none !important;
    border: none !important;
    padding: 0rem !important;
    margin: 0rem !important;
}

    .blazored-modal .bm-header {
        background-color: none !important;
        border: none !important;
        padding: 0rem !important;
        margin: 0rem !important;
    }

.modal-overlay-exception {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    padding: 20px;
}

.session-modal-exception {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 450px;
    overflow: hidden;
}

.modal-content-exception {
    padding: 30px;
}

.modal-header-exception {
    text-align: center;
    margin-bottom: 20px;
}

.modal-icon-exception {
    margin-bottom: 15px;
}

.modal-title-exception {
    color: #E9500E;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.modal-body-exception {
    margin-bottom: 25px;
}

.error-message-exception {
    color: #242428;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

.modal-footer-exception {
    display: flex;
    justify-content: center;
    gap: 15px;
}

@@media only screen and (max-width: 768px) {
    .modal-content-exception {
        padding: 20px;
    }

    .modal-title-exception {
        font-size: 1.25rem;
    }

    .error-message-exception {
        font-size: 0.875rem;
    }

    .modal-footer-exception {
        flex-direction: column;
    }
}


.custom-validation-summary {
    margin: 1.5rem 0;
    border-radius: 8px;
    overflow: hidden;
}

.validation-errors {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff4f4;
    border: 2px solid #E9500E;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(233, 80, 14, 0.15);
}

.validation-message {
    color: #d32f2f;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ffcdd2;
}

    .validation-message:last-child {
        border-bottom: none;
    }

    .validation-message:before {
        content: "⚠";
        margin-right: 0.75rem;
        font-size: 1.1rem;
        color: #E9500E;
        min-width: 20px;
    }

.validation-errors {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .validation-message {
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }

        .validation-message:before {
            font-size: 1rem;
            margin-right: 0.5rem;
        }
}


.phone-input .input-group-text {
    border-right: 0;
    min-width: 48px;
    justify-content: center;
    align-items: center;
}

.phone-input .form-control {
    border-left: 0;
}
    .phone-input .form-control:focus,
    .phone-input .input-group-text:focus {
        box-shadow: none; 
    }

.phone-input .input-group-text,
.phone-input .form-control {
    height: calc(1.5em + 1rem);
    padding-top: .375rem;
    padding-bottom: .375rem;
}


.offcanvas.offcanvas-bottom {
    height: 75vh;
    min-height: 650px;
}
.offcanvas-header .btn-close {
    position: absolute;
    right: 20px;
    top: 30px;
    background-color: #e9500e;
    opacity: 1;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
    font-size: 20px;
    padding: 5px;
    border-radius: 50px;
}

.offcanvas .offcanvas-body h2 {
    font-weight: 600;
    font-size: 40px;
}

.offcanvas .offcanvas-body h6 {
    font-weight: 600;
    font-size: 17px;
    color: #444444;
    margin-bottom: 20px;
}

.offcanvas .offcanvas-body .offcanvas-price-box {
    border: 2px solid #ACACAC;
    border-radius: 6px;
    padding: 70px 15px 15px 15px;
    position: relative;
}

    .offcanvas .offcanvas-body .offcanvas-price-box.best-price {
        border-color: #E9500E;
    }

        .offcanvas .offcanvas-body .offcanvas-price-box.best-price .best-price-tag {
            background-color: #E9500E;
            color: white;
            border-radius: 0 0 6px 6px;
            display: flex;
            justify-content: center;
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            padding: 6px 40px;
            right: 0;
            max-width: max-content;
        }

        .offcanvas .offcanvas-body .offcanvas-price-box.best-price .btn-orange {
            color: white;
            background-color: #E9500E;
        }

    .offcanvas .offcanvas-body .offcanvas-price-box:hover {
        border-color: #E9500E;
        background-color: #FFE9DF;
    }

        .offcanvas .offcanvas-body .offcanvas-price-box:hover figure {
            background-color: #E9500E;
        }

        .offcanvas .offcanvas-body .offcanvas-price-box:hover img {
            filter: grayscale(1) brightness(200);
        }

        .offcanvas .offcanvas-body .offcanvas-price-box:hover .btn-orange {
            color: white;
            background-color: #E9500E;
        }

    .offcanvas .offcanvas-body .offcanvas-price-box figure {
        background-color: #F8F3F2;
        width: 60px;
        height: 60px;
    }

    .offcanvas .offcanvas-body .offcanvas-price-box h4 {
        color: #E9500E;
    }

    .offcanvas .offcanvas-body .offcanvas-price-box .text-size {
        font-weight: 700;
        font-size: 21px;
        display: flex;
        flex-direction: column;
        line-height: 34px;
    }

        .offcanvas .offcanvas-body .offcanvas-price-box .text-size span {
            font-weight: 700;
            font-size: 36px;
        }

    .offcanvas .offcanvas-body .offcanvas-price-box .text-price {
        color: #3C3C3B;
        font-weight: 400;
        font-size: 18px;
        display: flex;
        flex-direction: column;
        line-height: 34px;
    }

        .offcanvas .offcanvas-body .offcanvas-price-box .text-price .text-price-before {
            position: absolute;
            top: -30px;
            left: 0;
            right: 0;
            text-decoration: line-through;
        }

        .offcanvas .offcanvas-body .offcanvas-price-box .text-price strong {
            font-weight: 700;
            font-size: 36px;
            color: #000;
        }

        .offcanvas .offcanvas-body .offcanvas-price-box .text-price span {
            font-weight: 400;
            font-size: 18px;
        }

    .offcanvas .offcanvas-body .offcanvas-price-box .btn-orange {
        background-color: #FFE9DF;
        font-weight: 600;
        font-size: 20px;
        color: #E9500E;
        padding: 10px 16px;
        max-width: max-content;
    }
.offcanvas {
    position: fixed !important;
    z-index: 1085 !important; /* más alto que el backdrop */
}

.modal-backdrop {
    z-index: 1080 !important;
}

.price-discount-tag {
    background-color: #E9500E;
    color: white;
    border-radius: 6px;
    display: inline-block;
    padding: 0px 16px;
    font-weight: 600;
    font-size: 16px;
}

.offcanvas.no-close .offcanvas-header {
    justify-content: center;
}

.offcanvas-price-box.disabled-option {
    opacity: 0.6;
    position: relative;
}

    .offcanvas-price-box.disabled-option::after {
        content: 'No disponible';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(255, 0, 0, 0.9);
        color: white;
        padding: 10px 20px;
        border-radius: 10px;
        font-weight: bold;
        font-size: 1.2rem;
        z-index: 10;
    }

    .offcanvas-price-box.disabled-option > * {
        filter: blur(1px);
    }
.hidden-pixel {
    display: none;
}
.hidden-tag {
    display: none;
    visibility: hidden
}