/*region COOKIES */
.gya_cookies { position: fixed; z-index: 999998; top: 0; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: center; padding: 20px; background-color: rgba(0, 0, 0, 0.6); font-family: 'Karma', sans-serif; }
.gya_modal { z-index: 999999; width: 400px; box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.54); border-radius: 4px; background-color: #fff; line-height: 1.6; }
.gya_header { font-weight: bold; font-size: 20px; padding: 10px 25px; }
.gya_body { border-top: 1px solid #ccc; padding: 10px 25px; color: #333; text-align: justify; font-size: 13px; }
.gya_cookies_list { list-style: none; margin: 20px auto; }
.gya_cookies_list li { border: 1px solid #ccc; border-bottom:0px; padding: 10px; }
.gya_cookies_list li:last-child { border-bottom: 1px solid #ccc; }
.gya_cookies_list li label { margin-bottom: 0px; }
/*endregion COOKIES */

/*region ERRORS*/
#notfound { position: relative; height: 50vh; }
#notfound .notfound { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.notfound { max-width: 520px; width: 100%; line-height: 1.4; text-align: center; }
.notfound .notfound-404 { position: relative; height: 240px; }
.notfound .notfound-404 h1 { font-family: 'Montserrat', sans-serif; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 252px; font-weight: 900; margin: 0px; color: #262626; text-transform: uppercase; letter-spacing: -40px; margin-left: -20px; }
.notfound .notfound-404 h1>span { text-shadow: -8px 0px 0px #fff; }
.notfound .notfound-404 h3 { font-family: 'Cabin', sans-serif; position: relative; font-size: 16px; font-weight: 700; text-transform: uppercase; color: #262626; margin: 0px; letter-spacing: 3px; padding-left: 6px; }
.notfound h2 { font-family: 'Cabin', sans-serif; font-size: 20px; font-weight: 400; text-transform: uppercase; color: #000; margin-top: 0px; margin-bottom: 25px; }
@media only screen and (max-width: 767px) {
    .notfound .notfound-404 { height: 200px; }
    .notfound .notfound-404 h1 { font-size: 200px; }
}
@media only screen and (max-width: 480px) {
    .notfound .notfound-404 { height: 162px; }
    .notfound .notfound-404 h1 { font-size: 162px; height: 150px; line-height: 162px; }
    .notfound h2 { font-size: 16px; }
}
/*endregion ERRORS*/

.colaboradores img {
    width: 300px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 15px;
}

.patrocinadores img {
    width: 180px;
    height: 90px;
    object-fit: contain;
    margin-bottom: 15px;
}

.page_contacto .header .extra-nav > ul > li > a,
.page_contacto .header .inner-nav > ul > li > a,
.page_contacto .header.header-small .extra-nav > ul > li > a,
.page_contacto .header.header-small .inner-nav > ul > li > a {
    color: #333;
}

@media (max-width: 991.98px) {
    .page_contacto .header .inner-nav > ul > li > a,
    .page_contacto .header.header-small .inner-nav > ul > li > a,
    .page_contacto .header.header-transparent .inner-nav > ul > li > a {
        color: #fff;
    }

    .page_contacto .header + .wrapper section.maps-container:first-child {
        padding-top: 0px;
    }
}

.page_contacto .header .extra-nav > ul > li > a:hover,
.page_contacto .header .extra-nav > ul > li > a.active,
.page_contacto .header .inner-nav > ul > li > a:hover,
.page_contacto .header .inner-nav > ul > li > a.active,
.page_contacto .header.header-small .extra-nav > ul > li > a:hover,
.page_contacto .header.header-small .extra-nav > ul > li > a.active,
.page_contacto .header.header-small .inner-nav > ul > li > a:hover,
.page_contacto .header.header-small .inner-nav > ul > li > a.active {
    color: rgba(34, 34, 34, .65);
}

.inner-brand { padding: 15px; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; background: white; }
.inner-brand img { max-width: 100px; }

@media (max-width: 991.98px) {
    .inner-brand {
        padding: 0px;
    }

    .inner-brand img {
        max-width: 30px !important;
    }
}

.eventos .post-header {
    margin-bottom: 0px;
}
.eventos .post-header .post-title {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
}
.eventos .post-wrapper {
    border-bottom: 1px solid #d5d5d5;
}

.module-cover-slides,
.module-cover,
.maps-container{
    border-bottom: 4px solid #ef7f1a;
}

.footer {
    border-top: 4px solid #ef7f1a;
}

.timeline-Header { display: none !important; }


.btn-brand {
    background-color: #ef7f1a;
    border-color: #ef7f1a;
}

.btn-brand:hover {
    background-color: #cb6b16;
    border-color: #cb6b16;
}

a {
    color: #ef7f1a;
}
a:hover {
    color: #cb6b16;
}
h1 > a:hover, h1 > a:focus, h2 > a:hover, h2 > a:focus, h3 > a:hover, h3 > a:focus, h4 > a:hover, h4 > a:focus, h5 > a:hover, h5 > a:focus, h6 > a:hover, h6 > a:focus {
    color: #ef7f1a;
}

.btn-brand:not([disabled]):not(.disabled):active, 
.btn-brand:not([disabled]):not(.disabled).active, 
.show > .btn-brand.dropdown-toggle {
    background-color: #ef7f1a;
    border-color: #cb6b16;
}

.social-icons > li > a {
    font-size: 2rem;
}

.double-bounce1, .double-bounce2 {
    background-color: #ef7f1a;
}

.emisionEnDirecto {
    z-index: 999;
    width: 250px;
    position: fixed;
    bottom: 30px;
    left: 30px;
    border-radius: 10px;
    border: 4px solid #ef7f1a;
    background: white;
}
    .emisionEnDirecto img {
        max-height: 200px;
        object-fit: cover;
        width: 100%;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

@keyframes blink {
    0% { box-shadow: 0 0 20px #e02223; }
    50% { box-shadow: none; }
    100% { box-shadow: 0 0 20px #e02223; }
}
@-webkit-keyframes blink {
    0% { box-shadow: 0 0 20px #e02223; }
    50% { box-shadow: 0 0 0; }
    100% { box-shadow: 0 0 20px #e02223; }
}
.blink {
    -webkit-animation: blink 1.0s linear infinite;
    -moz-animation: blink 1.0s linear infinite;
    -ms-animation: blink 1.0s linear infinite;
    -o-animation: blink 1.0s linear infinite;
    animation: blink 1.0s linear infinite;
}

.homeContacto {
    background-image: url(../images/footer-bg.svg);
    background-size: cover;
    background-position: top right;
    padding-top: 260px;
    margin-top: 0px;
    color: #fff;
    border-bottom: 4px solid #e64522;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-color: #ef7f1a;
}

.widget a:hover, .widget a:focus {
    color: #ef7f1a;
}

.page-home .post-title {
    margin-bottom: 8px !important;
    min-height: 42px;
    font-size: 1rem;
}
.page-home .post-header {
    margin-bottom: 10px;
}
.page-home .post-content > p:first-child {
    height: 126px;
    max-height: 126px;

}
.page-home .post,
.page-home .post2 {
    border-bottom: 1px solid #efefef !important;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.post-preview img {
    width: 100%;
    /*max-height: 230px;*/
    object-fit: cover;
}


.portfolio-item .portfolio-item-img {
	overflow: hidden;
}

.portfolio-item:hover .portfolio-item-img {
    top: 0rem;
}

.portfolio-item .portfolio-item-img img {
	transition: all .3s ease-in-out;
}

.portfolio-item:hover .portfolio-item-img img {
    transform: scale(1.1);
}
.portfolio-item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}