﻿:root {
    --color-apapacharte-bg: white;
    --color-apapacharte-blue: #463f8d;
    --color-apapacharte-bluedark: #332e67;
    --color-apapacharte-yellow: #fdc216;
    --color-apapacharte-orange: #bb860f;
}
.progress-bar {
 
    background-color: #463f8d;
}
    .text-apapacharte-secundary {
    color: var( --color-apapacharte-yellow) !important
}
.text-primary {
    color: var(--color-apapacharte-bg) !important
}
.text-yellow {
    color: var( --color-apapacharte-yellow) !important
}
.bg-yellow {
    background: var( --color-apapacharte-yellow) !important
}
.bg-main {
    background-color: var(--color-apapacharte-blue)
}
.bg-blue-dark {
    background: var( --color-apapacharte-bluedark) !important
}

.bg-main .progress-bar {
    background-color: var( --color-apapacharte-yellow) !important
}
  

.border-main {
    border-color:var(--color-apapacharte-blue)!important;
    border-style:solid!important
}
.square-ico-sm
{width:30px; height:30px}

.text-apapacharte {
    color: var(--color-apapacharte-blue) !important
}
.nav-link:hover, .nav-link:focus {
    color: var( --color-apapacharte-yellow);
}
.navbar.navbar-stuck {
    background-color: var(--color-apapacharte-bluedark) !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show,
.navbar .nav-item:hover > .nav-link:not(.disabled), .navbar .nav-item .nav-link.show:not(.disabled) 
   {
    color: var(--color-apapacharte-yellow)!important;
}

@font-face {
    font-family: 'Biloxi';
    src: url('../fonts/Biloxi.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

.montserrat {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.Biloxi {
    font-family: "Biloxi", serif;
}
.fs-a {
    font-size:120px!important
}
.shadow-a {
    text-shadow: 1px 1px 2px #000000, 0 0 1em #000000, 0 0 0.2em #000000;
}
h1 {
    color: white;
}

.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-apapacharte {
    background: var(--color-apapacharte-bg) !important;
}

.border-apapacharte {
    border-color: rgb(188 183 175) !important;
}

.bg-primary {
    background: var(--color-apapacharte-yellow) !important;
    color: var(--color-apapacharte-bg) !important;
}
.breadcrumb-item.active {
    color: var(--color-apapacharte-blue);
}

.btn-primary, .btn-primary:active {
    background: var(--color-apapacharte-yellow) !important;
    border-color: var(--color-apapacharte-yellow) !important;
}

.btn-primary:hover {
    background: var(--color-apapacharte-yellow) !important;
    border-color: var(--color-apapacharte-yellow) !important;
}

.card-hover-primary:hover {
    background-color: var(--color-apapacharte-yellow) !important;
    border-color: var(--color-apapacharte-yellow) !important;
}
.btn-secondary, .btn-secondary:active {
    background: var(--color-apapacharte-blue) !important; color: white!important
}

    .btn-secondary:hover, .btn-secondary:focus {
        background-color: var(--color-apapacharte-bluedark) !important;
        color: var(--color-apapacharte-yellow) !important;
        border-color: var(--color-apapacharte-bluedark) !important;
    }
.btn-apapacharte, .btn-apapacharte:active {
    background: var(--color-apapacharte-blue) !important;
}

    .btn-apapacharte:hover, .btn-apapacharte:focus {
        background-color: var(--color-apapacharte-bluedark) !important;
        border-color: var(--color-apapacharte-bluedark) !important;
        color: var(--color-apapacharte-yellow) !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-apapacharte-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: #463f8d;
    width: 100%;
    height: 1px;
}

.lineacurvegreentop:before {
    content: '';
    position: absolute;
    top: -2px;
    z-index: 999999;
    left: 0;
    background: #463f8d;
    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
}

.swiper-pagination-bullet-active {
    background-color: var(--color-apapacharte-blue);
    border-color: var(--color-apapacharte-blue);
}
.navbar .dropdown:hover > .nav-link,
.dropdown-item.active, .dropdown-item:active,
.dropdown-item:hover, .dropdown-item:focus {
    color: #fec200 !important;
}
.bg-natural {
    background: url(../img/home/bg-natural.jpg);
    background-position: center;
    background-repeat:no-repeat;
    background-size:cover
}
.bg-mar {
    background: url(../img/home/bg-mar.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
.bg-natural-2 {
    background: url(../img/home/bg-natural-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
.bg-tela {
    background: url(../img/home/bg-tela.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
.logo-tipo {
    display:none;
}
.navbar-stuck .logo-tipo {
    display: block !important;
    transition:   all .2s ease-in-out ;
}
.navbar-stuck .bg-tria {
    display: none !important;
    transition: all .2s ease-in-out;
}
.bg-tria {
    width: 180px;
    height: 150px;
    background-color: transparent;
    position:absolute
     
  
}
    .bg-tria::before {
        width: 340px;
        height: 80px;
        content: '';
        background-image: url('../img/curve-logo.svg');
        position: absolute;
        top: 110px;
        left: -60px;
        background-size: contain; /* Ajusta la imagen para cubrir el contenedor */
        background-repeat: no-repeat;
        z-index: -1; /* Asegura que la imagen esté detrás del contenido */
    }

.triangulo-bordes {
    width: 0;
    height: 0;
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    border-top: 50px solid #463f8d;
    position: absolute;
    bottom: -49px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
[data-bs-theme=dark] .table > :not(caption) > * > * {
    background-color: #463f8d;
}

.star-rating-container {
    font-size: 30px; /* Tamaño de las estrellas */
    color: #ccc; /* Color por defecto de las estrellas vacías */
    cursor: pointer;
    display: inline-block; /* Para que el contenedor se ajuste al tamaño de las estrellas */
    margin-bottom: 10px;
}

.star {
    /* Estilos base de cada estrella */
    display: inline-block; /* Permite controlar el espacio entre ellas */
    transition: color 0.2s ease-in-out, transform 0.1s ease-in-out; /* Transición suave para el color y el pequeño zoom */
    user-select: none; /* Evita que el texto de la estrella se seleccione */
    padding: 0 2px; /* Un pequeño espacio entre estrellas */
}

    /* Estado al pasar el ratón por encima (hover) */
    .star:hover {
        transform: scale(1.1); /* Ligeramente más grande al hacer hover */
    }

    /* Clase para las estrellas que están activas (rellenas por hover o click) */
    .star.active {
        color: gold; /* Color dorado para las estrellas activas */
    }


.star-rating-container .star:hover {
    color: gold; /* La estrella bajo el hover es dorada */
}
.color-apapacharte, .color-apapacharte i, .color-apapacharte span, .color-apapacharte h3, .color-apapacharte h2,
.color-apapacharte p {
    color: var(--color-apapacharte-blue)
}

    .color-apapacharte .btn-outline-primary {
        border-color: var(--color-apapacharte-blue)
    }

    .color-apapacharte:hover  i,
    .color-apapacharte:hover .color-apapacharte h3
    .color-apapacharte:hover .color-apapacharte p,
    .color-apapacharte:hover .card-text {
        color: white !important
    }

    .color-apapacharte:hover .btn-outline-primary {
        border-color: white !important
    }
h1 > a:hover, .h1 > a:hover, h2 > a:hover, .h2 > a:hover, h3 > a:hover, .h3 > a:hover, h4 > a:hover, .h4 > a:hover, h5 > a:hover, .h5 > a:hover, h6 > a:hover, .h6 > a:hover {
    color: #463f8d!important;
}
.mt-title {
    margin-top:120px;
    margin-bottom:45px;
}
.item--content {
    padding-top: 70px;
}
.item--body

{
    background: #eaecf4;
    height:340px;
    max-height:340px;
}
.item--header {
    
}

.item--icon {
    position: absolute;
    left: 0;
    z-index: 999;
    top: 0px;
}

    .item--icon img{
        width:90px

    }

.kanit-light {
    font-family: "Kanit", sans-serif!important;
    font-weight: 300;
    font-style: normal;
}
.kanit-medium {
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    font-style: normal;
}

    @media (min-width: 1024px) {
        .mediamoon

{
    height: auto !important;
}

}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
   
}
@media (max-width: 1024px) {
    .navbar-nav .nav-link {
        color: white !important
    }

    .linkuser .nav-link {
        color: white !important
    }

}
    @media (max-width: 991px) {
        .btn-primary:hover {
            background-color: var(--color-apapacharte-blue) !important;
            border-color: var(--color-apapacharte-blue) !important;
        }

        .bg-tria::before {
            display: none
        }
        .navbar-nav .nav-link {
            color: white !important
        }

        .linkuser .nav-link {
            color: var(--color-apapacharte-blue) !important
        }

        .bg-tria {
            height: auto !important;
            position: relative !important;
            padding: 0 !important;
        }

        
    }

    @media (max-width: 896px) {
        .btn-primary:hover {
            background-color: var(--color-apapacharte-blue) !important;
            border-color: var(--color-apapacharte-blue) !important;
        }

        .mediamoon {
            height: auto !important;
        }

        .fs-a {
            font-size: 80px !important;
        }

        .navbar-nav .nav-link {
            color: var(--color-apapacharte-blue) !important
        }

        .linkuser .nav-link {
            color: white !important
        }

        .bg-tria {
            height: auto !important;
            position: relative !important;
            padding: 0 !important;
        }

        .mt-title {
            margin-bottom: 25px;
        }
    }

    @media (max-width: 768px) {
        .m-square {
            border-radius: 0 !important
        }

        .btn-primary:hover {
            background-color: var(--color-apapacharte-blue) !important;
            border-color: var(--color-apapacharte-blue) !important;
        }

        .navbar-nav .nav-link {
            color: var(--color-apapacharte-blue) !important
        }

        .linkuser .nav-link {
            color: white !important
        }

        .fs-a {
            font-size: 70px !important;
        }

        .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;
        }

        .bg-tria {
            height: auto !important;
            position: relative !important;
            padding: 0 !important;
        }

        .mt-title {
            margin-bottom: 25px;
        }
    }

    @media (max-width: 528px) {
        #video-player {
            height: 280px !important;
        }

        .fs-a {
            font-size: 70px !important;
        }

        .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;
        }

        .bg-tria {
            height: auto !important;
            position: relative !important;
            padding: 0 !important;
        }
    }

    @media (max-width: 420px) {
        #video-player {
            height: 180px !important;
        }

        .fs-a {
            font-size: 60px !important;
        }
    }

    @media (max-width: 376px) {
        #video-player {
            height: 180px !important;
        }

        .fs-a {
            font-size: 50px !important;
        }

        .bg-tria {
            height: auto !important;
            position: relative !important;
            padding: 0 !important;
        }

        .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) {
        #video-player {
            height: 180px !important;
        }

        .navbar-brand img {
            width: 100px !important
        }

        .line-h-70 {
            line-height: 35px !important;
        }

        #thumbnails {
            width: 100% !important;
            height: auto !important;
        }
    }

    @media (max-width: 323px) {
        #video-player {
            height: 180px !important;
        }

        .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);
        }
    }

.linka {
    color: rgb(123 118 170)!important;
    
}
.upload-container {
    width: 100%;
   
    padding: 0px;
    text-align: center;
 
}

/* Oculta el input de archivo predeterminado */
.upload-input {
    display: none;
}

/* Estilo para la etiqueta, que actúa como el botón */
.upload-label {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #fdc216;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 50px;
}

    .upload-label:hover {
        background-color: #0056b3;
    }

/* Contenedor para la previsualización de la imagen */
.image-preview-container {
    position: relative; /* Necesario para posicionar el bot�n de cerrar */
    width: auto;
  
    background-color: #e9e9e9;
    border: 1px dashed #ccc;
    border-radius: 8px;
    overflow: hidden; /* Para que la imagen no se desborde */
    display: none; /* Oculto por defecto, se muestra con JS */
    margin-top: 20px;
    text-align: center;
}

    .image-preview-container img {
      
        /* width: 100%; */
        height: 100%;
        object-fit: cover; /* Asegura que la imagen cubra el �rea sin distorsionarse */
        border-radius: 8px;
        text-align: center;
        margin: auto;
    }

/* Botón de cerrar/eliminar imagen */
.close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.6); /* Fondo semi-transparente */
    color: #fff;
    border: none;
    border-radius: 50%; /* Para que sea redondo */
    width: 28px;
    height: 28px;
    font-size: 16px;
    line-height: 1; /* Para centrar la "x" */
    cursor: pointer;
    display: flex; /* Para centrar el contenido */
    justify-content: center;
    align-items: center;
    z-index: 10; /* Asegura que esté por encima de la imagen */
    transition: background-color 0.2s ease;
}

    .close-button:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Media queries para responsividad (ejemplo, ajusta según necesites) */
@media (max-width: 600px) {
    .upload-container {
        margin: 20px;
        padding: 15px;
    }

    .upload-label {
        padding: 12px;
        font-size: 14px;
    }
}