/* Bootstrap Custom Styles */
:root {
    /* Custom Colors */
    --bs-primary: #a5b393;
    --bs-secondary: #6d7b5b;
    --bs-success: #e7d3e4;
    --bs-info: #b5c3e3;
    --bs-warning: #f8e6c1;
    --bs-danger: #d19ca3;
    --bs-light: #faf8f3;
    --bs-dark: #343a40;

    /* Additional Custom Colors */
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-black: #000000;

    /* Body Styling */
    --bs-body-bg: var(--bs-white);
    --bs-body-color: #212529;
    --bs-bg-prymary: #14141480;
    --bs-bg-secondary: var(--bs-black);
    --bs-color-prymary: #222;
    --bs-color-secondary: var(--bs-black);
    --bs-font-family-primary: 'Quicksand', sans-serif;
    --bs-font-family-secondary: 'Caveat', cursive;
    --bs-font-size-base: 1rem;
    --bs-body-line-height: 1.5;

    /* Borders */
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-radius: 0.25rem;
    --bs-border-radius-sm: 0.2rem;
    --bs-border-radius-lg: 0.3rem;

    /* Shadows */
    --bs-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-sm: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-lg: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);

    /* Links */
    --bs-link-color: #ad8a1f;
    --bs-link-hover-color: #0056b3;

    /* Alerts */
    --bs-alert-bg: var(--bs-warning);
    --bs-alert-color: var(--bs-dark);




}

/* Scrollbars */
::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: var(--bs-primary);
    border-radius: 25px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--bs-secondary);
}

#home {
    margin-bottom: 6rem !important;
}

body {
    font-family: 'Great Vibes';
    font-size: 4.5rem;
    min-width: 268px;
    background-color: #7c98894a;
}

.header-bg {
    position: relative;
    background: url("./../images/banner.png");
    background-repeat: no-repeat;
    background-size: contain;
    color: #000000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}



.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffdccd78;
    z-index: 1;
}

.bg-flor {
    background-image: url('./../images/flor_left.png'), url('./../images/flor_rigth.png');
    background-position: left top, right top;
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    background-color: #ffffff;
}

.h-100vh {
    height: 100vh;
}

.font-family-lora {
    font-family: 'Lora';
}

.font-family-updock {
    font-family: "Updock", cursive;
}

img {
    width: 100%;
}

/*
.img-split {
    max-width: 500px;
}*/

.mt-6 {
    margin-top: 6rem !important;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.fs-default {
    font-size: var(--bs-body-font-size) !important
}

.fs-1 {
    font-size: 2.9rem !important;
}

.title {
    font-size: 11rem;
}

.title-md {
    font-size: 7.5rem;
}

.title-encab {
    font-size: 3.5rem;
    z-index: 2;
}

.text-confirmar {
    font-size: 5rem;
}

.text-fecha {
    font-size: 3rem;
}

.lh-sm {
    margin: 0;
    padding: 0;
}

.img-sm {
    width: 25%;
}

.img-md {
    width: 50%;
}

.btn-close {
    width: 0.1rem;
    height: 0.1rem;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #a5b393;
    --bs-btn-border-color: #a5b393;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6d7b5b;
    --bs-btn-hover-border-color: #6d7b5b;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6d7b5b;
    --bs-btn-active-border-color: #6d7b5b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #a5b393;
    --bs-btn-disabled-border-color: #a5b393;
}

.btn-outline-success {
    --bs-btn-bg: #00000000;
}

.btn {
    padding: 1rem;
    font-size: 2.5rem;
}

.btn-scuare {
    min-height: 9.5rem;
    min-width: 9.5rem;
}


.container {
    padding: 0;

}

.text-invitacion {
    font-size: 5rem;
}

.footer {
    background-color: #a5b393;
    color: #ffffff;
    font-size: 1.2rem !important;
    padding: 1rem;
    box-sizing: content-box;
}

.footer a {
    color: #000000;
}

#music {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.error {
    color: red;
}

select.required {
    width: 100%;
}

select.error {
    color: red;
    background-color: #ffb4b4;
    border-color: red;
    border: 2px;
    border-style: dashed;
}

.loader {
    background-color: #000000c9;
    display: grid;
    place-content: center;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    outline: 0;
}

.rueda {
    border: 10px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    border-left-color: transparent;
    width: 80px;
    height: 80px;
    animation: giro 1s linear infinite;
}

.d-none {
    display: none;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px !important;
    }

    .h-100vh {
        height: auto !important;
    }

}

@media (max-width: 1200px) {
    .text-invitacion {
        font-size: 4rem;
    }

    .h-100vh {
        height: auto !important;
    }
}

@media (max-width: 992px) {
    body {
        font-size: 4rem;
    }

    .btn {
        font-size: 3rem;
    }

    .text-invitacion {
        font-size: 3.4rem !important
    }

    .h-100vh {
        height: auto !important;
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: max-content;
    }
}

@media (max-width: 768px) {

    body {
        font-size: 14px;
    }

    .h-100vh {
        height: auto !important;
    }
}

@media (max-width: 576px) {
    body {
        font-size: 12px;
    }
}

.modal-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffd4c5d9;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.modal-content {
    text-align: center;
}

.btn-abrir {
    padding: 15px 30px;
    font-size: 18px;
    background-color: #fff;
    color: #333;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.btn-abrir:hover {
    background-color: #f1c40f;
}

.hidden {
    display: none;
}


@media (max-width: 992px) {

    .modal-overlay::before {
        width: 80vw !important;
        height: calc(80vw * 9 / 16) !important;
    }
}

@media (max-width: 992px) {

    .container-letter {
        width: 80vw !important;
        height: calc(80vw * 9 / 16) !important;
    }
}

@media (max-width: 992px) {
    .cover {
        border-left: calc(80vw / 2) solid transparent !important;
        border-right: calc(80vw / 2) solid transparent !important;
        border-top: calc(80vw * 9 / 32) solid #dbcbab !important;
    }
}

@media (max-width: 992px) {
    .paper {
        border-left: calc(80vw / 2) solid #fff6e1 !important;
        border-right: calc(80vw / 2) solid #fff6e1 !important;
        border-top: calc(80vw * 9 / 32) solid transparent !important;
        border-bottom: calc(80vw * 9 / 32) solid #fff3d9 !important;
    }
}

@media (max-width: 992px) {
    .paper-inner {
        width: 80vw !important;
        height: calc(80vw * 9 / 32) !important;
    }
}

@media (max-width: 992px) {
    .paper-inner::before {
        right: calc(80vw / 2.5) !important;
        width: calc(80vw * 2) !important;
    }
}

@media (max-width: 992px) {
    .paper-inner::after {
        right: calc(80vw / 2.5) !important;
        width: calc(80vw * 2) !important;
    }
}