/*
Theme Name: CCHV
Author: C+F
Description: Template para el sitio cchv
Version: 2021

*/

@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;0,600;1,400;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@300&display=swap');

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
     ========================================================================== */


/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
}


/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}


/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
     ========================================================================== */


/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
     ========================================================================== */


/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
}


/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}


/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}


/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
     ========================================================================== */


/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
}


/* Forms
     ========================================================================== */


/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
}


/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}


/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

 ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
     ========================================================================== */


/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
}


/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}


/* Misc
     ========================================================================== */


/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
}


/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
}


/* ------------
CUSTOM STYLES
--------------- */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --main-color: #344284;
    --medium-blue: #5668C9;
    --lighter-blue: #7C89CB;
    --dark-gray: #898989;
    --gray-1: #9C9990;
    --gray-2: #E2E1DF;
    --gray-3: #EBEBEB;
    --blue-gray: #607D8B;
    --highlight-blue: #6F86F0;
    --highlight-green: #85FFC7;
    --highlight-red: #EF8080;
    --text-size: 1.25rem;
    --h3-size: 2em;
    --karla-bold: 600;
    --karla-regular: 400;
    --p-size: 1.125rem;
}

body {
    font-family: 'Karla', sans-serif !important;
}

.font-main-color {
    color: var(--main-color);
}

.h3-size {
    font-size: var(--h3-size);
}

a {
    text-decoration: none!important;
    color: var(--highlight-blue)!important;
}

.entry-content a,
.entry-content-dark a {
    text-decoration: none!important;
    color: var(--highlight-blue);
}

@media only screen and (min-width: 768px) {
    p {
        font-size: var(--p-size);
    }
}

img {
    max-width: 100%;
    height: auto;
}

input {
    border: 0;
    background-color: rgba(0, 0, 0, 0)!important;
}


/* custom container */

@media (max-width: 576px) {
    .container-custom {
        max-width: 500px!important;
        padding-right: var(--bs-gutter-x, 1.3rem)!important;
        padding-left: var(--bs-gutter-x, 1.3rem)!important;
    }
}

@media (min-width: 768px) {
    .container-custom {
        max-width: 720px!important;
        padding-right: var(--bs-gutter-x, 1.3rem)!important;
        padding-left: var(--bs-gutter-x, 1.3rem)!important;
    }
}

@media (min-width: 992px) {
    .container-custom {
        max-width: 960px!important;
    }
}

@media (min-width: 1200px) {
    .container-custom {
        max-width: 1078px!important;
    }
}

@media (min-width: 1400px) {
    .container-custom {
        max-width: 1200px!important;
    }
}


/* Botones */

.button-main {
    padding: 6px 20px;
    border: 1px solid var(--main-color);
    background-color: transparent;
    color: var(--main-color);
    font-weight: var(--karla-bold);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 0.02rem;
}

.button-main:hover,
.button-main:focus {
    border: 1px solid var(--main-color);
    background-color: var(--main-color) !important;
    color: white;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.button-offsite {
    padding: 10px 20px;
    border: 1px solid var(--highlight-blue);
    background-color: transparent;
    color: var(--highlight-blue);
    font-weight: var(--karla-bold);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 0.02rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: none;
}

.button-offsite a {
    text-decoration: none;
    color: var(--highlight-blue);
}

.button-offsite:hover,
.button-offsite:focus {
    border: 1px solid var(--highlight-blue);
    background-color: var(--highlight-blue);
    color: white;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.button-offsite:hover>a {
    color: white;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


/* INDEX */

#seccionsomos,
#seccionNotv {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#seccioncampos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#seccionsomos,
#seccionnoticias,
#seccioncampos {
    background-color: white;
}

@media screen and (max-width: 991px) {
    #seccionsomos,
    #seccioncampos,
    #seccionNotv {
        height: auto;
        display: block;
    }
}


/* header */


/* nav phone */

.navbar-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}

div.container-hamburger {
    display: none;
}

#menu-programas, #menu-somos {
    list-style-type: none;
    padding: 10px;
}

#menu-programas .menu-item>a, #menu-somos .menu-item>a {
    color: var(--main-color)!important;
    display: block;
    width: 100%;
    padding: .2rem 1.5rem;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

@media only screen and (max-width: 992px) {
    .nav-phone {
        z-index: 3;
        top: 0;
        height: 100vh;
        width: 100vw;
        background-color: var(--main-color);
        position: fixed;
        overflow-y: auto;
        -webkit-transition: all 0.1s cubic-bezier(0.075, 0.82, 0.165, 1);
        -o-transition: all 0.1s cubic-bezier(0.075, 0.82, 0.165, 1);
        transition: all 0.1s cubic-bezier(0.075, 0.82, 0.165, 1);
    }
    .nav-wrapper {
        margin: 30px;
    }
    .nav-phone_list,
    .nav-phone_list_rrss {
        list-style-type: none;
    }
    .nav-phone_list {
        padding-top: 70px;
        padding-left: 0;
    }
    .nav-phone_links a {
        text-decoration: none;
        color: #fff;
        font-size: 2.3rem;
        line-height: 1.8;
    }
    .nav-phone_links a:focus {
        color: var(--highlight-blue);
    }
    .nav-phone_close {
        position: absolute;
        right: 30px;
        top: 40px;
    }
    .nav-phone_list_rrss {
        padding-left: 0;
    }
    .nav-phone_rrss a {
        text-decoration: none;
        color: #fff;
        font-size: 1.3rem;
        line-height: 2.3;
    }
    .collapse,
    .collapsing {
        padding-left: 0;
    }
    #multiCollapse ul.menu {
        margin-left: 0;
        padding-left: 0;
    }
    #multiCollapse li {
        list-style-type: none;
        margin-left: 0;
        padding-bottom: 20px;
        line-height: 1.3;
    }
    #multiCollapse ul.menu li a {
        text-decoration: none;
        color: #ffffff!important;
        font-size: 1.1rem;
        white-space: normal;
        padding: 0;
    }
    /* nav-icon */
    div.container-hamburger {
        padding-top: 20px;
        position: relative;
        z-index: 5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: 56px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .nav-icon {
        z-index: 5;
        width: 30px;
        height: 25px;
        margin: 15px 10px;
        position: absolute;
        right: 0;
        cursor: pointer;
        display: inline-block;
    }
    .nav-icon span {
        background-color: var(--gray-1);
        position: absolute;
        border-radius: 2px;
        -webkit-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
        -o-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
        transition: .3s cubic-bezier(.8, .5, .2, 1.4);
        width: 100%;
        height: 3px;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms
    }
    .nav-icon span:nth-child(1) {
        top: 0px;
        left: 0px;
    }
    .nav-icon span:nth-child(2) {
        top: 11px;
        left: 0px;
        opacity: 1;
    }
    .nav-icon span:nth-child(3) {
        bottom: 0px;
        left: 0px;
    }
    .nav-icon.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 13px;
    }
    .nav-icon.open span:nth-child(2) {
        opacity: 0;
    }
    .nav-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 13px;
    }
}

.navbar {
    top: 0;
    left: 0;
    position: fixed !important;
    padding-top: 20px!important;
    width: 100%;
    z-index: 4;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.navbar-nav {
    -webkit-transform: translateX(29px);
    -ms-transform: translateX(29px);
    transform: translateX(29px);
}

@media only screen and (max-width:991px) {
    ul.navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-nav>a {
        margin-right: 10px;
    }
}

.light {
    color: white !important;
    border-bottom-color: white;
    stroke: white;
}

.dark {
    color: var(--main-color) !important;
    border-bottom-color: var(--main-color)!important;
    stroke: var(--main-color)!important;
}

.menu-button .dark {
    border: 1px solid var(--main-color);
}

#navbar-color a {
    color: white;
    cursor: pointer;
}

#navbar-color a.scrolled {
    color: var(--main-color);
    -webkit-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    fill: var(--main-color);
}

.navbar a img {
    cursor: pointer;
}

#navbar-dark a {
    color: var(--main-color);
}

#navbar-dark a:hover,
#navbar-color a:hover {
    color: var(--highlight-blue);
}

#navbar-color.scrolled {
    color: var(--main-color);
    -webkit-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    fill: var(--main-color);
}

#navbar-color.scrolled {
    color: var(--main-color);
}

.navbar .navbar-brand img {
    max-height: 36px;
}

.btn-search>svg {
    stroke: white;
}

.navbar-nav .nav-item {
    padding-right: .51rem;
    padding-left: .51rem;
}

li.menu-button a {
    padding-right: 2px;
    padding-left: 2px;
    border: 1px solid white;
}


/* nav .nav-link-square {
    padding: 0;
} */


/* VIDEO BACKGROUND */

#hero {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

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

@media only screen and (min-width: 768px) {
    .video-background {
        background: var(--main-color);
        top: -5vh;
        right: 0;
        bottom: -5vh;
        left: 0;
        z-index: -2;
        height: 110vh;
        position: absolute;
    }
    .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background-color: transparent;
    }
}

.form-control {
    border: 0!important;
}

.search-input {
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0)!important;
    text-align: center;
}

.input-dark {
    border-bottom: 1px solid var(--main-color);
}

.hero-container {
    z-index: 1;
}

.list-group-item+.list-group-item.active {
    margin-top: 0!important;
}

.list-group-item,
.tab-pane {
    font-size: 1.2em;
}

#list-tab .list-group-item span:hover {
    border-bottom: 1px solid white;
}


/* Photo phone bg */

#photo-background {
    position: absolute;
    height: 110vh;
    z-index: -2;
}

#photo-background img {
    margin: auto;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


/* PROGRAMAS */

.video-topcontent .list-group-item {
    background-color: rgba(0, 0, 0, 0);
    color: white;
}

#hero .hero-container .row {
    min-height: 100vh;
}

.vertical-center {
    min-height: 100%;
    /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-infohidden {
    opacity: 0;
    font-size: 30px;
}

.quote-group {
    background-color: var(--gray-3);
    padding: 30px;
}

.quote-group img {
    max-width: 30px;
}

.quote-source {
    color: var(--highlight-blue)!important;
}

.main-text-quote {
    font-size: 20px;
}

@media only screen and (max-width: 768px) {
     :root {
        --h3-size: 1.6em;
    }
    .carousel-item {
        height: auto;
    }
    .post-content .entry-title {
        padding-top: 30px;
        margin-bottom: 30px;
    }
}


/* SOMOS */

.page-somos .figure-caption {
    text-align: center;
    color: white;
}

.somos_link {
    text-decoration: none;
    color: var(--main-color);
    stroke: var(--main-color);
}

.somos_link:hover {
    stroke: var(--highlight-blue);
    color: var(--highlight-blue);
}

.transparencia_list {
    font-size: var(--p-size);
    list-style-type: none;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.transparencia_list p {
    margin-bottom: 0;
}

.transparencia_list img {
    width: 20px;
    height: auto;
    margin-right: 20px;
}

#transparencia {
    padding-bottom: 50px;
}

.flex-grid-fourths {
    display: block;
}

.flex-col {
    padding: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .flex-grid-fourths {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* justify-content: space-between; */
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flex-grid-fourths {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* justify-content: space-between; */
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flex-grid-fourths .flex-col {
        width: 25%;
    }
    .flex-col {
        padding: 15px;
    }
}


/* NOTICIAS */

#seccionnoticias .card {
    border: 0 solid rgba(0, 0, 0, 0);
}

#seccionnoticias .card:hover>a .card-img-top {
    -webkit-filter: blur(4px);
    /* Chrome, Safari, Opera */
    filter: blur(1px);
    -webkit-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
}

#seccionnoticias .card:hover .post-title {
    color: var(--highlight-blue);
    -webkit-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
}

#seccionnoticias h5 {
    font-size: var(--text-size);
    color: var(--main-color);
}

p.date {
    color: var(--hightlight-color);
    margin-bottom: 2px;
}

.post-excerpt p {
    font-size: 1em;
    line-height: 1.4;
    margin-top: 10px;
    font-family: 'Inconsolata', monospace;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card-body {
    padding: 1rem 0 !important;
}

.post-title {
    font-size: 1.1em;
    line-height: 1em;
    margin-bottom: 8px;
    color: var(--main-color);
    -webkit-transition: color 0.05s ease-in;
    -o-transition: color 0.05s ease-in;
    transition: color 0.05s ease-in;
    cursor: pointer;
    text-decoration: none;
}

.p-date {
    font-family: 'Inconsolata', monospace;
    color: var(--highlight-blue);
    font-size: 1em;
    margin-bottom: 2px;
}

.arrow_link,
.arrow_link-white {
    text-decoration: none;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px;
}

.arrow_link {
    fill: var(--main-color);
    color: var(--main-color);
}

.arrow_link-white {
    right: 0;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    fill: var(--gray-3);
    color: var(--gray-3);
    display: inline;
}

.arrow_link:hover,
.arrow_link-white:hover {
    fill: var(--highlight-blue);
    color: var(--highlight-blue);
}

.arrow_link svg,
.arrow_link-white svg {
    margin-right: 10px;
}


/* CAMPOS MAGNETICOS INDEX*/

.seccioncampos_link {
    text-decoration: none;
    color: var(--main-color);
}

.seccioncampos_link:hover {
    color: var(--highlight-blue);
}

.agenda-single {
    z-index: 1;
    border: 1px solid var(--main-color);
    padding: 0;
    color: var(--main-color);
    overflow: hidden;
}

.agenda-date {
    border: 0;
}

.titulo-agenda {
    width: 60%;
}

.titulo-agenda p {
    margin: 0;
}

.titulo-agenda,
.agendar {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agendar a:hover {
    color: white;
}

.titulo-agenda {
    background-color: #ffffff;
}

.agendar {
    width: 40%;
    background-color: var(--medium-blue);
    text-align: center;
}

.agendar a {
    color: white;
    text-decoration: none;
}

.agenda-image {
    cursor: pointer;
    position: absolute;
    top: 0;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    opacity: 0.6;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: -1;
    -webkit-transition: all 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    ;
    -o-transition: all 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    ;
    transition: all 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    ;
}

.agenda-wrapper:hover div.agenda-date {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.agenda-wrapper:hover .agenda-image {
    filter: blur(0);
    -webkit-filter: blur(0);
    opacity: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    ;
    -o-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    ;
    transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    ;
}

.agenda-wrapper:hover .titulo-agenda,
.agenda-wrapper:hover .agenda-text {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.agenda-text {
    cursor: pointer;
    margin: 0 30px;
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    top: 0;
    height: 100%;
}

.agenda-image:hover {
    background-color: rgba(111, 134, 240, 0.4);
}

.agenda-text a {
    color: var(--main-color);
    font-size: var(--text-size);
}

.agenda-text a:hover {
    color: var(--highlight-blue);
}

.agenda-excerpt > p {
    font-size: 1em;
    line-height: 1.4;
    margin-top: 10px;
    font-family: 'Inconsolata', monospace;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


/*seccion notv*/

#seccionNotv {
    background-color: var(--main-color);
}

.flex-grid {
    max-width: 870px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-grid_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.carousel-indicators .diamond {
    width: 10px!important;
    height: 10px!important;
    border: 50px solid transparent;
    background-color: red;
}

.carousel-indicators-custom {
    bottom: -50px!important;
}

@media only screen and (min-width: 768px) {
    .flex-grid_item iframe {
        height: 235px;
        max-width: 417px;
    }
}


/* 
 * SOMOS 
 */

.page-somos {
    background-color: var(--main-color);
    color: white;
}


/* page-title es un estilo que debería usarse en todos los pages */

.page-title {
    margin-top: 130px;
    font-size: 50px;
    margin-bottom: 80px;
    color: var(--main-color);
    font-weight: 600;
}

.programas-title {
    padding-top: 130px;
    margin-bottom: 60px;
    color: var(--main-color);
    font-weight: 600;
}

.entry-content p,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    color: var(--main-color);
    max-width: 768px;
    margin: 10px auto 20px auto;
}


/* 
 * Noticias 
 */

.last-post-img {
    height: 100%;
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.last-post-info {
    background-color: #B0B2C0;
    height: 100%;
    position: relative;
    color: var(--main-color);
}

.last-post-info div {
    -ms-flex-line-pack: end;
    align-content: flex-end;
    bottom: 0;
    padding: 30px 45px;
    position: absolute;
}

.last-post-info div p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#content .last-post-info a {
    color: var(--main-color);
    font-weight: 600;
    margin-bottom: 30px;
}

.last-post-info a:hover {
    color: var(--highlight-blue);
}

.pinned-card {
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.pinned-card-btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
    border-radius: 0!important;
}

.card-img-overlay {
    background-image: url("/img/Astronomy_0.jpg")!important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: rgba(111, 134, 240, 0.4);
    padding: 30px!important;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.card-img-overlay:hover {
    background-color: rgba(111, 134, 240, 1);
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.pinned-card-title {
    font-size: 1.1em;
    line-height: 1em;
    color: #ffffff;
}

.pinned-card-excerpt p {
    color: rgba(255, 255, 255, 0);
    font-family: 'Inconsolata', monospace;
    font-size: 1em;
    line-height: 1.4;
    margin-top: 10px;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.pinned-card-p-date {
    color: white;
}

.card-img-overlay:hover>.pinned-card-excerpt p {
    color: rgba(255, 255, 255, 1);
}

.card {
    border: 0;
}

.noticias-general {
    margin-top: 120px;
}


/* Notv */

#main-video {
    background-color: var(--main-color);
}

.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.seccionNotv_yt-icon {
    margin-left: 5px;
}


/* 
 * Juan Downey
 */

#nav-tab {
    border-bottom: 1px solid var(--main-color)!important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: var(--main-color) var(--main-color) #fff!important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.tab-content {
    padding-top: 60px;
    color: var(--main-color);
}


/* 
 * Campos magnéticos
 */

.agenda-dark {
    background-color: var(--main-color);
}

.agenda-dark .titulo-agenda {
    background-color: var(--main-color);
    color: var(--gray-1);
}

.agenda-dark .agenda-single {
    border: 1px solid var(--gray-1);
}

.agenda-dark .agenda-text {
    color: var(--gray-1);
}

.agendar.expired {
    background-color: var(--blue-gray);
    color: var(--gray-1);
}


/* 
 * Page Notv
 */

.page-notv {
    background-color: var(--main-color);
}


/* 
 * 404.php
 */

.page-not-found {
    background-color: var(--main-color);
}


/* 
 * PAGE 
 */

#list-tab .list-group-item {
    padding: 10px 0 0 0;
    border: 0;
    background-color: transparent;
    color: white!important;
}

.page-nav-background {
    background-color: var(--main-color);
}

.container_other-programs {
    background-color: var(--main-color);
    padding: 60px 60px;
    max-width: 85%;
    margin: 45px auto 0 auto;
}

div.wp-block-gutenbee-tabs-tab-content-wrap {
    padding: 60px;
}

@media only screen and (max-width: 768px) {
    div.wp-block-gutenbee-tabs-tab-content-wrap {
        padding: 30px 20px;
    }
}

div.wp-block-gutenbee-tabs-tab-content-wrap a {
    color: var(--highlight-blue);
}

div.wp-block-gutenbee-tabs-tab-content-wrap a:hover {
    color: var(--main-color);
}


/* 
 * Single.php 
 */

.post_featured-image {
    width: 100vw;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.post-content .entry-title {
    margin-bottom: 60px;
    font-weight: 600;
}

#postGallery {
    margin-bottom: 30px;
}

.post-content p,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-content li {
    color: var(--main-color)!important;
}

.post-content a {
    color: var(--highlight-blue);
}

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

.post-aside_links {
    border: 1px solid var(--gray-1);
    width: 100%;
    min-height: 100px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 6px;
    line-height: 1.2;
    font-size: 14px;
}

.post-aside_links a {
    display: block;
    color: var(--gray-1);
    text-decoration: none;
}

.post-aside h5 {
    color: var(--highlight-blue);
}

.post-aside_links:hover {
    border: 1px solid var(--highlight-blue);
    background-color: var(--highlight-blue);
    -webkit-transition: background-color 0.05s ease-in;
    -o-transition: background-color 0.05s ease-in;
    transition: background-color 0.05s ease-in;
}

.post-aside_links:hover>a {
    color: #fff;
    -webkit-transition: color 0.05s ease-in;
    -o-transition: color 0.05s ease-in;
    transition: color 0.05s ease-in;
}


/* 
 * Search.php
 */

.search-content {
    margin-top: 180px;
}

.search-content .card {
    border: 0;
}

.pagination-custom .page-link {
    border: 0px;
    color: var(--main-color);
}


/* 
 * FOOTER
 */

footer {
    background-color: #ffffff;
}

#boletin {
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    #boletin {
        height: auto;
        padding: 20px 0 20px 0;
    }
}

#logos {
    background-color: var(--main-color);
}

@media screen and (max-width: 576px) {
    #logos .logos-title {
        text-align: center;
    }
}

.footer-white-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.boletin_input {
    border-bottom: 1px solid var(--gray-1);
}

.flex-grid-thirds .col-thirds {
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-thirds img {
    max-width: 370px;
    height: 150px;
}

@media screen and (min-width: 768px) {
    .flex-grid-thirds .col-thirds:nth-child(3n+1) {
        justify-content: flex-start;
    }
    .flex-grid-thirds .col-thirds {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 768px) {
    .flex-grid-thirds .col-thirds {
        width: 50%;
    }
    .col-thirds img {
        height: 100px;
    }
}

@media (max-width: 576px) {
    .flex-grid-thirds {
        display: block;
    }
    .flex-grid-thirds .col-thirds {
        width: 100%;
        margin: 0 0 10px 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .col-thirds img {
        height: 120px;
    }
}


/* carousel-videos */

#carousel-videos .carousel-inner {
    padding-left: 5rem;
    padding-right: 5rem;
}

@media only screen and (max-width: 768px) {
    #carousel-videos .carousel-inner {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

#carousel-videos .carousel-control-prev {
    width: 10%;
}

#carousel-videos .carousel-control-next {
    width: 10%;
}


/* 
 * GUTENBERG BLOCKS
 */

.wp-block {
    max-width: 936px;
}

.wp-block-embed {
    max-width: 936px;
    margin: 0 auto;
}

.wp-block-embed-issuu {
    position: relative;
    max-width: 60%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50vh;
}

.smaller {
    max-width: 766px!important;
}

.wp-block-gutenbee-video-embed {
    max-width: 936px;
    margin: 0 auto;
}

.wp-block-embed-issuu .issuuembed {
    width: 100% !important;
    height: 50vh !important;
}

.wp-block-gutenbee-slideshow .gutenbee-slideshow-item img {
    width: 100%!important;
    max-width: 1200px;
    height: 550px;
    -o-object-fit: cover;
    object-fit: cover;
}

.slick-initialized .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/* YT Players */

.plyr__control--overlaid {
    background: var(--highlight-red);
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    background: var(--main-color) !important;
}
.embed-responsive-item {
   max-width: 100%;
}

/* .wp-block-gutenbee-slideshow {
    height: 400px;
}

.wp-block-gutenbee-slideshow img {
    object-fit: cover;
} */