/* 
=================================================
  Theme Name: Protagonistas2030 - Emol Labs
  Theme URI: http://www.emol.com
  Author: Oscar Madrid V.
  Author URI: oscar.madrid@mercurio.cl
  Description: Protagonistas2030 - Emol Labs
  Version: 2.0.0
  License: Sólo uso Emol Labs
  License URI: http://www.emol.com
=================================================
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* font-family: 'Roboto', sans-serif; */


/* Variables */
:root {
  --azul: #183A67;
  --cian: #00B6DC;
  --gris: #343A40;
  --gris_claro: #efefef;
  --gris_borde: #d2d2d2;
  --verde: #17A2B8;
  --margin_bottom: 40px;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.75;
  background: #fff;
  color: var(--gris)
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700
}

b,
strong {
  font-weight: 500
}

p {
  margin-bottom: var(--margin_bottom);
}

a {
  color: #141b4d;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

a:hover {
  text-decoration: none;
}

small {
  font-size: 12px;
}

iframe,
embed {
  border: 0;
}

video {
  background: #000
}

.small,
small {
  line-height: 1.2
}

.padding-top-50 {
  padding-top: 50px
}

:where(.wp-block-columns.has-background) {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  margin-bottom: 0 !important
}

sub, sup {
  font-size: 50%
}

sup {
  top: -1em
}

.margin-bottom {
  margin-bottom: var(--margin_bottom) !important
}



/*
=========================
       FORMULARIOS
=========================
*/

input,
textarea {
  border: 1px solid var(--gris_borde);
  width: 100%;
  font-size: 15px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

input,
select,
select.custom-select {
  height: 50px
}

textarea {
  padding-top: 12px;
  padding-bottom: 12px
}

input:focus,
textarea:focus,
button:focus,
a:focus,
select:focus,
select.custom-select:focus {
  box-shadow: none !important;
  border-color: var(--azul)
}

input[type="checkbox"],
input[type="radio"] {
  height: auto
}

label {
  font-size: 12px;
  color: var(--gris);
  text-transform: uppercase
}



/*
=====================
       BOTONES
=====================
*/

button,
input[type="submit"] {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  border: 0
}

.btn,
.wp-block-button__link {
  padding: 7px 24px !important;
  font-weight: 500;
  font-size: 16px !important;
  border-radius: 5px !important
}

.btn-sm {
  padding: .25rem .5rem !important;
  font-size: .875rem !important
}

button:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover {
  outline: none;
  box-shadow: none;
  box-shadow: inset 0 0 0 1.5em rgba(255,255,255,.25)
}

button:focus,
input[type="submit"]:focus,
.wp-block-button__link:focus {
  border-color: transparent
}

.wp-block-themeisle-blocks-button i.margin-right {
  margin-right: 6px !important
}

.btn-azul,
.btn-azul a {
  background: var(--azul);
  color: #fff
}

.btn-cian,
.btn-cian a {
  background: var(--cian);
  color: #fff
}


/*
====================
       HEADER
====================
*/

header {
  background: #fff;
  border-bottom: 5px solid var(--azul);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 999;
  margin-bottom: 30px
}

body.home header,
body.page-template-page-portadilla-evento header {
  margin-bottom: 0 
}

header .logotipo {
  margin: 0;
  text-align: left
}

header .logotipo img {
  width: 80px
}


/* MENU */

nav.container--main-menu {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700
}

ul.main-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end
}

ul.main-menu li {
  position: relative
}

ul.main-menu li a {
  padding: 8px 20px;
  border-radius: 5px;
  color: var(--azul);
}

ul.main-menu .current-post-ancestor > a,
ul.main-menu .current-cat > a,
ul.main-menu .current-menu-item > a,
ul.main-menu .current-menu-ancestor > a,
ul.main-menu .current_page_item > a,
ul.main-menu .current_page_ancestor > a,
ul.main-menu li ul.sub-menu .current-menu-item > a,
ul.main-menu li ul li > a:hover,
ul.main-menu .current-menu-item > a:hover,
ul.main-menu .current-menu-ancestor > a:hover,
ul.main-menu .current_page_item > a:hover,
ul.main-menu .current_page_ancestor > a:hover,
ul.main-menu li a:hover,
ul.main-menu li ul.sub-menu li a:hover {
  background: var(--cian);
  color: #fff
}

ul.main-menu li.menu-item-has-children > a {
  padding-right: 35px;
  position: relative
}

ul.main-menu li.menu-item-has-children > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-bottom: 2px solid var(--azul);
  border-right: 2px solid var(--azul)
}

ul.main-menu li.menu-item-has-children > a:hover:before {
  border-bottom-color: #fff;
  border-right-color: #fff
}

ul.main-menu li ul.sub-menu {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  background: #fff;
  z-index: 100;
  left: 5px;
  top: 100%;
  height: 0px;
  border-radius: 5px;
  overflow: hidden
}

ul.main-menu li ul.sub-menu li {
  position: absolute;
  top: -9999px;
  height: 0px; 
  display: block;
  padding: 0;
  text-transform: none;
  -webkit-transition: height .2s ease-in;
  -moz-transition: height .2s ease-in;
  -o-transition: height .2s ease-in;
  -ms-transition: height .2s ease-in;
  opacity: 0;
  text-align: left;
  white-space: nowrap;
}

ul.main-menu li ul.sub-menu li a {
  display: block;
  position: relative;
  padding: 8px 15px;
  border-radius: 0
}

ul.main-menu li:hover > ul.sub-menu {
  height: auto;
}

ul.main-menu li:hover > ul.sub-menu > li {
  position: relative;
  top: auto;
  opacity: 1;
  height: 40px;
}

.menu-pushy-button {
  position: relative;
  cursor: pointer;
  display: inline-block
}

.menu-pushy-button .txtMenu {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 35px;
  color: var(--azul);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.menu-pushy-button .txtMenu:before,
.menu-pushy-button .txtMenu:after,
.menu-pushy-button .txtMenu span {
  background: var(--azul);
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transition: all linear 0.15s;
  -ms-transition: all linear 0.15s;
  transition: all linear 0.15s;
}

.menu-pushy-button .txtMenu:before {
  top: 3px;
}

.menu-pushy-button .txtMenu span {
  top: 10px;
}

.menu-pushy-button .txtMenu:after {
  top: 17px;
}

.menu-pushy-button .txtMenu:hover {
  color: var(--cian)
}

.menu-pushy-button .txtMenu:hover:before,
.menu-pushy-button .txtMenu:hover:after,
.menu-pushy-button .txtMenu:hover span {
  background: var(--cian)
}

.menu-pushy-button .txtMenu.mm-opening:before,
.menu-pushy-button .txtMenu.mm-opening:after {
  top: 10px;
}

.menu-pushy-button .txtMenu.mm-opening:before {
  transform: rotate(45deg);
}

.menu-pushy-button .txtMenu.mm-opening span {
  right: -50px;
  opacity: 0;
  -moz-opacity: .0;
  filter: alpha(opacity=0);
}

.menu-pushy-button .txtMenu.mm-opening:after {
  transform: rotate(-45deg);
}


/*
====================
       FOOTER
====================
*/

.container--logos-participantes {
  text-align: center;
  margin-bottom: 70px
}

.container--logos-participantes .item {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px
}

.container--logos-participantes .item figure {
  margin-bottom: 15px
}

footer {
  overflow: hidden;
  padding: 20px;
  background: var(--azul)
}

footer img {
  width: 80px
}

footer a {
  font-size: 27px;
  color: #fff;
  margin-left: 10px
}

footer p {
  color: #fff;
  margin-bottom: 0
}



/*
=======================
       HOME PAGE
=======================
*/

h3.title--box-section {
  font-weight: 700;
  font-size: 42px;
  text-transform: uppercase;
  color: var(--azul);
  margin-bottom: var(--margin_bottom)
}

hr.wp-block-separator {
  width: 70px;
  border-width: 5px;
  border-bottom: none;
  border-color: var(--cian);
  margin: 0 0 var(--margin_bottom) auto
}

/* Video Principal */
.video-home {
  height: 480px
}

.video-home figure.wp-block-video {
  position: relative;
  max-width: 1170px;
  margin: 0;
  height: 100%;
  overflow: hidden
}

.video-home figure.wp-block-video:before,
.video-home figure.wp-block-video:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%);
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%);
  z-index: 10
}

.video-home figure.wp-block-video:before {
  left: 0
}

.video-home figure.wp-block-video:after {
  right: 0;
  transform: rotate(180deg)
}

.video-home figure.wp-block-video video {
  position: absolute;
  max-width: 1170px;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}


/* Caja Versiones */
.container--info-box-versiones {
  padding: 20px
}


/* Listado Noticias/Entradas */
.title-list {
  font-size: 16px;
  line-height: 1.68;
  font-weight: 500;
  margin-bottom: 0 !important
}

.title-list a {
  color: var(--gris)
}

.title-list a:hover {
  color: var(--cian)
}


/* Galería */
.su-custom-gallery-slide img {
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important
}


/* Listado y Carrusel de Entradas */
.box--post-list {
  overflow: hidden;
  margin-bottom: 30px
}

.box--post-list figure {
  margin-bottom: 10px
}

.owl-nav {
  text-align: center
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 48px;
  height: 48px;
  margin-left: 5px;
  margin-right: 5px;
  background: var(--cian) !important;
  color: #fff !important
}



/*
========================
       PORTADILLA
========================
*/

.page-hader-portadilla {
  margin-bottom: var(--margin_bottom);
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.page-hader-portadilla .row {
  height: 250px
}

.page-hader-portadilla h4 {
  font-size: 24px
}

.page-hader-portadilla h1 {
  font-size: 42px;
  margin-bottom: 30px
}



/*
=========================
       BREADCRUMBS
=========================
*/

.breadcrumbs {
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
  font-size: 14px;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}

.breadcrumbs li {
  margin-left: 5px;
  margin-right: 5px;
  color: var(--gris)
}

.breadcrumbs li:last-child {
  margin-right: 0
}

.breadcrumbs li a {
  color: var(--cian)
}


/*
===========================
       SINGLE / PAGE
===========================
*/

h1.title-single {
  font-size: 36px;
  color: var(--azul);
  text-align: center;
  margin-bottom: 20px
}

p.excerpt {
  font-weight: 500;
  text-align: center
}

figure.imagen-destacada {
  margin-bottom: var(--margin_bottom);
  position: relative
}

figure.imagen-destacada img {
  max-width: none;
  width: 100%
}

figure.imagen-destacada figcaption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  background: rgba(0,0,0,.7);
  padding: 8px 10px;
  max-width: 774px;
  font-size: 13px;
  line-height: 15px;
  z-index: 20;
}

.container--info-single {
  margin-bottom: var(margin_bottom)
}

.container--info-single .wp-block-image,
.container--info-single .wpcf7 {
  margin-bottom: 25px
}



/* Compartir en redes */
.container--box-share {
  padding: 30px;
  background: var(--gris_claro);
  margin-bottom: var(--margin_bottom);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  align-items: center !important
}

.container--box-share span {
  color: var(--cian);
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 20px
}

.container--box-share a.jssocials-share-link {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: var(--azul) !important
}

.container--box-share a.jssocials-share-link:hover {
  color: var(--cian) !important
}

.container--info-single p a {
  font-weight: 700;
  color: var(--cian);
  text-decoration: underline;
}

.container--info-single h2,
.container--info-single h3 {
  margin-bottom: 25px;
}

.wp-caption{
  text-align:left;
  color:#686b6b;
}

.container--info-single blockquote {
  overflow: hidden;
  margin: 0 auto 35px;
  width: 100%;
  max-width: 520px;
  font-family: 'Ubuntu', serif;
  font-style: italic;
}

.container--info-single blockquote:before {
  content: '';
  display: block;
  height: 72px;
  background: url(images/icon-cite.svg) left center no-repeat;
  background-size: 72px 72px;
  border-bottom: 2px solid #003770;
  margin-bottom: 15px;
  color: #4d464f;
  font-family: 'Ubuntu', serif;
  font-size: 32px;
}

.container--info-single blockquote p {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 27px;
}

.container--info-single table {
  width: 100%;
  margin-bottom: 25px;
  font-size: 14px;
}

.container--info-single thead {
  border-bottom: 2px solid #003770;
  color: #003770;
}

.container--info-single tfoot {
  border-top: 1px solid #ccc;
  color: #4d4e4f;
  font-size: 11px;
}

.container--info-single th {
  padding: 7px 5px;
  font-weight: 500;
  vertical-align: middle;
  border-right: 1px solid #ffffff;
}

.container--info-single th.top-table {
  background: #444;
  color: #fff;
  text-align: left;
}

.container--info-single th:last-child,
.container--info-single td:last-child {
  border-right: none;
}

.container--info-single td {
  padding: 7px 5px;
  vertical-align: middle;
  line-height: 1.3;
}

.container--info-single td a {
  font-weight: 500;
}

.container--info-single tbody tr:nth-child(even) {
  background: #f0f0f0;
}

.container--info-single tbody tr:nth-child(odd) {
  background: #ffffff;
}

.container--info-single tbody tr:hover {
  background: #d7e3fb;
}

.container--info-single tfoot td {
  padding: 7px 0 0;
  border: none;
}

.container--info-single ul,
.container--info-single ol {
  margin-bottom: 25px;
  padding-left: 15px
}

.container--info-single ul li,
.container--info-single ol li {
  margin-bottom: 12px;
}

.container--info-single ul li a,
.container--info-single ol li a {
  font-weight: 400;
  color: #003770;
}

.container--info-single ul.list_details li {
  margin-bottom: 0;
}

.container--info-single .wp-playlist {
  margin-top: 0;
}

.container--iframe-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

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


/*
===========================
       COMMENTS FORM
===========================
*/

.cancel-comment-reply p {
  margin-bottom: 0
}

.cancel-comment-reply p a {
  display: block;
  display: inline-block;
  color: var(--cian)
}

small.camposRequeridos {
  font-size: 12px;
  text-align: right;
}

.boxComments {
  display: block;
  overflow: hidden;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-bottom: 30px;
}



div.wpcf7-mail-sent-ok {
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin: 0 !important;
  padding: 10px 0 !important;
}

.comment-author {
  float:left;
  margin:0 10px 12px 0;
}

.content_author_date_comment {
  font-size:0.875em;
  color:#6b6a6a;
  margin-bottom:5px;
}

.fn {
  float:left;
  font-weight: 700;
  color:#323232;
  text-transform:uppercase;
}

.content_author_date_comment a {
  color:#003770;
}

ul.commentlist li {
  overflow:hidden;
  border-bottom:1px dotted #d9d7d7;
  margin-bottom:12px;
}

ul.commentlist li p {
  font-size:0.875em;
}

.reply_comment {
  float:right;
  font-size:0.750em;
  text-transform:uppercase;
  text-decoration:underline;
}

.reply_comment a {
  color:#003770;
}

ul.children {
  overflow: hidden;
  display: block;
  width: 100%;
}

ul.children li {
  margin-left:80px;
  border:none;
  border-top:1px dotted #d9d7d7;
  padding:12px 0 0;
}

.comment-awaiting-moderation {
  font-size:0.750em;
  text-transform:uppercase;
  color:#ea0e0e;
}

.titleComments {
  font-size:0.938em;
  color:#363636;
  text-transform:uppercase;
  border-left:2px solid #363636;
  padding-left:7px;
  height:15px;
  line-height:16px;
  font-weight: 700;
  margin-bottom:15px;
}

.g-recaptcha {
  float:right;
}

div.wpcf7-response-output {
  margin: 0 0 0 20px;
}



/*
===================
       ERROR
===================
*/

.error404 {
  text-align: center;
}

.error404 * {
  margin-bottom: 12px
}

.error404 h4 {
  font-size: 13px;
  font-weight: 400
}

.error404 h1 {
  font-size: 32px;
  color: #183A67
}

.error404 .btn i {
  margin-right: 8px
}



/*
==============================
       ARCHIVE/CATEGORY
==============================
*/

h1.title--archive-category {
  color: #183A67;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px
}

.box--post-list.category figure {
  position: relative;
}

.box--post-list.category figure i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 36px
}

.modal-iframe .modal-content {
  background: transparent;
  border: 0
}

.modal-iframe .modal-content i {
  cursor: pointer
}

.modal-iframe .close {
  color: #fff;
  text-shadow: 0 1px 0 #000;
  font-size: 32px;
  text-align: right
}

ul.pagination {
  margin-bottom: 60px
}

.page-item.active .page-link {
  background: #00B7DD;
  border-color: #00B7DD
}

.page-link {
  color: #00B7DD
}

.page-link:hover {
  color: #183A67
}


/*
==========================
       CONTACT FORM
==========================
*/

.wpcf7-form-control-wrap {
  display: block;
  width: 100%
}

.wpcf7-list-item {
  display: block !important;
  margin: 0 0 15px 0 !important
}

.wpcf7-list-item label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.wpcf7-list-item label input {
  width: auto;
  margin-right: 8px
}

.wpcf7-list-item label span {
  width: 90%
}

input[type="submit"].wpcf7-submit {
  width: auto;
  min-width: 120px
}

.wpcf7-not-valid-tip {
  font-size: 11px !important;
  text-transform: uppercase
}

.input-text .wpcf7-not-valid-tip {
  position: absolute;
  top: -7px;
  left: 12px;
  background: #fff;
  padding: 0 8px
}

.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 40px !important;
  padding: 12px 20px !important;
  background: #00a0d2;
  border: 0 !important;
  border-radius: .25rem !important;
  color: #fff
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  background: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ffb900; /* Yellow */
  color: #000
}


/* ===== COUNTDOWND ===== */

.container-countdown .wp-block-themeisle-blocks-advanced-column {
  gap: 30px
}

.container-countdown p mark {
  font-size: 15px
}