:root {
  --main-background-theme: #ff0043;
  --background-logo: #d1d1d1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.title,
.description,
.date-item,
.subtitle,
.table-title,
.price {
  font-family: "AktivGroteskLight", helvetica, arial, sans-serif;
}
.title {
  color: #666;
}
.active-lad {
  background: #fff !important;
}
.active-lad a {
  color: #000 !important;
}
.icon-menu-children-rotate {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.btn-newsletter {
  font-family: 'AktivGroteskLight', helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 0.5rem 1.8rem 0.4rem 1.8rem;
  border: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-newsletter:hover {
  background: rgba(0,0,0,0.8);
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-text {
  font-family: "AktivGroteskLight", helvetica, arial, sans-serif;
  display: block;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #666;
  border: 0;
}
.btn-text:hover {
  text-decoration: none;
  color: #666;
}
.readmore {
  cursor: pointer;
}
.readmore p {
  font-family: "AktivGroteskLight", helvetica, arial, sans-serif;
  font-size: 0.9rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
.readmore span {
  font-size: 1.5rem;
  font-weight: bold;
}
.readmore-color-white p,
.readmore-color-white span {
  color: #fff !important;
}
.readmore-color-black p,
.readmore-color-black span {
  color: #000 !important;
}
.slideToggle {
  display: block;
}
#js-ganadores h2 {
  font-family: 'AktivGroteskLight' !important;
}
.logo_graffica {
  margin-left: 2.5rem;
}
.logo_graffica img {
  width: 110px !important;
}
.logo_idn img {
  width: 37px !important;
}
.logo_tdc img {
  width: 50px !important;
}
.important-black {
  color: #000 !important;
  font-weight: bold;
}
.home {
  overflow-x: hidden;
}
/*
** Home
*/
.home-logo {
  background: #000;
  padding-top: calc(3rem - 24px);
  padding-bottom: 3rem;
}
.home-logo .user-acount-container .user-acount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-logo .user-acount-container .user-acount p {
  font-family: "AktivGroteskLight", helvetica, arial, sans-serif;
  margin-bottom: 0;
  text-align: right;
  text-transform: uppercase;
  color: #af853b;
  font-size: 0.9rem;
}
.home-logo .user-acount-container .user-acount p a {
  color: #af853b;
}
.home-logo .user-acount-container .user-acount .lang {
  color: #666;
}
.home-logo .user-acount-container .user-acount .lang a {
  color: #666;
  border-bottom: 1px solid;
}
.home-logo .user-acount-container .user-acount .lang a:hover {
  text-decoration: none;
}
.home-logo .logo-container .logo a {
  text-decoration: none;
  display: table;
  margin: auto;
}
.home-logo .logo-container .logo a img {
  width: 120px;
}
@media only screen and (max-width: 576px) {
  .home-logo .logo-container .logo a img {
    width: 90px;
  }
}
.home-logo .logo-container .logo a h1 {
  font-family: "ItcAvantGardeGothicBook", helvetica, arial, sans-serif;
  font-size: 3.3rem;
  text-align: center;
  color: #fff;
}
.home-logo .logo-container .menu-toggle span {
  color: #fff;
}
.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-menu ul li {
  position: relative;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.main-menu ul li:nth-last-child(1) {
  background: #0e05ba;
}
.main-menu ul li:nth-last-child(1) a {
  color: #fff;
}
.main-menu ul li a {
  font-family: "AktivGroteskRegular", helvetica, arial, sans-serif;
  height: 64px;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  padding: 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.main-menu ul li a .icon-menu-children {
  margin-left: 8px;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.main-menu ul li a .icon-menu-children .fas {
  color: #000;
  font-size: 15px;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.main-menu ul li:hover {
  background: #333;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.main-menu ul li:hover a {
  color: #fff;
}
.main-menu ul li:hover a .icon-menu-children .fas {
  color: #fff;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.main-menu ul li:hover ul {
  display: block;
  z-index: 100;
}
.main-menu ul li:hover ul li {
  background: transparent;
}
.main-menu ul li ul {
  position: absolute;
  top: 64px;
  display: none;
  width: 100%;
  background: #000;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.main-menu ul li ul li a {
  display: block;
  padding: 15px;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  height: auto;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.main-menu ul li ul li:hover a {
  color: #666;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.information-block {
  background: #f7f7f7;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.information-block .information-block-container {
  text-align: center;
}
.information-block .information-block-container .subtitle {
  margin-bottom: 4rem;
  color: #231f20;
}
.information-block .information-block-container .description {
  color: #666;
}
.price-table .price-table-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.price-table .price-table-container .price-table-row {
  width: 50%;
}
.price-table .price-table-container .price-table-row .price-table-item {
  border-top: 1px solid;
  text-align: center;
  text-transform: uppercase;
  padding: 0.9rem 0;
  color: #666;
}
.price-table .price-table-container .price-table-row .price-table-item .table-description {
  color: #bcbcbc;
}
.price-table .price-table-container .price-table-row .price-table-item p {
  margin-bottom: 0;
}
.price-table .price-table-container .price-table-row .head .table-title {
  font-weight: bold;
}
.price-table .price-table-container .price-table-row .btn-price {
  background: #fff;
  padding: 3rem 0;
}
.price-table .price-table-container .price-table-row .highlight .table-title,
.price-table .price-table-container .price-table-row .highlight .price {
  font-weight: bold;
}
.price-table .price-table-container .price-table-row .highlight .table-title {
  font-size: 1.1rem;
}
.price-table .price-table-container .price-table-row .highlight .price {
  font-size: 1.3rem;
}
.price-table .price-table-container .price-table-row .highlight .date {
  font-size: 0.8rem;
}
.price-table .price-table-container .professionals {
  background: #4d4d4d;
}
.price-table .price-table-container .professionals .price-table-item {
  border-color: #e5e5e5;
}
.price-table .price-table-container .professionals .price-table-item .table-description a {
  color: #bcbcbc;
}
.price-table .price-table-container .professionals .head {
  border: none;
}
.price-table .price-table-container .professionals .head .table-title {
  color: #fff;
}
.price-table .price-table-container .professionals .highlight .price {
  color: #bcbcbc;
}
.price-table .price-table-container .professionals .main-row {
  background: #333;
}
.price-table .price-table-container .professionals .main-row .table-title,
.price-table .price-table-container .professionals .main-row .price {
  color: #fff;
}
.price-table .price-table-container .professionals .main-row .date {
  color: #bcbcbc;
}
.price-table .price-table-container .students {
  background: #e5e5e5;
}
.price-table .price-table-container .students .price-table-item {
  border-color: #4d4d4d;
}
.price-table .price-table-container .students .price-table-item .table-description a {
  color: #000;
}
.price-table .price-table-container .students .head {
  border: none;
}
.price-table .price-table-container .students .head .table-title {
  color: #000;
}
.price-table .price-table-container .students .highlight .table-title,
.price-table .price-table-container .students .highlight .date {
  color: #bcbcbc;
}
.price-table .price-table-container .students .highlight .price {
  color: #848484;
}
.price-table .price-table-container .students .main-row {
  background: #939393;
}
.price-table .price-table-container .students .main-row .table-title,
.price-table .price-table-container .students .main-row .price {
  color: #000;
}
.price-table .price-table-container .students .main-row .date {
  color: #666;
}
.lad_banner {
  padding-top: 32px;
}
.lad_banner .lad_banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lad_banner .lad_banner__container a img {
  width: 728px;
  height: 90px;
}
.key-dates {
  padding: 5rem 0;
}
.key-dates .key-dates-title {
  margin-bottom: 1.5rem;
}
.key-dates .key-dates-title .title {
  text-align: center;
  text-transform: uppercase;
}
.key-dates .key-dates--container {
  border-top: 1px solid #000;
}
.key-dates .key-dates--container .date-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.key-dates .key-dates--container .date-description .date-item {
  text-align: center;
  color: #666;
  margin-bottom: 0;
}
.key-dates .change-of-key-dates .date-description {
  padding: 1.5rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.key-dates .change-of-key-dates .date-description .description {
  color: #666;
}
.jurado-text {
  background: #e5e5e5;
  padding: 5rem 0;
}
.jurado-text .jurado-text--container .title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.jurado-text .jurado-text--container .description {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2rem;
}
.category-slider-jury {
  background: #231f20;
  padding: 5rem 0;
}
.category-slider-jury .category-slider-jury-container {
  margin-bottom: 6rem;
}
.category-slider-jury .category-slider-jury-container:nth-last-of-type(1) {
  margin-bottom: 0;
}
.category-slider-jury .category-slider-jury-container .title-category-container .title-category {
  text-align: center;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  color: #fff;
}
.category-slider-jury .category-slider-jury-container .swiper-container {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.category-slider-jury .category-slider-jury-container .swiper-container .swiper-wrapper .swiper-slide {
  padding: 0.7rem;
  cursor: pointer;
}
.category-slider-jury .category-slider-jury-container .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-img {
  position: relative;
}
.category-slider-jury .category-slider-jury-container .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-img img {
  width: 100%;
}
.category-slider-jury .category-slider-jury-container .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-img .lightBox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #f00;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.category-slider-jury .category-slider-jury-container .swiper-container .swiper-wrapper .swiper-slide:hover .swiper-slide-img .lightBox-overlay {
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.category-slider-jury .category-slider-jury-container .swiper-container .swiper-wrapper .swiper-slide .title {
  margin-top: 1rem;
  font-weight: bold;
}
.category-slider-jury .category-slider-jury-container .swiper-container .swiper-wrapper .swiper-slide p {
  font-family: "AktivGroteskLight", helvetica, arial, sans-serif;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.category-slider-jury .category-slider-jury-container .swiper-container .swiper-wrapper .swiper-slide-active {
  border: 1px solid #fff;
}
.category-slider-jury .category-slider-jury-container .swiper-container .swiper-pagination {
  bottom: 5px;
}
.category-slider-jury .category-slider-jury-container .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff !important;
}
.category-slider-jury .category-slider-jury-container .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
.newsletter {
  padding: 5rem 0;
}
.newsletter .newsletter-container .title,
.newsletter .newsletter-container .description {
  text-align: center;
}
.newsletter .newsletter-container .title {
  text-transform: uppercase;
}
.newsletter .newsletter-container .description {
  margin: 1.5rem 0;
  font-size: 1.2rem;
}
.newsletter .newsletter-container form {
  width: 100%;
}
.newsletter .newsletter-container form .input-container {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newsletter .newsletter-container form .input-container input {
  width: calc(96% / 3);
  border: 1px solid #000;
  padding: 8px 12px;
}
.newsletter .newsletter-container form input.btn-newsletter {
  display: block;
  margin: auto;
}
/*
** Modal
*/
.modal-social {
  width: 100%;
  margin-bottom: 0;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.modal-social li {
  font-size: 1rem;
  margin: 0 0.4rem;
  color: #c0c0c0;
}
.modal-social li a {
  text-decoration: none;
  color: #c0c0c0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal-social li a i {
  font-size: 1rem;
  color: #000;
}
.modal-social li:nth-of-type(2) a:hover {
  color: #3b5998;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal-social li:nth-of-type(3) a:hover {
  color: #00aced;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.lightBox-modal-lg .modal-dialog .modal-content {
  background: #f7f7f7;
}
.lightBox-modal-lg .modal-dialog .modal-content .modal-header {
  border: 0;
}
.lightBox-modal-lg .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 15px;
  font-size: 1.1rem;
}
.lightBox-modal-lg .modal-dialog .modal-content .modal-header .close:hover {
  color: #00ac76;
}
.lightBox-modal-lg .modal-dialog .modal-content .modal-header .modal-social {
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.lightBox-modal-lg .modal-dialog .modal-content .modal-header .modal-social li {
  font-family: 'AktivGroteskRegular';
  font-size: 1rem;
  margin: 0 0.4rem;
  color: #c0c0c0;
}
.lightBox-modal-lg .modal-dialog .modal-content .modal-header .modal-social li a {
  text-decoration: none;
  color: #c0c0c0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.lightBox-modal-lg .modal-dialog .modal-content .modal-header .modal-social li a i {
  font-size: 1rem;
}
.lightBox-modal-lg .modal-dialog .modal-content .modal-header .modal-social li:nth-of-type(2) a:hover {
  color: #3b5998;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.lightBox-modal-lg .modal-dialog .modal-content .modal-header .modal-social li:nth-of-type(3) a:hover {
  color: #00aced;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.lightBox-modal-lg .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.lightBox-modal-lg .modal-dialog .modal-content .modal-body .modal-body-text .mb-title,
.lightBox-modal-lg .modal-dialog .modal-content .modal-body .modal-body-text .mb-subtitle,
.lightBox-modal-lg .modal-dialog .modal-content .modal-body .modal-body-text .mb-social {
  margin: 0;
  padding: 0;
  color: #000;
}
.lightBox-modal-lg .modal-dialog .modal-content .modal-body .modal-body-text .mb-title {
  font-family: 'ItcAvantGardeGothicBook';
  text-align: center;
  font-size: 3.5rem;
}
.lightBox-modal-lg .modal-dialog .modal-content .modal-body .modal-body-text .mb-subtitle {
  font-family: 'AktivGroteskLight';
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
}
.lightBox-modal-lg .modal-dialog .modal-content .modal-body .modal-body-text .mb-subtitle span {
  color: #c0c0c0;
}
.lightBox-modal-lg .modal-dialog .modal-content .modal-body .modal-body-text .mb-social {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 37px 0;
}
.lightBox-modal-lg .modal-dialog .modal-content .modal-body .modal-body-text .mb-social li {
  font-family: 'AktivGroteskLight';
  margin: 0 0.5rem;
}
.lightBox-modal-lg .modal-dialog .modal-content .modal-body .modal-body-text .mb-social li a {
  text-decoration: none;
  font-size: 1.2rem;
  color: rgba(2,2,2,0.2);
  color: #000;
}
.lightBox-modal-lg .modal-dialog .modal-content .modal-body .modal-body-text .mb-social li a .fa-link {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lightBox-modal-lg .modal-dialog .modal-content .gallery-img-container {
  padding-bottom: 16px;
}
.lightBox-modal-lg .modal-dialog .modal-content .gallery-img-container .img-item {
  display: block;
  width: 100%;
  height: auto;
}
.lightBox-modal-lg .modal-dialog .modal-content .modal-footer {
  font-family: 'AktivGroteskLight';
  text-align: left;
  border: 0;
}
.lightBox-modal-lg .modal-dialog .modal-content .modal-footer .modal-footer-text p {
  color: #000;
  font-size: 16px;
}
footer {
  background: #e5e5e5;
  padding-top: 3.5rem;
  padding-bottom: calc(3.5rem - 1.1rem);
}
footer .footer-container .footer-general h4,
footer .footer-container .footer-general .menu-secondary li a {
  font-family: "AktivGroteskLight", helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #666;
}
footer .footer-container .footer-general .menu-secondary {
  margin-top: 1.1rem;
  margin-bottom: 1.1rem;
}
footer .footer-container .footer-general .menu-secondary li a {
  text-decoration: none;
  font-size: 0.9rem;
}
footer .footer-container .footer-general .footer-sociales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.1rem;
}
footer .footer-container .footer-general .footer-sociales li {
  background: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.7rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .footer-container .footer-general .footer-sociales li a {
  color: var(--background-logo);
}
footer .footer-container .footer-general .footer-sociales li:hover {
  background: rgba(0,0,0,0.9);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .footer-container .footer-general .footer--img {
  margin: 1.1rem 0;
}
footer .footer-container .footer-general .img--center a img {
  width: 150px;
}
footer .footer-container .footer-general .img--right-1 a img {
  width: 50px;
}
footer .footer-container .footer-general .img--right-2 a img {
  width: 100px;
}
footer .footer-container .footer-general .img--right-2 a:nth-child(1) {
  margin-right: 2.5rem;
}
/*
** Responsive
*/
@media only screen and (max-width: 1200px) {
  footer .footer-container .footer-right .img--right-1 a,
  footer .footer-container .footer-right .img--right-1:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-top: 1rem;
  }
  footer .footer-container .footer-right .img--right-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 992px) {
  .home-logo {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .home-logo .user-acount-container .user-acount p {
    text-align: center;
    font-size: 14px;
  }
  .home-logo .logo-container .logo a h1 {
    font-size: 2.5rem;
  }
  .main-menu .menu-toggle {
    width: 100%;
    height: 60px;
    background: #000;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px;
  }
  .main-menu .menu-toggle .icon-menu {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
  }
  .main-menu .menu-toggle .icon-menu .fa-bars {
    color: #fff;
  }
  .main-menu ul {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    background: #000;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  .main-menu ul li a {
    font-size: 15px;
    padding: 0 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #fff;
  }
  .main-menu ul li a .icon-menu-children .fas {
    color: #fff;
  }
  .main-menu ul li:hover {
    background: #333;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  .main-menu ul li:hover ul {
    display: none;
  }
  .main-menu ul li ul {
    position: relative;
    top: 0;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .price-table .price-table-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price-table .price-table-container .price-table-row {
    width: 100%;
  }
  .price-table .price-table-container .price-table-row:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .newsletter .newsletter-container form .input-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsletter .newsletter-container form .input-container input {
    width: 100%;
  }
  .newsletter .newsletter-container form .input-container input:nth-child(1) {
    border-bottom: 0;
  }
  .newsletter .newsletter-container form .input-container input:nth-child(2) {
    border-bottom: 0;
  }
  .logo_graffica {
    margin-left: 1.5rem;
  }
  .logo_graffica img {
    width: 120px !important;
  }
  .lad_banner .lad_banner__container a img {
    width: 100%;
    height: auto;
  }
  footer .footer-container .footer-general .img--right-2 a img,
  footer .footer-container .footer-general .img--right-2 a:nth-child(1) {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .home-logo {
    padding-bottom: 2rem;
  }
  .home-logo .user-acount-container .user-acount p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0.5rem;
  }
  .home-logo .logo-container .logo a h1 {
    font-size: 2rem;
  }
  .information-block {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .information-block .subtitle {
    margin-bottom: 2rem !important;
  }
  .information-block .slideToggle {
    padding-top: 1.5rem;
  }
  .slideToggle {
    display: none;
  }
  .lad_banner {
    padding-bottom: 48px;
  }
  .key-dates {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .key-dates .key-dates-title .title {
    font-size: 1.5rem;
    color: #000;
  }
  .key-dates .key-dates--container {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 0 0 !important;
  }
  .key-dates .key-dates--container .date-description {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }
  .key-dates .key-dates--container .date-description p {
    color: #000 !important;
    text-align: left !important;
  }
  .key-dates .key-dates--container .date-description:nth-child(1) p {
    margin-bottom: 0.5rem;
  }
  .jurado-text {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .jurado-text .jurado-text--container .title {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .jurado-text .jurado-text--container .description {
    display: none;
  }
  .category-slider-jury {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .category-slider-jury .category-slider-jury-container {
    margin-bottom: 3rem;
  }
  .category-slider-jury .category-slider-jury-container .title-category-container .title-category {
    font-size: 1.5rem;
  }
  .category-slider-jury .category-slider-jury-container .swiper-container .swiper-wrapper .swiper-slide p {
    font-size: 0.8rem;
  }
  .newsletter .newsletter-container .title {
    font-size: 1.5rem;
  }
  .lightBox-modal-lg .modal-dialog .modal-content .modal-body .modal-body-text .mb-title {
    font-size: 2.5rem;
  }
  .lightBox-modal-lg .modal-dialog .modal-content .modal-body .modal-body-text .mb-subtitle {
    font-size: 20px;
  }
  footer {
    padding-top: 2rem;
    padding-bottom: calc(2rem - 1.1rem);
  }
  footer .footer-container .footer-general h4,
  footer .footer-container .footer-general a,
  footer .footer-container .footer-general .menu-secondary li a {
    font-family: "AktivGroteskLight", helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-size: 1rem !important;
    color: #000;
  }
  footer .footer-container .footer-general .menu-secondary li a {
    text-decoration: none;
    font-size: 0.8rem;
  }
  footer .footer-container .footer-general .btn-text {
    font-size: 0.8rem;
  }
  footer .footer-container .footer-general .footer-sociales {
    margin-bottom: 1.1rem;
  }
  footer .footer-container .footer-general .img--center a img {
    width: 120px;
  }
  footer .footer-container .footer-general .img--right-1 a img {
    width: 30px;
  }
  footer .footer-container .footer-general .img--right-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer-container .footer-general .img--right-2 a img {
    width: 90px;
    height: 100%;
  }
  footer .footer-container .footer-general .img--right-2 a:nth-child(1) {
    margin-right: 2.5rem;
    margin-bottom: 0;
  }
  footer .footer-container .footer-center {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .logo_graffica {
    margin-left: 1rem;
  }
  .logo_graffica img {
    width: 100px !important;
  }
}
@media only screen and (max-width: 320px) {
  .category-slider-jury .category-slider-jury-container .swiper-container .swiper-wrapper .swiper-slide {
    padding: 15px;
  }
  .category-slider-jury .category-slider-jury-container .swiper-container .swiper-wrapper .swiper-slide-active {
    border: none;
  }
  .logo_graffica {
    display: block;
    margin-top: 0.5rem !important;
    margin-left: 0;
  }
  .logo_graffica img {
    width: 100px !important;
  }
}

/*# sourceMappingURL=style.css.map */
