@charset "UTF-8";
#year-filter {
    opacity: 0;
    transition: 0.9s;
    height: 0px;
    position: absolute;
    left: 42.6%;
    width: 15% !important;
    border-radius: 28px;
    padding: 23px 12px;
    box-shadow: 0px 10px 11px 2px #d9d9d9;
}

#year-filter.show-filter {
    opacity: 1;
    height: auto;
    transition: 0.9s;
    z-index: 2;
}

.social-sharing a::before,
[class*=" icon-"],
[class^=icon-] {
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.swiper-slide,
.swiper-wrapper {
    height: 100%;
    position: relative;
    width: 100%;
}

figure img,
img {
    vertical-align: middle;
}

button,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 100;
    src: local('Lato Hairline'), local('Lato-Hairline'), url(https://fonts.gstatic.com/s/lato/v11/vDvcuXwZxUMLuTfuLrSLpA.ttf) format('truetype');
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v11/BTu4SsVveqk58cdYjlaM9g.ttf) format('truetype');
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/4GwpJM7qx9X5Obd9KsnKxQ.ttf) format('truetype');
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v11/zpv3sOKAbMf4wff105oLjw.ttf) format('truetype');
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v11/5pEc4QKTMA2oB4Hi9NkS4w.ttf) format('truetype');
}

@font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 100;
    src: local('Lato Hairline Italic'), local('Lato-HairlineItalic'), url(https://fonts.gstatic.com/s/lato/v11/BcYrd0iNCJ_stXPM2VCqXPesZW2xOQ-xsNqO47m55DA.ttf) format('truetype');
}

@font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 300;
    src: local('Lato Light Italic'), local('Lato-LightItalic'), url(https://fonts.gstatic.com/s/lato/v11/XNVd6tsqi9wmKNvnh5HNEKCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}

@font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 400;
    src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v11/LgcV55siz7BRNdbO3Huj5g.ttf) format('truetype');
}

@font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 700;
    src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v11/AcvTq8Q0lyKKNxRlL28Rn6CWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}

@font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 900;
    src: local('Lato Black Italic'), local('Lato-BlackItalic'), url(https://fonts.gstatic.com/s/lato/v11/81X-1TO5y4aMK2PPy9kFw6CWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

mark {
    background: 0 0;
    color: #fff;
    font-weight: 700;
}

.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

#footer .sites a,
form>p {
    -webkit-box-align: center;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination-white .swiper-pagination-bullet,
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    display: inline-block;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

figure img,
form,
form .wpcf7-form-control-wrap,
form>p {
    width: 100%;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@font-face {
    font-family: Gotham;
    src: url(fonts/gotham-ultra-webfont.woff2) format("woff2"), url(fonts/gotham-ultra-webfont.woff) format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Gotham;
    src: url(fonts/gotham-black-webfont.woff2) format("woff2"), url(fonts/gotham-black-webfont.woff) format("woff");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: Gotham;
    src: url(fonts/gotham-bold-webfont.woff2) format("woff2"), url(fonts/gotham-bold-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Gotham;
    src: url(fonts/gotham-medium-webfont.woff2) format("woff2"), url(fonts/gotham-medium-webfont.woff) format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Gotham;
    src: url(fonts/gotham_book-webfont.woff2) format("woff2"), url(fonts/gotham_book-webfont.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Gotham;
    src: url(fonts/gotham-light-webfont.woff2) format("woff2"), url(fonts/gotham-light-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Gotham;
    src: url(fonts/gotham-xlight-webfont.woff2) format("woff2"), url(fonts/gotham-xlight-webfont.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Gotham;
    src: url(fonts/gotham-thin-webfont.woff2) format("woff2"), url(fonts/gotham-thin-webfont.woff) format("woff");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: colombia-icons;
    src: url(fonts/colombia-icons.woff?gqm302) format("woff");
    font-weight: 400;
    font-style: normal;
}

[class*=" icon-"],
[class^=icon-] {
    font-family: colombia-icons!important;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
}

.icon-allies::before {
    content: "";
}

.icon-contact::before,
.menu-item.menu-item-36199::before {
    content: "";
}

.icon-mail::before {
    content: "";
}

.icon-downloads::before,
.menu-item.menu-item-36198::before {
    content: "";
}

.icon-events::before,
.menu-item.menu-item-36202::before {
    content: "";
}

.icon-videos::before,
.menu-item.menu-item-36203::before {
    content: "";
}

.icon-places::before {
    content: "";
}

.icon-volume::before {
    content: "";
}

.icon-arrow-left::before {
    content: "";
}

.icon-arrow-right::before {
    content: "";
}

.icon-arrow-up::before {
    content: "";
}

.icon-arrow-down::before {
    content: "";
}

.icon-facebook::before {
    content: "";
}

.icon-gplus::before {
    content: "";
}

.icon-read-more::before {
    content: "";
}

.icon-linkedin::before {
    content: "";
}

.icon-message::before {
    content: "";
}

.icon-twitter::before {
    content: "";
}

.icon-youtube::before {
    content: "";
}

.icon-instagram::before {
    content: "";
}

.icon-menu::before {
    content: "";
}

.icon-search::before {
    content: "";
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

.cat-section-cats.l-flex .cat-name a {
    color: #fff;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

body {
    background: #f4f4f4;
    color: #444;
    overflow-x: hidden;
    font-family: Lato;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    font-family: Gotham;
}

figure,
form>p {
    margin: 0;
}

button {
    background: 0 0;
    cursor: pointer;
}

figure img {
    height: auto;
}

section {
    max-width: 100%;
}

@media screen and (min-width:48em) {
    form {
        border-bottom: 1px solid #e4e4e4;
    }
}

form>p {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

form div.wpcf7-response-output {
    background-color: rgba(68, 68, 68, .5);
    color: #fff;
    padding: 1em;
}

form span.wpcf7-not-valid-tip {
    display: inline-block;
    font-size: 10px;
    font-style: italic;
    margin-top: .25em;
}

#menu-idioma>.menu-item>a::after,
#menu-langage>.menu-item>a::after,
#menu-language>.menu-item>a::after,
.select::after {
    font-style: normal;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

label {
    display: inline-block;
    font-size: 13px;
    margin: .75em 0;
    text-transform: uppercase;
}

.checkbox-wrap {
    margin-bottom: 1.5em;
    position: relative;
    display: flex;
}

.checkbox-wrap a {
    font-weight: 700;
}

.checkbox-wrap label {
    margin: 0 0 0 10px;
    vertical-align: top;
    width: -webkit-calc(100% - 22px);
    width: calc(100% - 22px);
}

.checkbox-wrap .wpcf7-form-control-wrap {
    display: inline-block;
    position: static;
    vertical-align: top;
    width: auto;
}

.checkbox-wrap .wpcf7-form-control-wrap span {
    margin: 0;
}

.checkbox-wrap .wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
}

input[type=search] {
    border-radius: 0;
}

input:not([type=submit]):not([type=search]):not([type=checkbox]):not([type=radio]),
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f4f4f4;
    margin: .5em 0;
    border: none;
    border-radius: 0;
    font-family: Gotham;
    font-size: 13px;
    max-height: 140px;
    padding: 1em 3em 1em 1em;
    resize: none;
    width: 100%;
}

input[type=submit] {
    display: inline-block;
    margin-top: 1em;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.select {
    position: relative;
}

.select::after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    right: .75em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: colombia-icons!important;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
}

#footer,
.btn,
button {
    font-family: Gotham;
}

#footer .footer .menu a,
#main-nav .menu>.menu-item>a,
#menu-idioma a,
#menu-langage a,
#menu-language a,
.btn,
button {
    text-transform: uppercase;
}

.btn,
button {
    border: none;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 1em 2em;
    text-decoration: none!important;
    text-shadow: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn.btn-primary,
button.btn-primary {
    background-color: #fff;
    color: #444;
}

.btn.btn-primary:hover,
.btn.btn-secondary,
button.btn-primary:hover,
button.btn-secondary,
a.btn-secondary {
    background-color: #444;
    color: #fff;
}

.btn.btn-secondary:hover,
button.btn-secondary:hover,
a.btn-secondary:hover {
    background-color: #fff;
    color: #444;
}

.swiper-pagination-bullet {
    background: #676464cc;
    border-radius: 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
}

#main-slider .swiper-slide {
    width: 100%!important;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.video-container {
    overflow: hidden;
    /*padding-bottom: 56.25%;*/
    /*padding-top: 35px;*/
    position: relative;
}

#content-wrapper .video-container iframe {
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 360px;
}

@media screen and (min-width:48em) {
    input[type=submit] {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin: 0 auto;
    }
    .btn,
    button {
        font-size: 15px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 1em;
    }
}

.l-container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.l-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width:47.9375em) {
    main {
        margin-top: 50px;
    }
}

@media screen and (max-width:1500px) {
    #main-slider .slide-mouse {
        top: 67%;
        padding: 2% 2%;
        left: 49%;
    }
    #main-slider .slide-eclipse {
        background-image: url(https://qa-7.colombia.co/wp-content/themes/colombia2016/img/mouse-elipse.png);
        position: absolute;
        top: 82%;
        padding: .3%;
        background-repeat: no-repeat;
        left: 49.8%;
    }
}

#footer .footer {
    background-color: #444;
    color: #fff;
}

#footer .footer a {
    color: #fff;
    font-weight: 600;
}

#footer .footer li {
    padding: .5em 0;
}

#footer .footer .menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
}

#footer .footer .menu li {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

@media screen and (min-width:48em) {
    #footer .footer li {
        padding: 1em;
    }
    #footer .footer .menu li {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

#footer .footer .l-container {
    position: relative;
}

#footer .footer .credits {
    font-family: Lato;
    font-size: 11px;
    padding: 0 1.5em 1.5em;
}

#footer .footer .credits .credits-logo {
    display: inline-block;
    margin: 0 1em;
    width: 100px;
}

#footer .footer .credits .credits-text {
    display: inline-block;
}

#footer .footer .tyc {
    font-size: 11px;
    font-weight: 200;
    padding: 1.5em;
}

@media screen and (min-width:48em) {
    #footer .footer .credits {
        padding: 1.5em;
    }
    #footer .footer .tyc {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    }
    #footer .footer .tyc span {
        text-align: center;
    }
    #footer .footer .tyc .separator {
        display: inline-block;
        margin: 0 1em;
    }
    #footer .footer .tyc .separator::before {
        content: "|";
        font-weight: 600;
    }
}

#footer .footer .tyc>span>a {
    display: block;
    margin-bottom: 1em;
}

#footer .footer.footer-dark {
    background-color: #303030;
}

@media screen and (min-width:48em) {
    #footer .footer .tyc>span>a {
        display: inline;
        margin-bottom: 0;
    }
    #footer .footer.footer-dark .l-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #footer .menu {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    #footer .pre-footer,
    #footer .pre-footer>.l-container>.l-flex {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

#footer .menu {
    display: flex;
    margin: 0;
    padding: 1.5em 1em;
}

#footer .menu li {
    display: block;
}

#footer .pre-footer {
    background-color: #fff;
    padding: 0;
}

#footer .sites,
#footer .social-networks {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media screen and (min-width:48em) {
    #footer .sites,
    #footer .social-networks {
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }
}

#footer .sites {
    /*-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between*/
}

#footer .sites a {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

#footer .social-networks,
#header .header-logo {
    -webkit-box-align: center;
}

#footer .sites img {
    /*width:100%*/
}

#footer .social-networks {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding-top: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width:48em) {
    #footer .social-networks {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 0;
    }
}

#footer .social-networks a {
    color: #444;
    font-size: 32px;
}

#footer .social-networks a i::before {
    -webkit-transition: all .3s;
    transition: all .3s;
}

#header,
#header a {
    -webkit-transition: all .3s;
    transition: all .3s;
}

#footer .social-networks a:hover i.icon-facebook::before {
    color: #305A9D;
}

#footer .social-networks a:hover i.icon-twitter::before {
    color: #58c2e2;
}

#footer .social-networks a:hover i.icon-gplus::before {
    color: #db4437;
}

#footer .social-networks a:hover i.icon-youtube::before {
    color: #cc181e;
}

#footer .social-networks a:hover i.icon-instagram::before {
    color: #fb3958;
}

#footer .social-networks li {
    padding: 0 .25em;
}

#footer .social-networks span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-right: 1em;
    width: 100px;
}

#footer .social-networks .menu {
    max-width: -webkit-calc(100% - 50px);
    max-width: calc(100% - 50px);
}

#footer .footer-logo {
    display: none;
    left: .3em;
    position: absolute;
    top: .3em;
    width: 70px;
}

@media screen and (max-width:1500px) {
    #main-slider .slide-mouse {
        top: 67%;
        padding: 2% 2%;
        left: 49%;
    }
    #main-slider .slide-eclipse {
        background-image: url(https://qa-7.colombia.co/wp-content/themes/colombia2016/img/mouse-elipse.png);
        position: absolute;
        top: 82%;
        padding: .3%;
        background-repeat: no-repeat;
        left: 49.8%;
    }
}

@media screen and (min-width:48em) {
    #footer .footer-logo {
        display: block;
    }
}

#header {
    background-color: rgba(68, 68, 68, .3);
    font-family: Gotham;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#header a {
    color: #fff;
    text-decoration: none;
}

#header .hamburger {
    display: none;
}

#header .header-logo {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-flex-basis: 200px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#header .search {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    -webkit-flex-basis: 59px;
    -ms-flex-preferred-size: 59px;
    flex-basis: 59px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#header .search>.icon-search {
    color: #fff;
    font-size: 22px;
    padding: .6em;
}

@media screen and (min-width:48em) {
    #header .search>.icon-search {
        padding: .8em;
    }
}

#header .search .search-form {
    background-color: #333;
    display: none;
    font-size: 29px;
    left: 50%;
    position: fixed;
    top: 58px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

#header .search .search-form button {
    color: #fff;
    padding: 0;
    position: absolute;
}

#header .search .search-form button[type=button] {
    font-size: 22px;
    line-height: .75;
    right: 1em;
    top: 1.25em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#header .search .search-form button[type=submit] {
    color: #acacac;
    font-size: .75em;
    top: 50%;
    left: 3.5em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header .search .search-form button[type=submit] .icon-arrow-down {
    display: none;
}

#header .search .search-form input {
    border: none;
    padding: .5em .5em .5em 2em;
    width: 100%;
}

#header .search .search-form input:-moz-placeholder {
    color: #444;
    font-weight: 300;
}

#header .search .search-form input::-ms-input-placeholder {
    color: #444;
    font-weight: 300;
}

#header .search .search-form input:-ms-input-placeholder {
    color: #444;
    font-weight: 300;
}

#header .search .search-form input::-webkit-input-placeholder {
    color: #444;
    font-weight: 300;
}

#header .search .search-form input::-moz-placeholder {
    color: #444;
    font-weight: 300;
}

#header .search .search-form input::placeholder {
    color: #444;
    font-weight: 300;
}

#header .search:hover {
    background-color: #444;
}

@media screen and (min-width:48em) {
    #header .search .search-wrapper {
        left: 50%;
        max-width: 1200px;
        padding: 1em 2em;
        position: relative;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #header #main-nav {
        width: -webkit-calc(100% - 351px);
        width: calc(100% - 351px);
    }
    #main-nav .menu>.menu-item {
        max-width: 210px;
        min-width: 0;
    }
}

#header #search-lang {
    display: flex;
}

#main-nav .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

#main-nav .menu a {
    display: block;
}

#main-nav .menu>.menu-item {
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
}

#main-nav .menu>.menu-item>a {
    font-size: 13px;
    font-weight: 700;
    padding: 1.5em .75em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

@media screen and (min-width:48em) {
    #main-nav .menu>.menu-item>a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    #main-nav .menu>.menu-item.current-menu-item,
    #main-nav .menu>.menu-item.current-menu-parent,
    #main-nav .menu>.menu-item:hover {
        border-top-color: #fff;
    }
    #main-nav .menu>.menu-item.current-menu-item.actualidad,
    #main-nav .menu>.menu-item.current-menu-parent.actualidad,
    #main-nav .menu>.menu-item:hover.actualidad {
        border-bottom-color: #e9104b;
    }
    #main-nav .menu>.menu-item.current-menu-item.esta-es-colombia,
    #main-nav .menu>.menu-item.current-menu-parent.esta-es-colombia,
    #main-nav .menu>.menu-item:hover.esta-es-colombia {
        border-bottom-color: #00c0ff;
    }
    #main-nav .menu>.menu-item.current-menu-item.marca-colombia,
    #main-nav .menu>.menu-item.current-menu-parent.marca-colombia,
    #main-nav .menu>.menu-item:hover.marca-colombia {
        border-bottom-color: #9e1e71;
    }
    #main-nav .menu>.menu-item.current-menu-item.negocia-con-nosotros,
    #main-nav .menu>.menu-item.current-menu-parent.negocia-con-nosotros,
    #main-nav .menu>.menu-item:hover.negocia-con-nosotros {
        border-bottom-color: #ffc500;
    }
    #main-nav .menu>.menu-item.current-menu-item.visitanos,
    #main-nav .menu>.menu-item.current-menu-parent.visitanos,
    #main-nav .menu>.menu-item:hover.visitanos {
        border-bottom-color: #6fb23b;
    }
    #main-nav .menu>.menu-item.current-menu-item>a,
    #main-nav .menu>.menu-item.current-menu-parent>a,
    #main-nav .menu>.menu-item:hover>a {
        background-color: #fff;
        color: #444;
    }
    #main-nav .menu>.menu-item:hover>.sub-menu {
        background-color: #fff;
        opacity: 1;
        pointer-events: all;
    }
    #main-nav .menu>.menu-item:last-of-type>.sub-menu {
        left: auto;
        right: 0;
    }
}

#main-nav .menu-item {
    display: block;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#main-nav .menu-item.cultura .sub-menu .sub-menu-title {
    background-color: #e20044;
}

#main-nav .menu-item.turismo .sub-menu-title {
    background-color: #69aa42;
}

#main-nav .menu-item.extranjeros .sub-menu-title {
    background-color: #feb931;
}

#main-nav .menu-item.actualidad .sub-menu-title {
    background-color: #e9104b;
}

#main-nav .menu-item.actualidad>.sub-menu .sub-menu>.menu-item:hover::after,
#main-nav .menu-item.actualidad>.sub-menu>.menu-item:hover::after {
    border-color: #e9104b;
}

#main-nav .menu-item.esta-es-colombia .sub-menu-title {
    background-color: #00c0ff;
}

#main-nav .menu-item.esta-es-colombia>.sub-menu .sub-menu>.menu-item:hover::after,
#main-nav .menu-item.esta-es-colombia>.sub-menu>.menu-item:hover::after {
    border-color: #00c0ff;
}

#main-nav .menu-item.marca-colombia .sub-menu-title {
    background-color: #9e1e71;
}

#main-nav .menu-item.marca-colombia>.sub-menu .sub-menu>.menu-item:hover::after,
#main-nav .menu-item.marca-colombia>.sub-menu>.menu-item:hover::after {
    border-color: #9e1e71;
}

#main-nav .menu-item.negocia-con-nosotros .sub-menu-title {
    background-color: #ffc500;
}

#main-nav .menu-item.negocia-con-nosotros>.sub-menu .sub-menu>.menu-item:hover::after,
#main-nav .menu-item.negocia-con-nosotros>.sub-menu>.menu-item:hover::after {
    border-color: #ffc500;
}

#main-nav .menu-item.visitanos .sub-menu-title {
    background-color: #6fb23b;
}

#main-nav .menu-item.visitanos>.sub-menu .sub-menu>.menu-item:hover::after,
#main-nav .menu-item.visitanos>.sub-menu>.menu-item:hover::after {
    border-color: #6fb23b;
}

#main-nav .sub-menu {
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, .23);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .23);
    display: block;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 250px;
    z-index: 2;
    left: 0;
    position: absolute;
    top: -webkit-calc(100% + 2px);
    top: calc(100% + 2px);
}

#main-nav .sub-menu .sub-menu {
    background-color: #fff;
    border-left: 1px solid rgba(68, 68, 68, .1);
    left: 100%;
    position: absolute;
    top: 0;
    width: 180px;
    z-index: 1;
}

#main-nav .sub-menu .sub-menu-title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .23);
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1em;
    position: absolute;
    right: 100%;
    text-transform: uppercase;
    top: 0;
    width: 280px;
    z-index: 1;
}

#main-nav .sub-menu .sub-menu-title span {
    font-size: 26px;
    line-height: 30px;
    margin: 0;
}

#main-nav .sub-menu .sub-menu-title.sub-menu-title-sm span {
    font-size: 18px;
    font-weight: 800;
}

#main-nav .sub-menu>.menu-item a {
    color: #444;
    font-size: 14px;
    padding: .75em 1.25em;
}

#main-nav .sub-menu>.menu-item:hover>a {
    font-weight: 700;
}

#main-nav .sub-menu>.menu-item:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
}

@media screen and (min-width:48em) {
    #main-nav .sub-menu>.menu-item:hover::after {
        left: 0;
        right: 0;
    }
    #main-nav .sub-menu>.menu-item::after {
        content: "";
        border: 1px solid transparent;
        bottom: 0;
        display: block;
        left: 50%;
        position: absolute;
        right: 50%;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    #main-nav #menu-main-menu>.menu-item .menu-item.menu-item-has-children::before,
    #main-nav #menu-menu-principal>.menu-item .menu-item.menu-item-has-children::before {
        content: "";
        font-family: colombia-icons;
        font-size: 12px;
        position: absolute;
        right: 1em;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #menu-idioma,
    #menu-langage,
    #menu-language {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-basis: 93px;
        -ms-flex-preferred-size: 93px;
        flex-basis: 93px;
    }
}

#main-nav #main-nav-header,
#main-nav #menu-menu-secondaire,
#main-nav #menu-menu-secundario,
#main-nav #menu-secondary-menu {
    display: none;
}

#menu-idioma,
#menu-langage,
#menu-language {
    background-color: rgba(58, 58, 58, .1);
    margin: 0;
    padding: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#menu-idioma:hover,
#menu-langage:hover,
#menu-language:hover {
    background-color: rgba(58, 58, 58, .7);
}

#menu-idioma a,
#menu-langage a,
#menu-language a {
    display: block;
    font-family: Gotham;
    font-size: 14px;
    font-weight: 700;
    padding: 1.5em;
}

#menu-idioma .sub-menu,
#menu-langage .sub-menu,
#menu-language .sub-menu {
    background-color: rgba(58, 58, 58, .8);
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
}

#menu-idioma .menu-item,
#menu-langage .menu-item,
#menu-language .menu-item {
    display: block;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#menu-idioma .menu-item:hover,
#menu-langage .menu-item:hover,
#menu-language .menu-item:hover {
    background-color: rgba(38, 38, 38, .8);
}

#menu-idioma .menu-item:hover .sub-menu,
#menu-langage .menu-item:hover .sub-menu,
#menu-language .menu-item:hover .sub-menu {
    display: block;
}

#menu-idioma>.menu-item>a,
#menu-language>.menu-item>a {
    pointer-events: none;
}

#menu-idioma>.menu-item>a::after,
#menu-language>.menu-item>a::after {
    content: "";
    display: inline-block;
    font-family: colombia-icons!important;
    font-size: 10px;
    font-weight: 400;
    margin-left: .5em;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
}

@media screen and (max-width:47.9375em) {
    #header,
    #header #main-nav,
    #header #main-nav .menu .sub-menu,
    #header .hamburger {
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    #header {
        background-color: #444;
        left: 0;
    }
    #header .hamburger {
        background-color: #000;
        color: #fff;
        display: block;
        font-size: 36px;
        line-height: .8;
        padding: .2em;
    }
    #header .header-logo {
        -webkit-flex-basis: 120px;
        -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
    }
    #header .header-logo img {
        width: 120px;
    }
    #header .l-container {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
    }
    #header .search {
        border-left: 1px solid #979797;
        border-right: 1px solid #979797;
        -webkit-flex-basis: 50px;
        -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
    }
    #header .search .search-form {
        font-size: 14px;
        padding: 1em;
    }
    #header .search .search-form button[type=button] {
        display: none;
    }
    #header .search .search-form button[type=submit] {
        background-color: #000;
        color: #fff;
        font-size: 20px;
        left: initial;
        padding: .6em;
        right: .7em;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }
    #header .search .search-form button[type=submit] .icon-arrow-down {
        display: block;
    }
    #header .search .search-form button[type=submit] .icon-search {
        display: none;
    }
    #header .search .search-form input {
        padding: 1em 3em 1em 1em;
    }
    #header #main-nav {
        background-color: #fff;
        -webkit-box-shadow: 3px 5px 7px rgba(0, 0, 0, .18);
        box-shadow: 3px 5px 7px rgba(0, 0, 0, .18);
        height: 100vh;
        max-height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        right: 100%;
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
        z-index: 99;
    }
    #header #main-nav a {
        color: #444;
        font-weight: 400;
        padding: 1.25em 2em;
        text-shadow: none;
    }
    #header #main-nav .menu {
        display: block;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    #header #main-nav .menu .current-menu-item>a,
    #header #main-nav .menu .current-menu-parent>a {
        font-weight: 700;
    }
    #header #main-nav .sub-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #header #main-nav #main-nav-header {
        background-color: #444;
        color: #fff;
        display: block;
    }
    #header #main-nav #main-nav-header .back {
        display: none;
        padding: 1em;
        text-transform: uppercase;
    }
    #header #main-nav #main-nav-header .back #current-cat,
    #header #main-nav #main-nav-header .back i {
        vertical-align: middle;
    }
    #header #main-nav #main-nav-header .back #current-cat {
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
        margin-left: 1em;
    }
    #header #main-nav #main-nav-header .logo {
        display: none;
        padding: 1em 28px;
    }
    #header #main-nav #main-nav-header .logo img {
        width: 120px;
    }
    #header #main-nav #menu-main-menu,
    #header #main-nav #menu-menu-principal {
        background-color: #f9f9f9;
        right: 0;
        position: absolute;
        top: 50px;
        width: 100%;
    }
    #header #main-nav #menu-main-menu a,
    #header #main-nav #menu-menu-principal a {
        font-size: 12px;
        width: 100%;
    }
    #header #main-nav #menu-main-menu .menu-item,
    #header #main-nav #menu-menu-principal .menu-item {
        width: 100%;
    }
    #header #main-nav #menu-main-menu .menu-item.menu-item-has-children,
    #header #main-nav #menu-menu-principal .menu-item.menu-item-has-children {
        padding-right: 50px;
    }
    #header #main-nav #menu-main-menu .menu-item.menu-item-has-children a,
    #header #main-nav #menu-menu-principal .menu-item.menu-item-has-children a {
        border-right: 1px solid rgba(151, 151, 151, .1);
    }
    #header #main-nav #menu-main-menu .menu-item.menu-item-has-children::after,
    #header #main-nav #menu-menu-principal .menu-item.menu-item-has-children::after {
        content: "";
        font-family: colombia-icons;
        font-size: 12px;
        position: absolute;
        right: 1.5em;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #header #main-nav #menu-main-menu .menu-item:not(:last-of-type),
    #header #main-nav #menu-menu-principal .menu-item:not(:last-of-type) {
        border-bottom: 1px solid rgba(151, 151, 151, .1);
        border-top: none;
    }
    #header #main-nav #menu-main-menu .sub-menu,
    #header #main-nav #menu-menu-principal .sub-menu {
        background-color: #f9f9f9;
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        width: -webkit-calc(100vw - 50px);
        width: calc(100vw - 50px);
    }
    #header #main-nav #menu-main-menu .sub-menu .sub-menu-title,
    #header #main-nav #menu-menu-principal .sub-menu .sub-menu-title {
        display: none;
    }
    #header #main-nav #menu-menu-secundario a,
    #header #main-nav #menu-secondary-menu a {
        font-family: Gotham;
        font-size: 11px;
        padding-left: -webkit-calc(24px + 4em);
        padding-left: calc(24px + 4em);
    }
    #header #main-nav #menu-menu-secundario .menu-item,
    #header #main-nav #menu-secondary-menu .menu-item {
        position: relative;
    }
    #header #main-nav #menu-menu-secundario .menu-item::before,
    #header #main-nav #menu-secondary-menu .menu-item::before {
        font-size: 20px;
        left: 24px;
        pointer-events: none;
        position: absolute;
    }
    #menu-idioma a,
    #menu-language a {
        padding: 1.2em .8em;
    }
}

#category-header::after,
#main-slider .slide::before,
#post-header::after {
    bottom: 0;
    content: "";
    display: block;
    right: 0;
}

#main-slider,
#main-slider .slide {
    overflow: hidden;
}

#menu-menu-secondaire .menu-item.icon-volume::before,
#menu-menu-secondaire-1 .menu-item.icon-volume::before,
#menu-menu-secundario .menu-item.icon-volume::before,
#menu-menu-secundario-1 .menu-item.icon-volume::before,
#menu-secondary-menu .menu-item.icon-volume::before,
#menu-secondary-menu-1 .menu-item.icon-volume::before {
    color: #ff9200;
}

#menu-menu-secondaire .menu-item.icon-places::before,
#menu-menu-secondaire-1 .menu-item.icon-places::before,
#menu-menu-secundario .menu-item.icon-places::before,
#menu-menu-secundario-1 .menu-item.icon-places::before,
#menu-secondary-menu .menu-item.icon-places::before,
#menu-secondary-menu-1 .menu-item.icon-places::before {
    color: #6fb23b;
}

#menu-menu-secondaire .menu-item.icon-events::before,
#menu-menu-secondaire-1 .menu-item.icon-events::before,
#menu-menu-secundario .menu-item.icon-events::before,
#menu-menu-secundario-1 .menu-item.icon-events::before,
#menu-secondary-menu .menu-item.icon-events::before,
#menu-secondary-menu-1 .menu-item.icon-events::before,
.menu-item.menu-item-36202::before {
    color: #e9104b;
}

#menu-menu-secondaire .menu-item.icon-videos::before,
#menu-menu-secondaire-1 .menu-item.icon-videos::before,
#menu-menu-secundario .menu-item.icon-videos::before,
#menu-menu-secundario-1 .menu-item.icon-videos::before,
#menu-secondary-menu .menu-item.icon-videos::before,
#menu-secondary-menu-1 .menu-item.icon-videos::before,
.menu-item.menu-item-36203::before {
    color: #ff9200;
}

#menu-menu-secondaire .menu-item.icon-downloads::before,
#menu-menu-secondaire-1 .menu-item.icon-downloads::before,
#menu-menu-secundario .menu-item.icon-downloads::before,
#menu-menu-secundario-1 .menu-item.icon-downloads::before,
#menu-secondary-menu .menu-item.icon-downloads::before,
#menu-secondary-menu-1 .menu-item.icon-downloads::before,
.menu-item.menu-item-36198::before {
    color: #00babc;
}

#menu-menu-secondaire .menu-item.icon-allies::before,
#menu-menu-secondaire-1 .menu-item.icon-allies::before,
#menu-menu-secundario .menu-item.icon-allies::before,
#menu-menu-secundario-1 .menu-item.icon-allies::before,
#menu-secondary-menu .menu-item.icon-allies::before,
#menu-secondary-menu-1 .menu-item.icon-allies::before {
    color: #9e1e71;
}

#menu-menu-secondaire .menu-item.icon-contact::before,
#menu-menu-secondaire-1 .menu-item.icon-contact::before,
#menu-menu-secundario .menu-item.icon-contact::before,
#menu-menu-secundario-1 .menu-item.icon-contact::before,
#menu-secondary-menu .menu-item.icon-contact::before,
#menu-secondary-menu-1 .menu-item.icon-contact::before,
.menu-item.menu-item-36199::before {
    color: #4a90e2;
}

#menu-menu-secondaire .menu-item::before,
#menu-menu-secondaire-1 .menu-item::before,
#menu-menu-secundario .menu-item::before,
#menu-menu-secundario-1 .menu-item::before,
#menu-secondary-menu .menu-item::before,
#menu-secondary-menu-1 .menu-item::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-container .swiper-pagination-bullet {
    -webkit-transition: all .3s;
    transition: all .3s;
}

#main-slider {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
}

#main-slider .slide {
    color: #fff;
    cursor: -webkit-grab;
    cursor: grab;
    padding: 3em 1.5em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .23);
}

@media screen and (min-width:48em) {
    #menu-menu-secondaire .menu-item.current-menu-item.icon-volume::before,
    #menu-menu-secondaire .menu-item:hover.icon-volume::before,
    #menu-menu-secondaire-1 .menu-item.current-menu-item.icon-volume::before,
    #menu-menu-secondaire-1 .menu-item:hover.icon-volume::before,
    #menu-menu-secundario .menu-item.current-menu-item.icon-volume::before,
    #menu-menu-secundario .menu-item:hover.icon-volume::before,
    #menu-menu-secundario-1 .menu-item.current-menu-item.icon-volume::before,
    #menu-menu-secundario-1 .menu-item:hover.icon-volume::before,
    #menu-secondary-menu .menu-item.current-menu-item.icon-volume::before,
    #menu-secondary-menu .menu-item:hover.icon-volume::before,
    #menu-secondary-menu-1 .menu-item.current-menu-item.icon-volume::before,
    #menu-secondary-menu-1 .menu-item:hover.icon-volume::before {
        background-color: #ff9200;
        color: #fff;
    }
    #menu-menu-secondaire .menu-item.current-menu-item.icon-places::before,
    #menu-menu-secondaire .menu-item:hover.icon-places::before,
    #menu-menu-secondaire-1 .menu-item.current-menu-item.icon-places::before,
    #menu-menu-secondaire-1 .menu-item:hover.icon-places::before,
    #menu-menu-secundario .menu-item.current-menu-item.icon-places::before,
    #menu-menu-secundario .menu-item:hover.icon-places::before,
    #menu-menu-secundario-1 .menu-item.current-menu-item.icon-places::before,
    #menu-menu-secundario-1 .menu-item:hover.icon-places::before,
    #menu-secondary-menu .menu-item.current-menu-item.icon-places::before,
    #menu-secondary-menu .menu-item:hover.icon-places::before,
    #menu-secondary-menu-1 .menu-item.current-menu-item.icon-places::before,
    #menu-secondary-menu-1 .menu-item:hover.icon-places::before {
        background-color: #6fb23b;
        color: #fff;
    }
    #menu-menu-secondaire .menu-item.current-menu-item.icon-events::before,
    #menu-menu-secondaire .menu-item:hover.icon-events::before,
    #menu-menu-secondaire-1 .menu-item.current-menu-item.icon-events::before,
    #menu-menu-secondaire-1 .menu-item:hover.icon-events::before,
    #menu-menu-secundario .menu-item.current-menu-item.icon-events::before,
    #menu-menu-secundario .menu-item:hover.icon-events::before,
    #menu-menu-secundario-1 .menu-item.current-menu-item.icon-events::before,
    #menu-menu-secundario-1 .menu-item:hover.icon-events::before,
    #menu-secondary-menu .menu-item.current-menu-item.icon-events::before,
    #menu-secondary-menu .menu-item:hover.icon-events::before,
    #menu-secondary-menu-1 .menu-item.current-menu-item.icon-events::before,
    #menu-secondary-menu-1 .menu-item:hover.icon-events::before,
    .menu-item:hover.menu-item-36202::before {
        background-color: #e9104b;
        color: #fff;
    }
    #menu-menu-secondaire .menu-item.current-menu-item.icon-videos::before,
    #menu-menu-secondaire .menu-item:hover.icon-videos::before,
    #menu-menu-secondaire-1 .menu-item.current-menu-item.icon-videos::before,
    #menu-menu-secondaire-1 .menu-item:hover.icon-videos::before,
    #menu-menu-secundario .menu-item.current-menu-item.icon-videos::before,
    #menu-menu-secundario .menu-item:hover.icon-videos::before,
    #menu-menu-secundario-1 .menu-item.current-menu-item.icon-videos::before,
    #menu-menu-secundario-1 .menu-item:hover.icon-videos::before,
    #menu-secondary-menu .menu-item.current-menu-item.icon-videos::before,
    #menu-secondary-menu .menu-item:hover.icon-videos::before,
    #menu-secondary-menu-1 .menu-item.current-menu-item.icon-videos::before,
    #menu-secondary-menu-1 .menu-item:hover.icon-videos::before,
    .menu-item:hover.menu-item-36203::before {
        background-color: #ff9200;
        color: #fff;
    }
    #menu-menu-secondaire .menu-item.current-menu-item.icon-downloads::before,
    #menu-menu-secondaire .menu-item:hover.icon-downloads::before,
    #menu-menu-secondaire-1 .menu-item.current-menu-item.icon-downloads::before,
    #menu-menu-secondaire-1 .menu-item:hover.icon-downloads::before,
    #menu-menu-secundario .menu-item.current-menu-item.icon-downloads::before,
    #menu-menu-secundario .menu-item:hover.icon-downloads::before,
    #menu-menu-secundario-1 .menu-item.current-menu-item.icon-downloads::before,
    #menu-menu-secundario-1 .menu-item:hover.icon-downloads::before,
    #menu-secondary-menu .menu-item.current-menu-item.icon-downloads::before,
    #menu-secondary-menu .menu-item:hover.icon-downloads::before,
    #menu-secondary-menu-1 .menu-item.current-menu-item.icon-downloads::before,
    #menu-secondary-menu-1 .menu-item:hover.icon-downloads::before,
    .menu-item:hover.menu-item-36198::before {
        background-color: #00babc;
        color: #fff;
    }
    #menu-menu-secondaire .menu-item.current-menu-item.icon-allies::before,
    #menu-menu-secondaire .menu-item:hover.icon-allies::before,
    #menu-menu-secondaire-1 .menu-item.current-menu-item.icon-allies::before,
    #menu-menu-secondaire-1 .menu-item:hover.icon-allies::before,
    #menu-menu-secundario .menu-item.current-menu-item.icon-allies::before,
    #menu-menu-secundario .menu-item:hover.icon-allies::before,
    #menu-menu-secundario-1 .menu-item.current-menu-item.icon-allies::before,
    #menu-menu-secundario-1 .menu-item:hover.icon-allies::before,
    #menu-secondary-menu .menu-item.current-menu-item.icon-allies::before,
    #menu-secondary-menu .menu-item:hover.icon-allies::before,
    #menu-secondary-menu-1 .menu-item.current-menu-item.icon-allies::before,
    #menu-secondary-menu-1 .menu-item:hover.icon-allies::before {
        background-color: #9e1e71;
        color: #fff;
    }
    #menu-menu-secondaire .menu-item.current-menu-item.icon-contact::before,
    #menu-menu-secondaire .menu-item:hover.icon-contact::before,
    #menu-menu-secondaire-1 .menu-item.current-menu-item.icon-contact::before,
    #menu-menu-secondaire-1 .menu-item:hover.icon-contact::before,
    #menu-menu-secundario .menu-item.current-menu-item.icon-contact::before,
    #menu-menu-secundario .menu-item:hover.icon-contact::before,
    #menu-menu-secundario-1 .menu-item.current-menu-item.icon-contact::before,
    #menu-menu-secundario-1 .menu-item:hover.icon-contact::before,
    #menu-secondary-menu .menu-item.current-menu-item.icon-contact::before,
    #menu-secondary-menu .menu-item:hover.icon-contact::before,
    #menu-secondary-menu-1 .menu-item.current-menu-item.icon-contact::before,
    #menu-secondary-menu-1 .menu-item:hover.icon-contact::before,
    .menu-item:hover.menu-item-36199::before {
        background-color: #4a90e2;
        color: #fff;
    }
    #main-slider .slide {
        padding: 0;
    }
}

#main-slider .slide::before {
    /*background: url(../img/pattern.png);*/
    left: 0;
    opacity: .4;
    position: absolute;
    top: 0;
}

#main-slider .slide-caption {
    position: relative;
    text-align: center;
    width: 100%;
}

#main-slider .slide-caption h2 {
    font-family: Gotham;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}

@media screen and (min-width:48em) {
    #main-slider .slide-caption {
        left: 50%;
        padding: 5em 1em;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #main-slider .slide-caption h2 {
        font-size: 50px;
        margin-top: 1em;
    }
}

#main-slider .slide-caption p {
    font-size: 16px;
    font-weight: 500;
    margin: 1em auto 2em;
    padding: 0 1em;
}

@media screen and (min-width:48em) {
    #main-slider .slide-caption p {
        font-size: 21px;
        width: 50%;
    }
}

#main-slider .slide-text {
    font-size: 16px;
    font-weight: 500;
    margin: 1em auto 2em;
    padding: 0 1em;
}

@media screen and (min-width:48em) {
    #main-slider .slide-img {
        height: auto;
        width: 100%;
    }
    #main-slider .slide-text {
        font-size: 21px;
        width: 50%;
    }
}

#main-slider .slide-title {
    font-family: Gotham;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}

#slider {
    width: 100vw;
}

#category-header,
#post-header {
    background-image: url(../img/bg-uncategorized1x.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 2em 1em 7em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    width: 100vw;
    position: relative;
}

.connect-with::after,
body.error404 {
    background-position: center;
    background-repeat: no-repeat;
}

#kids,
.connect-with::after,
body.error404 {
    background-size: cover;
}

#category-header::after,
#post-header::after {
    border-style: solid;
    left: 0;
    position: absolute;
    z-index: 0;
    border-color: transparent transparent #f4f4f4 #f4f4f4;
    border-width: 0 100vw 2em 0;
}

@media screen and (min-width:48em) {
    #main-slider .slide-title {
        font-size: 50px;
        margin-top: 1em;
    }
    #slider {
        position: relative;
    }
    #slider::after {
        border-style: solid;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        z-index: 99;
        border-color: transparent #f4f4f4 #f4f4f4 transparent;
        border-width: 0 0 2em 100vw;
    }
    #category-header,
    #post-header {
        background-image: url(../img/bg-uncategorized2x.png);
        padding-top: 6em;
    }
}

#category-header .cat-description,
#post-header .cat-description {
    display: none;
}

@media screen and (min-width:48em) {
    body.archive.category #category-header .cat-description,
    #post-header .cat-description {
        text-align: left;
    }
    #category-header .cat-description,
    #post-header .cat-description {
        display: block;
        font-size: 15px;
        margin: 5% 10% 30% 10%;
        text-align: center;
        width: 80%;
    }
    #category-header .cat-description p,
    #post-header .cat-description p {
        margin: 0;
    }
}

#category-header .cat-header-container,
#category-header .post-header-container,
#post-header .cat-header-container,
#post-header .post-header-container {
    margin: 0 auto;
    width: 80%;
}

#category-header .cat-name,
#post-header .cat-name {
    font-size: 11px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width:48em) {
    #category-header .cat-name,
    #post-header .cat-name {
        font-size: 13px;
    }
}

body.page-template.page-template-events.page-template-events-php.page #category-header .cat-title,
body.page-template.page-template-events.page-template-events-php.page #category-header .post-title,
body.page-template.page-template-events.page-template-events-php.page #post-header .cat-title,
body.page-template.page-template-events.page-template-events-php.page #post-header .post-title {
    font-size: 20px;
    margin: 1em auto;
    text-align: center;
}

@media screen and (min-width:48em) {
    body.page-template.page-template-events.page-template-events-php.page #category-header .cat-title,
    body.page-template.page-template-events.page-template-events-php.page #category-header .post-title,
    body.page-template.page-template-events.page-template-events-php.page #post-header .cat-title,
    body.page-template.page-template-events.page-template-events-php.page #post-header .post-title {
        font-size: 45px;
        margin: .5em 1em 0;
    }
}

#category-header .breadcrumb-container ul,
#post-header .breadcrumb-container ul {
    text-align: center;
}

#category-header .breadcrumb-container li,
#post-header .breadcrumb-container li {
    display: none;
    font-size: 11px;
    text-transform: uppercase;
}

li a,
#post-header .breadcrumb-container li a {
    margin: 0;
}

#category-header .breadcrumb-container li:first-of-type,
#post-header .breadcrumb-container li:first-of-type {
    display: inline-block;
    font-weight: 300;
}

#category-header .breadcrumb-container li:first-of-type .separator,
#category-header .breadcrumb-container li:last-of-type,
#post-header .breadcrumb-container li:first-of-type .separator,
#post-header .breadcrumb-container li:last-of-type {
    display: none;
}

#category-header .breadcrumb-container li:nth-last-of-type(2),
#post-header .breadcrumb-container li:nth-last-of-type(2) {
    display: inline-block;
    font-weight: 700;
}

#content-wrapper {
    z-index: 1;
}

#post-content {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 0;
    padding: 3em 1em;
}

@media screen and (min-width:48em) {
    #post-content {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        max-width: 70%;
    }
}

#post-content .post {
    background-color: #fff;
}

#post-content .post-img {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

#post-content .post-img img {
    height: auto;
    width: 100%;
}

#post-content .post-img .featured-video-plus.fvp-vimeo .video-container {
    padding-top: 0;
}

#post-content .post-img .featured-video-plus:not(.fvp-vimeo) .fluid-width-video-wrapper {
    padding-top: 0!important;
}

#post-content .img-credits {
    color: #888;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 12px;
    font-style: italic;
    font-weight: 200;
    padding: 0 3rem;
    width: 100%;
}

#post-content .img-credits a {
    color: #e9104b;
}

#post-content .post-sharing {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 10px;
}

@media screen and (min-width:48em) {
    #post-content .post-sharing {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 1rem 1rem 1rem 3rem;
    }
    #post-content .post-sharing .social-sharing {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

#post-content .post-sharing.post-sharing-after {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-top: 0;
}

#post-content .post-sharing.post-sharing-after .social-sharing {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#post-content .post-sharing.post-sharing-after .social-sharing a {
    font-size: 30px;
}

#post-content .post-data {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #888;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 12px;
    font-style: italic;
    font-weight: 200;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1em;
}

@media screen and (min-width:48em) {
    #post-content .post-data {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        font-size: 14px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 1rem 3rem 1rem 1rem;
    }
}

#post-content .post-data span {
    display: inline-block;
}

#post-content .post-data .post-author {
    color: #444;
    font-weight: 400;
    margin-right: .25em;
    text-transform: capitalize;
}

#post-content .post-data .post-date {
    margin-left: .25em;
}

#post-content .post-excerpt {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-family: Gotham;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 10px;
    text-align: center;
    width: 100%;
    word-break: break-word;
}

@media screen and (min-width:48em) {
    #post-content .post-excerpt {
        border-top: 1px solid #f4f4f4;
        font-size: 30px;
        padding: 2rem 3rem 1rem;
        text-align: left;
    }
    #post-content .post-excerpt p {
        margin: 0;
    }
}

#post-content .post-excerpt p {
    word-break: break-word;
}

#post-content .post-content {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 10px;
    width: 100%;
}

#post-content .post-content a {
    color: #e9104b;
    text-decoration: underline;
}

#post-content .post-content blockquote {
    color: #ff9000;
    font-size: 20px;
    font-style: italic;
    margin: 1em .5em;
    quotes: '"';
    text-align: center;
}

@media screen and (min-width:48em) {
    #post-content .post-content {
        padding: 1rem 3rem;
    }
    #post-content .post-content blockquote {
        margin: 1.5em 3em;
    }
}

#post-content .post-content blockquote p {
    color: inherit;
    display: inline;
    font-size: inherit;
    text-align: inherit;
}

#post-content .post-content blockquote::before {
    content: open-quote;
    display: inline;
}

#post-content .post-content blockquote::after {
    content: close-quote;
    display: inline;
}

#post-content .post-content img {
    height: auto;
    margin-top: 2em;
    max-width: 100%;
    width: 100%;
}

#post-content .post-content p,
#post-content .post-content li {
    color: #888;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 0;
    word-break: break-word;
}

@media screen and (min-width:48em) {
    #post-content .post-content p,
    #post-content .post-content li {
        font-size: 16px;
    }
}

#post-content .post-content>p:first-of-type::first-letter {
    color: #ff9000;
    display: inline-block;
    float: left;
    font-family: Gotham;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: .8;
    margin-left: -6px;
    margin-right: 8px;
}

#post-content .post-content>p:last-of-type {
    margin-bottom: 0;
}

#post-content .post-content h2,
#post-content .post-content h3,
#post-content .post-content h4,
#post-content .post-content h5,
#post-content .post-content h6 {
    font-weight: 300;
    margin: .25em 0;
}

@media screen and (min-width:48em) {
    #post-content .post-content>p:first-of-type::first-letter {
        font-size: 110px;
    }
    #post-content .post-content h2,
    #post-content .post-content h3,
    #post-content .post-content h4,
    #post-content .post-content h5,
    #post-content .post-content h6 {
        font-weight: 500;
    }
}

#post-content .post-content h2 {
    font-size: 18px;
}

@media screen and (min-width:48em) {
    #post-content .post-content h2 {
        font-size: 30px;
    }
    #post-content .post-content h2.sub-title {
        font-size: 20px;
    }
}

#post-content .post-content h3 {
    font-size: 16px;
}

@media screen and (min-width:48em) {
    #post-content .post-content h3 {
        font-size: 28px;
    }
}

#post-content .post-content h4 {
    font-size: 15px;
}

@media screen and (min-width:48em) {
    #post-content .post-content h4 {
        font-size: 26px;
    }
}

#post-content .post-content h5 {
    font-size: 14px;
}

@media screen and (min-width:48em) {
    #post-content .post-content h5 {
        font-size: 24px;
    }
}

#post-content .post-content h6 {
    font-size: 13px;
}

#post-content .post-content .wp-caption {
    margin: 0 auto;
    width: 100%!important;
}

#post-content .post-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px;
}

@media screen and (min-width:48em) {
    #post-content .post-content h6 {
        font-size: 22px;
    }
    #post-content .post-tags {
        padding: 1rem 3rem;
    }
}

#post-content .post-tags a {
    background-color: #848484;
    color: #fff;
    display: inline-block;
    font-family: Gotham;
    font-size: 12px;
    margin: 5px 5px 5px 0;
    padding: .5em 1em;
}

#post-content .post-tags a:hover {
    background-color: #353535;
}

#post-content #post-slider {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#posts {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 3em 1em 1.5em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width:48em) {
    #posts {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding-bottom: 3em;
        -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        max-width: 70%;
    }
}

#posts .post {
    background-color: #fff;
    margin-bottom: 1em;
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    width: 49%;
}

@media screen and (min-width:48em) {
    #posts .post {
        overflow: hidden;
        position: relative;
        -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    }
    #posts .post:hover .post-excerpt {
        opacity: 1;
        pointer-events: all;
    }
}

#pagination,
#posts .post:nth-of-type(5n+1) {
    /* -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; */
}

.home #posts .post:nth-of-type(5n+1) .post-img {
    /* padding-top: 40%; */
}

.home #posts .post:nth-of-type(5n+1) .post-img img {
    /* height: auto; */
    width: 100%;
}

@media screen and (min-width:48em) {
    .home #posts .post:nth-of-type(5n+1) .post-title h2 {
        font-size: 16px;
    }
    .home #posts .post:nth-of-type(5n+1) {
        /*  -webkit-flex-basis: 66%;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;*/
    }
    .home #posts .post:nth-of-type(5n+1) .featured-video-plus .fluid-width-video-wrapper .video-container {
        padding-bottom: 34%;
    }
    .home #posts .post:nth-of-type(5n+1) .post-title h2 {
        font-size: 16px;
    }
    #posts .post-title h2 {
        text-align: center;
    }
    #posts .post-title h2>a {
        font-size: 16px;
        font-family: 'Raleway', sans-serif;
    }
    .country_brand .post-img img {
        width: 100% !important;
        height: 100% !important;
        max-height: 258px;
        max-height: 215px;
    }
}

#posts .post.category-actualidad .post-excerpt,
#posts .post.category-updates .post-excerpt {
    background-color: rgba(233, 16, 75, .9);
}

#posts .post.category-actualidad .post-categories li,
#posts .post.category-updates .post-categories li {
    background-color: #e9104b;
}

#posts .post.category-esta-es-colombia .post-excerpt,
#posts .post.category-this-is-colombia .post-excerpt {
    background-color: rgba(0, 192, 255, .9);
}

#posts .post.category-esta-es-colombia .post-categories li,
#posts .post.category-this-is-colombia .post-categories li {
    background-color: #00c0ff;
}

#posts .post.category-brand-colombia .post-excerpt,
#posts .post.category-marca-colombia .post-excerpt {
    background-color: rgba(158, 30, 113, .9);
}

#posts .post.category-brand-colombia .post-categories li,
#posts .post.category-marca-colombia .post-categories li {
    background-color: #9e1e71;
}

#posts .post.category-negocia-con-colombia .post-excerpt,
#posts .post.category-trade-with-colombia .post-excerpt {
    background-color: rgba(255, 197, 0, .9);
}

#posts .post.category-negocia-con-colombia .post-categories li,
#posts .post.category-trade-with-colombia .post-categories li {
    background-color: #ffc500;
}

#posts .post.category-visit-colombia .post-excerpt,
#posts .post.category-visita-colombia .post-excerpt {
    background-color: rgba(111, 178, 59, .9);
}

#posts .post.category-visit-colombia .post-categories li,
#posts .post.category-visita-colombia .post-categories li {
    background-color: #6fb23b;
}

#posts .post-category {
    position: relative;
}

#posts .post-categories {
    margin: 0;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#posts .post-categories li {
    background-color: #ff9000;
    display: none;
    margin: 0;
}

#posts .post-categories li:last-of-type {
    display: block;
}

#posts .post-categories li a {
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: 700;
    padding: .25em;
    text-transform: uppercase;
    text-align: center;
    width: 132px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#posts .post-excerpt {
    display: none;
}

@media screen and (min-width:48em) {
    #posts .post-categories li a {
        padding: .5em;
        width: auto;
    }
    #posts .post-excerpt {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(255, 144, 0, .9);
        bottom: 0;
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 0;
        padding: 1em;
        pointer-events: none;
        position: absolute;
        left: 0;
        right: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
        top: 0;
    }
}

#posts .post-excerpt p {
    font-family: Lato;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 1.5em;
    margin-top: 0;
    text-align: center;
}

#posts .post-excerpt .excerpt-wrapper {
    text-align: center;
}

#posts .post-excerpt .read-more {
    color: #fff;
    font-size: 10px;
    line-height: 2.5;
    text-transform: uppercase;
}

#posts .post-excerpt .read-more .icon-read-more {
    font-size: 32px;
}

#posts .post-img {
    padding-top: 80%;
    position: relative;
    overflow: hidden;
}

.covid-19-contenidos #posts .post-img img {
    height: auto;
    width: 100%;
}

#posts .post-img img {
    height: 100%;
    width: auto;
}

#posts .post-img img.sq {
    height: auto;
    width: 100%;
}

#posts .post-img .featured-video-plus,
#posts .post-img img {
    display: block;
    /*left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%,-50%);
  */
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

#posts .post-img .featured-video-plus iframe,
#posts .post-img img iframe {
    width: 100%;
}

#posts .post-img .featured-video-plus {
    height: 100%;
    width: 100%;
}

#posts .post-img .featured-video-plus .fluid-width-video-wrapper {
    padding-top: 0!important;
    position: static;
}

#posts .post-img .featured-video-plus .video-container {
    padding-bottom: 66%;
}

#posts .post-title {
    padding: 1.5em 1em;
}

#posts .post-title a {
    color: #444;
}

#posts .post-title h2 {
    font-family: Gotham;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

#posts #temp-posts {
    display: none!important;
}

#pagination {
    margin: 1em 0 -1em;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    flex-basis: 100%;
}

.country_brand #pagination {
    margin: 1em auto -1em;
}

#pagination button,
.country_brand.first-l-flex #pagination button {
    width: 100%;
}

.country_brand.first-l-flex #pagination {
    margin: 30px auto 15px;
    width: 100%;
}

@media screen and (min-width:48em) {
    #posts .post-title {
        padding: 2em 1.5em;
    }
    #posts .post-title h2 {
        font-size: 16px;
    }
    #pagination button {
        width: auto;
    }
}

#sidebar {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 1em;
}

#sidebar>.cta {
    margin-bottom: 1em;
}

#sidebar>.cta:first-of-type {
    display: none;
}

@media screen and (min-width:48em) {
    #sidebar {
        -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        -webkit-box-ordinal-group: NaN;
        -webkit-order: inherit;
        -ms-flex-order: inherit;
        order: inherit;
        padding: 3em 1em;
        max-width: 30%;
    }
    #sidebar>.cta:first-of-type {
        display: block;
    }
}

#sidebar .menu {
    display: none;
    padding: 0;
}

@media screen and (min-width:48em) {
    #sidebar .menu {
        display: block;
        margin-top: 0;
    }
}

#sidebar .menu a {
    color: #444;
    display: block;
    font-family: Gotham;
    font-size: 13px;
    padding: 1.425em 1em 1.425em -webkit-calc(55px + 1em);
    padding: 1.425em 1em 1.425em calc(55px + 1em);
    text-transform: uppercase;
}

#sidebar .menu .menu-item {
    background-color: #fff;
    display: block;
    margin: 5px 0;
    overflow: hidden;
    position: relative;
}

#sidebar .menu .menu-item:first-of-type {
    margin-top: 0;
}

#sidebar .menu .menu-item::before {
    border-right: 5px solid #f4f4f4;
    font-size: 28px;
    left: 0;
    padding: .4em;
    pointer-events: none;
    position: absolute;
    top: 25px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#sidebar .newsletter {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
}

#sidebar .newsletter:hover .newsletter-icon {
    background-color: #3ba5b2;
    color: #fff;
}

#sidebar .newsletter .newsletter-icon,
#sidebar .newsletter .newsletter-text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#sidebar .newsletter .newsletter-icon {
    border-right: 5px solid #f4f4f4;
    color: #3ba5b2;
    -webkit-flex-basis: 55px;
    -ms-flex-preferred-size: 55px;
    flex-basis: 55px;
    font-size: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 55px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#sidebar .newsletter .newsletter-text {
    -webkit-flex-basis: -webkit-calc(100% - 55px);
    -ms-flex-preferred-size: calc(100% - 55px);
    flex-basis: calc(100% - 55px);
    font-family: Gotham;
    font-size: 14px;
    padding: 1em .9em;
    max-width: -webkit-calc(100% - 55px);
    max-width: calc(100% - 55px);
}

#sidebar .newsletter .newsletter-text form {
    border-bottom: none;
    margin-top: .5em;
}

#sidebar .newsletter .newsletter-text p {
    margin: 0 0 .5em;
}

#sidebar .newsletter .newsletter-text input:not([type=submit]):not([type=search]):not([type=checkbox]):not([type=radio]),
#sidebar .newsletter .newsletter-text select,
#sidebar .newsletter .newsletter-text textarea {
    background-color: #f4f4f4;
    margin: .5em 0;
}

#sidebar .newsletter .newsletter-text input[type=submit] {
    cursor: pointer;
    margin: .5em 0;
    padding: 1em;
    white-space: normal;
}

#sidebar .newsletter .newsletter-text form div.wpcf7-response-output {
    margin: .5em 0;
}

#sidebar .newsletter .newsletter-text .cta {
    color: #444;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
}

#sidebar .newsletter .newsletter-text .icon-arrow-right {
    color: #3ba5b2;
    font-size: .75em;
}

#sidebar .newsletter .newsletter-text .text-wrapper {
    width: 100%;
}

#sidebar .related-posts {
    background-color: #fff;
    margin-bottom: 1em;
    padding: 10px;
}

@media screen and (min-width:48em) {
    #sidebar .related-posts {
        padding: 1em;
    }
}

#sidebar .related-posts .related-posts-title {
    border-bottom: 2px solid;
    border-bottom-color: #ff9000;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 14px;
    margin: 0;
    padding: .75em 0;
    text-transform: uppercase;
}

#sidebar .related-posts .post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1em;
}

@media screen and (min-width:48em) {
    #sidebar .related-posts .related-posts-title {
        padding-top: 0;
    }
    #sidebar .related-posts .post:not(:last-of-type) {
        border-bottom: 1px solid #f4f4f4;
    }
}

#sidebar .related-posts .post .post-img {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 40%;
    position: relative;
}

#sidebar .related-posts .featured-video-plus,
#sidebar .related-posts .post .post-img img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    left: 50%;
}

@media screen and (min-width:48em) {
    #sidebar .related-posts .post .post-img {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

#sidebar .related-posts .post .post-img img {
    height: auto;
}

#sidebar .related-posts .post .post-text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    margin-left: .75em;
}

@media screen and (min-width:48em) {
    #sidebar .related-posts .post .post-text {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-left: 0;
    }
}

#sidebar .related-posts .post .post-title {
    font-size: 13px;
    font-weight: 400;
}

#sidebar .related-posts .featured-video-plus .fluid-width-video-wrapper {
    padding-top: 0!important;
}

#sidebar .related-posts .featured-video-plus .video-container {
    padding-top: 0;
}

.cat-section {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.cat-section .cat-section-title {
    font-size: 18px;
    margin: 1em 0;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width:48em) {
    .cat-section .cat-section-title {
        font-size: 30px;
    }
}

.cat-section .cat-section-subtitle {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width:48em) {
    .cat-section .cat-section-subtitle {
        font-size: 26px;
    }
}

.cat-section .cat-tag {
    color: #fff;
    display: block;
    font-family: Gotham;
    font-size: 12px;
    font-weight: 700;
    margin: 1em auto;
    padding: .5em 1em;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .23);
    text-transform: uppercase;
    width: 200px;
}

.cat-section .cat-tag.actualidad {
    background-color: #e9104b;
}

.cat-section .cat-tag.esta-es-colombia {
    background-color: #00c0ff;
}

.cat-section .cat-tag.marca-colombia {
    background-color: #9e1e71;
}

.cat-section .cat-tag.negocia-con-colombia {
    background-color: #ffc500;
}

.cat-section .cat-tag.visita-colombia {
    background-color: #6fb23b;
}

.know-more {
    background-color: #fff;
    padding: 1em 1em 2em;
}

.know-more .post {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 1em;
}

@media screen and (min-width:48em) {
    .cat-section .cat-tag {
        font-size: 15px;
    }
    .know-more {
        position: relative;
    }
    .know-more::after,
    .know-more::before {
        content: "";
        display: block;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .know-more::after {
        background-color: #fff;
        bottom: 0;
        top: 0;
        width: 100vw;
        z-index: -1;
    }
    .know-more::before {
        border-style: solid;
        bottom: 100%;
        right: 0;
        z-index: 99;
        border-color: transparent transparent #fff #fff;
        border-width: 0 100vw 2em 0;
    }
    .know-more .post {
        -webkit-flex-basis: 24%;
        -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
        width: 24%;
    }
}

.know-more .posts {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.know-more .post-img {
    overflow: hidden;
    padding-top: 50%;
    position: relative;
}

.know-more .post-img img {
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.know-more .post-title {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width:48em) {
    .know-more .post-title {
        font-size: 17px;
    }
}

.know-more .post-excerpt {
    color: #888;
    font-family: Lato;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    word-break: break-word;
}

.connect-with {
    color: #fff;
    padding: 1em;
    position: relative;
}

.connect-with::after {
    bottom: 0;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1;
    background-image: url(../img/connect-background-mobile.png);
}

@media screen and (min-width:48em) {
    .know-more .post-excerpt {
        font-size: 16px;
    }
    .connect-with {
        padding: 2em;
    }
    .connect-with::after {
        background-image: url(../img/connect-background-desktop.png);
    }
}

.connect-with .cat-icon {
    background-color: rgba(0, 0, 0, .25);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: 0 auto 1em;
    overflow: hidden;
    padding-top: 60%;
    position: relative;
    width: 60%;
}

.connect-with .cat-icon img {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60%;
}

.connect-with .cat-section-cat {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    margin: 1em 0 2em;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width:48em) {
    .connect-with .cat-icon {
        border: 5px solid #fff;
    }
    .connect-with .cat-section-cat {
        -webkit-flex-basis: 22%;
        -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
    }
}

.connect-with .cat-section-cat .cat-name {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
}

.connect-with .cat-section-cats {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width:48em) {
    .connect-with .cat-section-cats {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .connect-with .cat-section-subtitle {
        margin: 1em auto;
        width: 40%;
    }
}

.social-sharing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-sharing a {
    display: block;
    font-size: 26px;
    margin: .5em .1em;
}

@media screen and (min-width:48em) {
    .social-sharing {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .social-sharing a {
        font-size: 32px;
    }
}

.social-sharing a:hover::before {
    color: #444!important;
}

.social-sharing a::before {
    font-family: colombia-icons!important;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.social-sharing a.button-facebook::before {
    color: #305A9D;
    content: "";
}

.social-sharing a.button-twitter::before {
    color: #58c2e2;
    content: "";
}

.social-sharing a.button-linkedin::before {
    color: #1e6086;
    content: "";
}

.social-sharing a.button-googleplus::before {
    color: #db4437;
    content: "";
}

.page-content {
    font-size: 18px;
    font-weight: 400;
    padding: 1em;
    text-align: center;
}

@media screen and (min-width:48em) {
    .page-content {
        font-size: 25px;
        padding: 0 0 1.25em;
        text-align: left;
    }
}

.page-content p {
    font-weight: inherit;
    margin: 0;
}

#questions {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 1em;
}

@media screen and (min-width:48em) {
    #questions {
        -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        padding-top: 3em;
    }
}

#questions .question-wrapper {
    border: 1px solid #e4e4e4;
    background-color: #fff;
    margin-bottom: .2em;
}

#questions .answer p:last-of-type,
#questions .question-wrapper:last-of-type {
    margin-bottom: 0;
}

#questions .question {
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    padding: 1em -webkit-calc(50px + 1em) 1em 1em;
    padding: 1em calc(50px + 1em) 1em 1em;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media screen and (min-width:48em) {
    #questions .question {
        padding: 1.5em -webkit-calc(50px + 3.5em) 1.5em 3.5em;
        padding: 1.5em calc(50px + 3.5em) 1.5em 3.5em;
    }
}

#questions .question::after {
    content: "+";
    font-size: 30px;
    right: 25px;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

#questions .question::after,
#questions .question::before {
    display: block;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#questions .question::before {
    content: "";
    border-left: 1px solid #e4e4e4;
    bottom: 0;
    right: 50px;
    top: 0;
}

#questions .answer {
    color: #888;
    display: none;
    font-size: 14px;
    padding: 2em 1em;
}

@media screen and (min-width:48em) {
    #questions .answer {
        padding: 3em 5em;
    }
}

#questions .answer p {
    margin-top: 0;
}

#downloads {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 1em;
    position: relative;
}

#downloads>.select {
    width: 100%;
}

@media screen and (min-width:48em) {
    #downloads {
        -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        padding-top: 3em;
        max-width: 70%;
    }
    #downloads>.select {
        position: absolute;
        right: 1em;
        top: 3em;
        width: 31%;
    }
}

#downloads>.select select {
    font-weight: 700;
    text-transform: uppercase;
}

#downloads .category-wrapper {
    margin-bottom: 2em;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#downloads .category-wrapper:last-of-type {
    margin-bottom: 0;
}

#downloads .subcategory-name {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 20px;
    margin: 1em .5em;
    text-transform: uppercase;
}

@media screen and (min-width:48em) {
    #downloads .subcategory-name {
        font-size: 30px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 1em;
    }
}

#downloads .download {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 1em;
}

@media screen and (min-width:48em) {
    #downloads .download {
        -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    }
}

#downloads .download.format-audio a.download-action-play,
#downloads .download.format-video a.download-action-play-video {
    display: inline-block;
}

#downloads .download-content {
    display: none;
}

#downloads .download-img {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f0f0f0;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2em 1em;
}

#downloads .download-img img {
    height: 100px;
    width: auto;
}

#downloads .download-info {
    background-color: #fff;
}

#downloads .download-title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    font-size: 16px;
    margin: 0;
    min-height: 69px;
    padding: 1em;
}

#downloads .download-actions {
    padding: 1em;
}

#downloads .download-actions .download-action-play,
#downloads .download-actions .download-action-play-video {
    display: none;
}

#downloads .download-action {
    display: block;
    font-family: Gotham;
    font-size: 13px;
    margin: 0 auto 1em 0;
    vertical-align: middle;
    width: auto;
}

#downloads .download-action:last-of-type,
.search-results #posts .post-excerpt p:last-of-type {
    margin-bottom: 0;
}

#downloads .download-action span {
    display: inline-block;
    padding-bottom: .4em;
    position: relative;
}

#downloads .download-action span:hover::after {
    border-color: #00babc;
    left: 0;
    right: 0;
}

#downloads .download-action span::after {
    border: 1px solid transparent;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#downloads .download-action i {
    display: inline-block;
    color: #00babc;
    font-size: 20px;
    margin-right: .5em;
    -webkit-transition: all .3s;
    transition: all .3s;
    vertical-align: middle;
}

#modal,
.search-results #posts {
    display: flex;
}

#modal {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(68, 68, 68, .9);
    bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: -1;
}

#modal #close-modal {
    color: #fff;
    font-size: 40px;
    padding: 0;
    position: absolute;
    right: 1em;
    top: 1em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#page-content {
    padding: 1em;
}

.page-template-contact #category-header {
    background-image: url(../img/bg-contact1x.png);
}

.page-template-contact #page-content>p {
    font-size: 18px;
    text-align: center;
}

@media screen and (min-width:48em) {
    #page-content {
        -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        padding-top: 3em;
        max-width: 70%;
    }
    .page-template-contact #category-header {
        background-image: url(../img/bg-contact2x.png);
    }
    .page-template-contact #page-content>p {
        font-size: 25px;
        text-align: left;
    }
}

.page-template-contact #page-content>p:first-of-type {
    margin-top: 0;
}

.search-results #posts .post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search-results #posts .post:nth-of-type(5n+1) .post-img {
    padding-top: 30%;
}

.search-results #posts .post:nth-of-type(5n+1) .post-img img {
    /* height: auto; */
    width: 100%;
}

.search-results #posts .post:nth-of-type(5n+1) .post-title h2 {
    font-size: 12px;
}

@media screen and (min-width:48em) {
    .search-results #posts .post:nth-of-type(5n+1) .post-img {
        padding-top: 20%;
    }
    .search-results #posts .post:nth-of-type(5n+1) .post-title h2 {
        font-size: 25px;
        font-weight: 700;
    }
}

.search-results #posts .post-categories {
    display: inline-block;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.search-results #posts .post-categories li a {
    padding: .25em .5em;
    width: auto;
}

.search-results #posts .post-excerpt {
    background-color: transparent!important;
    color: #444;
    display: none;
    font-size: 13px;
    padding: 0;
    position: static;
}

.search-results #posts .post-excerpt a {
    color: inherit;
    line-height: 17px;
    text-transform: none;
}

.search-results #posts .post-excerpt p {
    font-size: inherit;
    text-align: left;
}

.search-results #posts .post-img {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    padding-top: 30%;
}

@media screen and (min-width:48em) {
    .search-results #posts .post-excerpt {
        display: block;
        opacity: 1;
        pointer-events: all;
    }
    .search-results #posts .post-img {
        -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        padding-top: 20%;
    }
}

.search-results #posts .post-img img {
    height: auto;
    width: 100%;
}

.search-results #posts .post-info {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    padding: 1em;
}

.search-results #posts .post-title {
    margin: .25em 0 0;
    padding: 0;
}

.search-results #posts .post-title h2 {
    font-size: 12px;
}

@media screen and (min-width:48em) {
    .search-results #posts .post-info {
        -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    }
    .search-results #posts .post-title {
        margin: 1em 0;
    }
    .search-results #posts .post-title h2 {
        font-size: 25px;
        font-weight: 700;
    }
}

#events {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 0;
    padding: 1em;
    margin: 0 auto;
}


/*#events .event {
  background-color: #fff;
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
  vertical-align: top;
}*/

body #events article.event {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    width: 100%;
}

.image_event {
    width: 544px;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
    background-position: center;
    border: 1px solid #b5b5b56e;
    border-radius: 17px;
    transition: background-size 0.5s ease;
}

.event-info {
    grid-area: 1 / 1 / 2 / 4;
}

.date_map_event {
    grid-area: 1 / 4 / 2 / 5;
}

@media screen and (min-width:48em) {
    #events {
        -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        padding-top: 3em;
        max-width: 70%;
    }
    #events .event {
        width: 48%;
    }
}

@media screen and (min-width:1153px) {
    #events .event {
        width: 32%;
    }
}

#events .event-content {
    color: #888;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
}

#events .event-content p {
    margin: 0 0 1em;
}

#events .event-content p:last-of-type {
    margin-bottom: 0;
}

#events .event-cta {
    color: #444;
    margin-top: 1.5em;
}

#events .event-cta a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    margin: 0 0 0 auto;
    width: 2em;
}

#events .event-cta a:hover {
    color: #f12e2d;
}

#events .event-data {
    border-bottom: 1px solid #eeecec;
    font-size: 12px;
    font-weight: 300;
    padding-bottom: 1em;
    margin-bottom: 1em;
    margin-top: .5em;
}

#events .event-data [class*=icon-] {
    color: #cfcfcf;
    display: inline-block;
    margin-right: .3em;
    vertical-align: middle;
}

#events .event-date {
    margin-bottom: .25em;
}

#events .event-img {
    padding-top: 40%;
    position: relative;
    overflow: hidden;
}

#events .event-img img,
#kids object {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#kids,
.btn.loading,
button.loading {
    position: relative;
}

@media screen and (min-width:48em) {
    #events .event-img {
        padding-top: 60%;
    }
}

#events .event-img img {
    display: block;
    left: 50%;
    height: auto;
    top: 50%;
    width: 100%;
}

#events .event-info {
    padding: 0.2em 0.2em;
    display: flex;
    background: #e9e9e9;
    border-radius: 20px;
}

#events .event-name {
    font-size: 16px;
    margin: 0;
}

#events #pagination {
    margin: 1em 0;
}

#events #temp-events {
    display: none;
}

#events-filter {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em 0;
}

@media screen and (min-width:48em) {
    #events-filter {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 1em;
        padding: 0;
    }
}

#month-filter {
    background-color: transparent;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0;
    padding: 0 2em;
    box-shadow: 2px 2px rgba(128, 128, 128, 0.178);
}

#month-filter .swiper-slide-active {
    justify-content: center;
    align-items: center;
    background: #002252 !important;
    display: flex !important;
    margin: 0.3px;
    border-radius: 10px;
    font-size: 50px;
}

#month-filter .swiper-slide {
    justify-content: center;
    align-items: center;
    display: flex !important;
}

div#month-filter {
    width: 100%;
    margin: auto;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 11px;
    -webkit-box-shadow: 3px 6px 10px -2px rgb(222 222 222);
    -moz-box-shadow: 3px 6px 10px -2px rgba(222, 222, 222, 1);
    box-shadow: 3px 6px 10px -2px rgb(222 222 222);
}

div.events_container {
    display: flex;
    flex-direction: column;
    font-family: 'Futura Std', sans-serif !important;
}

body #year-filter {
    background-color: white;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0;
    padding: 0 4.4em;
    width: 30%;
    margin: 0 auto;
}

#month-filter .swiper-slide,
#year-filter .swiper-slide {
    font-family: Gotham;
    padding: 1px;
    text-align: center;
}

.year-value {
    font-size: 35px;
    font-weight: bold;
}

#month-filter .month {
    cursor: pointer;
    font-size: 30px;
    padding: 0 1em;
    /* border-right: 1px solid #cfcfcf99; */
    background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 8px) no-repeat, conic-gradient(from 120deg at 50% 53%, transparent 80%, #CFCFCF99 88%) 0 0/150% 94%;
    box-sizing: border-box;
}

#month-filter .month-label {
    border-top: 1px solid transparent;
    border-bottom: 2px solid transparent;
    display: inline-block;
    padding: 1em 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 25px;
    color: #c4c4c4;
    font-weight: bold;
    letter-spacing: 0px;
    font-family: 1px;
}

#month-filter .swiper-slide-active {
    font-weight: 700;
}

#month-filter .swiper-slide-active .month-label {
    border-bottom-color: white;
    color: white;
    font-family: 'Futura Std', sans-serif !important;
}

#year-filter {
    margin-bottom: .5em;
    margin: 0 auto;
    height: auto;
}

#year-filter .slick-slide {
    background: #fff;
    margin: 0 5px;
    height: auto !important;
    display: flex;
    justify-content: center;
}

#year-filter .year {
    font-size: 15px;
    font-weight: 700;
}

#year-filter .year .year-label {
    display: inline-block;
    font-weight: 400;
}

@media screen and (min-width:48em) {
    #month-filter {
        -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    }
    #year-filter {
        -webkit-flex-basis: 18%;
        -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
        margin: 0;
    }
    #year-filter .year .year-label {
        display: none;
    }
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: none;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    top: 0;
    width: 2em;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

#map {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 900px;
}

#map .vco-slide-content {
    width: auto!important;
}

#kids {
    background-image: url(../img/bg-kids.jpg);
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-top: 100%;
}

#kids object {
    left: 50%;
    top: 50%;
    width: 100%;
}

@-webkit-keyframes loading {
    0% {
        right: 100%;
    }
    70% {
        right: 50%;
    }
    100% {
        right: 0;
    }
}

@keyframes loading {
    0% {
        right: 100%;
    }
    70% {
        right: 50%;
    }
    100% {
        right: 0;
    }
}

.btn.loading::before,
button.loading::before {
    -webkit-animation: loading 2.5s ease-in-out infinite;
    animation: loading 2.5s ease-in-out infinite;
    background-color: rgba(0, 0, 0, .3);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

body.error404 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-attachment: fixed;
    background-image: url(../img/bg_404.png);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100vw;
}

body.error404 .e404-logo {
    display: block;
    margin-bottom: 2em;
}

body.error404 .e404-img {
    width: 256px;
}

@media screen and (min-width:48em) {
    body.error404 .e404-logo {
        margin-bottom: 4em;
    }
    body.error404 .e404-img {
        width: 465px;
    }
}

body.error404 .e404-title {
    color: #fff;
    font-family: Gotham;
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 .5em;
    text-transform: uppercase;
}

@media screen and (min-width:48em) {
    body.error404 .e404-title {
        font-size: 62px;
    }
}

body.error404 .e404-text {
    color: rgba(0, 0, 0, .6);
    font-family: Lato;
    font-size: 14px;
    margin: 1em;
    padding: 0 .5em;
}

body.error404 .e404-cta {
    background-color: #ff3c3c;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .4);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .4);
    color: #fff;
    display: inline-block;
    font-family: Gotham;
    font-weight: 700;
    padding: 1em 4em;
    text-transform: uppercase;
}

body.page-template-default #category-header+#content-wrapper .page,
body.page-template-terms #post-content .page {
    background-color: #fff;
}

@media screen and (min-width:48em) {
    body.error404 .e404-text {
        font-size: 16px;
        margin: 1em auto 2em;
        width: 380px;
    }
    body.error404 .e404-cta {
        font-size: 16px;
    }
}

body.error404 #e404 {
    padding: 1em;
    text-align: center;
}

body.is-modal {
    overflow: hidden;
}

body.is-modal.show-player #modal {
    pointer-events: all;
    opacity: 1;
    z-index: 99999999999;
}

body.category #category-header+#content-wrapper,
body.category #post-header+#content-wrapper,
body.single-post #category-header+#content-wrapper,
body.single-post #post-header+#content-wrapper {
    margin-top: -8em;
}

@media screen and (min-width:48em) {
    body.category #category-header+#content-wrapper,
    body.category #post-header+#content-wrapper,
    body.single-post #category-header+#content-wrapper,
    body.single-post #post-header+#content-wrapper {
        margin-top: 0;
    }
    body.category #post-header+#content-wrapper,
    body.single-post #post-header+#content-wrapper {
        margin-top: -8em;
    }
}

body.page-template-default #category-header+#content-wrapper {
    margin-top: -3em;
}

body.page-template-default #category-header+#content-wrapper #post-slider,
body.page-template-default #category-header+#content-wrapper .post-img {
    padding: 1em 1em 0;
}

body.page-template-default #category-header+#content-wrapper #post-content,
body.page-template-default #category-header+#content-wrapper #sidebar {
    padding-top: 1em;
}

body.page-template-events #category-header {
    background-image: url(../img/bg-events1x.png);
}

@media screen and (min-width:48em) {
    body.page-template-default #category-header+#content-wrapper {
        margin-top: -6em;
    }
    body.page-template-events #category-header {
        background-image: url(../img/bg-events2x.png);
    }
}

body.page-template-map #category-header+#content-wrapper {
    margin-top: -8em;
}

body.page-template-downloads #category-header,
body.page-template-faq #category-header {
    padding: 4em 1em 2em;
}

body.page-template-downloads #category-header {
    background-image: url(../img/bg-downloads1x.png);
}

@media screen and (min-width:48em) {
    body.page-template-map #category-header+#content-wrapper {
        margin-top: -10em;
    }
    body.page-template-downloads #category-header,
    body.page-template-faq #category-header {
        padding-top: 6em;
    }
    body.page-template-downloads #category-header {
        background-image: url(../img/bg-downloads2x.png);
    }
}

body.page-template-terms #category-header {
    background-image: url(../img/bg-downloads1x.png);
}

body.page-template-terms #category-header .cat-title {
    margin: 1em;
}

body.page-template-terms #post-content {
    margin-top: -8em;
}

@media screen and (min-width:48em) {
    body.page-template-terms #category-header {
        background-image: url(../img/bg-downloads2x.png);
    }
    body.page-template-terms #post-content {
        margin-top: -10em;
    }
}

body.page-template-terms #post-content .post-content blockquote,
body.page-template-terms #post-content .post-content>p:first-of-type::first-letter {
    color: #00babc;
}

body main.category-esta-es-colombia #category-header,
body main.category-esta-es-colombia #post-header,
body main.category-this-is-colombia #category-header,
body main.category-this-is-colombia #post-header,
body.category-esta-es-colombia #category-header,
body.category-esta-es-colombia #post-header,
body.category-this-is-colombia #category-header,
body.category-this-is-colombia #post-header {
    background-image: url(../img/bg-this-is-colombia1x.png);
}

@media screen and (min-width:48em) {
    body main.category-esta-es-colombia #category-header,
    body main.category-esta-es-colombia #post-header,
    body main.category-this-is-colombia #category-header,
    body main.category-this-is-colombia #post-header,
    body.category-esta-es-colombia #category-header,
    body.category-esta-es-colombia #post-header,
    body.category-this-is-colombia #category-header,
    body.category-this-is-colombia #post-header {
        background-image: url(../img/bg-this-is-colombia2x.png);
    }
}

body main.category-esta-es-colombia #post-content .post-content blockquote,
body main.category-esta-es-colombia #post-content .post-content>p:first-of-type::first-letter,
body main.category-this-is-colombia #post-content .post-content blockquote,
body main.category-this-is-colombia #post-content .post-content>p:first-of-type::first-letter,
body.category-esta-es-colombia #post-content .post-content blockquote,
body.category-esta-es-colombia #post-content .post-content>p:first-of-type::first-letter,
body.category-this-is-colombia #post-content .post-content blockquote,
body.category-this-is-colombia #post-content .post-content>p:first-of-type::first-letter {
    color: #00c0ff;
}

body main.category-esta-es-colombia #sidebar .related-posts .related-posts-title,
body main.category-this-is-colombia #sidebar .related-posts .related-posts-title,
body.category-esta-es-colombia #sidebar .related-posts .related-posts-title,
body.category-this-is-colombia #sidebar .related-posts .related-posts-title {
    border-bottom-color: #00c0ff;
}

body main.category-brand-colombia #category-header,
body main.category-brand-colombia #post-header,
body main.category-marca-colombia #category-header,
body main.category-marca-colombia #post-header,
body.category-brand-colombia #category-header,
body.category-brand-colombia #post-header,
body.category-marca-colombia #category-header,
body.category-marca-colombia #post-header {
    background-image: url(../img/bg-brand1x.png);
}

@media screen and (min-width:48em) {
    body main.category-brand-colombia #category-header,
    body main.category-brand-colombia #post-header,
    body main.category-marca-colombia #category-header,
    body main.category-marca-colombia #post-header,
    body.category-brand-colombia #category-header,
    body.category-brand-colombia #post-header,
    body.category-marca-colombia #category-header,
    body.category-marca-colombia #post-header {
        background-image: url(../img/bg-brand2x.png);
    }
}

body main.category-brand-colombia #post-content .post-content blockquote,
body main.category-brand-colombia #post-content .post-content>p:first-of-type::first-letter,
body main.category-marca-colombia #post-content .post-content blockquote,
body main.category-marca-colombia #post-content .post-content>p:first-of-type::first-letter,
body.category-brand-colombia #post-content .post-content blockquote,
body.category-brand-colombia #post-content .post-content>p:first-of-type::first-letter,
body.category-marca-colombia #post-content .post-content blockquote,
body.category-marca-colombia #post-content .post-content>p:first-of-type::first-letter {
    color: #9e1e71;
}

body main.category-brand-colombia #sidebar .related-posts .related-posts-title,
body main.category-marca-colombia #sidebar .related-posts .related-posts-title,
body.category-brand-colombia #sidebar .related-posts .related-posts-title,
body.category-marca-colombia #sidebar .related-posts .related-posts-title {
    border-bottom-color: #9e1e71;
}

body main.category-actualidad #category-header,
body main.category-actualidad #post-header,
body main.category-updates #category-header,
body main.category-updates #post-header,
body.category-actualidad #category-header,
body.category-actualidad #post-header,
body.category-updates #category-header,
body.category-updates #post-header {
    background-image: url(../img/bg-nowadays1x.png);
}

@media screen and (min-width:48em) {
    body main.category-actualidad #category-header,
    body main.category-actualidad #post-header,
    body main.category-updates #category-header,
    body main.category-updates #post-header,
    body.category-actualidad #category-header,
    body.category-actualidad #post-header,
    body.category-updates #category-header,
    body.category-updates #post-header {
        background-image: url(../img/bg-nowadays2x.png);
    }
}

body main.category-actualidad #post-content .post-content blockquote,
body main.category-actualidad #post-content .post-content>p:first-of-type::first-letter,
body main.category-updates #post-content .post-content blockquote,
body main.category-updates #post-content .post-content>p:first-of-type::first-letter,
body.category-actualidad #post-content .post-content blockquote,
body.category-actualidad #post-content .post-content>p:first-of-type::first-letter,
body.category-updates #post-content .post-content blockquote,
body.category-updates #post-content .post-content>p:first-of-type::first-letter {
    color: #e9104b;
}

body main.category-actualidad #sidebar .related-posts .related-posts-title,
body main.category-updates #sidebar .related-posts .related-posts-title,
body.category-actualidad #sidebar .related-posts .related-posts-title,
body.category-updates #sidebar .related-posts .related-posts-title {
    border-bottom-color: #e9104b;
}

body main.category-negocia-con-colombia #category-header,
body main.category-negocia-con-colombia #post-header,
body main.category-trade-with-colombia #category-header,
body main.category-trade-with-colombia #post-header,
body.category-negocia-con-colombia #category-header,
body.category-negocia-con-colombia #post-header,
body.category-trade-with-colombia #category-header,
body.category-trade-with-colombia #post-header {
    background-image: url(../img/bg-trade-with-us1x.png);
}

@media screen and (min-width:48em) {
    body main.category-negocia-con-colombia #category-header,
    body main.category-negocia-con-colombia #post-header,
    body main.category-trade-with-colombia #category-header,
    body main.category-trade-with-colombia #post-header,
    body.category-negocia-con-colombia #category-header,
    body.category-negocia-con-colombia #post-header,
    body.category-trade-with-colombia #category-header,
    body.category-trade-with-colombia #post-header {
        background-image: url(../img/bg-trade-with-us2x.png);
    }
}

body main.category-negocia-con-colombia #post-content .post-content blockquote,
body main.category-negocia-con-colombia #post-content .post-content>p:first-of-type::first-letter,
body main.category-trade-with-colombia #post-content .post-content blockquote,
body main.category-trade-with-colombia #post-content .post-content>p:first-of-type::first-letter,
body.category-negocia-con-colombia #post-content .post-content blockquote,
body.category-negocia-con-colombia #post-content .post-content>p:first-of-type::first-letter,
body.category-trade-with-colombia #post-content .post-content blockquote,
body.category-trade-with-colombia #post-content .post-content>p:first-of-type::first-letter {
    color: #ffc500;
}

body main.category-negocia-con-colombia #sidebar .related-posts .related-posts-title,
body main.category-trade-with-colombia #sidebar .related-posts .related-posts-title,
body.category-negocia-con-colombia #sidebar .related-posts .related-posts-title,
body.category-trade-with-colombia #sidebar .related-posts .related-posts-title {
    border-bottom-color: #ffc500;
}

body main.category-visit-colombia #category-header,
body main.category-visit-colombia #post-header,
body main.category-visita-colombia #category-header,
body main.category-visita-colombia #post-header,
body.category-visit-colombia #category-header,
body.category-visit-colombia #post-header,
body.category-visita-colombia #category-header,
body.category-visita-colombia #post-header {
    background-image: url(../img/bg-visit-us1x.png);
}

body main.category-visit-colombia #post-content .post-content blockquote,
body main.category-visit-colombia #post-content .post-content>p:first-of-type::first-letter,
body main.category-visita-colombia #post-content .post-content blockquote,
body main.category-visita-colombia #post-content .post-content>p:first-of-type::first-letter,
body.category-visit-colombia #post-content .post-content blockquote,
body.category-visit-colombia #post-content .post-content>p:first-of-type::first-letter,
body.category-visita-colombia #post-content .post-content blockquote,
body.category-visita-colombia #post-content .post-content>p:first-of-type::first-letter {
    color: #6fb23b;
}

body main.category-visit-colombia #sidebar .related-posts .related-posts-title,
body main.category-visita-colombia #sidebar .related-posts .related-posts-title,
body.category-visit-colombia #sidebar .related-posts .related-posts-title,
body.category-visita-colombia #sidebar .related-posts .related-posts-title {
    border-bottom-color: #6fb23b;
}

@media screen and (min-width:48em) {
    body main.category-visit-colombia #category-header,
    body main.category-visit-colombia #post-header,
    body main.category-visita-colombia #category-header,
    body main.category-visita-colombia #post-header,
    body.category-visit-colombia #category-header,
    body.category-visit-colombia #post-header,
    body.category-visita-colombia #category-header,
    body.category-visita-colombia #post-header {
        background-image: url(../img/bg-visit-us2x.png);
    }
    body.is-scrolled #header {
        background-color: rgba(68, 68, 68, .9);
    }
}

#header .search.is-visible {
    background-color: #444;
}

#header .search.is-visible .search-form {
    display: block;
}

@media screen and (max-width:47.9375em) {
    #header #main-nav #main-nav-header .back.is-visible,
    #header #main-nav #main-nav-header .logo.is-visible,
    #header.menu-is-visible .menu-item-has-children.active .sub-menu {
        display: block;
    }
    body #events article.event {
        display: flex;
        flex-direction: column;
        width: 90%;
    }
    #header.menu-is-visible {
        left: -webkit-calc(100% - 50px);
        left: calc(100% - 50px);
    }
    #header #main-nav #menu-menu-principal.level-1 {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    #header #main-nav #menu-menu-principal.level-2 {
        -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        transform: translateX(-200%);
    }
    #header #main-nav #menu-menu-principal .menu-item.abs {
        position: absolute;
        left: 0;
        top: 0;
    }
    #header #main-nav #menu-menu-principal .menu-item.abs+li {
        margin-top: 44px;
    }
    #header #main-nav #menu-menu-principal .sub-menu.is-visible {
        display: block;
        opacity: 1;
        pointer-events: all;
    }
}

#questions .question-wrapper.is-open {
    border: none;
}

#questions .question-wrapper.is-open .question {
    background-color: #e4e4e4;
}

#questions .question-wrapper.is-open .question::after {
    -webkit-transform: translate(50%, -50%) rotate(-315deg);
    -ms-transform: translate(50%, -50%) rotate(-315deg);
    transform: translate(50%, -50%) rotate(-315deg);
}

#questions .question-wrapper.is-open .question::before {
    border-color: #f9f9f9;
}

.footer_logos {
    position: relative;
    top: 25%;
    height: auto;
}

body.page-template.page-template-events.page-template-events-php.page #category-header .cat-title {
    margin: 0 auto !important;
    margin-bottom: 61px!important;
}

.fl,
.fr {
    display: inline-block;
}

#footer .sites {
    flex-basis: 100% !important;
    padding: 2em 0em 3em 1em;
}

#footer .pre-footer {
    padding: 2em 0;
}

#footer .footer .credits {
    display: none
}


/*.fl{
	clear: both;
}
.fr{
	display: inline;
	clear: both;
}*/

.fr {
    float: right;
}

#footer .sites a {
    display: inline-block !important;
}

.social-networks {
    float: left;
}

#footer .social-networks a {
    color: #fff !important;
    font-size: 32px !important;
}

#footer .social-networks .menu {
    max-width: 100% !important;
}

#footer .social-networks li {
    padding: 0 10px 0 0;
}

#footer_fix_menu {
    display: none;
}

@media (max-width: 1024px) {
    #year-filter {
        left: 10%;
        width: 79% !important;
        border-radius: 28px;
        padding: 23px 12px;
    }
    .regionEventosContainer {
        justify-content: center !important;
        margin-bottom: 40px !important;
    }
    div#month-filter {
        height: 65px;
    }
    #month-filter .month-label {
        font-size: 30px;
    }
    #div_logo_svg_footer2 {
        margin-right: 2%;
    }
    body #events article.event {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #e7e3e3;
    }
    .tp_eventos .image_event {
        width: 100% !important;
        height: auto;
        min-height: 209px;
    }
    .date_map_event {
        margin: 31px 0px;
    }
    #events .event-info,
    .date_map_event {
        flex-direction: column;
    }
    body .category-events-new #category-header .cat-header-container h1.cat-title {
        margin-bottom: 61px !important;
        text-shadow: -1px 1px #292929;
        font: 45px 'Raleway', sans-serif !important;
        font-weight: bold !important;
    }
    body div.viewmoreButtonRegion {
        display: block;
    }
    span.daysEvent {
        font-size: 30px !important;
    }
    span.monthEvent {
        font-size: 30px;
    }
}

@media screen and (max-width:768px) {
    .swiper-pagination-bullet {
        height: 7px;
        width: 7px;
    }
    .no-events img {
        padding: 3% 40%!important;
    }
    #footer {
        padding-bottom: 50px !important;
    }
    #footer_fix_menu {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 1000;
        width: 100%;
        min-height: 50px;
        height: auto;
        background-color: #444;
        color: #FFF;
        font-family: Gotham;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
    }
    .footer_fix_menu_item {
        float: left;
        width: 31%;
        margin: 1%;
        text-align: center;
        vertical-align: middle;
    }
    .footer_fix_menu_item_img {
        width: 25%;
    }
    #div_logo_svg_footer2 {
        float: left;
        position: absolute;
        margin-top: 200px;
        margin-left: -23px;
    }
    #div_logo_svg_footer1,
    #div_logo_svg_footer2 {
        width: 100% !important;
        text-align: center;
    }
    #logo_svg_footer,
    #logo_svg_footer1 {
        position: relative;
        top: 56px;
    }
    #logo_svg_footer {
        height: 38px;
    }
    #logo_svg_footer1,
    #logo_svg_footer,
    #logo_svg_footer2 {
        background-position: center;
        left: 0px!important;
        margin: 10px 0 !important;
    }
    #category-header .cat-title {
        font-size: 26px;
        width: 100%;
        margin: 0 auto;
    }
    .social-networks {
        float: none;
    }
    #footer .footer .menu li {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    #menu-menu-de-pie-de-pagina li {
        -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        text-align: center;
    }
    .containerInformationEvents {
        width: 90% !important;
    }
    .containerInformationEvents p {
        font-size: 16px !important;
    }
    .containerInformationEvents .informationTitle h3 {
        font-size: 35px !important;
    }
    .no-events {
        text-align: center;
        font-size: 16px !important;
    }
    #div_logo_svg_footer2 {
        position: absolute;
        margin-top: -58px;
        margin-left: -23px;
    }
}

@media screen and (max-width:500px) {
    .footer_logos {
        height: 45px!important;
    }
}


/*@media screen and (max-width:320px){ font-size: 21px !important;} */

@media screen and (max-width:320px) {
    .footer_logos {
        height: 41px!important;
    }
}

.culture .sub-menu .sub-menu-title {
    background-color: #69aa42;
}

.colombia-for-foreigners .sub-menu .sub-menu-title {
    background-color: #feb931;
}

#post-34286 .post-data {
    display: none;
}

.img-responsive {
    max-width: 100%;
}

.alidos-in .inner-box-over img {
    max-width: 100%;
    max-height: 420px;
}

.alidos-in .inner-box-over .iframe {
    min-height: 360px;
    max-height: 360px;
    width: 100%;
}

.timeline_for_desktop {
    max-width: 715px;
}

.timeline_for_desktop,
.timeline_for_mobile {
    width: 100%;
}

.inner-box-over {
    display: flex;
    width: 100%;
    padding: 5% 0;
    flex-wrap: wrap;
}

.swiper-button-next .icon-arrow-right::before,
.swiper-button-prev .icon-arrow-left::before {
    font-size: 30px;
}

.iframe .video-container iframe {
    position: relative;
}

.custom-templates .inner-box-over .iframe {
    width: 100%;
}

.custom-templates .iframe .video-container {
    padding-top: 0;
}

.custom-templates .col-2-txt .iframe {
    margin-top: 25px;
}

.inner-box-over #post-slider .slide-img {
    min-height: 360px;
    max-height: 360px;
}

#post-slider+.iframe {
    margin-top: 0;
}

@media screen and (max-width:1200px) {
    body .category-events-new #category-header {
        background-size: cover !important;
        max-height: 350px !important;
    }
}


/*
.home-slide {
  display: none;
}
*/

.swiper-slide-active {
    display: block !important;
}


/* COVID-19 */

body .covid-19 h2 {
    display: block;
    color: #e9104b;
    width: 100%;
}

#posts .category-covid-19 .post-categories li {
    background-color: #e9104b;
}

#posts .category-covid-19 .post-categories li a {
    text-transform: none;
}

#posts .category-covid-19 .post-excerpt {
    background-color: #e9104be6;
}

#posts .category-covid-19 .post-excerpt,
.covid-19 #posts .category-covid-19 .post-excerpt p {
    color: #fff;
}

#posts .category-covid-19 .post-title h2 {
    line-height: initial;
}


/*  Diseño CTA narrativa.
========================================================================= */

.texto-narrativa {
    background: url(../img/bg-narrativa.png) no-repeat bottom right, #f3f4f5;
    padding: 30px;
    padding-bottom: 120px;
    font-style: italic;
    font-weight: 500 !important;
    color: #013568 !important;
}

.texto-narrativa a {
    font-weight: bold;
    color: #fc1054 !important;
    text-decoration: none !important;
}

@media screen and (min-width: 48em) {
    .texto-narrativa {
        padding-bottom: 60px;
    }
    .texto-narrativa a {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
        max-width: 60%;
    }
}

@media screen and (min-width: 56em) {
    .texto-narrativa {
        padding-bottom: 30px;
        padding-right: 120px;
    }
}

#category-header,
#post-header {
    background-size: 100% auto !important;
    background-position: bottom;
}

.category-pais-colombia #category-header .l-container .cat-header-container .cat-description p,
.category-turismo #category-header .l-container .cat-header-container .cat-description p,
.category-extranjeros #category-header .l-container .cat-header-container .cat-description p,
.category-marca-colombia #category-header .l-container .cat-header-container .cat-description p,
.category-cultura-colombiana #category-header .l-container .cat-header-container .cat-description p {
    font-family: Gotham!important;
    font-weight: 400 !important;
    font-size: 1rem !important;
    text-shadow: 2px 1px 2px black;
}


/* ocultar botón volver en artículos destinations. */

.postid-47506 main.embajadores .inner-box-over,
.postid-47621 main.embajadores .inner-box-over {
    display: none;
}

body.page-template.page-template-events {
    font-family: "Raleway", Sans-serif;
}

body .category-events-new #category-header {
    background-image: url(../img/banner_events.jpg) !important;
    background-size: cover !important;
    height: 70vh !important;
}

body .category-events-new #category-header .container_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}

body .category-events-new #category-header .container_title .cat-header-container {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
    height: 100%;
}

body .category-events-new #category-header .cat-header-container .cat-title {
    margin-bottom: 61px !important;
    text-shadow: -1px 1px #292929;
    font-weight: bold !important;
    font-size: 80px !important;
    letter-spacing: -3px;
    font-family: 'Futura Std', sans-serif !important;
}

body .category-events-new .swiper-button-next,
.swiper-button-prev {
    background-color: transparent;
}

.year-value {
    color: #c4c4c4!important;
    font-family: 'Futura Std', sans-serif !important;
}

#year-filter .year-value {
    border-bottom: 1px solid #c4c4c4;
}

#year-filter .slick-current .year-value,
.close-year-filter.year-value {
    color: #002252!important;
    font-family: 'Futura Std', sans-serif !important;
}

body .category-events-new .swiper-button-next .icon-arrow-right::before,
body .category-events-new .swiper-button-prev .icon-arrow-left::before {
    font-size: 10px;
    background-color: #002252;
    color: white;
    padding: 4px;
    border-radius: 20px;
    font-weight: bold;
}

body .category-events-new .swiper-button-prev .icon-arrow-left {
    left: 100px;
    z-index: 1;
}

body .category-events-new .swiper-button-next .icon-arrow-right {
    right: 100px;
}

.containerInformationEvents {
    display: flex;
    width: 70%;
    margin: 0 auto;
    flex-direction: column;
}

.containerInformationEvents .informationTitle h3 {
    font-size: 40px;
    font-weight: bolder;
    color: #002252;
    margin: 50px 0 0 0;
    text-align: center;
    font-family: 'Futura Std', sans-serif !important;
    margin-bottom: 20px;
}

.containerInformationEvents .informationTitle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.info_event {
    width: 100%;
    padding: 20px 30px 9px 48px;
}

.info_event .titleRegion {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    max-width: 440px;
    margin-top: -14px;
    font-weight: bolder;
}

.info_event .content_event p {
    max-width: 440px;
    font-size: 14px;
}

#events .event-info,
.date_map_event {
    border: 1px solid rgba(128, 128, 128, 0.116);
    padding: 0.2em 0.2em;
    display: flex;
    background: #f4f4f4;
    border-radius: 20px;
}

.date_map_event {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.date_map_event img {
    max-width: 130px;
    height: 121px;
    margin: 0 auto;
}

.regionEventos {
    text-decoration: none;
    padding: 8px 11px;
    opacity: 0.5;
    border-radius: 20px;
    font-size: 14px;
    color: white;
    font-weight: bold;
    display: flex;
}

.regionEventos:hover {
    opacity: 1;
    text-decoration: none;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(217, 214, 217, 1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(217, 214, 217, 1);
    box-shadow: 5px 5px 5px 0px rgba(217, 214, 217, 1);
    transition: 0.4s;
    color: white;
}

.subtitleRegion,
.titleRegion {
    color: #002252;
    font-weight: bold;
}

.subtitleRegion {
    margin-top: 13px;
    font-size: 14px;
    margin-bottom: 14px;
    font-weight: 600;
}

body.page-template-events #content-wrapper {
    height: auto;
    background: white !important;
}

body .viewmoreButtonRegion {
    display: flex;
    opacity: 1;
    justify-content: space-between;
    align-items: center;
    transition: 0.9s;
}

.tp_eventos:hover {
    transition: 0.9s;
}

.tp_eventos:hover .viewmoreButtonRegion {
    opacity: 1;
    transition: 0.9s;
}

.tp_eventos .image_event {
    overflow: hidden;
    width: 45%;
}

.tp_eventos .image_event img {
    width: 130%;
    transition: 0.9s;
}

.tp_eventos:hover .image_event img {
    transform: scale(1.2);
    transition: 0.9s;
}

span.daysEvent {
    font-size: 40px;
    font-weight: bold;
    color: #002252;
}

span.monthEvent {
    font-size: 30px;
    font-weight: 300;
    color: #002252;
    margin-top: -10px;
    text-transform: capitalize;
}

.containerInformationEvents p {
    text-align: center;
    font-family: 'Futura Std', sans-serif !important;
    font-size: 18px;
}

.regionEventosContainer {
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
}

.viewmoreButtonRegion span {
    width: 80%;
}

.viewmoreButtonRegion a {
    display: flex;
    flex-direction: row;
    font-weight: bold;
    color: #002252;
    text-decoration: none;
    align-items: center;
}

.viewmoreButtonRegion a:hover {
    text-decoration: none;
    transition: 0.4s;
}

.locationIcon {
    width: 25px;
    background-image: url(../img/locationEvents.png);
    height: 17px;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
}

.close-year-filter.year-value {
    width: 30%;
    margin: auto;
    text-align: center;
    font-size: 60px;
    font-family: 'Futura Std', sans-serif !important;
}

.close-year-filter.year-value:hover {
    cursor: pointer;
}

#events-filter .slick-prev.slick-arrow::before {
    color: #011753 !important;
    font-size: 34px !important;
    position: absolute;
    left: 15px;
}

#year-filter .slick-prev.slick-arrow::before {
    color: #011753 !important;
    font-size: 25px !important;
    position: absolute;
    left: 75px;
    width: 7px !important;
}

#events-filter #year-filter .slick-next.slick-arrow::before {
    /* background: white; */
    color: #011753 !important;
    font-size: 25px !important;
    position: absolute;
    right: 60px;
    opacity: 1 !important;
}

#events-filter #year-filter .slick-prev.slick-arrow,
#events-filter .slick-next.slick-arrow {
    top: 40% !important;
}

#events-filter .slick-next.slick-arrow::before {
    /* background: white; */
    color: #011753 !important;
    font-size: 34px !important;
    position: absolute;
    right: 0;
    opacity: 1 !important;
}

#events-filter .slick-prev.slick-arrow,
#events-filter .slick-next.slick-arrow {
    top: 45%;
}

.close-year-filter.year-value {
    font-size: 40px !important;
}

.no-events {
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    background-color: #F4F4F4;
    font-family: 'Futura Std', sans-serif!important;
    text-align: center;
    padding: 5%;
}

.no-events span .text-no-events {
    font-family: 'Futura Std', sans-serif!important;
    font-size: 100%;
    color: #002252;
}

.no-events img {
    width: 100%;
    padding: 3% 47%;
}

@media only screen and (min-width: 1025px) {
    body #year-filter {
        padding: 0 1em;
    }
    #events-filter #year-filter .slick-next.slick-arrow::before {
        right: 25px;
    }
    #year-filter .slick-prev.slick-arrow::before {
        left: 40px;
    }
    .regionEventosContainer {
        margin-bottom: 40px;
    }
    .info_event .content_event p {
        font-size: 12px;
    }
    .viewmoreButtonRegion a {
        font-size: 12px;
    }
    .regionEventos {
        font-size: 12px;
    }
    span.daysEvent {
        font-size: 25px;
    }
    span.monthEvent {
        font-size: 25px;
    }
    .subtitleRegion {
        margin-top: 4px;
        font-size: 13px;
        margin-bottom: 4px;
    }
    .info_event .titleRegion {
        font-size: 16px;
    }
    .info_event {
        padding: 10px 30px 9px 15px !important;
    }
    .info_event .content_event p {
        max-width: 100%;
    }
    .info_event .titleRegion {
        font-size: 16px;
    }
    .regionEventosContainer {
        margin-bottom: 40px;
    }
    .date_map_event {
        grid-area: 1 / 5 / 2 / 6;
    }
    .event-info {
        grid-area: 1 / 1 / 2 / 5;
    }
    body #events article.event {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 0;
        width: 100%;
    }
    span.daysEvent {
        font-size: 25px;
    }
    span.monthEvent {
        font-size: 25px;
    }
    .info_event .content_event p {
        height: 100px;
        overflow-y: scroll;
    }
    .tp_eventos .image_event {
        width: 60%;
        margin: 12px;
    }
    .tp_eventos .image_event img {
        width: 100%;
        transition: 0.9s;
    }
}

@media only screen and (min-width: 1920px) {
    .tp_eventos .image_event {
        width: 40%;
        margin: 12px;
    }
}