﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url('https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&display=swap');
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: var(--color-terracotta);
}

.btn-primary {
    color: #fff;
    background-color: var(--color-terracotta);
    border-color: var(--color-terracotta);
}
nav {
    background-color: var(--color-terracotta) !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--color-terracotta);
    border-color: var(--color-terracotta);
}

/* Sticky footer styles
-------------------------------------------------- */


.border-top {
    border-top: 1px solid #e5e5e5;
}
.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#background {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#main-container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

    body.bg {
        width: 100%;
        height: 100%;
    }

.footer {
    /* Eliminando los estilos conflictivos que causan la línea blanca */
    /* position: absolute; */
    /* bottom: 0; */
    /* width: 100%; */
    /* height: 60px; */
    /* line-height: 60px; */
    /* background-color: #f5f5f5; */
}

#ajaxLoad {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: fixed;
}

@media only screen and (max-width: 576px) {
    #carrito-link {
        display: block !important;
    }

    #carrito-link-ico {
        display: none;
    }
}



.containerLoader {
    z-index: 9999999 !important;
    display: flex;
    margin: 0 !important;
    top: 0 !important;
    flex-direction: column !important;
    position: fixed !important;
    background-color: #000000b8 !important; /* Fondo negro semi-transparente */
    width: 100% !important;
    height: 100% !important;
    justify-content: center !important;
    align-items: center !important;
}

.logoPersonalizado {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    position: fixed !important;
    /*    position: absolute;*/
    width: 150px !important;
    border: 1px solid #f3f3f300 !important;
}

/* Círculo exterior (gira en sentido horario) */
.loader {
    border: 1px solid #f3f3f300 !important; /* Borde transparente */
    border-radius: 50% !important;
    border-top: 5px solid #f3f3f3 !important; /* Borde superior blanco */
    width: 120px !important;
    height: 120px !important;
    animation: spin 1s linear infinite !important; /* Gira en sentido horario */
}

/* Círculo interior (gira en sentido anti-horario) */
.loaderInterno {
    border: 1px solid #f3f3f300 !important; /* Borde transparente */
    border-radius: 50% !important;
    border-top: 5px solid #3498db !important; /* Borde superior azul */
    width: 100px !important;
    height: 100px !important;
    position: absolute !important;
    animation: spinLeft 0.8s linear infinite !important; /* Gira en sentido anti-horario */
}

/* Animación para el círculo exterior */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Animación para el círculo interior */
@keyframes spinLeft {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}

.loaderKolmena {
    font-family: 'Nothing You Could Do', cursive !important;
    font-size: 24px !important;
    font-weight: bold !important;
    color: #ffd55a !important; /* Color amarillo dorado */
}

.custom-btn-width {
    width: 80px;
}

.sin-espacios {
    white-space: nowrap;
}

.custom-no-space {
    white-space: nowrap;
}

@media (max-device-width: 600px) {
    .mobile-text {
        text-align: left !important;
    }
    .footer-mobile {
        display: block !important;
    }
        }
@media screen and (max-width: 600px) {
    .mobile-text {
        text-align: left !important;
    }

    .footer-mobile {
        display: block !important;
    }
        }
.mobile-text {
    text-align: center !important;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media(max-width: 573px){
    #linkedin {
        text-align: center;
        vertical-align: middle;
        justify-content: center;
        align-items: center;
    }
    #footer{
        height: 125px;
    }
}

.ir-arriba {
    display: none;
    padding: 20px;
    background: var(--color-charcoal);
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.background-custom-dark {
    background-color: var(--color-charcoal) !important;
    transition: background-color 1s linear;
}
.text-custom-dark {
    color: #fff !important;
    transition: color 1s linear;
}
.background-img-darkmode {
    background-color: var(--color-charcoal) !important;
    transition: background-color 1s linear;
}
