.results-container {
    padding: 25px 15px;
}
.web-nav-logo img {
    max-height: 65px;
}
header {
    display: none !important;
}
footer {
    display: none !important;
}
.home .pom-lang-switcher {
    position: fixed;
    z-index: 2;
    right: 15px;
    top: 5px;
}
.menus-header {
    left:0; 
    right:0; 
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.01), #ffffffc7); 
    background: linear-gradient(to top, rgba(0, 0, 0, 0.01), #ffffffc7);
    text-transform: uppercase;
}

/**** GENERAL ****/
.web-btn-xs {
    padding: 6px 35px 6px 2px !important;
    font-size: 0.7rem !important;
}
.web-btn-xs>span {
    -webkit-transform: translateX(26px) !important;
    -ms-transform: translateX(26px) !important;
    transform: translateX(26px) !important;
}
.web-btn-xs>.icon {
    width: 25px !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    margin-top: -2px;
}
.web-feed-meta {
    margin-right: 15px;
}

/**** MODALS ****/
.web-modal .modal-content {
    border-radius: 30px;

    
}

.web-modal .modal-header, 
.web-modal .modal-footer {
    padding: 65px 65px 20px;
    border: none;
}
.web-modal .modal-body {
    padding: 0px 65px 65px;
}
.modal-header .close {
    position: absolute !important;
    top: 15px;
    right: 30px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50px;

    }
.modal-header .close .web-svg-icon {
    display: block;
    width: auto;
    height: auto;
}
.modal-header .close .web-svg-icon svg {
    transform: none;
    display: block;
}

@media (max-width: 991px) {
    .web-modal .modal-body {
        padding: 0 20px 17px;
    }
    .web-modal .modal-header,
    .web-modal .modal-footer {
        padding: 85px 20px 17px;
    }
}

/**** HELPERS ****/
.boton-oculto {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
}.menus-feed-video {
    height: 0;
    padding-top: 56.25%;
}
.web-blog-isotope .web-blog-post {
    margin-bottom: 25px;
}
.menus-feed-item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 10px 10px 20px #f0f0f0, -10px -10px 20px #fefefe;
}
.is-featured .menus-feed-item {
    box-shadow: 0 0 0 3px #C84646, 10px 10px 20px #121013, -10px -10px 20px #2c2b2b;
}
.menus-feed-item > div {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.post-featured {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    line-height: 1;
    margin-bottom: 10px;
}

@-webkit-keyframes slide {
    0% { transform: translatex(0px); }
    5% { transform: translatex(-20px); }
    10% { transform: translatex(0px); }
    90% { transform: translatex(0px); }
    95% { transform: translatex(-20px); }
    100% { transform: translatex(0px); }
}
.flickity-slider>.carousel-cell:first-child img.lazy.loaded,
.flickity-slider>.carousel-cell:nth-child(2) img.lazy.loaded {
    /*-webkit-animation: slide 5s linear 1s;
    animation-iteration-count:1;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);*/

    -webkit-animation: slide 5s ease infinite;
    animation-delay:2s;
    box-shadow: 0 0 15px rgba(0,0,0,0.3)
}
.flickity-prev-next-button {
    width: 25px;
    height: 25px;
    background: #C84646;
    color: #fff;
}
.flickity-prev-next-button:hover {
    background: #913232;
}