/*
Theme Name: mwm-AECA
Theme URI: https://www.mowomo.com
Description:  Tema desarrollado a medida para mowomo-base
Version: 1.0.0
Design: mowomo
Author: mowomo
Author URI: https://www.mowomo.com

Text Domain: mowomo-base
Domain Path: /languages

License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

===================================================================
    TABLA DE CONTENIDOS:
=====================================================================
- Normalize
- Reset simple
- Alineamientos
- Tipografia
- Listas
- Tablas
- Formularios
- Navegacion
    - Menu principal (/template-parts/menu.php)
- Layout
    - Header (header.php)
    - Home (tpl-inicio.php)
    - Home (index.php)
    - Paginas del blog (archive.php, search.php, 404.php)
    - Elementos del blog (/template-part/menu.php, /template-part/rastro-migas.php)
    - Paginas del blog (archive.php, search.php, 404.php)
    - Footer (footer.php)
- Comentarios (comments.php)
- Widgets
*/

/*==================================================================
- Normalize   -   Styles based on Normalize v8.0.0
====================================================================*/
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/*===================================================================
    - Reset simple
===================================================================*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    background: #009cbc;
    color: #fff;
}

::selection {
    background: #009cbc;
    color: #fff;
}

:focus {
    outline: none;
}

:focus {
    outline: none;
}

/*===================================================================
    - Alineamientos
===================================================================*/

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

.alignleft {
    display: inline;
    float: left;
    margin: 0 1rem 1rem 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 0 0 1rem 1rem;
}

.aligncenter {
    clear: both;
    display: block;
    margin-bottom: 1rem;
}

.rwd-video {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    margin-bottom: 1rem;
}

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

/*===================================================================
    - Tipografia
===================================================================*/
body,
button,
input,
select,
textarea {
    color: #222;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.25rem;
}

h3 {
    font-size: 1.125rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.875rem;
}

h6 {
    font-size: 0.75rem;
}

hr {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: -1px;
}

p {
    margin: 1rem 0;
    word-break: break-word;
    line-height: 1.2;
    font-size: 0.875rem;
}

b,
strong {
    font-weight: 600;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

a {
    color: #009cbc;
    text-decoration: underline;
    transition: color .2s;
}

a:hover {
    color: #009cbc;
    text-decoration: none;
}

blockquote {
    border-left: 4px solid #009cbc;
    color: #666;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.6;
    padding: 0.5rem 1rem;
}

blockquote {
    quotes: """";
}

q {
    quotes: """""""'""'";
}

@media screen and (min-width: 48em) {

    h1 {
        font-size: 2.25rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    h4 {
        font-size: 1.125rem;
    }

    h5 {
        font-size: 1rem;
    }

    h6 {
        font-size: 0.875rem;
    }

    p {
        font-size: 1rem;
    }

}

@media screen and (min-width: 62.5em){
    .page-template-default p,
    .page-template-tpl-inicio .home-contenido p{
        font-size: 1.3rem;
        line-height: 1.4;
    }
}

/*===================================================================
    - Listas
===================================================================*/
ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li {
    line-height: 1.5;
    margin-bottom: .5rem;
}

/*===================================================================
    - Tablas
===================================================================*/
table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
}

thead th {
    border-bottom: 2px solid #666;
    padding-bottom: 0.5em;
}

th {
    padding: 0.4em;
    text-align: left;
}

tr {
    border-bottom: 1px solid #eee;
}

td {
    padding: 0.4em;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

/* Entradas inscripcion */

tr[mwm-parent] > td {
    background: #eeeeee;
	padding: 0 2rem 1rem;
}

.mwm-tix-ticket, .mwm-tix-p{
	margin: 20px 0;
}

.mwm-tix-ticket {
	justify-content: flex-end;
}

.mwm-tix-p {
	font-weight: 600;
}

.mwm-tix-p.inside {
	font-weight: normal;
    margin: 0 0 2rem 2rem;
}

.mwm-tix-ticket .tix-column-description,
 [class*="mwm-tix-input"] .tix-column-description {
	margin-right: auto;
	padding-left: 0;
	 font-size: .875rem;
}

[class*="mwm-tix-input"] .tix-column-description strong {
	font-weight: normal;
}

.mwm-tix-lis .tix-column-description:before,
[class*="mwm-tix-input"] .tix-column-description:before  {
    content: "- ";
}

[class*="mwm-tix-input"] .tix-ticket-excerpt {
    margin-left: calc( 2rem + 9px);
}

.mwm-tix-ticket .tix-column-price,
.mwm-tix-lis .tix-column-price {
    padding-left: 3rem;
}

.page-id-62 td {
    padding: 0.6em;
}

.tix-column-description {
	vertical-align: middle;
}

.mwm-tix-radio-buttons {
	font-weight: 600;
}

.mwm-tix-radio-buttons .radio-inline {
    display: inline;
    margin-left: 1rem;
	font-weight: normal;
}

.mwm-tix-radio {
	margin-top: 2rem;
}

@media screen and (min-width: 768px) {
	
	.mwm-tix-lis .tix-column-description:before,
	[class*="mwm-tix-input"] .tix-column-description:before  {
		margin-left: 2rem;
	}

	.mwm-tix-ticket .tix-column-description,
	[class*="mwm-tix-input"] .tix-column-description {
		font-size: 1rem;	
	}
	
}

/*===================================================================
    - Formularios
===================================================================*/
label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5em;
}

fieldset {
    margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #222;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    display: block;
    padding: .5rem;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #222;
    border-color: #009cbc;
}

select {
    border: 1px solid #d0d0d0;
    border-radius: 0;
    max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 0.5em;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
    font-weight: normal;
}

button,
input[type="button"],
input[type="submit"] {
    background: #009cbc;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.2;
    padding: 1rem;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #0baab3;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #333;
    font-family: "Lato", sans-serif;
}

:-moz-placeholder {
    color: #333;
    font-family: "Lato", sans-serif;
}

::-moz-placeholder {
    color: #333;
    font-family: "Lato", sans-serif;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: #333;
    font-family: "Lato", sans-serif;
}

/*===================================================================
    - Navegacion
===================================================================*/

/* - Menu principal
===========================================*/

.hamburger {
	cursor: pointer;
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 4;
}

.inside-header .hamburger {
    top: 3rem;
}

.hamburger span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.hamburger span:nth-child(2) {
    top: .5rem;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.hamburger span:nth-child(3) {
    top: 1rem;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.hamburger.animacion span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0.1875rem;
    left: 0.3125rem;
}

.hamburger.animacion span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.hamburger.animacion span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 1.25rem;
    left: 0.3125rem;
}

.hamburger span {
    display: block;
    position: absolute;
    height: 0.125rem;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.home .hamburger span {
    background: #fff;
}

.home .hamburger.animacion span {
	background: #222;
}

/* Estructura principal */
.menu-principal {
	background: #eee;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 100%;
}

.menu-principal .max {
	padding: 0 2.5rem;
}

.menu-principal.mostrar {
    max-height: 125rem;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

/* Primer nivel */
.menu-principal ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-principal ul li {
    background: #eee;
    position: relative;
    margin-bottom: 0;
}

.menu-principal ul li a {
    color: #222;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 0.875rem;
    padding: 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.menu-principal ul li.menu-item-has-children .btn-mostrar {
    color: #222;
    cursor: pointer;
    display: inline-block;
    font-size: 1.25rem;
    margin-left: 0.5rem;
    padding: 1rem 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 2.8125rem;
    z-index: 99;
}

.menu-principal ul li.menu-item-has-children .btn-mostrar.rotar {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* Segundo nivel */
.menu-principal ul.sub-menu {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
}

.menu-principal ul.sub-menu.mostrar {
    max-height: 37.5rem;
    -webkit-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
}

.menu-principal ul.sub-menu li {
    background: #eee;
}

/* MENU TERCER NIVEL */
.menu-principal ul.sub-menu ul.sub-menu li {
    display: none;
}

@media screen and (min-width: 72.75em) {

    /* MENU PRINCIPAL */
    .menu-principal {
        max-height: initial;
        overflow: visible;
        width: 100%;
    }

    .menu-principal .max {
    	padding: 0 1rem;
    }

    /* MENU PRIMER NIVEL */
    .menu-principal ul.menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

    .menu-principal ul li {
        background: none;
        display: inline-block;
    }

    .menu-principal ul li:last-child {
        margin-right: 0;
    }

    .menu-principal ul li a {
        color: #222;
        display: block;
        font-size: 1.125rem;
        font-weight: 600;
        -webkit-transition: padding .2s, color .2s;
        -o-transition: padding .2s, color .2s;
        transition: padding .2s, color .2s;
    }

    .menu-principal ul li a:hover,
    .menu-principal ul li.current_page_item a {
        color: #009cbc;
    }

    .menu-principal .menu-item-has-children>a::after {
        content: '\f078';
        font-family: "Font Awesome 5 Free";
        font-size: .8rem;
        margin-left: 0.5rem;
    }

    .menu-principal ul li.menu-item-has-children .btn-mostrar {
        display: none;
    }

    /* MENU SEGUNDO NIVEL */
    .menu-principal ul.sub-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        right: 0;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        top: 100%;
        -webkit-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s;
        visibility: hidden;
    }

    .menu-principal ul.sub-menu li {
        margin: 0;
        white-space: nowrap;
        background: #009cbc;
        -webkit-transition: background .2s;
        -o-transition: background .2s;
        transition: background .2s;
        width: 100%;
    }

    .menu-principal ul.sub-menu li:hover {
        background: #098aa5;
    }

    .menu-principal ul.sub-menu li a {
        display: block;
        color: #fff;
        padding: .75rem 1rem;
        text-align: left;
    }

    .menu-principal .menu-item-has-children:hover>ul.sub-menu {
        opacity: 1;
        visibility: visible;
        overflow: visible;
    }

    .menu-principal .menu-item-has-children:hover>ul.sub-menu.mostrar {
        visibility: visible;
    }

    /* MENU TERCER NIVEL */
    .menu-principal .menu-item-has-children .menu-item-has-children>a::after {
        content: '\f054';
        font-family: "Font Awesome 5 Free";
        margin-left: 0.5rem;
    }

    .menu-principal ul.sub-menu ul.sub-menu {
        top: 0;
        left: 100%;
    }

    .menu-principal ul.sub-menu ul.sub-menu li {
        background: #0baab3;
        -webkit-transition: background .2s;
        -o-transition: background .2s;
        transition: background .2s;
    }

    .menu-principal ul.sub-menu ul.sub-menu li:hover {
        background: #0f8188;
    }
}

@media screen and (min-width: 78.75rem) {
	.menu-principal ul li {
		margin-right: 1rem;
	}
}

/*===================================================================
    - Layout
===================================================================*/
body {
    background: #fff;
}

.max {
    margin: 0 auto;
    max-width: 77em;
    padding: 0 1rem;
}

.max2 {
    margin: 0 auto;
    max-width: 42.63em;
    padding: 0 1rem;
}

.flexblog {
    margin: 0 auto 2rem;
}

.btn-action a {
    background: #009cbc;
    color: #fff;
    display: inline-block;
    padding: .75rem 1.5rem;
    font-family: "Lato", sans-serif;
    font-size: .875rem;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s;
}

.btn-action a:hover {
    background: #098aa5;
}

@media screen and (min-width: 48em) {

    /* FLEXBLOG */

    .flexblog {
        display: flex;
        justify-content: space-between;
    }

    .flexblog main {
        width: 65%;
    }

    .flexblog .sidebar {
        width: 30%;
        margin-top: 1.3rem;
    }

    /* BTN ACCION */

    .btn-action a {
    	font-size: 1rem;
    	min-width: 12.1875rem;
    	padding: 1rem;
    }
}

/* - Header (header.php)
===========================================*/
.main-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.main-header.max {
    padding: 0;
}

/* HEADER > LOGO */
.main-header .logo {
    margin-left: 1rem;
    padding: 1rem 0;
}

.main-header .logo img {
    display: block;
    height: 2.1875rem;
}

@media screen and (min-width: 72.75em) {

    /* HEADER */
    .main-header.max {
        padding: 0 1rem;
    }

    /* HEADER > LOGO */
    .main-header .logo {
        margin-left: 0;
    }

    /* HEADER > hamburger */
    .hamburger {
        display: none;
    }
} /* FIN @media > 1000px */


/* - Home (tpl-inicio.php)
===========================================*/

/* BANNER CABECERA */

.banner-home {
    position: relative;
    width: 100%;
}

.banner-home:after {
    content: "";
    background: #000;
    height: 100%;
    opacity: .25;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.banner-home:before {
    content: "";
    background: linear-gradient( to top, #000, rgba(0, 0, 0, 0) );
    height: 100%;
    opacity: .58;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.banner-home img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.banner-home .banner-info {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 1rem 3rem;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 3;
}

.banner-info .banner-title {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 1rem;
}

.banner-info .banner-date {
    font-size: .75rem;
    font-style: italic;
    font-weight: 700;
    margin: 0;
}

.banner-info .banner-slogan {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.banner-info .btn-action-schedule a {
    background: rgba(255, 255, 255, .85);
    color: #222;
    font-weight: normal;
    margin-top: 1rem;
}

.banner-info .btn-action-schedule a:hover {
    background: rgba(255, 255, 255, .65);
}

/* IDIOMAS DENTRO DEL BANNER */

.banner-home .language-translator {
    position: absolute;
    top: 1rem;
}

.banner-home .language-translator li {
    display: inline-block;
    margin: 0 0 0 1rem !important;
}

.banner-home .language-translator li:first-child {
    display: inline-block;
    margin: 0 !important;
}

@media screen and (min-width: 72.75em) {

    .banner-home .language-translator {
        right: 1rem;
    }

}

/* INFO INICIO */

.home-info {
    margin: 2.5rem auto 2.5rem;
}

.home-info p {
    font-size: 1rem;
}

/* HOME CONTENIDO */

.wp-block-column.pequeña {
    max-width: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-contenido > .wp-block-columns.has-2-columns {
    display: flex;
    justify-content: center;
}

/* ENLACES IMPORTANTES */

.main-links-box-list {
    margin: 0 auto 3.5rem;
}

.main-link-box {
    margin-bottom: 1rem;
}

.main-link-box:last-child {
    margin-bottom: 0;
}

.main-link-box a {
    display: block;
    background: #eee;
    color: #222;
    padding: 1rem 2rem;
    text-align: center;
    text-decoration: none;
}

.main-link-box a:hover {
    background: #ddd;
}

.main-link-box .main-link-text {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    margin: 0;
    max-width: 8.125rem;
}

.main-link-box .main-link-text i {
    font-size: 1.5rem;
    margin-bottom: .5rem;
}

/* LASTEST ALERTS */

.lastest-alerts {
    background: #efefef;
    padding: 2.5rem 1rem;
}

.lastest-alerts .section-title {
    margin: 0 0 2rem;
    text-align: center;
}

.lastest-alerts .section-title i{
    color: #009cbc;
}

.alert-element {
    margin-bottom: 2.5rem;
}

.alert-element .alert-date {
	color: #555;
    font-size: .75rem;
    margin: 0;
}

.alert-element .alert-title {
    font-size: 1rem;
    margin: .5rem 0;
}

.alert-element .excerpt p {
	line-height: 1.5;
    margin: .5rem 0;
}

.alert-element .excerpt img {
    width: 1rem;
}

.lastest-alerts .btn-action {
    text-align: center;
}

/* LOGOS */

.logos {
    margin: 2.5rem auto 2.5rem;
    border-top: 1px solid #efefef;
    padding-top: 2.5rem;
}

.logos .logos-section-title,
h2.logos-section-title {
    display: inline-block;
    font-size: 1rem;
    background: #efefef;
    border-radius: 0 15px 15px 0;
    margin: 0 0 2rem;
    padding: .75rem;
}

.logos-list  .logo {
    margin-bottom: 2rem;
    text-align: center;
}

.logos-list .logo img {
    max-width: 11.25rem;
    max-height: 9.375rem;
}

@media screen and (min-width: 25em) {

	/* BANNER CABECERA */

	.btn-list {
		display: flex;
	}

	.banner-info .btn-action-schedule a {
		margin-top: 0;
		margin-left: 2rem;
	}

	/* LOGOS */

	.logos-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.logos-list .logo {
		width: 48%;
	}

}

@media screen and (min-width: 38.75em) {

    /* LASTEST ALERTS */

    .alert-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .alert-element {
        width: 49%;
    }

}

@media screen and (min-width: 48em) {

    /* BANNER CABECERA */

    .banner-home .banner-info {
    	margin: 0 auto;
        min-height: 36.25rem;
    }

    .banner-info .banner-title {
        font-size: 3.25rem;
    }

    .banner-info .banner-date {
        font-size: 1.5rem;
    }

    .banner-info .banner-slogan {
        font-size: 2rem;
        margin: 2rem 0 2.5rem;
    }

    /* INFO INICIO */

    .home-info {
    	margin: 4.25rem auto 3.375rem;
    }

    .home-info h2 {
		font-size: 2rem;
    }

    .home-info p {
        font-size: 1.25rem;
    }

    /* ENLACES IMPORTANTES */

    .main-links-box-list {
    	display: flex;
    	justify-content: space-between;
    }

    .main-link-box {
    	margin-bottom: 0;
    	width: 32%;
    }
    .wp-block-mwm-aeca-bloques-link-box.undefined.main-link-box {
        width: 100%;
    }

    .main-link-box:nth-child(2) .main-link-text,
    .wp-block-column:nth-child(2n) .main-link-text{
        flex-direction: row;
        max-width: 13.75rem;
    }

    /* .main-home > .max:first-of-type > * {
        max-width: 40.625rem;
        margin-left: auto;
        margin-right: auto;
    } */

    .main-home > .max:first-of-type{
        margin-top: 5rem;
    }

    .main-home > .max:first-of-type .wp-block-columns {
        max-width: 75rem;
        margin-top:3rem;
        margin-bottom: 3rem;
    }

    .main-link-box a {
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	height: 100%;
    	text-align: left;
    }

    .main-link-box .main-link-text {
    	flex-direction: row;
    	max-width: 10rem;
    }

    .main-link-box:nth-child(2) .main-link-text {
    	flex-direction: row;
    	max-width: 13.75rem;
    }

    .main-link-box .main-link-text span {
    	font-size: 1.25rem;
    	font-weight: 700;
    }

    .main-link-box .main-link-text i {
    	font-size: 2rem;
    	margin-bottom: 0;
    	margin-right: 1rem;
    }

    /* LASTEST ALERTS */

    .lastest-alerts {
    	padding: 2.25rem 0;
    }

    .lastest-alerts .section-title {
    	font-size: 2rem;
    }

	.alert-element .alert-date {
		font-size: 1rem;
	}

	.alert-element .alert-title {
		font-size: 1.25rem;
	}

	/* LOGOS */

	.logos .logos-section-title,
    h2.logos-section-title {
		border-radius: 0 20px 20px 0;
	    font-size: 1.5rem;
	    padding: .75rem 1rem;
	}

	.logos-list {
		display: flex;
		justify-content: flex-start;
	}

	.logos-list .logo {
        width: 31%;
        max-height: 9.375rem;
        display: flex;
        justify-content: center;
        align-items: center;
	}

	.logos-list .logo:nth-child(3n+2) {
		margin-left: 3.5%;
		margin-right: 3.5%;
	}

}

/* - Home (index.php)
===========================================*/

/* LASTEST ALERTS */

.index.lastest-alerts {
    background: none;
    padding: 0;
}

/* - PAGE
===========================================*/


.page-template-default .main-content {
    max-width: 47.5rem;
}

header.inside-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    position: relative;
}

.banner-inside {
    position: relative;
    height: 6rem;
    top: 0;
    overflow: hidden;
}

.banner-inside:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6rem;
    background: rgba(0, 0, 0, 0.34);;
    z-index: 2;
    top: 0;
    left: 0;
}

.banner-inside img {
    position: absolute;
    width: 100%;
	min-height: 96px;
    top: 0px;
    z-index: 1;
}

.banner-inside .banner-info.max {
    height: 6rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
    align-items: center;
}

.banner-inside .banner-info .btn-list {
    display: none;
}

.banner-inside .banner-info .btn-list div {
    text-align: center;
}

.banner-inside .banner-info__text {
    padding: .5rem 0 1rem;
}

.banner-inside .banner-info__text a {
    color: #fff;
    display: block;
    text-decoration: none;
}

.banner-inside .banner-info__text a:hover {
    opacity: .85;
}

.banner-inside p.banner-slogan {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0;
}

.banner-inside p.banner-date {
    font-size: .75rem;
    font-weight: 400;
}

@media screen and (min-width: 23.125em) {

    .banner-inside p.banner-slogan {
        font-size: 1.25rem;
    }

    .banner-inside p.banner-date {
        font-size: 0.9375rem;
    }

}

@media screen and (min-width: 62.5em) {

    .banner-inside .banner-info__text {
        padding: 0;
    }

    .banner-inside p.banner-slogan {
        font-size: 1.5rem;
    }

    .banner-inside p.banner-date {
        font-size: 1rem;
    }

}

/* IDIOMAS DENTRO DEL BANNER */

.banner-inside .language-translator {
    width: 100%;
    margin-top: .5rem;
}

.banner-inside .language-translator ul {
    text-align: center !important;
}

.banner-inside .language-translator li {
    display: inline-block;
    margin: 0 0 0 1rem !important;
}

.banner-inside .language-translator li:first-child {
    display: inline-block;
    margin: 0 !important;
}

@media screen and (min-width: 31.25em) {

    .banner-inside .language-translator ul {
        text-align: right !important;
    }

}

@media screen and (min-width: 62.5em){

    .banner-inside img {
        top: -5rem;
    }

    .banner-inside,
    .banner-inside:after,
    .banner-inside .banner-info.max {
        height: 6.5rem;
    }

    .banner-inside .banner-info.max {
        align-items: flex-start;
    }
    
}

@media screen and (min-width: 72.75em) {

    .banner-inside .banner-info .btn-list {
        display: inherit;
    }

}

/* - TABLE
===========================================*/

.program .content-tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.program .content-tags > div {
    margin: 0 0.6rem;
    padding: 0.5rem 0;
}

.program .content-tags a {
    color: #000;
    text-decoration: none;
    background: #ddd;
    padding: .2rem .5rem;
}

.program .content-tags a.active {
    color: #fff;
    background: #009cbc;

}

.program table tr {
    border: 1px solid #ddd;
    padding: .35em;
}

.program table {
    border: 0;
}

.program table caption {
    text-align: left;
    font-size: 1.3em;
}

.program table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    background: #d0d0d0;
}

.program table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
}

.program table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
}

.program table td a {
    text-decoration: none;
}

.program table td a:hover {
    text-decoration: underline;
}

.tix-row-coupon td:first-child {
    width: 100%;
}

.tix-row-coupon #tix-coupon-container #mwm-button-submit {
    margin-top: .5rem;
}

.tix-row-coupon #tix-coupon-container #tix-coupon-input {
    max-width: 25rem;
    margin-left: auto;
}

.program td:first-child {
    padding-left: 0.4rem;
}

.program table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
}

.program table td:last-child {
    border-bottom: 0;
}

.program .table-type {
    background: #009cbc;
    color: #fff;
    padding: .1rem .5rem;
    margin-right: .35rem;
    vertical-align: middle;
}

@media screen and (min-width:48em){

    .table-type{
        padding: .25rem .5rem;
    }

    .program table {
        border-collapse: collapse;
        margin: 0;
        padding: 0;
        width: 100%;
        table-layout: fixed;
        margin: 2rem 0;
    }

    .program table caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }
    .program table thead {
        position: relative;
    }

    .program table tr {
        display: flex;
    }
    
    .program tbody .mwm-tc1 td {
        background: #eee;
    }

    .program tbody .mwm-tc2 td {
        background: white;
    }
	
	.program tbody .mwm-tc3 td {
        background: #aaa;
		color: #fff;
    }

    .program table th,
    .program table td,
    .program table td:last-child {
       padding: .625em;
        text-align: left;
        border-top: 1px solid #d0d0d0;
        border-bottom: none;
    }

    table .same td:first-of-type{
        border-top: 0;
    }

    .program table td *{
        margin: 0;
    }

    .program table .same td:first-of-type *{
        opacity: 0;
    }

    /* Sesiones independientes que comparten hora pero deben mostrarla */
    .program table .same-with-hora td:first-of-type *{
        opacity: 1;
    }

    .program table tr:last-child td{
        border-bottom:1px solid #d0d0d0;
    }

    .program table td {
        display: inline-block;
        font-size: 1em;
    }
    .program table tr {
        margin: 0;
        padding: 0;
        border: none;
    }
    
    .program th:first-child, .program td:first-child {
        padding-left: 1rem;
        width: 12%;
    }
    .program th:nth-of-type(2), .program td:nth-of-type(2) {
        padding-left: 1rem;
        width: 70%;
    }
    .program th:nth-of-type(3), .program td:nth-of-type(3) {
        padding-left: 1rem;
        width: 18%;
    }

    .program table th {
        text-align: center;
    }

    .program table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: "";
    }
}

tr.tix-row-total td strong {
    position: relative;
}

tr.tix-row-total td strong:before {
    content: "Total: ";
    position: absolute;
    left: -3.75rem;
}

/*===================================================================
    - PONENCIA
===================================================================*/

.presentation__metas {
    margin-top: 1rem;
}

span.presentation__type {
    display: inline-block;
    background: #009cbc;
    color: #fff;
    padding: .2rem 0.5rem;
}

.ponencia__titulo {
    margin-top: .5rem;
}

.presentation__date-hour {
    color: #555;
    font-size: 1.2rem;
}

span.presentation__date {
    margin-right: 2rem;
}

.presentation__content {
    margin: 3rem 0;
}

@media screen and (min-width:48em){
    .presentation__date-hour {
        font-size: 1.5rem;
    }
}

/*===============================
    - PONENTE
=================================*/

.speaker-form {
    display: flex;
}

.speaker-search {
    max-width: 300px;
}


.title-speaker {
    font-size: 1.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.speaker {
    margin: 2rem 0;
}

.speaker > a {
    display: flex;
    text-decoration: none;
}

.speaker .speaker__img {
    width: 6.25rem;
    min-width: 6.25rem;
}

.speaker .speaker__img.speaker__img-no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6.25rem;
    width: 6.25rem;
    border: 3px solid #ccc;
}

.speaker .speaker__img.speaker__img-no-image i {
    color: #ccc;
    font-size: 4rem;
}

.speaker__content {
    margin-left: 1rem;
}

p.speaker__name {
    font-size: 1.4rem;
    color: #009cbc;
    margin-bottom: 0;
}

p.speaker__bio {
    margin-top: 0.3rem;
    color: #000;
}

@media screen and (min-width:48em){

    .list-speakers {
        display: flex;
        flex-wrap: wrap;
    }

    .speaker {
        width: 48%;
        margin-bottom: 2rem;
    }
    .speaker:nth-of-type(1), .speaker:nth-of-type(2) {
        margin-top: 0;
    }
}

/*===================================================================
    - SINGLE speaker
===================================================================*/

h1.speaker__name {
    margin-bottom: 0;
}

p.speaker__position {
    font-size: 1.125rem;
    color: #555;
    margin-top: 0;
}

p.speaker__title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
}

.speaker-ind .speaker__img img {
    min-width: 8.75rem;
    width: 8.75rem;
}

.speaker-ind .speaker__img {
	margin-right: 1rem;
}

.speaker-ind .speaker__img.speaker__img-no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6.25rem;
    width: 6.25rem;
    border: 3px solid #ccc;
}

.speaker-ind .speaker__img.speaker__img-no-image i {
    color: #ccc;
    font-size: 4rem;
}

.speaker__rrss ul {
    margin: 0;
    padding: 0;
    list-style: none;   
}

.speaker__rrss li {
    display: inline-block;
    margin-right: 1rem; 
}

.speaker__rrss li:last-child {
    margin-right: 0;
}

.speaker__rrss a {
    font-size: 1.5rem;
    color: #222;
}

.speaker__rrss a:hover {
    color: #009cbc;
}

@media screen and (min-width:31.25em){

    .speaker__biography {
        display: flex;
        align-items: flex-start;
    }

    .speaker__bio-text {
        max-width: 47.5rem;
    }

    .speaker__bio-text p:first-child {
    	margin-top: 0;
    }

    p.speaker__title {
	    font-size: 1.5rem;
	}

}

/* - FOOTER (header.php)
===========================================*/

.mobile-buttons {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.mobile-buttons .btn-list {
    display: flex;
}

.mobile-buttons .btn-list > div {
    width: 50%;
}

.mobile-buttons a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-buttons .btn-action.btn-action-schedule a {
    background: #fff;
    color: #222;
}

.footer {
    background: #efefef;
    padding-bottom: 3rem;
    margin-top: 2rem;
}

.home footer{
    margin-top: 0;
}

/* CTA FOOTER */

.cta-footer {
    background: #d0d0d0;
    padding: 1.5rem 1rem;
    text-align: center;
}

.cta-footer p {
    font-size: 1.125rem;
    margin-top: 0;
}

.cta-footer p strong {
    display: block;
}

.cta-footer .btn-action a {
    font-weight: normal;
}

/* INFO FOOTER */

.footer .info-rrss {
    margin-bottom: 3rem;
    padding-top: 2rem;
}

.footer .info-rrss a {
    color: #222;
}

.footer .site-title {
    font-size: 1.125rem;
    font-weight: bold;
    margin-top: 0;
}

.footer .more-info {
    margin-bottom: 2rem;
}

.footer .more-info p {
    margin: 0 0 .25rem;
}

.footer .img-40aniversario {
    margin-bottom: 2rem;
}

.footer .rrss .rrss-title {
    font-weight: bold;
    font-size: 1.125rem;
    margin-top: 0;
}

/* RRSS */

.footer .rrss ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .rrss li {
    margin-bottom: .75rem;
    max-width: 14.0625rem;
}

.footer .rrss a {
    align-items: center;
    display: flex;
    line-height: 1.2;
    text-decoration: none;
    transition: color .2s;
}

.footer .rrss a:hover {
    color: #009cbc;
}

.footer .rrss i {
    font-size: 1.5rem;
    margin-right: .625rem;
    text-align: center;
}

.footer .rrss i.fa-facebook-f {
    width: 1.5rem;
}

/* FOOTER LEGAL */

.footer-legal {
    margin-bottom: 2rem;
}

/* MENU LEGAL*/

.footer .menu-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .menu-footer li {
    display: inline-block;
    margin-right: 1rem;
}

.footer .menu-footer li:last-child {
    margin: 0;
}

.footer .menu-footer a {
    color: #222;
}

@media screen and (min-width: 38.75em) {

    /* CTA FOOTER */ 
    
    .cta-footer .max {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cta-footer p {
        text-align: left;
        font-size: 1.25rem;
        margin-bottom: 0;
    }

    .cta-footer .btn-action a {
        font-size: 1.25rem;
        min-width: 11.25rem;
    }

    /* INFO FOOTER */

    .footer .info-rrss {
        display: flex;
        justify-content: space-between;
        padding-top: 3rem;
    }

}

@media screen and (min-width: 48em) {

	/* CTA FOOTER */ 

	.cta-footer p {
	    font-size: 1.5rem;
	}

	.cta-footer .btn-action {
		margin-right: 3.125rem;
	}

    .cta-footer .btn-action a {
        font-size: 1.5rem;
        padding: 1.25rem 2rem;
        min-width: 16.875rem;
    }

	/* INFO FOOTER */

	.footer .site-title {
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.footer .rrss {
		margin-right: 2.375rem;
	}

	.footer .rrss .rrss-title {
		font-size: 1.625rem;
	}

	.footer .rrss i {
		font-size: 2rem;
		margin-right: .75rem;
	}

	/* LEGAL */

	.footer-legal {
		margin-bottom: 1rem;
	}

}

@media screen and (min-width: 64em) {

    /* CTA FOOTER */

    .cta-footer p {
        font-size: 2.25rem;
    }
}

/*===================================================================
    - Archive entradas
===================================================================*/

.metas {
    margin-bottom: .5rem;
}

.img-main {
    position: relative;
    overflow: hidden;
    height: 11.25rem;
}

.img-main img {
    position: absolute;
    object-fit: cover;
    width: 100%;
}

.article h2 a {
    text-decoration: none;
    color: #000;
}

@media screen and (min-width:37.5em){
    .listado-entradas {
        display: flex;
        justify-content: space-between;
    }

    article.article {
        width: 48%;
    }

}

@media screen and (min-width:48em){
    .listado-entradas {
        flex-direction: column;
    }

    article.article {
        width: 100%;
    }

}

@media screen and (min-width:37.5em){
    .listado-entradas {
        flex-direction: row;
    }

    article.article {
        width: 48%;
    }

}



/*===================================================================
    - Comentarios
===================================================================*/

ul.commentlist {
    list-style: none;
    padding: 0;
}

ul.commentlist > .comment {
    background: #f5f5f5;
}

.comment {
    margin: 1rem 0;
    padding: 1rem;
}

ul.children {
    list-style: none;
    margin-left: 1rem;
    padding-left: 1rem;
    background: #fff;
    border-left: 4px solid #229cbc;
}


/*===================================================================
    - Widgets
===================================================================*/

.searcher form {
    display: flex;
    margin-bottom: 1rem;
}

.widget-title {
    padding: 1rem;
    background: #eeeeee;
    border-left: 4px solid #229cbc;
}

/* MAYO 2021 */
tr.aeca-presencial{
    background-color: #9CC2E5!important;
    font-weight: 600;
    border-top: 1rem solid #fff;
}
tr.aeca-presencial td,
tr.aeca-subtitle td{
    padding: 1rem .3rem 1rem;
}
tr.aeca-subtitle{
    background-color: #eeeeee!important;
    font-weight: 600;
    border: none;
}
tr.aeca-online{
    background-color: #FFD965!important;
    font-weight: 600;
    border-top: 1rem solid #fff;
}
tr.aeca-online td{
    padding: 1rem .3rem 1rem;
}
tr.tix-ticket-3535,
table.aeca-tabla-tickets tr.product_id_8453,
table.aeca-tabla-tickets tr.product_id_8454{
    background-color: #F4B083!important;
    border-top: 1rem solid #fff;
}
tr.tix-ticket-3535 td{
    padding-left: .3rem
}
@media only screen and (max-width: 767px) {
    table#wpt_table.mobile_responsive.wpt_product_table > tbody > tr.aeca-presencial > td,
    table#wpt_table.mobile_responsive.wpt_product_table > tbody > tr.aeca-presencial-subtitulo > td,
    table#wpt_table.mobile_responsive.wpt_product_table > tbody > tr.aeca-online > td{
        display: block;
        text-align: center;
    }
    table#wpt_table.mobile_responsive.wpt_product_table > tbody > tr.product_id_8453 td,
	table#wpt_table.mobile_responsive.wpt_product_table > tbody > tr.product_id_8454 td{
        background-color: #F4B083;
    }
}
/* Junio 2021 */
p.tix-submit select,
#mwm-trans-box h2{
    display: none;
}
/* Tabla tickets WooCommerce */
@media screen and (min-width: 1024px) {
    table.aeca-tabla-tickets{
        max-width: 75%;
    }
}
table.aeca-tabla-tickets a.added_to_cart.wc-forward,
.tables_cart_message_box a.button.wc-forward:not(.checkout){
    display: none;
}
.wpt_product_table_wrapper div.tables_cart_message_box div.widget_shopping_cart_content li.woocommerce-mini-cart-item.mini_cart_item{
    display: block;
    border: none;
}
div#table_id_4092 li{
    display: block;
    border: none;
}
div#table_id_4092 li.woocommerce-mini-cart-item a:not(.remove){
    pointer-events: none;
    color: initial;
    text-decoration: none;
}
table.aeca-tabla-tickets a.button.ajax_active,
.tables_cart_message_box a.button.wc-forward.checkout{
    background-color: #009cbc;
    border-radius: 0;
    color: #fff;
}
.tables_cart_message_box a.button.wc-forward.checkout{
    font-weight: 100;
        padding: 1rem!important;
}
table.aeca-tabla-tickets.custom_table thead th{
    background: none;
    padding: 0;
    color: #000;
}
.woocommerce .woocommerce-checkout .col2-set .col-1,
.woocommerce .woocommerce-checkout .col2-set .col-2 {
  width: 100% !important;
}

.woocommerce .woocommerce-checkout .col2-set .col-1 {
  margin-bottom: 30px;
}
table.aeca-tabla-tickets tr#product_id_4113{
    background-color: rgba(156, 194, 229, 0.27);
}

/* Página de Patrocinadores y nuevos logos home Marzo 2022 */
.aeca-loop ul{
    align-items: center;
}
.aeca-organizadores-loop ul li img{
    max-width: 18.5rem;
}
.aeca-patrocinadores-loop ul li img{
    max-width: 17rem;
}
.aeca-colaboradores-loop ul li img{
    max-width: 13rem;
}
.aeca-patrocinadores-loop.loop-home ul li img{
    max-width: 15rem;
}
.aeca-institucional-loop ul li img,
.aeca-colaboradores-loop.loop-home ul li img{
    max-width: 11.5rem;
}
.loop-home ul li{
    display: flex;
    justify-content: center;
}

.aeca-patrocinadores-loop ul{
    justify-content: center;
}
/* Programa - boton cuadro de sesiones */
body.page-template-tpl-programa .btn-action{
    display: flex;
    column-gap: 1rem;
}
@media screen and (max-width: 48em){
    body.page-template-tpl-programa .btn-action{
        display: grid;
        grid-row-gap: .85rem;
    }
}
body.page-template-tpl-programa .btn-action a{
    text-align: center;
}
/* Congreso 2023 */
div#table_id_4092 .wpt_table_tag_wrapper{
    box-shadow: none;
}
.aeca-datos-generales{
    max-width: 50rem;
}

@media screen and (min-width: 1024px){
    .aeca-patrocinadores-loop ul{
        max-width: 85%;
        margin: 0 auto;
    }
}
@media screen and (min-width: 769px){
	.imagen-organizador.deusto{
    	max-width: 300px;
		margin: 0 auto;
	}
}
