
.bg-primary{
    background: #a3114c !important;
}
.bg-secondary{
    background: #b17a4a !important
}
.bg-primary-linear{
    background: linear-gradient(to right, #9a003e, #ff79af);
}

.title-hero {
    font-size: 72px;
    background: -webkit-linear-gradient(left, #F87171, #540D0D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Montserrat';
    font-weight: 700;
    margin-top: 5rem;
}
.letra-n{
    color: #000;
}
.text-justify{
    text-align: justify !important;
}
.letra-b{
    color: #fff !important;
}
.letra-v{
    color: #a3114c !important;
}
input:hover, input:active, input:focus{
    box-shadow: none !important;
    border-color: #dee2e6 !important;
}
.boton{
    background-color: #a3114c;
    color: #fff;
}
.boton:hover{
    background-color: #B17A45;
    color: #fff;
}
.filter{
    border: 1px solid #a3114c !important;
    border-radius: 5px !important;
    background: #a3114c !important;
    color: #fff !important;
}
.filter:hover, .filter:active, .filter:focus{
    border: 1px solid #a3114c !important;
    border-radius: 5px !important;
    background: #a3114c !important;
    color: #fff !important;
}
.dropdown-menu-dark{
    background: #fff !important;
    border: 1px solid #a3114c;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #a3114c !important;
    color: #Fff !important;
}
.dropdown-item{
    color: #a3114c !important;
}

.hoy{
    /*background-image: url('/assets/public/img/hoy.png');*/
    background: linear-gradient(135deg, #7f7fd5 0%, #86a8e7 50%, #91eac9 100%);
    border-radius: 5px;
    height: auto;
    justify-items: center;
    text-decoration: none !important;
}
.semana{
    /*background: linear-gradient(to right, #2E8B57, #8A2BE2);*/
    background: linear-gradient(to right, #A9A9A9, #708090, #2F4F4F);
    border-radius: 5px;
    height: auto;
    justify-items: center;
    text-decoration: none !important;
}
.mes{
    background: linear-gradient(to right, #F4A300, #D95A10);
    border-radius: 5px;
    height: auto;
    justify-items: center;
    text-decoration: none !important;

}
.mañana{
    background: linear-gradient(to right, #FF7E5F, #FEB47B);
    border-radius: 5px;
    height: auto;
    justify-items: center;
    text-decoration: none !important;
}

.text-n{
    text-decoration: none;
}
footer{
    background: #3C3C3B;
}
.border-yellow{
    border-bottom: 4px solid #B17A45;
}
.bg-b{
    background: #fff !important;
}



/*********climaa********/
.weather-card {
    background: linear-gradient(135deg, #7f7fd5 0%, #86a8e7 50%, #91eac9 100%);
    border-radius: 10px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
    color: #fff;
    padding: 28px 24px 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.weather-header {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.weather-date {
    font-size: 0.95rem;
    opacity: 0.85;
}
.weather-main {
    display: flex;
    align-items: center;
    gap: 12px;
}
.weather-icon {
    font-size: 2.2rem;
}
.weather-temp {
    font-size: 2.6rem;
    font-weight: 600;
}
.weather-location {
    font-size: 1.1rem;
    margin-top: 2px;
    opacity: 0.95;
}
.weather-sun {
    background: rgba(255,255,255,0.12);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    margin-top: 6px;
    font-size: 1rem;
}
.sun-time {
    display: flex;
    align-items: center;
    gap: 6px;
}
.weather-detail {
    background: rgba(255,255,255,0.13);
    border-radius: 12px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
}
.weather-detail .icon {
    font-size: 1.2rem;
}
.weather-extra {
    display: flex;
    justify-content: space-between;
    font-size: 0.98rem;
    opacity: 0.93;
}
.weather-forecast {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    gap: 8px;
}
.forecast-day {
    background: rgba(255,255,255,0.10);
    border-radius: 14px;
    flex: 1;
    padding: 10px 0 8px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}
.forecast-day .icon {
    font-size: 1.2rem;
    margin-bottom: 2px;
}
.forecast-day .temp {
    font-size: 1.1rem;
    font-weight: 500;
}
.forecast-day .min {
    font-size: 0.95rem;
    opacity: 0.8;
}
.none{
    display: none;
}

/****** contacto **************/

.btn-primary{
    background-color: #a3114c;
    color: #fff;
    border-color: #a3114c;
}
.fondo-gris{
    background-image: url('/assets/public/img/fondo-gris.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.formulario{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 16px 0 #80808038;
}
.card-img-top{
    height: 250px !important;
}
.btn:hover{
    background: #B17A45 !important;
    border-color: #B17A45 !important;
}
.card-footer{
    background: none !important;
    border: none !important;
}
.borde-input, .borde-input:focus, .borde-input:active{
    border: 1px solid #dee2e6 !important;
    border-radius: 5px;
    padding: .375rem .75rem;
    color: #808080 !important;
}

.social-share-container {
    gap: 1.5rem;
}

.social-share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
    transition: transform 0.2s ease;
}

.social-share-btn:hover {
    transform: scale(1.1);
    text-decoration: none;
    color: white;
}

.social-share-btn i[class*="fa-facebook"] {
    background: #1877f2;
    border-radius: 50%;
    padding: 15px;
}
.social-share-btn i[class*="fa-twitter"] {
    background: #1da1f2;
    border-radius: 50%;
    padding: 15px;
}

.social-share-btn i[class*="fa-whatsapp"] {
    background: #25d366;
    border-radius: 50%;
    padding: 15px;
}

.social-share-btn i[class*="fa-link"] {
    background: #6c757d;
    border-radius: 50%;
    padding: 15px;
}
#mapa{
    background: #ffffffb5;
}
.fondo-mapa{
    background-image: url('/assets/public/img/mapa.png');
    background-repeat: no-repeat;
    background-size: cover;

}
@media (min-width: 576px) {
    
}
@media (min-width: 768px) {
    .title-hero{
    }
}
.h-150{
    height: 150px;
}
.h-100{
    height: 100%;
}
.card{
    border: none !important;
    box-shadow: 0 0 16px 0 #8080803b !important;
}
.circulo{
    border: 1px dashed #a3114c;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.justify-items-center{
    justify-items: center;
}
.o-3{
    opacity: 0.3;
}
.evento-iniciado {
        background: linear-gradient(45deg, #28a745, #20c997) !important;
    }
    
    .evento-iniciado #countdown-status {
        animation: pulse 2s infinite;
    }
    
    @keyframes pulse {
        0% { opacity: 1; }
        50% { opacity: 0.7; }
        100% { opacity: 1; }
    }
.fz-1{
    font-size: 1.3em !important;

}
input:focus {
    outline: none !important;
}
.form-check-input:checked{
    background-color: #a3114c !important;
    border-color: #a3114c !important;
}
.h-185{
    height: 200px;
}

/* Agregar en tu archivo CSS */
.vista-lista .card {
    margin-bottom: 1rem;
}

.vista-lista .card .row {
    display: flex;
   /* align-items: center;*/
}

.vista-grid .card {
    margin-bottom: 1.5rem;
    height: 400px;
}

.vista-grid .col-md-4 {
    /*flex: 0 0 100%;
    max-width: 100%;*/
}

.vista-grid .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
}

.vista-grid .card-body {
    padding: 1rem;
    height: 195px;
    overflow: hidden;
}

.btn-vista-activo {
    background-color: #b17a4a !important;
    border-color: #b17a4a !important;
}