/* ---FUENTES--- */
@font-face {
    font-family: 'Cinzel-Bold';
    src: url('/public/assets_v3.0/fonts/Cinzel-Bold.ttf') format('truetype');
}

.Cinzel-Bold {
    font-family: 'Cinzel-Bold';
}

@font-face {
    font-family: 'Cinzel-Regular';
    src: url('/public/assets_v3.0/fonts/Cinzel-Regular.ttf') format('truetype');
}

.Cinzel-Regular {
    font-family: 'Cinzel-Regular';
}

@font-face {
    font-family: 'Muli-Bold';
    src: url('/public/assets_v3.0/fonts/Muli-Bold.ttf') format('truetype');
}

.Muli-Bold {
    font-family: 'Muli-Bold';
}

@font-face {
    font-family: 'Muli-Regular';
    src: url('/public/assets_v3.0/fonts/Muli-Regular.ttf') format('truetype');
}

.Muli-Regular {
    font-family: 'Muli-Regular';
}

/* ---/FUENTES--- */

/* ----- AGREGADOS ESPECIFICOS PARA HACIENDA ----- */
html {
    scroll-behavior: smooth;
}

.nav-hacienda {
    background: #ffffff !important;
    padding-bottom: 8px;
    right: 0;
    border: none;
    border-bottom: 2px solid #672100;
}

.nav-btn-hacienda {
    font-size: 15px !important;
    color: #672100 !important;
}

.nav-btn-hacienda:hover {
    text-decoration: underline !important;
}

.sub-menu-hacienda {
    background-color: #fff !important;
    border: none;
    border-right: 2px solid #672100;
    border-left: 2px solid #672100;
}

.nav-button .icon-bar,
.nav-button .icon-bar:before,
.nav-button .icon-bar:after {
    background: #672100;
}

.nav-holder-2 {
    margin-top: 0%;
}

.modal-body iframe {
    width: 100%;
    height: 100%;
    /* Ajusta según necesites */
    border: none;
}

.footer-container {
    border: none;
    border-top: 3px solid #672100;
}

.footer-container h5,
.footer-container p {
    color: #672100;
}

@media (max-width: 1024px) {
    .nav-btn-mobile {
        display: inline-grid;
    }
}


.hacienda-btn {
    font-family: 'Cinzel-Regular' !important;
    background-color: #672100 !important;
    color: #FFFFFF !important;
    padding: 15px 20px !important;
    border: 1px solid #672100 !important;
    transition: 0.2s !important;
}

.hacienda-btn:hover {
    background-color: #FFFFFF !important;
    color: #672100 !important;
    transition: 0.2s !important;
}

.hacienda-img {
    background-position: center center !important;
    background-size: cover;
    width: auto;
    height: 300px;
    margin: 0% 5%;
}

.home-widget {
    scroll-margin-top: 110px;
}

.more-btn {
    display: flex;
    flex-wrap: wrap;
    /* Permite que los botones se muevan a la siguiente línea si es necesario */
    gap: 10px;
    /* Espacio entre los botones */
}

.section-rc {
    padding-bottom: 5%;
    scroll-margin-top: 120px;
}

.section-rc2 {
    scroll-margin-top: 120px;
}

.homes-img {
    width: 100%;
    height: 350px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-sub-item {
    font-size: 15px;
}

ol,
ul {
    padding-left: 0px !important;
}

.navbar {
    justify-content: center !important;
}

.menu-nav-2 {
    padding: 0 0 !important;
}

.up-arrow {
    color: #BC8D4B !important;
}

@media (max-width: 600px) {
    header {
        padding-left: 0;
    }
}

.drag-handle {
    cursor: grab;
    color: #a67c52;
    opacity: 0.7;
    transition: color 0.2s;
}

.drag-handle:hover {
    color: #672100;
    opacity: 1;
}