/*
Theme Name: festivalrodamundo
Theme URI: https://pablorevetria.com
Author: PabloRevetria
Author URI: https://pablorevetria.com/
Version: 2021.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: festivalrodamundo

festivalrodamundo WordPress Theme © 2021 PabloRevetria
festivalrodamundo is distributed under the terms of the GNU GPL
*/

/* Bootstrap Icons */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");

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

/* Archivo Font */
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  scroll-behavior: smooth;
  /*overflow-x: hidden;*/
}

body {
  font-family: 'Karla', sans-serif;
  color: #000000;
  font-weight: normal;
  position: relative;
  height: 100%;
  overflow-x: hidden;
}

a {
  color: #F443D5;
}

a:hover,
a:focus {
  color: #000000;
  text-decoration: none;
  outline: none;
}

ol, ul {
  list-style: none
}

/*//// Tools */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.clearfix {
  height: 1px;
  width: 100%;
  display: block;
  overflow: hidden;
}

.entry-content hr,
.wp-block-separator {
  border: 1px dashed #CCCCCC;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-1 {
  opacity: 1 !important;
}

@media (min-width: 576px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding-right: 12px;
    padding-left: 12px;
  }

  /*.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }*/
}

@media (min-width: 576px) and (max-width: 1199px) {
  .container,
  .container-sm {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 990px;
  }
}

/*@media (min-width: 1024px) and (max-width: 1199px) {
  .container,
  .container-sm {
    max-width: 90%;
  }
}*/

@media (min-width: 576px) {  } /* sm */

@media (min-width: 768px) {  } /* md */

@media (min-width: 992px) {  } /* lg */

@media (min-width: 1200px) {  } /* xl */

#container {
  border-bottom: 1px solid #CCCCCC;
}

.home #container {
  margin-top: 0;
}

.single #container,
#container {
  margin-top: 72px;
}

@media (min-width: 420px) {
  #container {
    margin-top: 105px;
  }

  .single-noticias .container.singlephp {
    margin-top: 120px;
  }

  .single #container {
    margin-top: 70px;
  }
}

@media (min-width: 768px) {
  #container {
    margin-top: 110px;
    border-bottom: 0;
  }
}

@media (min-width: 1200px) {
  #container {
    margin-top: 120px;
  }
}

#container .container {
  min-height: calc(100vh - 120px)
}

section {
  margin: 0 0 70px;
}

.calendar-page section {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  section {
    margin: 0 0 100px;
  }
}

@media (min-width: 768px) {
  section {
    margin: 0 0 170px;
  }
}

/*//// Col 5extra */

.col-5extra,
.col-sm-5extra,
.col-md-5extra,
.col-lg-5extra,
.col-xl-5extra {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-5extra {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 540px) {
  .col-sm-5extra {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 720px) {
  .col-md-5extra {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 960px) {
  .col-lg-5extra {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1140px) {
  .col-xl-5extra {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/*//// Texts */

.regular {
  font-family: 'Karla', sans-serif;
  font-weight: normal;
  font-style: normal;
}

.medium {
  font-family: 'Karla', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.bold {
  font-family: 'Karla', sans-serif;
  font-weight: bold;
  font-style: normal;
}

p {
  font-family: 'Karla', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-stretch: normal;
  line-height: 26px;
}

strong {
  font-family: 'Karla', sans-serif;
  font-weight: bold;
}

h1,
h1.entry-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  color: #000000;
  text-transform: uppercase;
}

.page-template-tpl_news h1.entry-title {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  h1,
  h1.entry-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.8px;
  }
}

.single h1,
header.header h1 {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 22px;
}

@media (min-width: 576px) {
  .single h1,
  header.header h1 {
    font-size: 24px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .single h1,
  header.header h1 {
    font-size: 30px;
    line-height: 30px;
  }
}

.single h1 {
  margin: 15px 0 5px;
}

header.header h1 {
  background: #F443D5;
  margin: 25px 0 15px;
  float: left;
  /*padding: 10px 15px;*/
  padding: 15px 5px 3px 15px;
  border: 3px solid #000;
  z-index: 10;
  position: relative;
}

header.header h1::after {
  background: #D7FD3D;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
  /*left: -10px;
  top: -10px;*/
  left: 5px;
  top: 5px;
  border: 3px solid #000;
  display: block;
}

.universo-rodamundo header.header h1 {
  color: #000000;
  background: #F443D5;
}

.universo-rodamundo header.header h1::after {
  background: #D7FD3D;
}

.festival-2023 header.header h1,
.calendario-de-actividades header.header h1,
.programacion header.header h1 {
  color: #000000;
  background: #00F804;
}

.festival-2023 header.header h1::after,
.calendario-de-actividades header.header h1::after,
.programacion header.header h1::after {
  background: #D7FD3D;
}

.ediciones-anteriores header.header h1 {
  color: #FFFFFF;
  background: #D7FD3D;
}

.ediciones-anteriores header.header h1::after {
  background: #F443D5;
}

.en-la-nube header.header h1 {
  color: #000000;
  background: #00F804;
}

.en-la-nube header.header h1::after {
  background: #D7FD3D;
}

.en-el-aula header.header h1 {
  color: #000000;
  background: #D7FD3D;
}

.en-el-aula header.header h1::after {
  background: #00F804;
}

@media (min-width: 768px) {
  .single h1,
  header.header h1 {
    font-size: 36px;
    line-height: 36px;
  }
}

h2 {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 21px;
  font-stretch: normal;
  font-style: normal;
  line-height: 31px;
  margin-bottom: 25px;
  color: #000000;
}

@media (min-width: 576px) {
  h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 50px;
  }
}

.entry-content h2 {
  font-size: 20px;
  line-height: 30px;
}

.page-template-tpl_calendar h2 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 40px !important;
}

@media (min-width: 576px) {
  .entry-content h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .page-template-tpl_calendar h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (min-width: 768px) {
  .entry-content h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .page-template-tpl_calendar h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 992px) {
  .entry-content h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .page-template-tpl_calendar h2 {
    font-size: 36px;
    line-height: 46px;
  }
}

h2.entry-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 26px;
  margin-bottom: 20px;
  color: #000000;
}

@media (min-width: 768px) {
  h2.entry-title {
    font-size: 20px;
    line-height: 30px;
  }
}

.single h2,
header.header h2 {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 20px;
}

/*.single.single-nacionales h2 {
  color: #F443D5;
}

.single.single-talleres h2 {
  color: #00F804;
}

.single.single-internacionales h2 {
  color: #D7FD3D;
}*/

@media (min-width: 576px) {
  .single h2,
  header.header h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

@media (min-width: 768px) {
  .single h2,
  header.header h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 20px;
  }
}

@media (min-width: 992px) {
  .single h2,
  header.header h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

.preguntas-frecuentes h2 {
  margin: 0 0 20px;
  position: relative;
  display: inline-block;
}

@media (min-width: 992px) {
  .preguntas-frecuentes h2:after {
    display: block;
    content: '';
    margin: 0;
    position: absolute;
    z-index: -1;
    width:100%;
    bottom: 3px;
    height: 4px;
    border-radius: 50px;
    border-top-color: #F443D5;
    border-top-style: solid;
    border-top-width: 4px;
  }

  .preguntas-frecuentes h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

h3 {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 30px;
  color: #000000;
}

.single h3,
header.header h3 {
  margin: 40px 0 20px;
}

@media (min-width: 340px) {
  h3 {
    font-size: 20px;
    line-height: 38px;
  }
}

@media (min-width: 576px) {
  h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .single h3,
  header.header h3 {
    margin: 40px 0 20px;
  }
}

.entry-content h3 {
  font-size: 20px;
  line-height: 30px;
  position: relative;
  display: inline-block;
}

@media (min-width: 576px) {
  .entry-content h3 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (min-width: 768px) {
  .entry-content h3 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (min-width: 992px) {
  .entry-content h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

.entry-content h3:after {
  display: block;
  content: '';
  margin: 0;
  position: absolute;
  z-index: -1;
  width:100%;
  bottom: 3px;
  height: 4px;
  border-radius: 50px;
  border-top-color: #F443D5;
  border-top-style: solid;
  border-top-width: 4px;
  mix-blend-mode: darken;
}

@media (min-width: 576px) {
  .entry-content h3:after {
    height: 6px;
    border-top-style: solid;
    border-top-width: 6px;
  }
}

section h3 {
  float: left;
  position: relative;
}

section h3:after {
  display: block;
  content: '';
  margin: 0;
  position: absolute;
  z-index: -1;
  width:100%;
  bottom: 8px;
  height: 3px;
  border-radius: 50px;
}

@media (min-width: 576px) {
  section h3:after {
    bottom: -4px;
    height: 5px;
  }
}

/*section.apoyos h3:after {
  display: none;
}*/

@media (min-width: 768px) {
  section h3:after {
    bottom: 4px;
  }
}

section span.h3 {
  font-weight: normal;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 18px;
  color: #000000;
  display: block;
  float: left;
  width: 100%;
  margin: -20px 0 20px;
}

@media (min-width: 340px) {
  section span.h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 576px) {
  section span.h3 {
    font-size: 20px;
    line-height: 26px;
    margin: -10px 0 20px;
  }
}

@media (min-width: 768px) {
  section span.h3 {
    font-size: 24px;
    line-height: 30px;
    /*padding: 4px 14px;*/
    margin: 0 0 40px;
  }
}

section h3:after {
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: #F443D5;
}

section.national h3:after {
  border-top-color: #F443D5;
}

section.workshops h3:after {
  border-top-color: #00F804;
}

section.international h3:after {
  border-top-color: #D7FD3D;
}

@media (min-width: 576px) {
  section h3:after {
    border-top-style: solid;
    border-top-width: 5px;
  }
}

@media (min-width: 768px) {
  h3 {
    font-size: 31px;
    line-height: 37px;
    margin-bottom: 45px;
  }

  .single h3 {
    margin: 50px 0 18px;
  }
}

h3.subtitle {
  font-family: 'Archivo', sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  margin: 0 !important;
  color: #706F6F;
}

@media (min-width: 768px) {
  h3.subtitle {
    font-size: 19px;
    line-height: 28px;
  }
}

h4 {
  font-family: 'Archivo', sans-serif;
  font-weight: bold;
  font-size: 19px;
  font-stretch: normal;
  font-style: normal;
  line-height: 22px;
  margin-bottom: 12px;
  color: #000000;
}

.entry-content h4 {
  font-size: 18px;
  line-height: 28px;
  position: relative;
  display: inline-block;
}

.entry-content h4:after {
  display: block;
  content: '';
  margin: 0;
  position: absolute;
  z-index: 0;
  width:100%;
  bottom: 3px;
  height: 4px;
  border-radius: 50px;
  border-top-color: #D7FD3D;
  border-top-style: solid;
  border-top-width: 4px;
  mix-blend-mode: darken;
}

@media (max-width: 575px) {
  .en-el-aula .entry-content h4:after {
    display: none;
  }
}

@media (min-width: 576px) {
  .entry-content h4 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  .entry-content h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 992px) {
  .entry-content h4 {
    font-size: 22px;
    line-height: 32px;
  }
}

.single h4 {
  font-size: 18px;
  line-height: 24px;
  margin: 25px 0 5px;
}

@media (min-width: 768px) {
  .single h4 {
    margin: 30px 0 5px;
  }
}

.single-nacionales h4 {
  color: #F443D5;
}

.single-talleres h4 {
  color: #00F804;
}

.single-internacionales h4 {
  color: #D7FD3D;
}

header.header h4 {
  margin: 40px 0 20px;
}

@media (min-width: 576px) {
  header.header h4 {
    margin: 40px 0 20px;
  }
}

@media (min-width: 576px) {
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  h4 {
    font-size: 28px;
    line-height: 34px;
  }

  header.header h4 {
    margin: 50px 0 18px;
  }
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin: 20px 0;
}

@media (min-width: 768px) {
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4 {
    margin: 40px 0 20px;
  }

  .page-template-tpl_calendar h2 {
    margin: 20px 0;
  }
}

/*///////////////////*/
/*/////////// Header */
/*///////////////////*/

header {
  z-index: 1;
}

header.header {
  margin-bottom: 7%;
}

/*///////////////////*/
/*/////////// Filer */
/*///////////////////*/

.filter {
  margin: 25px 0 15px;
  padding: 15px 0;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}

.filter h4 {
  color: #F443D5;
  margin-top: 0 !important;
}

.filter a {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 800;
  font-size: 18px;
  padding: 5px 10px;
  border: 2px solid #000;
}

@media (min-width: 768px) {
  .filter a {
    margin-right: 35px;
    font-size: 20px;
  }
}

.filter a:hover,
.filter a:focus {
  color: #F443D5;
}

.dropdown {
  float: left;
}

.dropdown .dropbtn {
  cursor: pointer;
  border: none;
  outline: none;
  color: #000000;
  border: 2px solid #000000;
  padding: 10px 30px 10px 16px;
  font-family: inherit;
  margin: 0;
  font-family: 'Archivo', sans-serif;
  font-weight: bold;
  font-size: 19px;
  font-stretch: normal;
  font-style: normal;
  line-height: 22px;
  color: #000000;
  background: #FFFFFF url('img/icons/icon-down.svg') no-repeat 100px center;
  background-size: 12px;
}

@media (min-width: 576px) {
  .dropdown .dropbtn {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  .dropdown .dropbtn {
    font-size: 28px;
    line-height: 34px;
  }
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  color: #000000;
  border: 2px solid #000000;
  margin-top: -2px;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

/*///////////////////*/
/*/////////// Header */
/*///////////////////*/

/*//// Navbar */

.navbar {
  height: auto;
  padding: 0 10px;
  background: transparent;
  transition: all 0.5s ease-in-out;
  -moz-transition: none;
  -webkit-transition: all 0.5s ease-in-out;
}

@media (min-width: 420px) {
  .navbar {
    height: 70px;
  }
}

@media (min-width: 768px) {
  .navbar {
    height: 90px;
    padding: 15px;
  }
}

@media (min-width: 1200px) {
  .navbar {
    height: 100px;
    padding: 12px 0;
  }
}

header.scrolled {
  border-bottom: 1px solid #E4E4E4;
  transition: all 0.5s ease-in-out;
  -moz-transition: none;
  -webkit-transition: all 0.5s ease-in-out;
}

header.scrolled .navbar {
  background: #ffffff;
}

@media (min-width: 1200px) {
  header.scrolled .navbar {
    padding: 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: none;
    -webkit-transition: all 0.5s ease-in-out;
  }
}

.navbar-brand img {
  width: 130px;
  object-fit: contain;
  transition: all 0.5s ease-in-out;
  -moz-transition: none;
  -webkit-transition: all 0.5s ease-in-out;
}

@media (min-width: 420px) {
  .navbar-brand img {
    max-width: 178px;
    width: 100%;
    height: 45px;
  }
}

@media (min-width: 768px) {
  .navbar-brand img {
    height: 47px;
  }
}

@media (min-width: 992px) {
  header.scrolled .navbar .navbar-brand img {
    height: 40px;
    transition: all 0.5s ease-in-out;
    -moz-transition: none;
    -webkit-transition: all 0.5s ease-in-out;
  }

  header.scrolled .navbar {
    height: 80px;
  }
}

@media (min-width: 1200px) {
  .navbar-brand img {
    height: 60px;
  }
}

#navbar {
  margin: 0;
  /*padding: 0;*/
  border-top: 1px solid #E4E4E4;
}

#navbar li {
  padding: 8px 0;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 992px) {
  #navbar li:first-child {
    padding-top: 20px;
  }

  #navbar li:last-child {
    padding-bottom: 20px;
  }
}

.navbar-nav {
  margin: 20px 0;
}

@media (max-width: 991px) {
  .menu .navbar-nav {
    padding: 20px;
  }
}

.menu {
  margin: 0 -15px 0;
}

@media (min-width: 768px) {
  .menu {
    margin: 15px -15px 0;
  }
}

@media (max-width: 991px) {
  .menu {
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.15);
    width: calc(100% + 30px);
  }
}

@media (max-width: 991px) {
  .navbar-nav li .sub-menu {
    padding: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 0 0 20px;
  }
}

.navbar-nav li .sub-menu li {
  float: none;
  margin: 6px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .navbar-nav li.menu-item-has-children {
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 10px;
  }

  .navbar-nav li .sub-menu li {
    margin-bottom: 0;
  }

  .navbar-nav li .sub-menu li:first-child {
    padding-bottom: 0;
  }

  .navbar-nav li .sub-menu li:last-child {
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .navbar-nav li {
    margin: 5px 8px;
    float: left;
    position: relative;
  }

  .navbar-nav li.menu-item-has-children a {
    background: url('img/icons/icon-down.svg') no-repeat center right;
    background-size: 12px;
    padding-right: 16px !important;
  }

  .navbar-nav li.menu-item-has-children .sub-menu a {
    background: none !important;
    padding-right: 0 !important;
  }

  .navbar-nav li .sub-menu {
    display: none;
    position: absolute;
    background: #FFFFFF;
    left: 0;
    top: 25px;
    padding: 10px 12px;
    width: 100%;
    min-width: 250px;
    border: 1px solid #E4E4E4;
  }

  .navbar-nav li:hover .sub-menu {
    display: block;
  }
}

@media (min-width: 1100px) {
  .navbar-nav li {
    margin: 5px 15px;
  }
}

@media (min-width: 1180px) {
  .navbar-nav li {
    margin: 0 15px;
  }
}

.navbar-nav a {
  font-family: 'Karla', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-stretch: normal;
  color: #000000;
  opacity: 0.7;
  display: block;
  position: relative;
  z-index: 1;
}

@media (min-width: 1100px) {
  .navbar-nav a {
  }
}

header.scrolled .navbar-nav a {
}

.navbar-nav a:hover,
.navbar-nav a:focus {
  opacity: 1;
  text-decoration: none;
}

.navbar-nav a.active,
header.scrolled .navbar-nav a.active {
  color: #D7FD3D;
  text-decoration: none;
}

@media (min-width: 992px) {
  .navbar-nav a:after {
    display: block;
    content: '';
    border-top: solid 3px #D7FD3D;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    margin: 0;
    position: absolute;
    z-index: -1;
    width:100%;
    top: 18px;
    height: 2px;
  }

  .navbar-nav a:hover:after {
    transform: scaleX(1);
  }

  .navbar-nav .sub-menu a:after {
    border-color: #F443D5;
  }
}

/*//// Default Navbar */

.default-nav .navbar,
header.scrolled.default-nav .navbar {
  background: #ffffff;
}

@media (max-width: 991px) {
  .default-nav .navbar,
  header.scrolled.default-nav .navbar {
    padding-top: 8px;
  }
}

header.scrolled.default-nav .navbar .logo,
.default-nav .logo {
  display: block !important;
}

.default-nav .navbar-nav a,
.default-nav .navbar-nav .nav-link {
  color: #000;
  padding: 0;
  display: block;
  float: left;
}

.default-nav .navbar-nav .current-menu-item a {
  font-family: 'Karla', sans-serif;
  font-weight: bold;
  opacity: 1;
  color: #F443D5;
}

.default-nav .navbar-nav .current-menu-item a:after {
  display: none;
}

/* Collapse */

.navbar-toggler {
  border: 0 !important;
  outline: none;
  position: relative;
  z-index: 2;
  padding: 5px;
  margin-left: 12px;
}

@media (min-width: 420px) {
  .navbar-toggler {
    margin-left: 20px;
  }
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler .icon-bar {
  background-color: #000000;
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 60px;
  margin-bottom: 4px;
}

.navbar-toggler .icon-bar:first-child {
  margin-top: 6px;
}

.navbar-toggler.collapsed .icon-bar {
  opacity: 1;
}

.navbar-toggler .icon-bar {
  opacity: 0;
}

.navbar-toggler .icon-bar:nth-child(2) {
  opacity: 1;
}

/* Social */

.navbar-nav.social {
  display: none;
}

@media (min-width: 360px) {
  .navbar-nav.social {
    display: block;
  }
}

.navbar-nav.social {
  padding: 0 5px 0 10px;
}

@media (min-width: 381px) and (max-width: 991px) {
  .navbar-nav.social {
    padding: 0 12px;
  }
}

@media (max-width: 1199px) {
  .navbar-nav.social {
    margin: 0;
  }
}

@media (min-width: 992px) and (max-width: 1180px) {
  .navbar-nav.social {
    display: none;
  }
}

@media (min-width: 1181px) {
  .navbar-nav.social {
    margin: 0 0 0 15px;
  }
}

.navbar-nav.social li {
  margin: 15px 0;
}

@media (max-width: 991px) {
  .navbar-nav.social li {
    margin-right: 5px;
  }

  .navbar-nav.social li:last-child {
    margin-right: 0;
  }
}

.navbar-nav.social li:last-child {
  margin-left: 0;
}

@media (max-width: 1199px) {
  .navbar-nav.social li {
    float: left;
  }
}

.navbar-nav.social li:has(.ig) {
  margin-right: 0 !important;
}

.navbar-nav.social li a {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin: 0;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -moz-transition: none;
  -webkit-transition: all 0.5s ease-in-out;
}

@media (min-width: 992px) {
  .navbar-nav.social li a {
    margin: 0 5px;
  }
}

.navbar-nav.social li a.ig {
  background: url('img/icons/ig.svg') no-repeat 0 0;
  background-size: 30px 30px;
  display: none;
}

.navbar-nav.social li a.ig.block {
  display: block;
}

.navbar-nav.social li a.fb {
  background: url('img/icons/fb.svg') no-repeat 0 0;
  background-size: 30px 30px;
  display: none;
}

.navbar-nav.social li a.fb.block {
  display: block;
}

.navbar-nav.social li a.yt {
  background: url('img/icons/yt.svg') no-repeat 0 0;
  background-size: 30px 30px;
  display: none;
}

.navbar-nav.social li a.yt.block {
  display: block;
}

.navbar-nav.social li a.in {
  background: url('img/icons/in.svg') no-repeat 0 0;
  background-size: 30px 30px;
  display: none;
}

.navbar-nav.social li a.in.block {
  display: block;
}

.navbar-nav.social li a:hover,
.navbar-nav.social li a:focus {
  opacity: 0.7;
}

.navbar-nav.social li a:after {
  display: none;
}

/*///////////////////*/
/*///////// Home Img */
/*///////////////////*/

.home #container .tplhomephp .homeimg {
  /*height: 100%;*/
}

@media (min-width: 992px) {
  .home #container .tplhomephp .homeimg {
    /*height: calc(100vh - 300px);*/
  }
}

.home #container .tplhomephp .homeimg img {
  z-index: -1;
  position: relative;
  width: 80%;
  height: auto;
  margin: 100px auto 50px;
  display: block;
}

@media (min-width: 768px) {
  .home #container .tplhomephp .homeimg img {
    width: 100%;
    max-width: 740px;
    height: auto;
    margin: 150px auto 100px;
  }
}

@media (min-width: 1200px) {
  .home #container .tplhomephp .homeimg img {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 150px auto 0;
  }
}

/*///////////////////*/
/*///////// Carousel */
/*///////////////////*/

.carousel {
  margin-bottom: 50px;
  margin-top: 80px;
}

@media (min-width: 576px) {
  .carousel {
    margin-bottom: 90px;
  }
}

@media (min-width: 992px) {
  .carousel {
    margin-top: 120px;
  }
}

@media (max-width: 575px) {
  .carousel {
    /*margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;*/
  }
}

.carousel .carousel-item img {
  width: 100%;
}

.carousel-control-next,
.carousel-control-prev {
  width: 6%;
}

@media (min-width: 576px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 3%;
  }
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z' clip-rule='evenodd'/></svg>");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/></svg>");
}

.carousel-indicators {
  bottom: -40px;
}

@media (min-width: 576px) {
  .carousel-indicators {
    display: none;
  }
}

.carousel-indicators li {
  background-color: #ddd;
}

/*///////////////////*/
/*///////// Schedule */
/*///////////////////*/

.schedule {
  width: calc(90% - 6px);
  text-align: center;
  margin: 40px 5%;
  overflow: hidden;
  /*display: table;*/
  display: block;
  border: 3px solid #00F804;
  background: #FFFFFF;
  padding: 10px;
}

@media (min-width: 768px) {
  .schedule {
    margin: 90px auto 100px;
    padding: 30px 15px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .schedule .inner.fst,
  .schedule .inner.snd {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #00F804;
  }
}

@media (min-width: 768px) {
  .schedule .inner {
    float: left;
  }

  .schedule .inner.fst {
    width: 30%;
  }

  .schedule .inner.snd {
    width: calc(30% - 6px);
    padding: 0 2%;
    border-right: 3px solid #00F804;
    border-left: 3px solid #00F804;
  }

  .schedule .inner.thd {
    width: 40%;
  }
}

.schedule .inner h4 {
  color: #00F804;
  margin: 5px auto;
  font-weight: bold;
  vertical-align: middle;
  display: block;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .schedule .inner h4 {
    margin: 0;
    height: 74px;
    /*display: table-cell;
    min-width: 190px;*/
  }
}

.schedule .inner.fst h4 {
  font-size: 28px;
}

@media (min-width: 768px) {
  .schedule .inner.fst h4 {
    padding: 16px 0 0;
    font-size: 50px;
  }
}

.schedule .inner.snd h4,
.schedule .inner.thd h4 {
  font-size: 20px;
}

@media (min-width: 768px) {
  .schedule .inner.snd h4 {
    padding: 0 58px;
  }

  .schedule .inner.snd h4,
  .schedule .inner.thd h4 {
    font-size: 30px;
  }
}

.schedule .inner p {
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .schedule .inner p {
    font-size: 24px;
    margin: 10px 0 0;
    height: 56px;
  }
}

.schedule .inner p strong {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .schedule .inner p strong {
    font-size: 24px;
  }
}

.schedule .inner p strong::after {
  content: '';
  height: 2px;
  background: #D7FD3D;
  border-radius: 10px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  display: block;
}

/*///////////////////*/
/*/////////// Banner */
/*///////////////////*/

.banner {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 40px auto 80px;
  overflow: hidden;
  display: block;
}

@media (min-width: 768px) {
  .banner {
    width: 90%;
    margin: 40px 5% 80px;
  }
}

@media (min-width: 992px) {
  .banner {
    margin: 40px auto 80px;
  }
}

@media (min-width: 1200px) {
  .banner {
    width: 100%;
  }
}

.banner img {
  height: auto;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

/*///////////////////*/
/*////// Programming */
/*///////////////////*/

.programming {
  width: 100%;
  margin: 0 0 30px;
}

@media (min-width: 576px) {
  .programming {
    margin: 0 0 40px;
  }
}

@media (min-width: 768px) {
  .programming {
    margin: 0 0 70px;
  }
}

.programming .inner {
  /*background-color: #7C7C7C;
  background-image: url('img/bg-flyer.jpg');
  background-position: center center;
  background-repeat: no-repeat;*/
  width: 100%;
  height: auto;
  min-height: 357px;
}

.programming .inner img {
  width: 100%;
}

/*///////////////////*/
/*//////////// Boxes */
/*///////////////////*/

.boxes {
}

.boxes h3 {
  margin-bottom: 60px;
  margin-top: 0;
}

.boxes.earlychildhood h3:after {
  border-top-color: #c7e742;
}

.boxes.childhood h3:after {
  border-top-color: #bafdc7;
}

.boxes.adolescence h3:after {
  border-top-color: #faa5ea;
}

.boxes.familyandgeneralpublic h3:after {
  border-top-color: #e4f3a3;
}

.boxes.workshops h3:after{
  background: #C3ECD8;
}

.boxes.thinkingtables h3:after {
  background: #B2B2B2;
}

.boxes .item {
  background-color: #7C7C7C;
  border: 2px solid #000000;
  width: calc(100% - 30px);
  height: auto;
  /*min-height: 357px;*/
  position: relative;
  display: block;
  margin: 0 0 60px 20px;
  transition: all 0.5s ease-in-out;
  -moz-transition: none;
  -webkit-transition: all 0.5s ease-in-out;
}

@media (min-width: 768px) {
  .boxes .item {
    margin: 0 15px 60px;
    width: calc(100% - 30px);
  }
}

.boxes .item::after {
  content: '';
  background: #D7FD3D;
  border: 2px solid #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: -18px;
  top: -18px;
  z-index: -2;
}

.boxes .item::before {
  content: '';
  background: #D7FD3D;
  border: 2px solid #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: -10px;
  top: -10px;
  z-index: -1;
}

.boxes.earlychildhood .item::before {
  background: #c7e742;
}

.boxes.childhood .item::before {
  background: #bafdc7;
}

.boxes.adolescence .item::before {
  background: #faa5ea;
}

.boxes.familyandgeneralpublic .item::before {
  background: #e4f3a3;
}

.boxes.workshops .item::before {
  background: #C3ECD8;
}

.boxes.thinkingtables .item::before {
  background: #B2B2B2;
}

.boxes .item:hover {
  transition: all 0.5s ease-in-out;
  -moz-transition: none;
  -webkit-transition: all 0.5s ease-in-out;
}

/*.boxes.national .item:hover {
  box-shadow: 0 0 0 5px #F443D5;
}

.boxes.workshops .item:hover {
  box-shadow: 0 0 0 5px #00F804;
}

.boxes.international .item:hover {
  box-shadow: 0 0 0 5px #D7FD3D;
}

@media (min-width: 576px) {
  .boxes.national .item:hover {
    box-shadow: 0 0 0 10px #F443D5;
  }

  .boxes.workshops .item:hover {
    box-shadow: 0 0 0 10px #00F804;
  }

  .boxes.international .item:hover {
    box-shadow: 0 0 0 10px #D7FD3D;
  }
}*/

.boxes .item .title {
  background: #D7FD3D;
  border: 2px solid #000000;
  padding: 8px;
  color: #000000;
  position: absolute;
  bottom: 30px;
  left: -26px;
  max-width: 95%;
}

.boxes.earlychildhood .item .title {
  background: #c7e742;
}

.boxes.childhood .item .title {
  background: #bafdc7;
}

.boxes.adolescence .item .title {
  background: #faa5ea;
}

.boxes.familyandgeneralpublic .item .title {
  background: #e4f3a3;
}

.boxes.workshops .item .title {
  background: #C3ECD8;
}

.boxes.thinkingtables .item .title {
  background: #B2B2B2;
}

@media (min-width: 576px) {
  .boxes .item .title {
    padding: 12px;
  }
}

/*.boxes.national .item .title {
  background-color: #F443D5;
}

.boxes.workshops .item .title {
  background-color: #00F804;
}

.boxes.international .item .title {
  background-color: #D7FD3D;
}*/

.boxes .item .title h4 {
  font-size: 22px;
  font-weight: 800;
  color: #000000;
  margin: 0;
}

.boxes .item .title h4::after {
  display: none !important;
}

.boxes .item .title p {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  color: #000000;
  opacity: .5;
  font-size: 16px;
  margin: 0;
}

@media (min-width: 576px) {
  .boxes .item .title h4 {
    font-size: 24px;
  }

  .boxes .item .title p {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .boxes .item .title h4 {
    font-size: 26px;
  }

  .boxes .item .title p {
    font-size: 22px;
  }
}

.boxes .item img {
  height: auto;
  width: 100%;
  margin-bottom: 0;
}

/*///////////////////*/
/*/////////// Apoyos */
/*///////////////////*/

.apoyos {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .apoyos {
    margin-bottom: 50px;
  }
}

.apoyos .item {
  display: inline-block;
  width: auto;
  height: 30px;
  margin: 0 4px 4px;
}

@media (min-width: 576px) {
  .apoyos .item {
    height: 40px;
  }
}

@media (min-width: 768px) {
  .apoyos .item {
    height: 50px;
    margin: 0 8px 8px 0;
  }
}

.apoyos .item img {
  width: auto;
  height: 100%;
  display: block;
  mix-blend-mode: luminosity;
}

.apoyos .item a {
  display: block;
  overflow: hidden;
  width: auto;
  height: 100%;
}

/*///////////////////*/
/*/////////// Single */
/*///////////////////*/

.single .title {
  background: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .single .title {
    margin-top: -100px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 3px solid #000000;
  }
}

.single.single-nacionales .title {
  border-top-color: #F443D5;
}

.single.single-talleres .title {
  border-top-color: #00F804;
}

.single.single-internacionales .title {
  border-top-color: #D7FD3D;
}

.single .title h1 {
  text-transform: none;
  font-size: 26px;
}

@media (min-width: 576px) {
  .single .title h1 {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .single .title h1 {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .single .title h1 {
    font-size: 36px;
  }
}

.single .title h1,
.single .title p {
}

.single .title p {
  font-size: 18px;
  font-weight: 700;
  color: #F443D5;
  margin: 0 0 0 1px;
}

.single.single-primerainfancia .title p {
  color: #6F4C68
}

.single.single-infancia .title p {
  color: #4D7477
}

.single.single-adolescencia .title p {
  color: #595779
}

.single.single-familiar .title p {
  color: #787043
}

.single.single-talleres .title p {
  color: #7A9989
}

.single.single-mesasdepensamiento .title p {
  color: #4F4F4F
}

.single .title span {
  display: block;
  height: 20px;
  width: 100%;
  position: relative;
}

.single .title span::before {
  font-family: 'Archivo';
  font-size: 14px;
  font-weight: 700;
  display: block;
  overflow: hidden;
  height: 25px;
  color: #000000;
  position: absolute;
  left: 0;
  bottom: 4px;
  padding: 0 8px;
  border: 2px solid #000000;
}

@media (min-width: 992px) {
  .single .title span::before {
    font-size: 18px;
    height: 30px;
    bottom: 0;
  }
}

.single.single-primerainfancia .title span::before {
  content: 'Primera Infancia';
  background-color: #c7e742;
}

.single.single-infancia .title span::before {
  content: 'Infancia';
  background-color: #bafdc7;
}

.single.single-adolescencia .title span::before {
  content: 'Adolescencia';
  background-color: #faa5ea;
}

.single.single-familiar .title span::before {
  content: 'Familiar y público en general';
  background-color: #e4f3a3;
}

.single.single-talleres .title span::before {
  content: 'Taller';
  background-color: #C3ECD8;
}

.single.single-mesasdepensamiento .title span::before {
  content: 'Mesa de Pensamiento';
  background-color: #B2B2B2;
}

.country {
  display: block;
  width: 36px;
  height: 22px;
}

.title .country {
  margin-top: -40px;
  float: right;
}

.boxes .country {
  position: absolute;
  top: 10px;
  left: 10px;
}

.title .country.uy,
.boxes .country.uy {
  background: url('img/flags/uy.svg') center center no-repeat;
  background-size: 36px 22px;
}

.title .country.ar,
.boxes .country.ar {
  background: url('img/flags/ar.svg') center center no-repeat;
  background-size: 36px 22px;
}

.title .country.cl,
.boxes .country.cl {
  background: url('img/flags/cl.svg') center center no-repeat;
  background-size: 36px 22px;
}

.title .country.es,
.boxes .country.es {
  background: url('img/flags/es.svg') center center no-repeat;
  background-size: 36px 22px;
}

.title .country.ug,
.boxes .country.ug {
  background: url('img/flags/ug.svg') center center no-repeat;
  background-size: 36px 22px;
}

.title .country.ua,
.boxes .country.ua {
  background: url('img/flags/ua.svg') center center no-repeat;
  background-size: 36px 22px;
}

.title .country.fr,
.boxes .country.fr {
  background: url('img/flags/fr.svg') center center no-repeat;
  background-size: 36px 22px;
}

.back {
  position: absolute;
  right: 20px;
  top: 16px;
  color: #000;
  opacity: .7;
}

.back:hover,
.back:focus {
  color: #F443D5;
  opacity: 1;
}

/*//// Cover */

.single .cover {
  position: relative;
  z-index: -1;
}

.single .cover img {
  width: 100%;
  height: auto;
}

/*//// Content */

.single .content{
  margin-bottom: 40px;
  /*margin-top: 20px;*/
}

.entry-content {
  margin-bottom: 80px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .single .content,
  .entry-content {
    margin-bottom: 140px;
  }
}

.single .content blockquote,
.entry-content blockquote {
  margin: 2rem 0;
  border-left: 4px solid #eee;
  padding-left: 20px;
  color: #444444;
}

.single .content ul,
.single .content ol,
.entry-content ul,
.entry-content ol {
  margin-bottom: 30px;
}

.single .content ul li,
.single .content ol li,
.entry-content ul li,
.entry-content ol li {
  margin: 0 0 10px;
}

.single .content ul li,
.entry-content ul li {
  list-style: disc;
}

.single .content ol li,
.entry-content ol li {
  list-style: decimal;
  padding-left: 10px;
}

.single .content img,
.entry-content img {
  margin-bottom: 20px;
  /*width: 100%;*/
  height: auto;
}

.attachment-inner-post,
.attachment-inner-post-lg {
  width: 100%;
}

.single .content iframe,
.entry-content iframe {
  margin-bottom: 20px;
  width: 100%;
  visibility: visible;
  max-height: 480px;
}

@media (max-width: 575px) {
  .single .content iframe,
  .entry-content iframe {
    height: auto;
  }
}

.single .content .heading {
  font-family: 'Archivo', sans-serif;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 26px;
  position: relative;
  float: left;
}

.single .content .heading:after {
  display: block;
  content: '';
  margin: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 3px;
  height: 4px;
  border-radius: 50px;
  border-top-color: #D7FD3D;
  border-top-style: solid;
  border-top-width: 4px;
}

@media (min-width: 576px) {
  .single .content .heading {
    font-size: 24px;
    line-height: 30px;
  }
}

.single .content .clearfix {
  height: 0;
}

.anchor {
  height: 80px;
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .anchor {
    height: 100px;
  }
}

.en-la-nube .entry-content a {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

/*//// Sponsors */

.sponsor .wp-block-image img {
  margin-bottom: 0;
}

.sponsor .wp-block-columns {
  margin-bottom: 0;
}

.sponsor p {
  margin-bottom: 0;
}

.sponsor .wp-block-separator {
  border-top-color: #FFFFFF;
}


/*//// Nav Below Single */

.single .nav-below-single {
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .single .nav-below-single {
    margin: 0 0 60px;
  }
}

.single-nacionales .nav-below-single,
.single-talleres .nav-below-single,
.single-internacionales .nav-below-single {
  max-width: 1140px;
  margin: 0 auto 60px;
}

.single .nav-below-single .navigation .nav-links {
  overflow: hidden;
}

@media (max-width: 619px) {
  .single .nav-below-single .navigation .nav-links .nav-previous,
  .single .nav-below-single .navigation .nav-links .nav-next {
    width: 100%;
    margin: 5px auto;
    text-align: center;
  }

  .single .nav-below-single .navigation .nav-links .nav-next {
    margin-top: 15px;
  }
}

@media (min-width: 620px) {
  .single .nav-below-single .navigation .nav-links .nav-previous {
    float: left;
  }

  .single .nav-below-single .navigation .nav-links .nav-next {
    float: right;
  }
}

@media (min-width: 620px) and (max-width: 992px) {
  .single .nav-below-single .navigation .nav-links .nav-previous {
    margin-left: 15px;
  }

  .single .nav-below-single .navigation .nav-links .nav-next {
    margin-right: 15px;
  }
}

/*.single-nacionales .nav-below-single a {
  color: #F443D5;
}

.single-talleres .nav-below-single a {
  color: #00F804;
}

.single-internacionales .nav-below-single a {
  color: #D7FD3D;
}*/

.single .nav-below-single .navigation .nav-links a {
  color: #7C7C7C;
  font-weight: bold;
}

.single .nav-below-single .navigation .nav-links a:hover,
.single .nav-below-single .navigation .nav-links a:focus {
  color: #000000;
}

/*//// Fix lightbox */

.gallery .gallery-item img {
  border-color: #FFFFFF !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_viewer_layout {
  margin-top: -100px;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_container {
  border-radius: 0 !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
  font-family: 'Karla', sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 12px !important;
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_loading {
  background: url('img/loading.gif') center center no-repeat !important;
}

/*///////////////////*/
/*////////// Article */
/*///////////////////*/

/*article {
  width: 100%;
}

@media (min-width: 768px) {
  article {
    width: 50%;
  }
}*/

article img {
  /*width: 100%;*/
  height: auto;
}

.archivenoticiasphp {
  margin-bottom: 3rem;
}

@media (max-width: 991px) {
  .page-template-tpl_news article {
    margin-bottom: 60px;
  }
}

.page-template-tpl_news article img {
  margin-bottom: 20px;
}

.page-template-tpl_news article .entry-meta,
.single article .entry-meta {
  font-family: 'Karla', sans-serif;
  font-weight: 500;
  color: #7C7C7C;
  font-size: 14px;
  line-height: 20px;
}

.page-template-tpl_news article .entry-meta {
  margin-bottom: 15px;
}

.single article .entry-meta {
  margin-bottom: 25px;
}

/*/////////// Video fix */

.video-container {
  max-width: 580px;
}

.video-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 580px;
  padding-top: 56.25%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*///////////////////*/
/*///////////// Page */
/*///////////////////*/

.page .small-text {
  line-height: 20px;
}

.page .wp-block-button__link {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  border-width: 6px;
  padding: 10px;
}

@media (min-width: 992px) {
  .page .wp-block-button__link {
    font-size: 27px;
    line-height: 27px;
  }
}

.page .wp-block-button__link:hover,
.page .wp-block-button__link:focus {
  color: #F443D5;
  border-color: #F443D5;
}

.img-mb-0 img {
  margin-bottom: 0;
}

/*///////////////////*/
/*////////// Calendar */
/*///////////////////*/

.calendar .content span {
  display: block;
}

/*///////////////////*/
/*////////// Sidebar */
/*///////////////////*/

.single .sidebar {
  padding: 30px 20px 20px;
  margin: 0 0 50px;
  border-top: 3px solid #000000;
}

@media (min-width: 768px) {
  .single .sidebar {
    margin: 0 0 50px;
    padding: 0 40px 50px;
    border-top: 0;
    background: #FFFFFF;
  }
}

.single .sidebar .dates {
  margin-bottom: 35px;
}

.single .sidebar .extras {
  font-weight: bold;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #000000;
}

/*.single.single-nacionales .sidebar .extras {
  color: #F443D5;
}

.single.single-talleres .sidebar .extras {
  color: #00F804;
}

.single.single-internacionales .sidebar .extras {
  color: #D7FD3D;
}*/

.single .sidebar p {
  margin-bottom: 5px;
}

.single .sidebar .dates p,
.single .sidebar .data-sheet p,
.single .sidebar .extras p {
  font-size: 16px;
  line-height: 22px;
}

.single .sidebar .country {
  width: 100%;
  height: auto;
}

.single .sidebar .country span {
  display: block;
  height: 20px;
  width: 100%;
  position: relative;
}

.single .sidebar .country.ar span::before {
  content: 'Argentina';
}

.single .sidebar .country.uy span::before {
  content: 'Uruguay';
}

.single .sidebar .country.cl span::before {
  content: 'Chile';
}

.single .sidebar .country.es span::before {
  content: 'España';
}

.single .sidebar .country.fr span::before {
  content: 'Francia';
}

.single .sidebar .country.ug span::before {
  content: 'Uruguay / Alemania';
}

.single .sidebar .country.ua span::before {
  content: 'Uruguay / Argentina';
}

.single .sidebar .heading {
  font-family: 'Archivo', sans-serif;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 26px;
  position: relative;
  float: left;
}

.single .sidebar .heading:after {
  display: block;
  content: '';
  margin: 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  bottom: 3px;
  height: 4px;
  border-radius: 50px;
  border-top-color: #D7FD3D;
  border-top-style: solid;
  border-top-width: 4px;
  mix-blend-mode: darken;
}

@media (min-width: 576px) {
  .single .sidebar .heading {
    margin-bottom: 10px;
  }

  .single .sidebar .heading {
    font-size: 24px;
    line-height: 30px;
  }
}

.single .sidebar .clearfix {
  height: 0;
}

.single .sidebar .btn {
  display: inline-block;
  margin: 30px 0;
  padding: 5px 10px;
  font-size: 18px;
  border-radius: 40px;
  background: #D7FD3D;
  border-color: #000000;
  color: #000000;
  text-transform: uppercase;
  width: 100%;
}

.single.single-talleres .sidebar .btn {
  background: #F443D5;
  border-color: #000000;
  color: #FFFFFF;
}

.single .sidebar .btn.friend {
  background: #FFFFFF;
  border-color: #333333;
  color: #333333;
}

.single .sidebar p.note {
  font-size: 13px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: -30px;
}

@media (min-width: 576px) and (max-width: 639px) {
  .single .sidebar .btn {
    font-size: 20px;
    padding: 5px 8px;
  }
}

@media (min-width: 640px) {
  .single .sidebar .btn {
    font-size: 22px;
  }
}

.single .sidebar .btn:hover,
.single .sidebar .btn:focus {
  border: 2px solid #000000;
  color: #000000;
  outline: none;
  background: #FFFFFF;
}

.character {
  max-width: 340px;
}

.character img {
  width: 100%;
}

/*///////////////////*/
/*///////// Theaters */
/*///////////////////*/

.theaters {
  margin: 35px auto 50px;
}

.theaters .inner {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .theaters .inner {
    padding: 0;
  }
}

@media (min-width: 576px) {
  .theaters .inner {
    margin: 0;
    padding: 20px 0 40px;
    display: flex;
  }
}

@media (min-width: 576px) {
  .theaters .inner .img {
    width: 220px;
    margin-right: 20px;
  }

  .theaters .inner .text {
    width: calc(100% - 240px);
  }

  .theaters .inner .text .title,
  .theaters .inner .text .subtitle,
  .theaters .inner .text p {
    margin-right: 20px;
  }
}

.theaters .inner .img img {
  width: 100%;
}

.theaters .title,
.theaters .subtitle {
  color: #000000;
}

@media (min-width: 576px) {
  .theaters .title,
  .theaters .subtitle {
  }
}

.theaters .title {
  font-family: 'Archivo', sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.theaters .subtitle {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0;
  color: #F443D5;
}

.theaters p {
  font-size: 12px;
  line-height: 16px;
}

@media (min-width: 576px) {
  .theaters .title {
    font-size: 20px;
  }

  .theaters .subtitle {
    font-size: 16px;
  }

  .theaters p {
    font-size: 14px;
    line-height: 18px;
  }
}

/*///////////////////*/
/*///////////// Team */
/*///////////////////*/

.team-members {
  margin: 35px auto;
}

.team-members .inner {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .team-members .inner {
    margin: 0;
    padding: 20px 40px 40px;
  }
}

.team-members .inner img {
  width: 100%;
}

.team-members .inner .img {
  position: relative;
}

.team-members .title,
.team-members .subtitle {
  color: #000000;
  text-align: center;
}

.team-members .title {
  font-family: 'Archivo', sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.team-members .subtitle {
  font-family: 'Karla', sans-serif;
  font-size: 12px;
  font-weight: 500;
}

@media (min-width: 576px) {
  .team-members .title {
    font-size: 20px;
  }

  .team-members .subtitle {
    font-size: 16px;
  }
}

.team-members .inner .img .second-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}

.team-members .inner:hover .img .second-image {
  opacity: 1;
}

.hover-img {
  position: relative;
}

.hover-img {
  margin-left: auto;
  margin-right: auto;
}

.hover-img img {
  width: 100%;
}

@media (min-width: 768px) {
  .hover-img img {
    width: 80%;
  }
}

.hover-img .second-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}

.hover-img:hover .second-image {
  opacity: 1;
}

.collaborators {
  padding: 10px 30px;
  background: #eee;
}

.collaborators h4 {
  margin-top: 15px;
}

.collaborators span {
  margin: 0 12px;
}

/*///////////////////*/
/*//////// Accordion */
/*///////////////////*/

#accordion .card {
  border-radius: 0;
  border: 2px solid #000C52;
  margin-bottom: 25px;
}

#accordion .card .card-header {
  padding: 0;
  border: 0;
}

#accordion .card .card-header .title {
  font-size: 20px;
  font-weight: 800;
  padding: 10px;
  cursor: pointer;
  position: relative;
  color: #000C52;
  opacity: 1;
}

@media (min-width: 768px) {
  #accordion .card .card-header .title {
    font-size: 24px;
  }
}

#accordion .card .card-header .title.collapsed {
  opacity: .7;
}

#accordion .card .card-header .title::after {
  content: '-';
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
}

#accordion .card .card-header .title.collapsed::after {
  content: '+';
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
}

#accordion .card .card-body.content {
  font-size: 18px;
  padding: 10px;
  border-top: 2px dashed #000;
}

/*///////////////////*/
/*////////////// Btn */
/*///////////////////*/

.btn {
  text-align: center;
  padding: 5px 10px;
  border: 2px solid #000000;
  border-radius: 0;
  color: #000000;
  border-radius: 40px;
  font-family: 'Karla', sans-serif;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  -moz-transition: none;
  -webkit-transition: all 0.5s ease-in-out;
}

.btn a {
  color: #000000;
}

.btn.lg {
  font-size: 18px;
}

@media (min-width: 576px) and (max-width: 639px) {
  .btn {
    font-size: 18px;
    padding: 5px 8px;
  }

  .btn.lg {
    font-size: 20px;
  }
}

@media (min-width: 640px) {
  .btn {
    font-size: 18px;
  }

  .btn.lg {
    font-size: 22px;
  }
}

.btn:hover,
.btn:focus {
  background: #F443D5;
  color: #FFFFFF;
  outline: none;
  transition: all 0.5s ease-in-out;
  -moz-transition: none;
  -webkit-transition: all 0.5s ease-in-out;
}

.btn:active {
  border-color: #000000;
  box-shadow: inset 0px 0px 0px 3px #000000;
  outline: none;
}

.preguntas-frecuentes .entry-content hr {
  margin: 2rem 0 0;
  border-bottom: 0;
}

/*///////////////////*/
/*//////// Character */
/*///////////////////*/

.footer-character {
  height: auto;
  min-height: auto !important;
}

.footer-character div {
  width: 100%;
  height: auto;
  display: none;
  margin: 0 auto 20px;
}

@media (max-width: 767px) {
  .footer-character div {
    min-height: 180px;
  }
}

@media (min-width: 768px) {
  .footer-character div {
    width: 180px;
    height: 132px;
    margin: 0 auto 20px calc(100% - 180px);
  }
}

.universo-rodamundo .footer-character div {
  background: url('img/character/personaje-1-m.png') center center no-repeat;
  background-size: 100% auto;
  display: block;
}

@media (min-width: 768px) {
  .universo-rodamundo .footer-character div {
    background: url('img/character/personaje-1.png') center center no-repeat;
    background-size: 180px 132px;
    display: block;
  }
}

/*.festival-2021 .footer-character div {
  background: url('img/character/personaje-2-m.png') center center no-repeat;
  background-size: 100% auto;
  display: block;
}

@media (min-width: 768px) {
  .festival-2021 .footer-character div {
    background: url('img/character/personaje-2.png') center center no-repeat;
    background-size: 180px 132px;
    display: block;
  }
}*/

.noticias .footer-character div {
  background: url('img/character/personaje-3-m.png') center center no-repeat;
  background-size: 100% auto;
  display: block;
}

@media (min-width: 768px) {
  .noticias .footer-character div {
    background: url('img/character/personaje-3.png') center center no-repeat;
    background-size: 180px 132px;
    display: block;
  }
}

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

footer {
  background: #EEEEEE;
  color: #706F6F;
  padding: 10px 0 0;
  position: relative;
}

footer .inner {
  width: 100%;
}

@media (min-width: 992px) {
  footer .inner {
    width: calc(100% - 2rem);
  }
}

footer .logo img {
  float: left;
}

footer .logo img {
  display: none;
}

@media (min-width: 992px) {
  footer .logo img {
    display: block;
    width: 125px;
    height: 33px;
    margin: 10px 0 10px 10px;
  }
}

.footer-menu {
  display: block;
  float: right;
}

.footer-menu a {
  font-size: 12px;
  float: left;
  padding: 6px 13px;
  font-weight: 700;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 40px;
  margin: 6px;
  transition: all 0.5s ease-in-out;
  -moz-transition: none;
  -webkit-transition: all 0.5s ease-in-out;
}

@media (min-width: 420px) {
  .footer-menu a {
    font-size: 16px;
  }
}

.footer-menu a:hover,
.footer-menu a:focus {
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
  -moz-transition: none;
  -webkit-transition: all 0.5s ease-in-out;
}

.footer-menu a:first-child:hover,
.footer-menu a:first-child:focus {
  background: #F443D5;
}

.footer-menu a:last-child:hover,
.footer-menu a:last-child:focus {
  background: #F443D5;
}

footer .social {
  display: none;
  margin: 10px 0 0;
  padding: 0;
}

@media (min-width: 576px) {
  footer .social {
    display: block;
    float: right;
  }
}

footer .social li {
  float: right;
}

footer .social li a {
  width: 26px;
  height: 30px;
  display: block;
  float: right;
  margin: 0;
  opacity: 0.8;
  transition: all 0.5s ease-in-out;
  -moz-transition: none;
  -webkit-transition: all 0.5s ease-in-out;
}

@media (min-width: 576px) {
  footer .social li a {
    width: 30px;
  }
}

@media (min-width: 992px) {
  footer .social li a {
    margin: 0 5px;
  }
}

footer .social li a.ig {
  background: url('img/icons/ig.svg') no-repeat 0 0;
  background-size: 30px 30px;
}

footer .social li a.fb {
  background: url('img/icons/fb.svg') no-repeat 0 0;
  background-size: 30px 30px;
}

footer .social li a.yt {
  background: url('img/icons/yt.svg') no-repeat 0 0;
  background-size: 30px 30px;
}

footer .social li a.in {
  background: url('img/icons/in.svg') no-repeat 0 0;
  background-size: 30px 30px;
}

footer .social li a:hover,
footer .social li a:focus {
  opacity: 1;
}

footer .social li a:after {
  display: none;
}

footer .slogan {
  float: left;
  width: 135px;
  height: 17px;
  margin: 10px 10px 10px 0;
}

@media (min-width: 420px) {
  footer .slogan {
    width: 190px;
    height: 24px;
  }
}

@media (min-width: 576px) {
  footer .slogan {
    width: 240px;
    height: 30px;
  }
}

@media (min-width: 992px) {
  footer .slogan {
    margin: 10px 10px 10px 20px;
  }
}

footer .copyright {
  color: #888888;
  font-size: 11px;
  margin: 10px 5px 0;
}

@media (min-width: 992px) {
  footer .copyright {
    text-align: center;
    margin: 10px 10px 0;
  }
}

footer .copyright .col-12 {
  padding: 20px 10px 10px;
  border-top: 1px solid #aaa;
}

/* FAQ */

/*.faq {
  background: #3C3C3B;
  position: absolute;
  padding: 10px 20px;
  color: #AAAAAA;
  top: -39px;
  right: 50px;
  right: calc(50% - 93px);
  font-size: 15px;
  border-radius: 8px 8px 0 0;
  display: none;
}

@media (min-width: 576px) {
  .faq {
    right: 50px;
  }
}*/

.btn-faq {
  background-color: #FFFFFF;
  border: 2px solid #706F6F;
  border-radius: 40px;
  color: #706F6F;
  margin: 15px auto;
  max-width: 240px;
  position: relative;
  z-index: 2;
}

.btn-faq:hover,
.btn-faq:focus {
  border-color: #000000;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .btn-faq {
    max-width: 200px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .btn-faq {
    margin: 0 0 0 15px;
    float: right !important;
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .single-nacionales .btn-faq,
  .single-talleres .btn-faq,
  .single-internacionales .btn-faq {
    margin-top: 80px;
    border-color: #ccc;
  }
}

/* Floating WA */

.floating-wa {
  background-image: url('img/icons/whatsapp.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  background-color: #25D366;
  display: none;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  position: fixed;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  padding: 35px;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.15);
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

.floating-wa.block {
  display: block;
}

.floating-wa:focus,
.floating-wa:hover {
  background-color: #194B4A;
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.3);
}

/*///////////////////*/
/*///////////// Form */
/*///////////////////*/

form label {
  font-size: 17px;
}

form textarea,
form input {
  background-color: #FFFFFF;
  border-radius: 0;
  border: 1px solid #706F6F;
  padding: 15px 24px;
  height: auto;
  font-size: 17px;
  letter-spacing: 0.14px;
  color: #000000;
  transition: all 0.5s ease-in-out;
  -moz-transition: none;
  -webkit-transition: all 0.5s ease-in-out;
}

@media (max-width: 767px) {
  form textarea,
  form input[type=text],
  form input[type=email],
  form input[type=number],
  form input[type=password],
  form input[type=password],
  form input[type=tel] {
    width: 100%;
  }
}

@media (min-width: 768px) {
  form textarea,
  form input[type=text],
  form input[type=email],
  form input[type=number],
  form input[type=password],
  form input[type=password],
  form input[type=tel] {
    width: 80%;
  }
}

form textarea {
  height: 160px;
}

form textarea:hover,
form input:hover {
  border-color: #000000;
  box-shadow: inset 0px 0px 0px 1px #000000;
  outline: none;
  transition: all 0.5s ease-in-out;
  -moz-transition: none;
  -webkit-transition: all 0.5s ease-in-out;
}

form textarea:focus,
form input:focus,
form textarea:active,
form input:active {
  border-color: #000000;
  box-shadow: inset 0px 0px 0px 2px #000000;
  outline: none;
  transition: all 0.5s ease-in-out;
  -moz-transition: none;
  -webkit-transition: all 0.5s ease-in-out;
}

::-webkit-input-placeholder {
  font-weight: normal;
  color: #706F6F;
  opacity: 1;
}

:-ms-input-placeholder {
  font-weight: normal;
  color: #706F6F;
  opacity: 1;
}

::placeholder {
  font-weight: normal;
  color: #706F6F;
  opacity: 1;
}

/*///////////////////*/
/*//////////// WPCF7 */
/*///////////////////*/

.wpcf7 .ajax-loader {
  background-color: #000000;
  opacity: 1;
  margin-bottom: -7px;
}

.wpcf7 .ajax-loader::before {
  background-color: #fff;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1.5em 0 1em;
  border-radius: 0;
  float: left;
  padding: 10px;
  font-weight: bold;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #00F804;
  background: #bdfae7;
  border-color: #00F804;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: #D7FD3D;
  background: #FFDEB6;
  border-color: #D7FD3D;
}

.wpcf7 form.error .wpcf7-response-output {
  color: #F443D5;
  background: #FFD2D7;
  border-color: #F443D5;
}

.wpcf7-not-valid-tip {
  color: #F443D5;
  font-size: 12px;
  position: absolute;
  z-index: 2;
  left: 24px;
  top: -17px;
}
