﻿@font-face {
    font-family: 'Patria';
    src: url('../../fonts/PATRIA_REGULAR.OTF') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.paragah-produccion {
    font-family: 'Patria', sans-serif;
    font-size: 14px;
    text-align: justify;
}

.title-f {
    font-family: 'Patria', sans-serif;
    font-family: 'Patria', sans-serif;
    font-size: 5rem;
    color: #611232;
    text-align:center;
    padding:25px;
    font-weight:700;
}
.paragrah-i {
    /*border-top: 2px solid #8b8b8d; */   
    text-align: center;
    font-family: 'Patria', sans-serif;
    font-size:2rem;
    padding:5px;
}
.menu-i {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 15px;    
    /*border:1px solid #8b8b8d;*/
    width: 85%;
    gap: 15px;
    height: auto;
    margin: 0 auto;
  /*  margin-top: 25px;*/
}
.sub_title p{
    font-size: 1.5em;
    /*padding: 15px;*/
    text-align:center;
}

.menu-d {
    display: grid;
    grid-template-columns: .5fr 1fr;
    height: auto;
    width: 85%;
    border: 2px solid #8b8b8d;
    border-radius: 15px;
    box-shadow: 0 8px 16px -1px rgba(0, 0, 0, 0.3), 0 4px 6px -1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all .3s ease;
}
   

    .menu-d:hover {
        border-color: #a02142;
        background-color: #a02142;
        color:white;
        transform: translateY(-3px);
        box-shadow: 0 12px 24px rgba(160, 33, 66, 0.25);
    }
        .menu-d:hover .menu-p1 p {
            color: #fff;
        }
.menu-p {
    display: flex;
    justify-content: center;
    align-items: center;  
}
    .menu-p img {
        transition: filter .3s ease;
    }

.menu-d:hover .menu-p img {
    filter: brightness(0) invert(1);
}
.menu-p1 p{
   /* text-align:center;*/
    font-size:20px;
    font-weight:700;
    color:#8b8b8d;
}

.title-f1 {
    font-family: 'Patria', sans-serif;
    font-size: 3rem;
    color: #611232;
    margin-top: 15px;
}
.paragrah-1{
    font-size:1.8rem;

}
.paragrah-2{
    font-size:1.8rem;
    font-weight:700; 
    margin-top:15px;
}
.paragrah-3 {
    font-size: 1.8rem;  
    font-weight:200;
    /*margin-top: 15px;*/
}
.fuente{
    color:#8b8b8d;
    font-size:1.3rem;
    margin-top:15px;
    text-align:justify;
}

.hr1-2 {
    border: none;
    height: 3px;
    background-color: #98989a;
    width: 100%;
    margin: 20px auto;
}
.two-opt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
    width: 100%;
    gap: 15px;
    align-items: center;
    justify-items: center;
   
}

.two-opt1 {
    width: 90%;
    height: auto;   
    border-radius: 15px;
    background-color: #ecdbb5;
}
.two-opt1 p{
    padding:15px;
    font-size:1.5rem;
}
.exp-cre {
    list-style-type: circle;
}
 
    .exp-cre li {
        font-size: 15px;
        margin-bottom: 5px; 
    }

.full-width-container {
    width: 100vw; 
    min-height: 100px; 
    display: flex;
    justify-content: center; 
    align-items: flex-start; 
    padding-top: 20px; 
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.top-centered-img {
    width: 450px;
    max-width: 100%;
    height: auto; 
    max-height: 450px;
    display: block;
}
.link-guinda {
    color: #701a33; 
    font-weight: bold;
    text-decoration: none;
}

    .link-guinda:hover {
        color: #8b1e3f; 
        text-decoration: underline;
    }

/*==================================================
        Housing Price Slider
    ==================================================*/

.housing-price-slider {
    padding: 0 10px;
}

    /* Barra completa */
    .housing-price-slider .ui-slider {
        position: relative;
        width: 100%;
        height: 8px;
        background: #D8D8D8;
        border-radius: 999px;
        border: none;
    }

    /* Barra seleccionada */
    .housing-price-slider .ui-slider-range {
        position: absolute;
        top: 0;
        height: 100%;
        background: #A02142;
        border-radius: 999px;
    }

    /* Botones */
    .housing-price-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 18px;
        height: 18px;
        top: 50%;
        margin-top: -9px;
        margin-left: -9px;
        background: #FFFFFF;
        border: 3px solid #A02142;
        border-radius: 50%;
        cursor: pointer;
        outline: none;
        transition: .15s;
    }

        /* Hover */
        .housing-price-slider .ui-slider-handle:hover {
            transform: scale(1.08);
            box-shadow: 0 0 0 5px rgba(160,33,66,.12);
        }

        /* Active */
        .housing-price-slider .ui-slider-handle:active {
            transform: scale(.95);
        }

    /* Quitar estilos del tema */
    .housing-price-slider .ui-widget-content {
        border: none;
    }

    .housing-price-slider .ui-widget-header {
        border: none;
        background: #A02142;
    }

        .housing-price-slider .ui-state-default,
        .housing-price-slider .ui-widget-content .ui-state-default,
        .housing-price-slider .ui-widget-header .ui-state-default {
            background: #FFFFFF;
            border: 3px solid #A02142;
        }

    .housing-price-slider .ui-state-focus,
    .housing-price-slider .ui-state-active {
        outline: none;
    }
    /*********************/

.housing-tabs {
    display: flex;
    justify-content: flex-start; /* Izquierda */
    gap: 10px;
    border-bottom: none;
    margin: 20px 0;
    padding-left: 0;
}

    /* Bootstrap agrega float:left */
    .housing-tabs > li {
        float: none;
        margin: 0;
    }

        /* Botones */
        .housing-tabs > li > a {
            min-width: 170px;
            text-align: center;
            padding: 12px 24px;
            background: #fff;
            color: #a02142;
            border: 2px solid #a02142;
            border-radius: 4px; /* Cuadrados (puedes poner 0 si los quieres completamente rectos) */

            font-size: 15px;
            font-weight: 600;
            transition: all .25s ease;
        }

            /* Hover */
            .housing-tabs > li > a:hover {
                background: #a02142;
                color: #fff;
                border-color: #a02142;
            }

        /* Activo */
        .housing-tabs > li.active > a,
        .housing-tabs > li.active > a:hover,
        .housing-tabs > li.active > a:focus {
            background: #a02142;
            color: #fff;
            border-color: #a02142;
        }
/*************************************************/
/**************Boton de Descarga******************/
.housing-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #107C41;
    color: #fff;
    border: 2px solid #107C41;
    border-radius: 4px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s ease;
}

    .housing-download-btn:hover {
        background: #0B6A37;
        border-color: #0B6A37;
        color: #fff;
        box-shadow: 0 4px 12px rgba(16, 124, 65, .30);
    }

    .housing-download-btn:focus,
    .housing-download-btn:active {
        color: #fff;
        outline: none;
    }

    .housing-download-btn:hover .csv-icon {
        transform: translateY(2px);
    }

.csv-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    transition: transform .3s ease;
    flex-shrink: 0;
}