:root {
    --color-primary: #2a3964;
    --color-secondary: #cc100c;
    --color-tertiary: #2B5D83;
    --color-deepblue: #00338d;
    --silver: #f7f7f8;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
    object-position: top;
    width: 100%;
}

.card-img-list {
    height: 200px;
    object-fit: cover;
    object-position: top;
    width: 100%;
}

/****************************************
 *
 *      Font family & Reset styles
 *
 ****************************************/
body {
    font-family: 'Merriweather Sans', sans-serif !important;
    font-weight: 300;
    margin: 0;
}

.btn-lighter {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid white;
    color: white;
    padding: 0.2rem;
    margin: 0.5rem;
    font-size: 0.6rem;
}

.btn-lighter:hover {
    text-decoration: none;
    background: rgba(255,255,255,0.2);
}

.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-secondary {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-secondary:hover {
    background-color: #960018;
    border-color: #960018;
    color: #fff;
}

.text-secondary {
    color: var(--color-secondary) !important;
}

/****************************************
 *
 *   Override default bootstrap styles
 *
 ****************************************/
.list-group-item.active {
    background-color: var(--color-primary);
}

.btn:focus, .btn:active:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/****************************************
 *
 *      Containers & breakpoints
 *
 ****************************************/

@media only screen and (min-width: 1500px) {
    .container-medium {
        padding-left: calc(50% - 715px);
        padding-right: calc(50% - 715px);
    }
}

@media only screen and (max-width: 1499px) and (min-width: 1024px)  {
    .container-medium {
        padding-left: calc(0% + 30px);
        padding-right: calc(0% + 30px);
    }
}

@media only screen and (max-width: 1023px) {
    .container-medium {
        padding-left: calc(0% + 20px);
        padding-right: calc(0% + 20px);
    }
}

/****************************************
 *
 *    Main container (without navbar)
 *
 ****************************************/
.main-container {
    position: relative;
}


/****************************************
 *
 *                Footer
 *
 ****************************************/

.footer {
    background-color: #2a2a2a;
    color: #fff;
}

.footer__social-link {
    font-size: 2rem;
}

.footer a {
    color: #fff;
    opacity: 0.75;
}

.footer a:hover {
    opacity: 1;
}

.footer__divider {
    margin: 0;
    border-top: 1px solid rgba(125, 126, 133, 0.5);
}


/****************************************
 *
 *               Timeline
 *
 ****************************************/

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

/****************************************
 *
 *           Video container
 *
 ****************************************/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/****************************************
 *
 *                Cards
 *
 ****************************************/

/* Card item style */
/*
.card {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,.15), 0 3px 3px rgba(0,0,0,.15);
    height: 100%;
    -webkit-transition: box-shadow .2s ease-in;
    -moz-transition: box-shadow .2s ease-in;
    -ms-transition: box-shadow .2s ease-in;
    -o-transition: box-shadow .2s ease-in;
    transition: box-shadow .2s ease-in;
}

.card:hover {
    box-shadow: 0 0 10px rgba(0,0,0,.2), 0 7px 10px rgba(0,0,0,.2);
}

.card__landscape {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e9ecef;
}

.card__image {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;

    max-height: 170px;
    width: 100%;
}

.card__category {
    color: #960018;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8rem;
    letter-spacing: 1px;
}

.card__title {
    font-size: 1.2rem;
}

.card__link {
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

.card__link:hover {
    text-decoration: none;
    color: #006cb8;
}*/

.event-date {
    position: relative;
    width: 3.8888888889em;
    height: 3.8888888889em;
    line-height: 1.1;
    float: left;
    font-weight: 300;
    margin-bottom: -1.3888888889em;
    top: -1.9444444444em;
    text-align: center;
    padding-top: .8333333333em;
    background-color: #2f2424;
    color: #fff;
}

.event-month {
    display: block;
    font-weight: 300;
    text-transform: uppercase;
    font-size: .8rem;
    margin-bottom: 0;
    width: 100%;
}

.event-day {
    display: block;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0;
    width: 100%;
}

/****************************************
 *
 *          Hover link animate
 *
 ****************************************/

 .hover:hover {
     text-decoration: underline;
 }

.hover-animate { position: relative; }
.hover-animate:hover { text-decoration: none; color: #006cb8; }

.hover-animate:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #006cb8;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.hover-animate:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


/*********************************************
 *
 *              Home page
 *
 *********************************************/

.mission {
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
    padding: 215px 0;
}

.block-info-mobile {
    background-color: #3a3a3a;
}

.card-smoke {
    background-color: rgba(0,0,0,0.7);
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}

.about {
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
}

.about-container {
    padding: 250px 0;
    color: #fff;
}

.gaceta__thumbnail {
    border: 1px solid #8c8c8c;
    max-width: 100%;
    height: auto;

    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -ms-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}

.gaceta__thumbnail:hover {
    box-shadow: 0px 5px 10px #888;
}


/****************************************
 *
 *        Common page styles
 *
 ****************************************/

/* Title section */
.title__text {
    font-size: 3.125rem;
    margin-bottom: 0;
}
.title__category {
    margin-bottom: 0;
    font-size: 1.7rem;
    font-weight: 500;
    color: #b1040e;
}
.title__description {
    font-style: italic;
    font-size: 1.2rem;
    margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
    .title__text {
        font-size: 2rem;
        font-weight: bold;
    }

    .title__category {
        font-size: 1rem;
    }
}

/* Page content inside (News and Events) */
.section__title {
    font-size: 1.2rem; color: #2a2a2a;
}


/****************************************
 *
 *             Events page
 *
 ****************************************/

/* Event list items */
.event {
    border-bottom: 1px solid #e9e6df;
    padding-bottom: 1rem;
    padding-top: 1rem;

    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

.event:hover {
    background-color: #F2F1EB;
}

.event__link {
    display: block;
    color: inherit;
    height: 100%;
    text-decoration: none;
    width: 100%;
}

.event__link:hover {
    text-decoration: none;
}

.event__link:hover .event__title {
    color: #006cb8;
}

.event__category {
    color: #960018;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 1px;
}

/* Event modal info */
.event-info__title { margin-top: 10px; }
.event-info__description { margin-bottom: 0; }


/****************************************
 *
 *          Transition list
 *
 ****************************************/

.transition-list__item.active {
    color: #000;
    font-weight: 600;
    padding-left: 10px;
}

.transition-list__link {
    color: #2a2a2a;
    display: block;
    font-size: 15px;
    padding: 0;
}

.transition-list__link:hover {
    color: #000;
    font-weight: 600;
    padding-left: 10px;
    text-decoration: none;
    transition: padding-left 0.3s !important;
}


/****************************************
 *
 *          Utils & Helpers
 *
 ****************************************/

/* Text colors */
.wine { color: #8b0b08 }
.white { color: #fff; }
.blue { color: #1948A0; }
.lightblue { color: #006cb8; }

.blue, .lightblue {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.bold { font-weight: bold; }
.hover-hand { cursor: pointer; }
.hover-blue:hover { color: #1948A0; }
.hover-lightblue:hover { color: #006cb8; }
.text-underline { text-decoration: underline; }
.underline-none:hover { text-decoration: none; }


/* Background colors */
.bg-brown { background-color: #2f2424; }
.bg-black-2 { background-color: #2a2a2a; }
.bg-pearl { background-color: #f2f2f2; }
.bg-dark-blue { background-color: #353c47; }
.bg-light-gray { background-color: #ededed; }
.bg-dark-gray { background-color: #363636; }

.border-none {
    -webkit-border-radius: 0rem !important;
    -moz-border-radius: 0rem !important;
    border-radius: 0rem !important;
}

.rotate-180 {
    transition: .3s all;
}

.rotate-180--active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Font Size */
.text__1 { font-size: 1rem; }
.text__1-1 { font-size: 1.1rem; }
.text__1-2 { font-size: 1.2rem; }
.text__1-3 { font-size: 1.3rem; }
.text__1-4 { font-size: 1.4rem; }
.text__1-5 { font-size: 1.5rem; }
.text__1-6 { font-size: 1.6rem; }
.text__1-7 { font-size: 1.7rem; }
.text__1-8 { font-size: 1.8rem; }
.text__1-9 { font-size: 1.9rem; }
.text__2 { font-size: 2rem; }
.text__2-1 { font-size: 2.1rem; }
.text__2-2 { font-size: 2.2rem; }
.text__2-3 { font-size: 2.3rem; }
.text__2-4 { font-size: 2.4rem; }
.text__2-5 { font-size: 2.5rem; }
.text__2-6 { font-size: 2.6rem; }
.text__2-7 { font-size: 2.7rem; }
.text__2-8 { font-size: 2.8rem; }
.text__2-9 { font-size: 2.9rem; }
.text__3 { font-size: 3rem; }
.text__4 { font-size: 4rem; }
.text__5 { font-size: 5rem; }

.text__10 { font-size: 10px; }
.text__15 { font-size: 15px; }
.text__20 { font-size: 20px; }
.text__25 { font-size: 25px; }
.text__30 { font-size: 30px; }
.text__35 { font-size: 35px; }
.text__40 { font-size: 40px; }


/****************************************
 *
 *             Search page
 *
 ****************************************/

.search-box {
    background-color: #f2f2f2;
    padding: 40px 0 35px 0;
}

.search-box__input {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-color: #2a2a2a;
    height: 3rem !important;
}

.search-input-container {
    padding: 15px;
    background-color: #fff;
    text-align: right;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    border: 0px solid #000000;
}

.search-form-big {
    margin-bottom: 0px;
}

.search-input-big {
    height: 28px;
    border: 1px;
    float: left;
    line-height: 15px;
    width: 100%;
    max-width: calc(100% - 40px);
    text-indent: 10px;
    outline: none;
    font-size: 150%;
}

.search-button-big {
    font-size: 150%;
    color: #0fa34d;
    border: 0;
    background-color: #fff;
    width: 40px;
    font-weight: bold;
    height: 28px;
}


/****************************************
 *
 *             Sliders
 *
 ****************************************/

.slider__text {
    background: rgba(0,0,0,0.55);
    padding: 18px 22px 20px 22px;
    width: 100vw;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    position: absolute;
    bottom: 0;
}

.stitle, .ssubtitle{
    font-size: 1rem;
}

.stitle, .ssubtitle{
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

.stitle {
    font-weight: 800;
}

.ssubtitle {
    font-weight: 300;
}

@media only screen and (min-width: 360px){
    .stitle, .ssubtitle{
        line-height: 1.5rem;
        display: block;
    }

    .stitle{
        font-size: 1.5rem;
    }

    .ssubtitle {
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 600px) {
    .slider__text {
        max-width: 50vw;
        width: auto;
        border-radius: 4px;
        position: static;
    }

    .stitle{
        font-size: 2.5rem;
        line-height: 2.7rem;
    }
}

@media only screen and (min-width: 960px) {
    .slider__text {
        max-width: auto;
    }

    .ssubtitle {
        font-size: 1.25rem;
    }
}

.slider__link:hover {
    text-decoration: none;
}

.slider__no-scale{
    transition: none;
}

.slideControls a {
    cursor: pointer;
}

.lightSlider {
    height: auto !important;
}

.slideControls {
    font-size: 25px;
}

.slideControls i.fa {
    color: #3065b5;
}


/****************************************
 *
 *          Underline text
 *
 ****************************************/

.linea1 {
    border-bottom: 1px solid #e9e9e9;
}

.linea2 {
    width: 45px;
    height: 3px;
    background: #0084db;
}

.lineax {
    position: relative;
    width: 45px;
    height: 3px;
    background: #0084db;
}

.lineaz {
    border-top: 1px solid #2a2a2a;
}

.underline-secondary:after {
    content: " ";
    display: block;
    color: red;
    height: 3px;
    border-bottom: 3px solid red;
}

/* Entity list */
.entity { height: 100%; }

.entity__title-container {
    display: flex;
    flex-direction: row;
    background-color: var(--color-primary);
}

.entity__title {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 0;
    padding-top: .2rem;
}

.entity__logo {
    width: 100%;
    height: auto;
    max-width: 40px;
    max-height: 60px;
    margin-right: .5rem;
}

.entity__link { color: #fff; }
.entity__link:hover { text-decoration: none; }

.entity__bullet {
    color: #ff003c;
}


/****************************************
 *
 *         Go to top button
 *
 ****************************************/

.go-to-top {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    display: none;
    background-color: var(--color-secondary);
    height: 40px;
    position: fixed;
    right: 20px;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    width: 40px;
    z-index: 100;
}

.go-to-top:hover {
    text-decoration: none;
    color: #fff;
    background-color: #960018;
}

/****************************************
 *
 *           About this site
 *
 ****************************************/
.member__name {
    font-weight: bold;
    text-align: center;
}

.member__picture {
    border: 8px solid #CE953B;
    border-radius: 50%;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.member__links {
    display: flex;
    justify-content: center;
}

.member__link {
    color: #0065a8;
    margin: 0 15px;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

.member__link:hover {
    color: #2a2a2a;
}


/****************************************
 *
 *       News sidebar (categories)
 *
 ****************************************/

.sidebar {
    position: fixed;
    top: 74px;
    right: -300px;
    width: 300px;
    height: 100%;
    z-index: 2000;
    /*background-color: #21344d;*/
    background-color: #2a2a2a;
    overflow-y: scroll;
    -webkit-transition: right .2s;
    -moz-transition: right .2s;
    -ms-transition: right .2s;
    -o-transition: right .2s;
    transition: right .2s;
}

.sidebar__title {
    color: #fff;
    margin: 0;
    padding: 1rem;
    text-shadow: 0 0 1px rgba(0,0,0,0.1);
    font-weight: 300;
    font-size: 2rem;
    text-align: center;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner:before,
.hamburger .hamburger-inner:after {
    background-color: #fff;
}

.sidebar__item {
    background-color: #21344d;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-color: #2c2c2c;
    color: #ccc;
    white-space: nowrap;
}

.sidebar--show {
    right: 0;
}

.sidebar__link {
    box-shadow: inset 0 -1px rgba(0,0,0,0.2);
    color: #ddd;
    display: block;
    padding: 0.7rem 1em 0.7em 1.8em;
    outline: none;
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
    font-size: 1.4rem;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
}

.sidebar__link:hover {
    color: #fff;
    text-decoration: none;
}

.sidebar__item:hover {
    background-color: rgba(0,0,0,0.2);
}

.overflow-y--hidden {
    overflow-y: hidden;
}

.background-smoke {
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(125, 126, 133, 0.5);
}

.background-smoke--show {
    opacity: 1;
    visibility: visible;
}

.blur {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}


/**************************************************
 *
 *          Common page content sections
 *
 **************************************************/

.content__author, .content__date {
    color: #b1040e;
    font-size: 1.2rem;
}

.underline {
    display: block;
    top: 0px;
    width: 100%;
    height: 3px;
    background: #d65050;
    position: relative;
}

.underline-left {
    display: block;
    top: 0px;
    width: 50%;
    height: 3px;
    background: #d65050;
    margin-left: 0;
    position: relative;
}

.underline-center {
    position: relative;
    display: block;
    top: 0px;
    width: 50%;
    height: 3px;
    background: #d65050;
    margin-right: auto;
    margin-left: auto;
}


/**************************************************
 *
 *          Pre loading screen
 *
 **************************************************/
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;

    background-color: #2a2a2a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spinner {
    -webkit-animation: load 1s infinite linear;
    -moz-animation: load 1s infinite linear;
    animation: load 1s infinite linear;
    background: -webkit-linear-gradient(top, #55a6bc 10%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #55a6bc 10%, rgba(255, 255, 255, 0) 100%);
    height: 4em;
    width: 4em;
    border-radius: 50%;
    position: absolute;
}
.spinner:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 50%, #55a6bc 50%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #55a6bc 50%);
    border-radius: 100%;
    content: '';
}
.spinner:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 90%;
    width: 90%;
    background: #2a2a2a;
    border-radius: 50%;
    content: '';
    margin: auto;
}

@-webkit-keyframes load {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes load {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes load {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/**************************************************
 *
 *             Header background image
 *
 **************************************************/

.header {
    top: 0;
    left: 0;
    position: relative;
    width: 100%;
    height: 500px;
}

.header__background-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;;
    filter: blur(2px);

    background-attachment: fixed;
}

.header__overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    align-items: center;
}

.header__text {
    color: #fff;
    background-color: transparent;
    width: 100%;
    text-align: center;
    padding: 0 10rem;
    margin-bottom: 0;
}

@media screen and (max-width: 720px) {
    .header__text { padding: 0; }
}

#particles-js {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}


/**************************************************
 *
 *           Publicaciones relacionadas
 *
 **************************************************/
.related {
    position: relative;
    border: 1px solid rgba(0,0,0,.125);
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;

    display: flex;
    align-items: center;
}

.related__image {
    width: 150px;
    height: 80px;
}

.related__text {
    padding-left: 1rem;
    padding-right: 1rem;
}

/**************************************************
    Header
***************************************************/
.main-header {
    width: 100%;
    height: auto;
}

.main-header * {
    font-family: 'Tinos', serif;
    line-height: 1rem;
}

.main-header .first-line {
    font-size: .9rem;
    letter-spacing: .15rem;
}

.main-header .second-line {
    font-size: 1.3rem;
}

.main-header img {
    max-height: 2rem;
}


@media only screen and (min-width: 360px){
    .main-header .first-line {
        font-size: 1.1rem;
        letter-spacing: .15rem;
    }

    .main-header .second-line {
        font-size: 1.5rem;
    }

    .main-header img {
        max-height: 2.5rem;
    }
}

@media only screen and (min-width: 768px) {
    .main-header .first-line {
        font-size: 1.3rem;
        letter-spacing: .28rem;
    }

    .main-header .second-line {
        font-size: 2rem;
    }

    .main-header img {
        max-height: 3rem;
    }
}

@media only screen and (min-width: 960px) {
    .main-header .first-line {
        font-size: 1.5rem;
        letter-spacing: .6rem;
    }

    .main-header .second-line {
        font-size: 2.9rem;
    }

    .main-header img {
        max-height: 4rem;
    }
}

/* Separador de logos */
.separator {
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.separator-inner {
    background-color: #fff;
    border-radius: 100%;
    width: 2px;
    min-height: 70px;        
}

/* Cloud elements*/
.cloud{
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: 'Economica', sans-serif !important;
}

@media only screen and (min-width: 768px) {
    .cloud{
        text-align: center;
        padding: 0 10vw;
        margin: 0;
        font-family: 'Merriweather Sans', sans-serif !important;
    }
}

.cloud_data {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.cloud_element {
    display: inline;
}

.cloud__link {
    display: inline-block;
    border-radius: .25em;
    margin: .5em;
    padding: .25em .625em .375em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-transition: all 475ms cubic-bezier(.000, .000, .580, 1.000);
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
    -moz-transition: all 475ms cubic-bezier(.000, .000, .580, 1.000) 0ms;
    -o-transition: all 475ms cubic-bezier(.000, .000, .580, 1.000) 0ms;
    transition: all 475ms cubic-bezier(.000, .000, .580, 1.000) 0ms;
    display: inline-block;
    border: 2px solid black;
    border-radius: 2em;
    font-size: 1rem;
    color: black;
}

.cloud__link:hover {
    -webkit-transition: all 475ms cubic-bezier(.000, .000, .580, 1.000);
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
    -moz-transition: all 475ms cubic-bezier(.000, .000, .580, 1.000) 0ms;
    -o-transition: all 475ms cubic-bezier(.000, .000, .580, 1.000) 0ms;
    transition: all 475ms cubic-bezier(.000, .000, .580, 1.000) 0ms;
    color: white;
    background-color: #2f2424;
    text-decoration: none;
}


.cloud__link.next {
    color: white;
    border-color: var(--color-secondary);
    background-color: var(--color-secondary);
}

.cloud__link.next:hover {
    background-color: var(--color-tertiary);
    text-decoration: none;
}

.info{
    border-top: none;
    border-bottom: none;
    border-left: 2px solid var(--color-secondary);
    border-right: 2px solid var(--color-secondary);
    padding: 0 0.5rem;
}

.overflow-auto{
    overflow: auto !important;
}

@media only screen and (min-width: 768px) {

    .info{
        border-top: 2px solid var(--color-secondary);
        border-bottom: 2px solid var(--color-secondary);
        border-left: none;
        border-right: none;
        padding: 0.5rem;
    }
}

.lh_1-2{
    line-height: 1.2 !important
}

.emblock{
    display: block;
}

.em{
    float: left;
    font-size: 3rem;
    margin: 0 .2em 0 0;
    color: var(--color-primary);
}

.catalog_data {
    column-count: 1;
}

@media only screen and (min-width: 768px) {
    .catalog_data{
        column-count: 2;
    }
}

.rowmetric {
    border: 1px solid white;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    display: grid;
}

.fold-deepblue {
    background-color: #00338d;
    color: #ffffff;
    padding: 2rem 10px;
    padding-top: 3em;
    position: relative;
    height: 100%;
}

.fold-deepblue:before {
    content: " ";
    background-color: #00338d;
    border: 0.5em solid #00338d;
    position: absolute;
    transform: rotate(45deg);
    top: 94.5%;
    height: 0.5em;
    width: 0.5em;
    right: 50%;
    z-index: 10;
}

.fold-darkgrey {
    background-color: #2a2a2a;
    color: #ffffff !important;
    padding: 2em;
    padding-top: 3em;
    position: relative;
    height: 100%;
}

.fold-darkgrey * {
    color: #ffffff;
}

.fold-darkgrey:before {
    content: " ";
    background-color: #2a2a2a;
    border: 0.5em solid #2a2a2a;
    position: absolute;
    transform: rotate(45deg);
    top: 95%;
    height: 0.5em;
    width: 0.5em;
    right: 50%;
    z-index: 10;
}

.metric-text {
    align-items: center;
    display: flex;
    padding: 2em;
    background-color: #f2f2f2;
    height: 100%;
}

@media only screen and (min-width: 768px) {
    .rowmetric {
        display: flex;
        flex-wrap: wrap;
    }

    .fold-deepblue:before, .fold-darkgrey:before {
        top: 50%;
        right: -0.5em;
    }
}

.twitter-typeahead {
    width: 100%;
    height: 100%
}

.search-input-mid {
    height: 20px;
    border: 1px;
    float: left;
    line-height: 10px;
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 100%;
}

.tt-menu {
    width: 100%;
}

.tt-dataset {
    background: white;
    border: 1px solid black;
    font-size: 100%;
    width: 100%;
}

.tt-suggestion {
    line-height: 2rem;
    padding: 0.5em 2em;
    text-align: left;
}

.tt-suggestion a {
    width: 100%;
    height: 100%;
    display: block;
}

.tt-suggestion:hover {
    background: whitesmoke;
}

.cover {
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.cover.full {
    width:100%;
    height:73vh;
}

.cover-container {
    height: 100% !important;
    width: 100% !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    z-index: 1
}


.cover-content {
    background: rgba(0,0,0,0.55);
    padding: 18px 22px 20px 22px;
    width: 100vw;
    position: absolute;
    bottom: 0;
    text-align: center;
    align-self: center !important;
}

@media only screen and (min-width: 600px) {
    .cover-content {
        max-width: 50vw;
        width: auto;
        border-radius: 4px;
        position: static;
        display: table;
    }
}

@media only screen and (min-width: 960px) {
    .cover-content {
        max-width: auto;
    }
}

.b-0 {
    border: 0 !important;
}

.featured {
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    height: auto !important;
}

.featured .cover {
    padding: 0!important;
    margin: 0!important;
}

.featured>div {
    width: 100% !important;
    height: 50vh;
}

.featured .rowmetric {
    width: 100%;
    display: flex;
    min-height: 9rem;
}

.featured .fold-deepblue:before {
    top: 50%;
    right: -0.5em;
}

.featured .fold-darkgrey, .featured .rowmetric {
    height: 50%;
}

.featured .fold-darkgrey {
    text-align: center !important;
    display: table;
}

.featured .fold-darkgrey:before {
    top: 0;
    left: 50%;
    font-size: 12pt;
    transform: rotate(45deg) scale(2.0);
}

.fold-darkgrey .stitle {
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.fold-darkgrey .ssubtitle {
    font-size: 0.7rem;
}

.featured .metric-text {
    font-size: 0.9rem;
    line-height: 1rem;
}

.featured-data {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 100% !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media only screen and (min-width: 360px) {
    .fold-darkgrey .stitle {
        font-size: 1.5rem;
        line-height: 1.7rem;
    }

    .fold-darkgrey .ssubtitle {
        font-size: 0.9rem;
    }

    .featured .metric-text {
        font-size: 1rem;
        line-height: 1.3rem;
    }
}

@media only screen and (min-width: 576px) {
    .featured>div {
        height: 40vh !important;
    }

    .fold-darkgrey .stitle {
        font-size: 1.8rem;
        line-height: 2rem;
    }

    .featured .fold-darkgrey {
        font-size: 1rem;
    }

    .featured .metric-text {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}

@media only screen and (min-width: 992px) {
    .featured>div {
        height: 45vh !important;
    }

    .featured .fold-darkgrey:before {
        top: 50%;
        left: -0.5em;
        transform: rotate(45deg) scale(2.0);
    }

    .fold-darkgrey .stitle {
        font-size: 1.7rem;
        line-height: 1.9rem;
    }

    .fold-darkgrey .ssubtitle {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 1541px) {
    .featured>div {
        height: 45vh !important;
    }

    .fold-darkgrey .stitle {
        font-size: 2rem;
        line-height: 2.2rem;
    }

    .fold-darkgrey .ssubtitle {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .fc-dayGridMonth-button,
    .fc-timeGridWeek-button,
    .fc-timeGridDay-button,
    .fc-listMonth-button {
        display: none !important;
    }
    .fc-today-button,
    .fc-prev-button,
    .fc-next-button {
        display: inline-block !important;
    }
}