.text_color_title {
    /* Título 1 */
    font-family: var(--font_primary);
    font-style: normal;
    font-weight: bold;
    font-size: 4.6875rem;
    line-height: 5.5625rem;
    /* gris */
    color: var(--secondary_3);
}

.display-4 {
    font-size: 2.8rem !important;
}

.color_text {
    font-family: var(--font_primary_1);
    font-style: normal;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.5625rem;

    /* gris */
    color: var(--secondary_3);
}

.space_top {
    margin-top: 3rem;
}

.space_top_title {
    margin-top: 2rem;
}

.space_title {
    margin-bottom: 3rem;
}


.btn_coral {
    color: var(--secondary_1) !important;
    background: var(--primary_3);
    border-radius: 8px;
}

.image_background_biblio {
    background-image: url(/static/infopages/images/background/teach_biblio.svg) !important;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center top;
    background-size: contain;
    width: 901.87px;
    height: 622px;
}


.space_partners {
    margin-top: 1rem;
    margin-bottom: 1rem;
    max-height: 200px;
    max-width: 350px;
}

#partner_educarchile {
    width: 150px;
    height: 50px;
}

#parner_fundacion_paraguaya {
    width: 150px;
    height: 60px;
}

#partner_pusineri {
    width: 150px;
    height: 80px;
}

.space_team_title {
    margin-top: 1rem;
    margin-bottom: 0;
}

.space_team {
    margin-bottom: 1rem;
}

@media only screen and (max-width: 442px) {
    .space_partners {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .title_center {
        text-align: center;
    }
}

/* Meta innova styles*/

.text_color_meta_innova {
    color: #65666b;
}

.text_color_meta {
    color: #65666b;
}

.text_color_meta_innova:hover {
    color: #00d6ff;
}

.content_color_meta_innova {
    color: #361e58;
}

.hr_meta_innova {
    border: 1px solid #00d6ff;
    /*margin: 40px 50px 20px;*/
    margin-top: 10px;
    margin-bottom: 10px;
}

.titlearea_meta {
    padding: 15px;
    background-image: url(/static/infopages/images/meta_innova/fondo_corto_ponentes.png);
    /*color: #00d6ff;*/
    color: white;
}

.style_agenda {
    margin: auto;
    padding: 0 0 0 80px;
}

.back_meta_innova {
    /*background-image: url(/static/infopages/images/meta_innova/fondo_corto_ponentes.png)!important;*/
    color: #24113e;
}

.resize_modal {
    width: auto;
    max-width: 1000px;
}

.btn_register_small {
    border-radius: 10px;
    height: 6rem;
    width: 25rem;
    font-family: var(--font_primary);
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 0;
    color: white;
    background: #361e58;
    text-align: center;
    margin: auto;
    padding: 0;
}

.btn_register_small:hover {
    border: 2px solid #00d6ff;
    background: white;
    color: #361e58;
}

.block_spacing {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px
}

.subbloc_spacing {
    padding: 50px;
}

.animado_meta {
    opacity: 0;
    transition: all 0.2s;
}

.animado_meta_banner {
    opacity: 0;
    transition: all 0.2s;
}

.showUp {
    animation: showUp 2s;
}

.margin_ponentes {
    margin-left: 100px;
    margin-right: 100px;
}

.margin_seminario {
    margin-left: 50px;
    margin-right: 50px;
}

.image_hover:hover {
    /*box-shadow: 0 8px 8px 8px #9fe2ff;*/
    box-shadow: 0 0px 20px 10px #9fe2ff;
}

.ponentes_hover:hover {
    /*box-shadow: 0 0 40px 1px #9fe2ff;*/
    box-shadow: 0 0 8px 5px #49437c;
}

.tittle_countdown {
    color: white;
    font-size: 5rem;
}

/* cuenta regresiva */

.simply-section {
    color: white;
    /*background: #24113e;*/
    width: 100px;
    height: 100px;
    margin: 0 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.simply-amount {
    display: block;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}

.simply-word {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.countdown_meta_div {
    /*background: #24113e;*/
    background-image: url(/static/infopages/images/meta_innova/fondo_corto_ponentes.png) !important;
    border-radius: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: inherit;
    background-size: cover;
}

.button_liv_meta_div {
    background-image: url(/static/infopages/images/meta_innova/fondo_corto_ponentes.png) !important;
    border-radius: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: inherit;
    background-size: cover;
}

.parpadea {

  animation-name: parpadeo;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

.button_actualizar{
    background-color: #DF3038;
    color:white;
}

.button_actualizar:hover{
    background-color: white;
    color:#DF3038;
    border: 1px solid #DF3038;
}

.play_live {
    width: 70%;
    margin: auto;
}

.title_hover:hover {
    color: #00d6ff;
}

.shake_image:hover {
    animation: shake 0.5s;
}

@keyframes shake {
    0% {
        transform: translate(1px, -1px) rotate(0deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    80% {
        transform: translate(-1px, 1px) rotate(1deg);
    }
}

@keyframes showUp {
    0% {
        transform: translateY(60px)
    }
    100% {
        transform: translateY(0)
    }
}

.showX {
    animation: showX 2s;
}

@keyframes showX {
    0% {
        transform: translateX(60px)
    }
    100% {
        transform: translateX(0)
    }
}

@media (min-width: 1500px) {
    .text_size_content {
        font-size: 1.38rem;
    }

    .margin_meta_innova {
        margin-left: 50px;
        margin-right: 50px;
    }

    .text_size_item {
        font-size: 1.6rem;
    }
}

@media (max-width: 1300px) {
    .margin_ponentes {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 1000px) {
    .resize_button {
        font-size: 1.9rem;
    }

    .simply-section {
        margin: 0 10px;
    }

    .simply-amount {
        font-size: 40px;
    }

    .simply-word {
        font-size: 25px;
    }

    .tittle_countdown {
        font-size: 40px;
    }

    .block_spacing {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 30px;
        padding-right: 30px
    }

    .subbloc_spacing {
        padding: 30px 20px;
    }
}

@media (min-width: 767px) {
    .menu_desktop_innova {
        display: block;
    }

    .menu_mobile_innova {
        display: none;
    }
}

@media (max-width: 767px) {
    .menu_desktop_innova {
        display: none;
    }

    .menu_mobile_innova {
        display: block;
    }
}

@media (max-width: 768px) {
    .simply-section {
        margin: 0 5px;
        padding: 5px;
    }

    .tittle_countdown {
        font-size: 20px;
    }

    .simply-amount {
        font-size: 25px;
    }

    .simply-word {
        font-size: 20px;
    }
}


@media (max-width: 590px) {
    .padding_meta_innova {
        padding-left: 0;
        padding-right: 0;
    }

    .block_spacing {
        margin-top: 8px;
        margin-bottom: 8px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .subbloc_spacing {
        padding: 10px 5px;
    }
}

@media (max-width: 575px) {
    .space_image {
        padding-right: 90px;
        padding-left: 90px;
    }

    .style_agenda {
        padding: 0;
    }

    .play_live {
        padding: 0;
        height: 50%;
    }
}

@media (max-width: 543px) {
    .resize_button {
        font-size: 1.5rem;
        padding: 0 !important;
    }

    .margin_seminario {
        margin-left: 0;
        margin-right: 0;
    }

    .space_image {
        padding-right: 70px;
        padding-left: 70px;
    }

}

@media (max-width: 500px) {
    .simply-section {
        margin: 0;
        padding: 2px;
    }

    .simply-word {
        font-size: 13px;
    }

    .tittle_countdown {
        font-size: 20px;
        padding: 0;
    }

    .simply-amount {
        font-size: 20px;
    }

    .countdown_meta_div {
        padding: 5px;
        margin-bottom: 0;
    }

    .space_image {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (max-width: 350px) {
    .text_size_item {
        font-size: 1rem;
    }

    .tittle_countdown {
        font-size: 15px;
    }

    .simply-word {
        font-size: 10px;
    }

    .space_image {
        padding-right: 10px;
        padding-left: 10px;
    }
}


