@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,600;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,700;1,700&display=swap');
@font-face {
    font-family: Patria_Bold;
    src: url('fonts/Patria_Bold.otf');
}
@font-face {
    font-family: Patria_Regular;
    src: url('fonts/Patria_Regular.otf');
}
@font-face {
    font-family: Patria_Light;
    src: url('fonts/Patria_Light.otf');
}
.noto-sans-regular {
                font-family: "Noto Sans", sans-serif;
                font-optical-sizing: auto;
                font-weight: 400;
                font-style: normal;
                font-variation-settings:
                        "wdth" 100;
            }
.noto-sans-semibold {
                font-family: "Noto Sans", sans-serif;
                font-optical-sizing: auto;
                font-weight: 600;
                font-style: normal;
                font-variation-settings:
                        "wdth" 100;
            }
.noto-sans-bold {
                font-family: "Noto Sans", sans-serif;
                font-optical-sizing: auto;
                font-weight: 700;
                font-style: normal;
                font-variation-settings:
                        "wdth" 100;
            }

@import "../vendor/themify/themify-icons.css";
:root {
    --primary: #611232;
    --secondary: #bc955a;
    --light: #f8f9fa;
    --dark: #333;
    --guinda150: #9b2247;
    --guinda160: #611232;
}

body {
    font-family: 'Noto Sans', Tahoma, Geneva, Verdana, sans-serif;
    background-color: var(--light);
    color: var(--dark);
}

.navbar {
    background-color: var(--primary);
    padding: 1rem 2rem;
}

.navbar-brand, .nav-link {
    color: white !important;
}
.btn-primario {
    background-color: var(--primary);
    color: white;
    border: none;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-primario:hover {
    background-color: var(--guinda150);
    color: white;
}

.btn-secundario {
    background-color: white;
    color: var(--primary);
    border: 1px solid var(--primary);
    font-weight: 600;
    transition: all 0.3s;
}

.btn-secundario:hover {
    background-color: white;
    border: 1px solid var(--guinda150);
}

section {
    padding: 5rem 0;
}

#home {
    background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.7)), url('https://via.placeholder.com/1920x1080') no-repeat center center;
    background-size: cover;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.section-title {
    color: var(--primary);
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
}

.section-title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--secondary);
    bottom: -10px;
    left: 0;
}

.about-card {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    height: 100%;
    transition: transform 0.3s;
}

.about-card:hover {
    transform: translateY(-5px);
}

#contact {
    background-color: #f0f0f0;
}

.contact-form {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.contact-info {
    background-color: var(--primary);
    color: white;
    padding: 2rem;
    border-radius: 8px;
}

.btn-contact {
    background-color: var(--secondary);
    color: white;
    border: none;
}

.btn-contact:hover {
    background-color: #a57d3f;
    color: white;
}

footer {
    background-color: var(--primary);
    color: white;
    padding: 3rem 0 2rem;
}

.footer-links a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--secondary);
}

.social-icon {
    font-size: 1.5rem;
    margin-right: 1rem;
    color: white;
    transition: color 0.3s;
}

.social-icon:hover {
    color: var(--secondary);
}

/*******************
Preloader
********************/
.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 999999999;
    background: #fff; }

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px); }
.lds-ripple .lds-pos {
    position: absolute;
    border: 2px solid #780404;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.1, 0.5, 1) infinite; }
.lds-ripple .lds-pos:nth-child(2) {
    animation-delay: -0.5s; }

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 0; }
    5% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1; }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0; }
}

.box-login{
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), 0px 7px 8px rgba(0, 0, 0, 0.3);
    text-align: center;
}


.img-container {
    max-width: 100%;
    margin: 20px auto;
    overflow: hidden;
}

/* Preservar la proporción de aspecto */
.img-aspect-preserved {
    transition: all 0.3s ease;
    max-width: 100%;
    height: auto; /* Esto es crucial para mantener la proporción */
    display: block;
    margin: 0 auto;
}

/* Background para la imagen */
.img-wrapper {
    background-color: #f8f8f8;
    position: relative;
    overflow: hidden;
    text-align: center;
}

@media (max-width: 768px) {
    .img-container {
        width: 90%;
    }
}

@media (max-width: 480px) {
    .img-container {
        width: 100%;
    }
    .lbl-titulo{
        font-size: 2.5em !important;
    }
    .container_1024{
        height: initial !important;
    }
    .contendor {
        position: initial !important;
        top: 50%;
        left: 50%;
        transform: initial !important;
        width: 100% !important; /* Puedes ajustar este valor según necesites */
        max-width: initial !important; /* Para limitar el ancho máximo */
    }
}

.btn-mx{
    display: inline-flex;
    height: 2.5em;
    padding: 0.5em 1.5em;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    flex-shrink: 0;
}