﻿:root {
    --color-mareyua-bg: #E2DDD5;
    --color-mareyua-light: #CCC888;
    --color-mareyua-primary: #126F74;
    --color-mareyua-green: #73B9BA;
    --color-mareyua-secundary: #5C7039;
}


.text-mareyua-secundary {
    color: var( --color-mareyua-primary) !important
}

.text-primary {
    color: var( --color-mareyua-bg) !important
}

.text-mareyua {
    color: var( --color-mareyua-bg) !important
}

.navbar.navbar-stuck {
    background-color: var( --color-mareyua-bg) !important;
}

.variant-label {
    position: relative;
}
.btn-check:disabled + .variant-label {
    opacity: 0.4;
    cursor: not-allowed;
}

    .btn-check:disabled + .variant-label::before {
        content: '✕';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.2rem;
        color: white;
        pointer-events: none;
    }


.swatch {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    position: relative; /* necesario para el pseudo-elemento */
}

    /* estilo para estampados: fondo blanco + línea diagonal */
    .swatch.estampado {
        background-color: #fff;
    }

        .swatch.estampado::after {
            content: "";
            position: absolute;
            top: -25%;
            left: 50%;
            width: 2px; /* grosor de la línea */
            height: 150%; /* que pase un poco fuera para cubrir bien */
            background-color: #000; /* color de la línea */
            transform: translateX(-50%) rotate(45deg);
        }

@font-face {
    font-family: 'Lovan';
    src: url('../fonts/Lovan.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

.montserrat {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.Lovan {
    font-family: "Lovan", serif;
}

h1 {
    font-family: 'Lovan';
}

.fs-h1 {
    font-size: 170px;
    font-weight: 100;
    line-height: 100px;
}

.fs-h2 {
    font-size: 90px;
    font-weight: 100;
    line-height: 100px;
}

.line-h {
    line-height: 0 !important
}

.line-h-70 {
    line-height: 70px !important
}

.h-70 {
    height: 70px !important
}

.letter-spacing-5 {
    letter-spacing: 5px
}

.letter-spacing-10 {
    letter-spacing: 10px
}

.letter-spacing-15 {
    letter-spacing: 15px
}

.letter-spacing-70 {
    letter-spacing: 70px
}

.fs-70 {
    font-size: 70px !important
}

.fs-80 {
    font-size: 80px !important
}

.fs-90 {
    font-size: 90px !important
}

.bg-meruyua {
    background: var(--color-mareyua-bg) !important;
}

.border-meruyua {
    border-color: rgb(188 183 175) !important;
}

.bg-primary {
    background: var(--color-mareyua-primary) !important;
    color: var(--color-mareyua-bg) !important;
}

.btn-primary, .btn-primary:active {
    background: var(--color-mareyua-primary) !important;
}

    .btn-primary:hover {
        background-color: var(--color-mareyua-secundary) !important;
        border-color: var(--color-mareyua-secundary) !important;
    }

.card-hover-primary:hover {
    background-color: var(--color-mareyua-primary) !important;
    border-color: var(--color-mareyua-primary) !important;
}

.overlayer-1:before {
    content: "";
    background: black;
    width: 100% !important;
    height: 100%;
    z-index: 2;
    top: 0;
    position: absolute;
    opacity: 0.3;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 55%, rgba(255,255,255,1) 100%);
}

.accordion-button {
    border-radius: 20px 20px 0 0 !important;
}

.bg-meruyua-2 {
    background: #dad6d0 !important
}

.mediamoon {
    height: auto !important
}

.lineacurve:before {
    content: '';
    position: absolute;
    bottom: -2px;
    z-index: 999999;
    left: 0;
    background: #e2ddd5;
    width: 100%;
    height: 4px;
}

.lineacurvegreen:before {
    content: '';
    position: absolute;
    bottom: -2px;
    z-index: 999999;
    left: 0;
    background: #176f74;
    width: 100%;
    height: 1px;
}

.lineacurvegreentop:before {
    content: '';
    position: absolute;
    top: -2px;
    z-index: 999999;
    left: 0;
    background: #176f74;
    width: 100%;
    height: 1px;
}

.form-control, .form-select {
    border-color: #b2b2b2 !important;
}

.gooey {
    background-image: linear-gradient(120deg, #137075 0%, #137075 100%);
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    width: 150px;
    height: 144px;
    animation: morph 3s linear infinite;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    will-change: border-radius;
    padding: 30px;
}

    .gooey:before,
    .gooey:after {
        content: '';
        z-index: -1 !important;
       
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        /* will-change: border-radius, transform, opacity; */
        animation-delay: 200ms;
        background-image: linear-gradient(120deg, rgba(18, 11, 16, .55) 0%, rgba(18, 111, 116, .86) 100%);
    }

    .gooey:before {
        animation: morph 3s linear infinite;
        opacity: .21;
        animation-duration: 1.5s;
    }

    .gooey:after {
        animation: morph 3s linear infinite;
        animation-delay: 400ms;
        opacity: .89;
        content: "";
        line-height: 120px;
        text-indent: -21px;
    }

.blueanima:hover {
    animation: filterblue 3s linear infinite;
    animation-duration: 1.5s;
    cursor:pointer
}



    @media (min-width: 1024px) {
        .mediamoon

{
    height: auto !important;
}

}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 896px) {
    .mediamoon {
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .lh-50-m {
        line-height: 50px !important;
    }

    .mediamoon {
        height: 80px !important
    }

    .thumbails-m {
        height: 450px;
        overflow: auto;
        flex-wrap: nowrap;
        padding: 0 0px !important;
        width: 180px !important;
    }

    .mediamoon {
        height: auto !important;
    }

    .lineacurve:before {
        bottom: -2px;
        height: 4px;
    }

    .lineacurvegreen:before {
        bottom: -2px;
        height: 4px;
    }

    .lineacurvegreentop {
        top: -2px;
        height: 4px;
    }

    .navbar-brand img {
        width: 160px !important
    }

    .fs-h2 {
        font-size: 60px;
        font-weight: 100;
        line-height: 60px;
        word-break: break-word;
    }

    .fs-h1 {
        font-size: 112px;
        font-weight: 100;
        line-height: 80px;
    }

    .fs-80 {
        font-size: 50px !important;
    }

    .letter-spacing-lh-2 {
        line-height: 50px !important;
        letter-spacing: 2px;
    }

    .letter-spacing-lh-3 {
        line-height: 50px !important;
        letter-spacing: 3px;
    }

    #thumbnails {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 528px) {
    .lh-50-m {
        line-height: 50px !important;
    }

    .navbar-brand img {
        width: 160px !important
    }

    .mediamoon {
        height: auto !important;
    }

    .lineacurve:before {
        bottom: -2px;
        height: 4px;
    }

    .lineacurvegreen:before {
        bottom: -2px;
        height: 4px;
    }

    .lineacurvegreentop {
        top: -2px;
        height: 4px;
    }

    .fs-h2 {
        font-size: 60px;
        font-weight: 100;
        line-height: 60px;
        word-break: break-word;
    }

    .fs-h1 {
        font-size: 112px;
        font-weight: 100;
        line-height: 80px;
    }

    .fs-80 {
        font-size: 50px !important;
    }

    .letter-spacing-lh-2 {
        line-height: 50px !important;
        letter-spacing: 2px;
    }

    .letter-spacing-lh-3 {
        line-height: 50px !important;
        letter-spacing: 3px;
    }

    .line-h-70 {
        line-height: 30px !important;
    }

    #thumbnails {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 376px) {
    .lh-50-m {
        line-height: 50px !important;
    }

    .navbar-brand img {
        width: 140px !important
    }

    .fs-h2 {
        font-size: 60px;
        font-weight: 100;
        line-height: 60px;
        word-break: break-word;
    }

    .fs-h1 {
        font-size: 112px;
        font-weight: 100;
        line-height: 80px;
    }

    .fs-80 {
        font-size: 50px !important;
    }

    .letter-spacing-lh-2 {
        line-height: 50px !important;
        letter-spacing: 2px;
    }

    .letter-spacing-lh-3 {
        line-height: 50px !important;
        letter-spacing: 3px;
    }

    .mediamoon {
        height: auto !important;
    }

    .lineacurve:before {
        bottom: -2px;
        height: 4px;
    }

    .lineacurvegreen:before {
        bottom: -2px;
        height: 4px;
    }

    .lineacurvegreentop {
        top: -2px;
        height: 4px;
    }

    .line-h-70 {
        line-height: 30px !important;
    }

    #thumbnails {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 363px) {

    .navbar-brand img {
        width: 100px !important
    }

    .line-h-70 {
        line-height: 35px !important;
    }

    #thumbnails {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 323px) {

    .navbar-brand img {
        width: 80px !important
    }

    .line-h-70 {
        line-height: 35px !important;
    }

    #thumbnails {
        width: 100% !important;
        height: auto !important;
    }
}


@keyframes morph {
    0%,100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0,0,0) rotateZ(0.01deg);
    }

    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0,5px,0) rotateZ(0.01deg);
    }

    50% {
        opacity: .89;
        transform: translate3d(0,0,0) rotateZ(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0,-3px,0) rotateZ(0.01deg);
    }
}

@keyframes fadeIn {
    100% {
        transform: scale(1.03);
        opacity: 0;
    }
}

@keyframes filterblue {
    0% {
        filter: blur(0px);
    }

    25% {
        filter: blur(2px);
    }
    50% {
        filter: blur(0px);
    }

    75% {
        filter: blur(2px);
    }


    100% {
        filter: blur(0px);
    }
}