.event-link{text-decoration:underline}.event-section-container{background-color:var(--primary)}.event-category-header{padding:15px 0}.event-category-title{color:#fff !important;margin:0}.white-title{color:#fff !important}header.splash-chulapa-image,header.hero-chulapa-image,.header-chulapa div.header-chulapa-img{display:inline-block;overflow:hidden;background:none;position:relative}header.splash-chulapa-image picture,header.hero-chulapa-image picture,.header-chulapa div.header-chulapa-img picture{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}header.splash-chulapa-image picture img,header.hero-chulapa-image picture img,.header-chulapa div.header-chulapa-img picture img{object-fit:cover;max-width:100%;min-width:100%;height:100%}header.splash-chulapa-image picture::after,header.hero-chulapa-image picture::after,.header-chulapa div.header-chulapa-img picture::after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4))}.multi-question-form{max-width:500px;margin:20px auto;padding:20px;border:1px solid #ccc;border-radius:8px;background-color:#f9f9f9}.multi-question-form label{display:block;margin-bottom:5px;font-weight:bold}.multi-question-form input[type=text],.multi-question-form input[type=email],.multi-question-form textarea,.multi-question-form select{width:100%;padding:10px;margin-bottom:15px;border:1px solid #ccc;border-radius:4px}.multi-question-form button{padding:10px 20px;background-color:var(--primary);color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s,opacity .3s}.multi-question-form button.newsletter{background-color:orange}.multi-question-form button:hover:not(.disabled){background-color:#000;color:#fff}.multi-question-form button.newsletter:hover:not(.disabled){background-color:#ff8c00;color:#fff}.multi-question-form button.disabled{background-color:var(--primary);opacity:.6;cursor:not-allowed}.multi-question-form button.newsletter.disabled{background-color:orange;opacity:.6;cursor:not-allowed}#confirmationMessage,#errorMessage{max-width:500px;margin:20px auto;text-align:center}.text-primary{color:var(--primary) !important}.text-primary.newsletter{color:orange !important}#user-info .nav-link{color:#fff}#user-info .nav-link:hover{color:#0f81c7;text-decoration:none}.like-btn.liked{background-color:var(--primary);border-color:var(--primary);color:#fff}.like-btn.liked:hover{background-color:var(--primary-dark);border-color:var(--primary-dark);color:#fff}.navbar-chulapa-fab label.navbar-toggler{background-color:var(--primary);border-radius:50%;width:58px;height:58px;display:flex;align-items:center;justify-content:center}.navbar-chulapa-fab label.navbar-toggler .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.post .post-content{font-size:1.1rem;line-height:1.6}.post .post-content p{margin-bottom:1.5rem}.post .post-content h2,.post .post-content h3,.post .post-content h4,.post .post-content h5,.post .post-content h6{color:#fff !important;margin-top:2.5rem;margin-bottom:1rem;font-weight:bold}.post .post-content h2 a,.post .post-content h3 a,.post .post-content h4 a,.post .post-content h5 a,.post .post-content h6 a{color:inherit;text-decoration:none}.post .post-content h2 a:hover,.post .post-content h3 a:hover,.post .post-content h4 a:hover,.post .post-content h5 a:hover,.post .post-content h6 a:hover{text-decoration:underline}.post .post-content h2{font-size:1.75rem}.post .post-content h3{font-size:1.5rem}.post .post-content h2+p,.post .post-content h3+p,.post .post-content h4+p,.post .post-content h5+p,.post .post-content h6+p{margin-top:1rem}.post .post-content>h2:first-child,.post .post-content>h3:first-child,.post .post-content>h4:first-child,.post .post-content>h5:first-child,.post .post-content>h6:first-child{margin-top:0}.post .post-content a:not(.btn){color:var(--primary);text-decoration:underline}.post .post-content a:not(.btn):hover{filter:brightness(0.8)}body .post-content a:not(.btn),body .post-content h2 a:not(.btn),body .post-content h3 a:not(.btn),body .post-content h4 a:not(.btn),body .post-content h5 a:not(.btn),body .post-content h6 a:not(.btn),body ul li a:not(.btn),body a:not(.btn){color:var(--primary);text-decoration:underline}body .post-content a:not(.btn):hover,body .post-content h2 a:not(.btn):hover,body .post-content h3 a:not(.btn):hover,body .post-content h4 a:not(.btn):hover,body .post-content h5 a:not(.btn):hover,body .post-content h6 a:not(.btn):hover,body ul li a:not(.btn):hover,body a:not(.btn):hover{filter:brightness(0.8)}.post-content .post-subheading{margin-top:1.5rem;margin-bottom:.75rem}.post-content h2{margin-top:1.5rem;margin-bottom:.75rem}.post-content .post-subheading{font-size:1.75rem;font-weight:bold;color:var(--primary);margin-top:2rem;margin-bottom:1rem}.post-content p{margin-bottom:1rem}.post-content .post-subheading+p{margin-top:.5rem}.post-footer{padding:2rem 0;margin-top:3rem}.post-footer h4{font-size:1.2rem;font-weight:bold;margin-bottom:1rem;color:#ff550b}.post-footer .quick-links,.post-footer .newsletter-signup{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.05);height:100%}.post-footer .quick-links ul{list-style-type:none;padding-left:0}.post-footer .quick-links ul li{margin-bottom:.5rem}.post-footer .quick-links ul li a{color:var(--primary);text-decoration:underline;transition:color .3s ease}.post-footer .quick-links ul li a:hover{filter:brightness(0.8)}.post-footer .newsletter-signup .multi-question-form{background-color:rgba(0,0,0,0);border:none;padding:0;box-shadow:none}.post-footer .newsletter-signup .multi-question-form input[type=email]{border:1px solid #ced4da;border-radius:4px;padding:.5rem;width:100%;margin-bottom:1rem}.post-footer .newsletter-signup .multi-question-form button.newsletter{width:100%;padding:.75rem;font-weight:bold;text-transform:uppercase;letter-spacing:.5px}.post-navigation{margin:2rem 0;display:flex;justify-content:space-between;align-items:center}.post-navigation .btn{padding:.5rem 1rem;font-weight:bold;transition:background-color .3s ease,color .3s ease}.post-navigation .btn:hover{background-color:var(--primary);color:#fff}.post-navigation .all-articles-link{text-align:center}.post-navigation .all-articles-link a{display:inline-block;padding:.5rem 1rem;background-color:var(--primary);color:#fff;text-decoration:none;font-weight:bold;border-radius:4px;transition:filter .3s ease}.post-navigation .all-articles-link a:hover{filter:brightness(0.9)}.post-content h2{color:#fff !important}#search-market-input{border:2px solid var(--primary);border-radius:4px;padding:10px;transition:all .3s ease;box-shadow:0 0 5px rgba(0,0,0,.1)}#search-market-input:hover{box-shadow:0 0 8px rgba(0,0,0,.2)}#search-market-input:focus{outline:none;box-shadow:0 0 10px rgba(var(--primary-rgb), 0.3)}.event-tags{font-size:.875rem;color:#6c757d;margin-top:.5rem}.custom-control-input:checked~.custom-control-label::before{border-color:var(--primary);background-color:var(--primary)}.custom-switch .custom-control-label::before{background-color:#fff;border:1px solid var(--primary)}.custom-switch .custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(var(--primary-rgb), 0.25)}.custom-control-label{color:var(--primary);font-weight:bold}.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.form-group .btn{margin-bottom:.5rem}@media(max-width: 768px){.form-group .btn{display:block;width:100%;margin-right:0 !important}}.advertising-page{background-color:#000;min-height:100vh}.advertising-page .container{max-width:1200px}.advertising-page .bg-white{background-color:#fff;border-radius:15px;box-shadow:0 0 20px hsla(0,0%,100%,.1)}.advertising-page h1,.advertising-page h2,.advertising-page h3,.advertising-page h4,.advertising-page h5,.advertising-page h6{color:#333 !important}.advertising-page p,.advertising-page span,.advertising-page div,.advertising-page label{color:#333}.advertising-page .card-title{color:#007bff}.advertising-page .text-white{color:#fff !important}.advertising-page .bg-danger h2,.advertising-page .bg-danger p,.advertising-page .bg-danger span{color:#fff !important}.banner-limit{font-size:1.2em;font-weight:bold;color:#ffc107;display:block;margin-bottom:5px}.advertising-page-wrapper{background-color:#000;min-height:100vh;padding:30px 0}.advertising-page-wrapper .container{background-color:#fff;border-radius:15px;padding:30px;color:#333}.advertising-page-wrapper h1,.advertising-page-wrapper h2,.advertising-page-wrapper h3,.advertising-page-wrapper h4,.advertising-page-wrapper h5,.advertising-page-wrapper h6{color:#333}.advertising-page-wrapper .card{color:#333}.advertising-page-wrapper .text-muted{color:#6c757d !important}.advertising-page-wrapper .btn-link{color:#007bff}.ad-container{text-align:center;margin-bottom:20px}.ad-container img{max-width:100%;height:auto}.ad-container h3{margin-top:10px;font-size:1.5em}.ad-container p{font-size:1em}.ad-container{margin:20px 0}.ad-container .image-container{max-width:100%;aspect-ratio:16/9;position:relative;overflow:hidden;background-color:#000}.ad-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;transition:opacity .3s ease;backface-visibility:hidden;transform:translateZ(0)}.ad-container a{display:block;width:100%;height:100%}.ad-container .ad-text-container{margin-top:10px}.ad-container .ad-headline{margin-bottom:5px}.ad-container .ad-description{font-size:.9em}img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.top-images{display:flex;justify-content:space-between;margin-bottom:20px}.top-images .ad-container{width:48%;margin:0}.top-images .ad-container .image-container{aspect-ratio:16/9}.top-images .ad-container img{object-fit:cover}.ad-container{margin:20px 0}.ad-container .image-container{max-width:100%;aspect-ratio:16/9;position:relative;overflow:hidden;background-color:#000}.ad-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;transition:opacity .3s ease;backface-visibility:hidden;transform:translateZ(0)}@media(max-width: 767px){.pricing-table{font-size:14px}.pricing-table h3{font-size:1.5rem}.pricing-table h4{font-size:1.2rem}.pricing-table ul{padding-left:0}.pricing-table ul li{margin-bottom:5px}.pricing-table .badge{font-size:10px}}@media(max-width: 575px){.pricing-table{font-size:12px}.pricing-table h3{font-size:1.2rem}.pricing-table h4{font-size:1rem}.pricing-table ul li{margin-bottom:3px}.pricing-table .badge{font-size:9px}}header.splash-chulapa-image .container-lg,header.splash-chulapa .container-lg{position:relative;z-index:1000}header.splash-chulapa-image .container-lg .p-name,header.splash-chulapa-image .container-lg .chulapa-subtitle,header.splash-chulapa .container-lg .p-name,header.splash-chulapa .container-lg .chulapa-subtitle{position:relative;z-index:1001}/*# sourceMappingURL=custom.css.map */