/*
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
*/

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

@font-face {
  font-family: 'Quicksand';
  src: url('fonts/Quicksand-Light.eot');
  src: url('fonts/Quicksand-Light.eot?#iefix') format('embedded-opentype'),
      url('fonts/Quicksand-Light.woff2') format('woff2'),
      url('fonts/Quicksand-Light.woff') format('woff'),
      url('fonts/Quicksand-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quicksand';
  src: url('fonts/Quicksand-SemiBold.eot');
  src: url('fonts/Quicksand-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('fonts/Quicksand-SemiBold.woff2') format('woff2'),
      url('fonts/Quicksand-SemiBold.woff') format('woff'),
      url('fonts/Quicksand-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quicksand';
  src: url('fonts/Quicksand-Regular.eot');
  src: url('fonts/Quicksand-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/Quicksand-Regular.woff2') format('woff2'),
      url('fonts/Quicksand-Regular.woff') format('woff'),
      url('fonts/Quicksand-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quicksand';
  src: url('fonts/Quicksand-Medium.eot');
  src: url('fonts/Quicksand-Medium.eot?#iefix') format('embedded-opentype'),
      url('fonts/Quicksand-Medium.woff2') format('woff2'),
      url('fonts/Quicksand-Medium.woff') format('woff'),
      url('fonts/Quicksand-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quicksand';
  src: url('fonts/Quicksand-Bold.eot');
  src: url('fonts/Quicksand-Bold.eot?#iefix') format('embedded-opentype'),
      url('fonts/Quicksand-Bold.woff2') format('woff2'),
      url('fonts/Quicksand-Bold.woff') format('woff'),
      url('fonts/Quicksand-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

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

a {
  color: #3DBA93;
}

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;
}

.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: 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 */

.home #container {
  margin-top: 80px;
}

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

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

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

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

@media (min-width: 768px) {
  .home #container {
    margin-top: 125px;
  }

  #container {
    margin-top: 110px;
  }
}

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

  #container {
    margin-top: 120px;
  }
}

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

section {
  margin: 0 0 70px;
}

@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: 'Quicksand', sans-serif;
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

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

.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: 'Quicksand', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
}

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

header.header h1 {
  margin: 15px 0;
}

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

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

.home h2 {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px;
}

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

  .home h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 35px;
  }
}

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

  .home h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
  }
}

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

  .home h2 {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 50px;
  }
}

.home h2 {
  position: relative;
  float: left;
}

.home h2:after {
  display: block;
  content: '';
  margin: 0;
  position: absolute;
  z-index: -1;
  width:100%;
  bottom: -2px;
  height: 3px;
  border-radius: 50px;
  -ms-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
  border-top-color: #EA5260;
  border-top-style: solid;
  border-top-width: 4px;
}

@media (min-width: 576px) {
  .home h2:after {
    border-top-style: solid;
    border-top-width: 6px;
  }
}

@media (min-width: 768px) {
  .home h2:after {
    border-top-style: solid;
    border-top-width: 8px;
  }
}

@media (min-width: 992px) {
  .home h2:after {
    border-top-style: solid;
    border-top-width: 10px;
  }
}

@media (min-width: 1200px) {
  .home h2:after {
    border-top-style: solid;
    border-top-width: 12px;
  }
}

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

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

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

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

h2.entry-title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  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: #EA5260;
}

.single.single-talleres h2 {
  color: #3EBDEB;
}

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

@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 {
  color: #EA5260;
  margin: 0 0 20px;
}

@media (min-width: 992px) {
  .preguntas-frecuentes h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  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: 25px;
  line-height: 35px;
  position: relative;
  display: inline-block;
}

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

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

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

.entry-content h3:after {
  display: block;
  content: '';
  margin: 0;
  position: absolute;
  z-index: -1;
  width:100%;
  bottom: 3px;
  height: 4px;
  border-radius: 50px;
  -ms-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
  border-top-color: #EA5260;
  border-top-style: solid;
  border-top-width: 4px;
}

@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: 3px;
  height: 3px;
  border-radius: 50px;
  -ms-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
}

@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;
  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;
  }
}

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

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

section.workshops h3:after {
  border-top-color: #3EBDEB;
}

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

@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: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  margin: 0 0 30px !important;
  color: #706F6F;
}

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

h4 {
  font-family: 'Quicksand', 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;
}

@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: #EA5260;
}

.single-talleres h4 {
  color: #3EBDEB;
}

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

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: 40px 0 20px;
}

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

header {
  z-index: 1;
}

/*///////////////////*/
/*/////////// 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 {
  transition: all 0.5s ease-in-out;
  -moz-transition: none;
  -webkit-transition: all 0.5s ease-in-out;
}

header.scrolled .navbar {
  background: #ffffff;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.15);
}

@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 {
    width: 190px;
    height: 45px;
  }
}

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

@media (min-width: 992px) {
  header.scrolled .navbar .navbar-brand img {
    width: 167px;
    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 {
    width: 253px;
    height: 60px;
  }
}

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

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

#navbar li:first-child {
  padding-top: 20px;
}

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

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

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

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

@media (min-width: 420px) {
  .menu {
    margin: 10px -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 (min-width: 992px) {
  .navbar-nav li {
    margin: 0 15px;
    float: left;
  }
}

.navbar-nav a {
  font-family: 'Quicksand', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-stretch: normal;
  color: #000000;
  opacity: 0.4;
  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: #EA5260;
  text-decoration: none;
}

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

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

/*//// Default Navbar */

.default-nav .navbar,
header.scrolled.default-nav .navbar {
  background: #ffffff;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2);
}

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

.default-nav .navbar-nav a,
.default-nav .navbar-nav .nav-link {
  color: #000C52;
  padding: 0;
}

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

.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 */

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

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

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

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

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

.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:hover,
.navbar-nav.social li a:focus {
  opacity: 0.7;
}

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

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

.carousel {
  margin-bottom: 50px;
}

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

@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 #3DBA93;
  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 #3DBA93;
  }
}

@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 #3DBA93;
    border-left: 3px solid #3DBA93;
  }

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

.schedule .inner h4 {
  color: #3DBA93;
  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: #EDA045;
  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 .item {
  background-color: #7C7C7C;
  width: 100%;
  height: auto;
  /*min-height: 357px;*/
  position: relative;
  display: block;
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
  -moz-transition: none;
  -webkit-transition: all 0.5s ease-in-out;
}

@media (min-width: 576px) {
  .boxes .item {
    margin-bottom: 30px;
  }
}

.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 #EA5260;
}

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

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

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

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

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

.boxes .item .title {
  padding: 8px;
  color: #FFFFFF;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.boxes.national .item .title {
  background-color: #EA5260;
}

.boxes.workshops .item .title {
  background-color: #3EBDEB;
}

.boxes.international .item .title {
  background-color: #EFA339;
}

.boxes .item .title h4 {
  color: #FFFFFF;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .boxes .item .title h4 {
    margin-bottom: 5px;
  }
}

.boxes .item .title p {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

@media (min-width: 576px) {
  .boxes .item .title p {
    font-size: 16px;
    line-height: 23px;
  }
}

@media (min-width: 768px) {
  .boxes .item .title p {
    font-size: 18px;
    line-height: 24px;
  }
}

.boxes .item img {
  height: auto;
  width: 100%;
}

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

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

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

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

.apoyos .item img {
  width: auto;
  height: 100%;
  display: block;
}

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

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

.single .title {
  background: #FFFFFF;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 20px;
  border-top-style: solid;
  border-top-width: 4px;
  border-bottom: 1px solid #DDDDDD;
}

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

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

.single.single-talleres .title {
  border-top-color: #3EBDEB;
}

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

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

.single .title p {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 0 1px;
}

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

.single .title span::before {
  display: block;
  overflow: hidden;
  height: 20px;
  color: #FFFFFF;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 8px;
}

.single.single-nacionales .title span::before {
  content: 'Espectáculos Nacionales';
  background-color: #EA5260;
}

.single.single-talleres .title span::before {
  content: 'Talleres';
  background-color: #3EBDEB;
}

.single.single-internacionales .title span::before {
  content: 'Espectáculos Internacionales';
  background-color: #EFA339;
}

.single .title .country {
  display: block;
  width: 36px;
  height: 22px;
  margin-top: 15px;
}

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

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

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

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

/*//// 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;
  }
}

/*//// 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: #EA5260;
}

.single-talleres .nav-below-single a {
  color: #3EBDEB;
}

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

.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: 'Quicksand', 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: 'Quicksand', 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: #EA5260;
  border-color: #EA5260;
}

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

/*///////////////////*/
/*/////////// Shapes */
/*///////////////////*/

.shapes {
  position: absolute;
  z-index: -1;
  top: -50px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 1339px) {
  .shapes {
    display: none;
  }

  .home .shapes {
    display: block;
  }
}

.shapes .left {
  width: 50%;
  float: left;
}

.shapes .right {
  width: 50%;
  float: right;
}

.shapes .shape {
  display: block;
  position: relative;
}

.shapes .shape.xs {
  width: 30px;
  height: 29px;
}

@media (min-width: 576px) {
  .shapes .shape.xs {
    width: 36px;
    height: 35px;
  }
}

@media (min-width: 992px) {
  .shapes .shape.xs {
    width: 40px;
    height: 39px;
  }
}

.shapes .shape.sm {
  width: 45px;
  height: 44px;
}

@media (min-width: 576px) {
  .shapes .shape.sm {
    width: 50px;
    height: 49px;
  }
}

@media (min-width: 992px) {
  .shapes .shape.sm {
    width: 55px;
    height: 54px;
  }
}

.shapes .shape.md {
  width: 120px;
  height: 143px;
}

@media (min-width: 576px) {
  .shapes .shape.md {
    width: 150px;
    height: 177px;
  }
}

@media (min-width: 992px) {
  .shapes .shape.md {
    width: 180px;
    height: 213px;
  }
}

.shapes .shape.lg {
  width: 180px;
  height: 213px;
}

@media (min-width: 576px) {
  .shapes .shape.lg {
    width: 200px;
    height: 236px;
  }
}

@media (min-width: 992px) {
  .shapes .shape.lg {
    width: 270px;
    height: 318px;
  }
}

.shapes .shape-1.red {
  background: url('img/shapes/red-1.svg') center center no-repeat;
}

.shapes .shape-2.red {
  background: url('img/shapes/red-2.svg') center center no-repeat;
}

.shapes .shape-1.green {
  background: url('img/shapes/green-1.svg') center center no-repeat;
}

.shapes .shape-2.green {
  background: url('img/shapes/green-2.svg') center center no-repeat;
}

.shapes .shape-1.blue {
  background: url('img/shapes/blue-1.svg') center center no-repeat;
}

.shapes .shape-2.blue {
  background: url('img/shapes/blue-2.svg') center center no-repeat;
}

.shapes .shape-2.yellow {
  background: url('img/shapes/yellow-2.svg') center center no-repeat;
}

/*////////// Left Shapes */

.shapes .left .s1 {
  left: -90%;
  margin: 45% 0 160%;
}

@media (min-width: 380px) {
  .shapes .left .s1 {
    left: -70%;
  }
}

@media (min-width: 480px) {
  .shapes .left .s1 {
    left: -50%;
    margin: 45% 0 130%;
  }
}

@media (min-width: 520px) {
  .shapes .left .s1 {
    left: -40%;
  }
}

@media (min-width: 576px) {
  .shapes .left .s1 {
    left: -29%;
  }
}

@media (min-width: 992px) {
  .shapes .left .s1 {
    left: -40%;
    margin: 45% 0 60%;
  }
}

@media (min-width: 1220px) {
  .shapes .left .s1 {
    left: -35%;
    margin: 45% 0 36%;
  }
}

@media (min-width: 1320px) {
  .shapes .left .s1 {
    left: -31%;
  }
}

@media (min-width: 1580px) {
  .shapes .left .s1 {
    left: -22%;
  }
}

.shapes .left .s2 {
  left: -6%;
  margin: 0 0 160%;
}

@media (min-width: 576px) {
  .shapes .left .s2 {
    margin: 0 0 120%;
  }
}

@media (min-width: 992px) {
  .shapes .left .s2 {
    margin: 0 0 80%;
  }
}

@media (min-width: 1220px) {
  .shapes .left .s2 {
    left: 2%;
    margin: 0 0 45%;
  }
}

.shapes .left .s3 {
  left: -24%;
  margin: 0 0 160%;
}

@media (min-width: 576px) {
  .shapes .left .s3 {
    left: -20%;
    margin: 0 0 140%;
  }
}

@media (min-width: 992px) {
  .shapes .left .s3 {
    left: -12%;
    margin: 0 0 80%;
  }
}

@media (min-width: 1220px) {
  .shapes .left .s3 {
    left: -1%;
    margin: 0 0 63%;
  }
}

.shapes .left .s4 {
  left: -74%;
  margin: 0 0 98%;
}

@media (min-width: 576px) {
  .shapes .left .s4 {
    margin: 0 0 75%;
  }
}

@media (min-width: 992px) {
  .shapes .left .s4 {
    margin: 0 0 60%;
  }
}

@media (min-width: 1220px) {
  .shapes .left .s4 {
    left: -12%;
    margin: 0 0 51%;
  }
}

.shapes .left .s5 {
  left: -21%;
  margin: 0 0 112%;
}

@media (min-width: 576px) {
  .shapes .left .s5 {
    margin: 0 0 83%;
  }
}

@media (min-width: 992px) {
  .shapes .left .s5 {
    margin: 0 0 70%;
  }
}

@media (min-width: 1220px) {
  .shapes .left .s5 {
    left: 2%;
    margin: 0 0 57%;
  }
}

.shapes .left .s6 {
  left: -1%;
  margin: 0 0 54%;
}

.shapes .left .s7 {
  left: -20%;
  margin: 0 0 195%;
}

@media (min-width: 992px) {
  .shapes .left .s7 {
    left: -16%;
    margin: 0 0 70%;
  }
}

@media (min-width: 1200px) {
  .shapes .left .s7 {
    left: -12%;
    margin: 0 0 45%;
  }
}

@media (min-width: 1400px) {
  .shapes .left .s7 {
    left: -8%;
  }
}

.shapes .left .s8 {
  left: -5%;
  margin: 0 0 270%;
}

@media (min-width: 992px) {
  .shapes .left .s8 {
    margin: 0 0 160%;
  }
}

@media (min-width: 992px) {
  .shapes .left .s8 {
    left: 0%;
    margin: 0 0 100%;
  }
}

@media (min-width: 1400px) {
  .shapes .left .s8 {
    left: 5%;
    margin: 0 0 67%;
  }
}

.shapes .left .s9 {
  left: -10%;
  margin: 0;
}

@media (min-width: 992px) {
  .shapes .left .s9 {
    left: -1%;
  }
}

/*////////// Right Shapes */

.shapes .right .s1 {
  right: -88%;
  margin: 40% 0 130%;
}

@media (min-width: 480px) {
  .shapes .right .s1 {
    margin: 40% 0 100%;
  }
}

@media (min-width: 576px) {
  .shapes .right .s1 {
    margin: 40% 0 80%;
  }
}

@media (min-width: 992px) {
  .shapes .left .s1 {
    margin: 40% 0 66%;
  }
}

.shapes .right .s2 {
  right: -90%;
  margin: 0 0 222%;
}

@media (min-width: 576px) {
  .shapes .right .s2 {
    margin: 0 0 128%;
  }
}

@media (min-width: 992px) {
  .shapes .right .s2 {
    margin: 0 0 28%;
  }
}

.shapes .right .s3 {
  right: -97%;
  margin: 0 0 150%;
}

@media (min-width: 576px) {
  .shapes .right .s3 {
    margin: 0 0 100%;
  }
}

@media (min-width: 992px) {
  .shapes .right .s3 {
    margin: 0 0 83%;
  }
}

.shapes .right .s4 {
  right: -83%;
  margin: 0 0 135%;
}

@media (min-width: 576px) {
  .shapes .right .s4 {
    margin: 0 0 35%;
  }
}

.shapes .right .s5 {
  right: -82%;
  margin: 0 0 175%;
}

@media (min-width: 576px) {
  .shapes .right .s5 {
    margin: 0 0 75%;
  }
}

.shapes .right .s6 {
  right: -87%;
  margin: 0 0 188%;
}

@media (min-width: 576px) {
  .shapes .right .s6 {
    margin: 0 0 38%;
  }
}

.shapes .right .s7 {
  right: -92%;
  margin: 0 0 230%;
}

@media (min-width: 576px) {
  .shapes .right .s7 {
    margin: 0 0 30%;
  }
}

.shapes .right .s8 {
  right: -85%;
  margin: 0 0 37%;
}

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

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

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

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

.single .sidebar .dates {
  padding-top: 60px;
}

.single .sidebar .data-sheet {
  padding-top: 80px;
}

.single .sidebar .dates {
  background: url('img/icons/icon-calendar.svg') left top no-repeat;
  background-size: 62px 48px;
}

.single .sidebar .data-sheet {
  background: url('img/icons/icon-data.svg') left top no-repeat;
  background-size: 58px 62px;
}

.single .sidebar .extras {
  font-weight: bold;
}

.single.single-nacionales .sidebar .extras {
  color: #EA5260;
}

.single.single-talleres .sidebar .extras {
  color: #3EBDEB;
}

.single.single-internacionales .sidebar .extras {
  color: #EFA339;
}

.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 .heading {
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  margin-bottom: 15px;
}

.single .sidebar .heading {
  font-size: 20px;
  line-height: 28px;
}

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

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

.single.single-nacionales .sidebar .heading {
  color: #EA5260;
}

.single.single-talleres .sidebar .heading {
  color: #3EBDEB;
}

.single.single-internacionales .sidebar .heading {
  color: #EFA339;
}

.single .sidebar .btn {
  display: block;
  margin: 30px 0;
  padding: 5px 10px;
  font-size: 18px;
}

.single.single-nacionales .sidebar .btn {
  border-color: #EA5260;
  color: #EA5260;
}

.single.single-talleres .sidebar .btn {
  border-color: #3EBDEB;
  color: #3EBDEB;
}

.single.single-internacionales .sidebar .btn {
  border-color: #EFA339;
  color: #EFA339;
}

.single .sidebar .btn.friend {
  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;
}

.character {
  max-width: 340px;
}

.character img {
  width: 100%;
}

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

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

.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 .title,
.team-members .subtitle {
  color: #EA5160;
  text-align: center;
}

.team-members .title {
  font-size: 14px;
  font-weight: bold;
}

.team-members .subtitle {
  font-size: 12px;
  font-weight: 500;
}

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

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

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

.btn {
  text-align: center;
  padding: 5px 10px;
  border: 2px solid #706F6F;
  color: #706F6F;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  font-size: 18px;
  border-radius: 8px;
}

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

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

.btn:hover,
.btn:focus {
  border: 2px solid #000000;
  color: #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: #3C3C3B;
  color: #706F6F;
  padding: 18px 0 0;
  position: relative;
}

footer .logo img {
  float: left;
}

footer .logo img:first-child {
  width: 61px;
  height: 52px;
}

@media (max-width: 575px) {
  footer .logo img:first-child {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 920px) {
  footer .logo img:first-child {
    display: none;
  }
}

footer .logo img:last-child {
  width: 100px;
  height: 25px;
  margin: 10px 0 10px 10px;
}

@media (min-width: 576px) {
  footer .logo img:last-child {
    width: 125px;
    height: 31px;
  }
}

footer .btn {
  display: block;
  /*margin: 0;*/
  text-align: center;
  padding: 2px 10px;
  border: 2px solid #706F6F;
  color: #706F6F;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  font-size: 18px;
  border-radius: 8px;
  width: auto;
}

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

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

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

footer .btn:hover,
footer .btn:focus {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  outline: none;
}

footer .social {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

footer .social li a {
  width: 26px;
  height: 30px;
  display: block;
  float: right;
  margin: 0;
  opacity: 0.35;
  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-white.svg') no-repeat 0 0;
  background-size: 30px 30px;
}

footer .social li a.fb {
  background: url('img/icons/fb-white.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 .copyright {
  background: #303030;
  color: #888888;
  font-size: 11px;
  margin: 20px 0 0;
}

footer .copyright .col-12 {
  padding: 10px;
}

/* 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-image: url('img/icons/icon-question.svg');
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 20px 20px;
  border-color: #706F6F;
  color: #706F6F;
  margin: 25px auto;
  padding-left: 38px !important;
  max-width: 240px;
  transition: all 0.5s ease-in-out;
  -moz-transition: none;
  -webkit-transition: all 0.5s ease-in-out;
}

@media (min-width: 576px) and (max-width: 639px) {
  .btn-faq {
    max-width: 260px;
  }
}

@media (min-width: 640px) and (max-width: 768px) {
  .btn-faq {
    max-width: 280px;
  }
}

.btn-faq:hover,
.btn-faq:focus {
  background-image: url('img/icons/icon-question.svg');
  border-color: #000000;
  color: #706F6F;
  transition: all 0.5s ease-in-out;
  -moz-transition: none;
  -webkit-transition: all 0.5s ease-in-out;
}

@media (min-width: 768px) {
  .btn-faq {
    background-image: url('img/icons/icon-question.svg');
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 22px 22px;
    margin: 0 0 0 15px;
    float: right !important;
    max-width: 300px;
  }

  .btn-faq:hover,
  .btn-faq:focus {
    background-image: url('img/icons/icon-question-white.svg');
    border-color: #FFFFFF;
    color: #FFFFFF;
  }
}

@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: 8px;
  border: 1px solid #706F6F;
  padding: 15px 24px;
  height: auto;
  font-size: 17px;
  letter-spacing: 0.14px;
  color: #000000;
}

@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;
}

::-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;
}

form input:hover,
form input:focus {
  border: 1px solid #000000;
}

/*///////////////////*/
/*//////////// 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: 8px;
  float: left;
  padding: 10px;
  font-weight: bold;
}

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

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

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

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