/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 25 mar. 2020, 18:09:42
    Author     : elgrupo
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 25 mar. 2020, 18:14:28
    Author     : elgrupo
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2 jul. 2020, 19:50:42
    Author     : Vicente (El grupo) <vicente@elgrupo.es>
*/
body .seccionSlider {
  margin-bottom: 20px;
}
body .seccionSlider p {
  margin-bottom: 0 !important;
}

#homeSlider {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0 !important;
}
#homeSlider .slick-track {
  display: flex !important;
}
#homeSlider .slide {
  height: 140px !important;
  padding: 0 15px;
  display: flex;
}
#homeSlider .imageWrapper {
  flex: 0 0 120px;
  border-bottom: 2px solid #b7ba13;
  display: flex;
  align-items: flex-end;
  position: relative;
}
#homeSlider .imageWrapper img {
  margin-right: 0 !important;
}
#homeSlider .playButton {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#homeSlider .playButton i {
  font-size: 30px;
  border-radius: 50%;
  border: solid 9px rgba(232, 232, 232, 0.4);
  width: 82px;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(232, 232, 232, 0.3);
}
#homeSlider .playButton i::before {
  margin-left: 5px;
}
#homeSlider .wrapper {
  background-color: rgba(232, 232, 232, 0.4);
  display: flex;
}
#homeSlider p {
  margin-bottom: 0;
}
#homeSlider .infoWrapper {
  padding: 0 15px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#homeSlider .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.11;
  color: #333;
  padding-bottom: 15px;
  display: block;
}
#homeSlider .subtitle {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.13;
  color: #333333;
}
#homeSlider .slick-dots {
  display: flex;
  position: static;
  margin-top: 30px;
  justify-content: center;
}
#homeSlider .slick-dots li {
  width: 15px;
  height: 15px;
  display: flex;
}
#homeSlider .slick-dots li::before, #homeSlider .slick-dots li::after {
  display: none;
}
#homeSlider .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(232, 232, 232, 0.4);
}
#homeSlider .slick-dots li button::before, #homeSlider .slick-dots li button::after {
  display: none;
}
#homeSlider .slick-dots li.slick-active button {
  background-color: #53571e;
}

#aparicionesHome .multimedia-aparicion {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 999999999999;
  background-color: rgba(0, 0, 0, 0.85);
  height: 100%;
}
#aparicionesHome .multimedia-aparicion .multimediaWrapper {
  position: relative;
  top: -70px;
  padding-top: 70px;
  height: 66%;
  width: 66%;
  -ms-overflow-style: none;
}
#aparicionesHome .multimedia-aparicion .multimediaWrapper::-webkit-scrollbar {
  display: none;
}
#aparicionesHome .multimedia-aparicion .multimediaWrapper .iframeContainer {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  -ms-overflow-style: none;
}
#aparicionesHome .multimedia-aparicion .multimediaWrapper .iframeContainer::-webkit-scrollbar {
  display: none;
}
#aparicionesHome .multimedia-aparicion .multimediaWrapper .iframeContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -ms-overflow-style: none;
}
#aparicionesHome .multimedia-aparicion .multimediaWrapper .iframeContainer iframe::-webkit-scrollbar {
  display: none;
}
#aparicionesHome .multimedia-aparicion .closeMultimedia {
  font-size: 35px;
  color: #ffffff;
  position: absolute;
  right: -40px;
  top: 0;
  cursor: pointer;
}

@media (max-width: 600px) {
  #homeSlider .slide {
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
  #homeSlider .slide .wrapper {
    width: 100%;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2 sept. 2020, 18:23:35
    Author     : Vicente (El grupo) <vicente@elgrupo.es>
*/
.floatingNewsletter {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 999999;
}
.floatingNewsletter .inner {
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.5);
  max-width: 400px;
  padding: 20px;
  background-color: #fff;
  position: relative;
}
.floatingNewsletter div[role=form] {
  background-color: #f3f3d4;
  padding: 20px 30px 35px;
}
.floatingNewsletter .closeSuscripcion {
  margin-bottom: 7px;
  font-size: 24px;
  color: #53571e;
  display: flex;
  justify-content: flex-end;
  margin-right: -6px;
}
.floatingNewsletter .closeSuscripcion i {
  cursor: pointer;
}
.floatingNewsletter .title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.21;
  color: #53571e;
  margin-bottom: 21px;
}
.floatingNewsletter .correoWrapper {
  margin-bottom: 16px;
}
.floatingNewsletter .correoWrapper > span {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  margin-bottom: 6px;
}
.floatingNewsletter .correoWrapper .email input {
  border-radius: 8px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  height: 36px;
}
.floatingNewsletter .correoWrapper .email input:focus {
  outline: none;
  box-shadow: none;
}
.floatingNewsletter .comunicaciones .wpcf7-acceptance input[type=checkbox] + span {
  font-size: 14px;
  color: #333333;
  padding-right: 10px;
}
.floatingNewsletter input[type=submit] {
  border-radius: 10px;
  background-color: #b7ba13;
  width: 100%;
  height: 52px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  border: none;
  margin-top: 30px;
}
.floatingNewsletter p {
  margin-bottom: 0;
}
.floatingNewsletter br {
  display: none;
}
.floatingNewsletter div.wpcf7-mail-sent-ok {
  display: none !important;
}
.floatingNewsletter .successMessage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px;
  display: none;
}
.floatingNewsletter .successMessage .inner {
  background-color: #f3f3d4;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 30px 35px;
}
.floatingNewsletter .successMessage .closeSuscripcion {
  margin-left: auto;
  margin-bottom: 40px;
}
.floatingNewsletter .successMessage .message {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  color: #53571e;
  margin-top: 18px;
}
.floatingNewsletter .successMessage br {
  display: block;
}
.floatingNewsletter .wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.fixedNewsletter {
  position: fixed;
  bottom: 0;
  right: 200px;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
  background-color: #b7ba13;
  color: #fff;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 0.94;
  color: #ffffff;
  cursor: pointer;
  z-index: -10;
  opacity: 0;
  transition: all 0.3s;
}
.fixedNewsletter.active {
  z-index: 999999;
  opacity: 1;
}
.fixedNewsletter i {
  font-size: 26px;
  margin-right: 7px;
}

@media (max-width: 991px) {
  .floatingNewsletter {
    width: 100vw;
  }
  .floatingNewsletter .inner {
    /*padding: 0;*/
  }
  .fixedNewsletter {
    left: 0;
    width: auto;
    right: 0;
    max-width: 320px;
    margin: 0 auto;
    right: 0;
    left: auto;
    bottom: 100px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    padding: 0 12px;
  }
  .fixedNewsletter span {
    display: none;
  }
  .fixedNewsletter i {
    margin: 0;
  }
  .fixedNewsletter i::before {
    content: "\f0f3";
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 11 ene. 2021, 18:19:17
    Author     : Vicente (El grupo) <vicente@elgrupo.es>
*/
.cabeceraRecursos {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cabeceraRecursos .titleWrapper {
  position: absolute;
  background: #fff;
  margin-right: 30px;
  padding: 28px 15px 21px;
}
.cabeceraRecursos .pretitle {
  font-size: 27px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11em;
  letter-spacing: normal;
  text-align: center;
  color: #53571e;
  display: flex;
  flex-direction: column;
}
.cabeceraRecursos .title h1 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.27em;
  letter-spacing: normal;
  text-align: center;
  color: #b7ba13;
  margin-top: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

.recursosOnline .introRow {
  margin-top: 42px;
  padding-left: 5px;
  padding-right: 5px;
}
.recursosOnline .introRow [class*=col] {
  padding-left: 24px;
  padding-right: 24px;
}
.recursosOnline .introRow h2 {
  font-size: 22px;
}
.recursosOnline .disclaimer {
  background-color: rgba(232, 232, 232, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  font-size: 16px;
  height: 37px;
  color: #333333;
  margin-bottom: 40px;
}
.recursosOnline .disclaimer i {
  color: #cccccc;
  font-size: 14px;
  margin-right: 8px;
}
.recursosOnline .metodologia {
  text-align: center;
}
.recursosOnline .metodologia h2 {
  margin-bottom: 25px;
  padding-bottom: 0;
}
.recursosOnline .metodologia p {
  margin-bottom: 35px;
}
.recursosOnline .recursosDisponibles p {
  font-size: 18px;
  line-height: 1.39em;
  color: #53571e;
  text-align: center;
  margin-bottom: 35px;
}
.recursosOnline .recursoSingle {
  margin-bottom: 55px;
  max-width: 100%;
  display: block;
  margin-top: 0;
  /* Fixes reproductor */
  /* Fin fixes reproductos */
}
.recursosOnline .recursoSingle .innerAparicion, .recursosOnline .recursoSingle .captura-aparicion {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.recursosOnline .recursoSingle .cabeceraBG {
  background-color: #ebebeb;
  border-bottom: 5px solid #b7ba13;
}
.recursosOnline .recursoSingle .titleRecurso {
  padding-left: 7px;
  padding-right: 36px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.recursosOnline .recursoSingle .titleRecurso h2 {
  font-size: 25px;
  font-weight: 900;
  line-height: 1.12em;
  color: #b7ba13;
  margin-bottom: 0;
  padding-bottom: 0;
}
.recursosOnline .recursoSingle .titleRecurso h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.14em;
  padding-bottom: 0;
  margin-bottom: 11px;
  text-align: center;
  color: #53571e;
}
.recursosOnline .recursoSingle .titleRecurso .newsletterGraph {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.38em;
  color: #53571e;
  margin-bottom: 11px;
  max-width: 270px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.recursosOnline .recursoSingle .row.contenido {
  margin-top: 50px;
  margin-bottom: 50px;
}
.recursosOnline .recursoSingle .descripcion .inner {
  padding-left: 35px;
  padding-right: 35px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.38em;
  color: #333333;
}
.recursosOnline .recursoSingle .descripcion .inner > p:last-child {
  margin-bottom: 0;
}
.recursosOnline .recursoSingle .especificaciones {
  padding-left: 7px;
  padding-right: 36px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38em;
  letter-spacing: normal;
  color: #333333;
}
.recursosOnline .recursoSingle .especificaciones .especificacion {
  display: flex;
  align-items: center;
}
.recursosOnline .recursoSingle .especificaciones .especificacion:not(:last-child) {
  margin-bottom: 9px;
}
.recursosOnline .recursoSingle .especificaciones .especificacion.main {
  margin-bottom: 15px;
}
.recursosOnline .recursoSingle .especificaciones .especificacion i {
  font-size: 14px;
  color: #cccccc;
  margin-right: 8px;
  width: 30px;
  text-align: center;
}
.recursosOnline .recursoSingle .volver_al_menu_wrapper {
  margin-top: 20px;
}
.recursosOnline .col-md-5.comprar {
  display: flex;
  flex-wrap: wrap;
}
.recursosOnline .col-md-5.comprar .btn-default {
  flex: 1 0 auto;
  text-align: center;
  justify-content: center;
  margin-right: 15px;
  margin-left: 0;
}
.recursosOnline .col-md-5.comprar .btn-default.inverso {
  margin-bottom: 14px;
  color: #b7ba13;
  border-color: #b7ba13;
  background-color: #ffffff;
  text-transform: none;
}
.recursosOnline .col-md-5.comprar .btn-default.inverso:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #b7ba13;
}
.recursosOnline .btn, .recursosOnline .btn-default {
  height: 41px;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  border-radius: 8px !important;
}
.recursosOnline .btn:hover, .recursosOnline .btn-default:hover {
  text-decoration: none;
}
.recursosOnline .btn i, .recursosOnline .btn-default i {
  font-size: 20px;
  margin-right: 10px;
}
.recursosOnline .btn.grey {
  background-color: #979797;
  width: 215px;
  margin-left: 35px;
}
.recursosOnline .btn.grey:hover {
  background-color: transparent;
  color: #979797;
  border-color: #979797;
}
.recursosOnline .btn-default {
  padding-left: 15px !important;
  padding-right: 15px !important;
  max-width: 100%;
  width: auto;
  border: 1px solid #b7ba13 !important;
  margin-left: 15px;
}
.recursosOnline .btn-default:hover {
  color: #b7ba13;
  border-color: #b7ba13 !important;
  background-color: #fff;
}
.recursosOnline .orginal {
  margin: 0 3px;
  text-decoration: line-through;
}
.recursosOnline .fixedNewsletter {
  position: static;
  box-shadow: none;
  width: auto;
  max-width: 100%;
  flex: 0 0 auto;
  display: inline-flex !important;
  z-index: 1;
  opacity: 1;
  margin-bottom: 0;
}
.recursosOnline .fixedNewsletter.closedResource {
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 900;
  line-height: 1.07em;
  text-align: justify;
  color: #ffffff;
  text-transform: none;
  max-width: 305px;
}
.recursosOnline .fixedNewsletter.closedResource:hover {
  color: #b7ba13 !important;
}

/* Single only */
.single-recurso-on-line h1 {
  padding-bottom: 0;
  margin-bottom: 45px;
}
.single-recurso-on-line .recursoSingle .descripcion .inner {
  padding: 0;
  margin-bottom: 24px;
  line-height: 1.5;
}
.single-recurso-on-line .recursoSingle .descripcionLarga p {
  text-align: justify;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}
.single-recurso-on-line .recursoSingle .descripcionLarga p:last-child {
  margin-bottom: 0;
}
.single-recurso-on-line .recursoSingle .row.contenido {
  margin: 0 -15px;
}
.single-recurso-on-line .recursoSingle .especificaciones {
  padding: 0 15px;
}
.single-recurso-on-line .recursoSingle .especificaciones .inner {
  padding: 22px 25px 28px;
  background-color: rgba(232, 232, 232, 0.4);
  text-align: center;
}
.single-recurso-on-line .recursoSingle .especificaciones .btn, .single-recurso-on-line .recursoSingle .especificaciones .btn-default {
  display: inline-flex;
  margin-top: 28px;
  margin-left: 0;
}
.single-recurso-on-line .recursoSingle .row.indice {
  margin-top: 55px;
}
.single-recurso-on-line .recursoSingle .indiceWrapper#toc_container {
  padding: 64px 70px 52px;
  background-color: rgba(183, 186, 19, 0.14);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.single-recurso-on-line .recursoSingle .indiceWrapper#toc_container .unidad {
  display: flex;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #b7ba13;
}
.single-recurso-on-line .recursoSingle .indiceWrapper#toc_container .unidad:not(:last-child) {
  margin-bottom: 25px;
}
.single-recurso-on-line .recursoSingle .indiceWrapper#toc_container .unidad:hover {
  text-decoration: none;
}
.single-recurso-on-line .recursoSingle .indiceWrapper#toc_container .unidad:hover .title {
  text-decoration: underline;
}
.single-recurso-on-line .recursoSingle .indiceWrapper#toc_container .unidad .number {
  margin-right: 15px;
}
.single-recurso-on-line .recursoSingle .row.unidades {
  margin-top: 55px;
}
.single-recurso-on-line .recursoSingle .row.unidades .unidad {
  margin-bottom: 55px;
}
.single-recurso-on-line .recursoSingle .row.unidades .unidad .comprar {
  margin-top: 30px;
}
.single-recurso-on-line .recursoSingle .row.unidades .unidad:not(:last-child) .comprar {
  display: none;
}
.single-recurso-on-line .recursoSingle .row.unidades .title {
  font-size: 24px;
  font-weight: 900;
  line-height: 0.92em;
  letter-spacing: normal;
  color: #333333;
  margin-bottom: 45px;
}
.single-recurso-on-line .recursoSingle .row.unidades .title .inner {
  padding-bottom: 16px;
  border-bottom: 5px solid #b7ba13;
}
.single-recurso-on-line .recursoSingle .row.comprar {
  text-align: center;
  justify-content: center;
}
.single-recurso-on-line .recursoSingle .row.comprar a {
  display: inline-flex;
}

@media (max-width: 991px) {
  .recursosOnline .btn, .recursosOnline .btn-default {
    font-size: 14px;
  }
  .recursosOnline .fixedNewsletter.closedResource {
    font-size: 14px;
    margin-left: 0;
    max-width: 95%;
    padding: 12px !important;
  }
  .recursosOnline .fixedNewsletter.closedResource i {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .page-template-page-recursosOnline #content.site-content {
    padding-top: 0;
  }
  .cabeceraRecursos {
    flex-direction: column;
    margin: 0 -15px;
  }
  .cabeceraRecursos .titleWrapper {
    position: static;
    margin-top: -45px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 12px 20px;
  }
  .cabeceraRecursos .titleWrapper .title h1 {
    padding-top: 0;
    margin-top: 10px;
  }
  .recursosOnline .introRow {
    margin-top: 0;
  }
  .recursosOnline .introRow .subtitulo h2 {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.56em;
    text-align: center;
    color: #53571e;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .recursosOnline .introRow .subtitulo h2 p {
    margin-bottom: 10px;
  }
  .recursosOnline .introRow .intro {
    text-align: center;
  }
  .recursosOnline .disclaimer {
    margin: 12px -15px 28px;
  }
  .recursosOnline .metodologia h2 {
    margin-bottom: 18px;
  }
  .recursosOnline .metodologia p {
    margin-bottom: 21px;
  }
  .recursosOnline .recursoSingle {
    margin-bottom: 25px;
  }
  .recursosOnline .recursoSingle .innerAparicion {
    padding: 0;
  }
  .recursosOnline .recursoSingle .cabeceraBG {
    background-color: transparent;
  }
  .recursosOnline .recursoSingle .titleRecurso {
    margin-top: -30px;
    background: #fff;
    padding: 0;
    margin-left: 22px;
    margin-right: 22px;
  }
  .recursosOnline .recursoSingle .titleRecurso .inner {
    width: 100%;
    padding: 22px 15px 18px;
  }
  .recursosOnline .recursoSingle .titleRecurso h3 {
    padding-bottom: 21px;
    border-bottom: 5px solid #b7ba13;
    margin-bottom: 20px;
  }
  .recursosOnline .recursoSingle .titleRecurso .newsletterGraph {
    margin: 0 0 21px;
    max-width: 100%;
  }
  .recursosOnline .recursoSingle .row.contenido {
    margin-top: 18px;
    margin-bottom: 27px;
  }
  .recursosOnline .recursoSingle .descripcion .inner {
    padding: 0;
    margin-bottom: 25px;
  }
  .recursosOnline .recursoSingle .especificaciones {
    padding-left: 15px;
    padding-right: 15px;
  }
  .recursosOnline .recursoSingle .caratula {
    padding: 0;
  }
  .recursosOnline .row.botones {
    padding: 0 15px;
  }
  .recursosOnline .row.botones > [class*=col]:not(:last-child) {
    margin-bottom: 11px;
  }
  .recursosOnline .row.botones .col-md-5.comprar .btn-default {
    justify-content: flex-start !important;
  }
  .recursosOnline .row.botones .col-md-5.comprar .btn-default.inverso {
    margin-bottom: 11px;
  }
  .recursosOnline .btn, .recursosOnline .btn-default {
    margin-left: 0 !important;
    width: 100% !important;
    font-size: 16px;
    text-align: left;
    justify-content: flex-start;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .recursosOnline .btn i, .recursosOnline .btn-default i {
    font-size: 20px;
  }
  .recursosOnline .newsletter.row .cabeceraBG {
    border-bottom: 0;
  }
  /* Single only */
  .single-recurso-on-line #content.site-content {
    padding-top: 15px;
  }
  .single-recurso-on-line #content.site-content h1.entry-title {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 24px;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.12em;
    text-align: center;
    color: #53571e;
  }
  .recursosOnline .recursoSingle .smallRecursoOverview {
    order: -1;
  }
  .recursosOnline .recursoSingle .smallRecursoOverview .row.contenido {
    margin: 0 -15px 22px;
  }
  .recursosOnline .recursoSingle .smallRecursoOverview .colCabecera {
    padding: 0;
  }
  .recursosOnline .recursoSingle .smallRecursoOverview .especificaciones {
    padding: 0;
  }
  .recursosOnline .recursoSingle .smallRecursoOverview .especificaciones .inner {
    padding: 12px 15px 29px;
  }
  .recursosOnline .recursoSingle .smallRecursoOverview .especificaciones .btn-default {
    margin-top: 14px;
    margin-left: 15px !important;
    margin-right: 15px;
    max-width: 100% !important;
    width: auto !important;
  }
  .recursosOnline .recursoSingle h2 {
    margin-bottom: 22px;
    padding-bottom: 0;
    text-align: center;
  }
  .recursosOnline .recursoSingle .introSingleRecurso p {
    text-align: justify;
  }
  .recursosOnline .recursoSingle .introSingleRecurso .descripcion .inner {
    margin-bottom: 20px;
  }
  .recursosOnline .recursoSingle .row.indice {
    margin-top: 34px;
  }
  .recursosOnline .recursoSingle .indiceWrapper#toc_container {
    padding: 24px 25px 21px 15px;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    margin-bottom: 0;
  }
  .recursosOnline .recursoSingle .row.unidades {
    margin-top: 30px;
  }
  .recursosOnline .recursoSingle .row.unidades .unidad {
    margin-bottom: 40px;
  }
  .recursosOnline .recursoSingle .row.unidades .unidad:not(:last-child) .comprar {
    display: block;
  }
  .recursosOnline .recursoSingle .row.unidades .unidad .comprar {
    margin-top: 0;
    display: block;
  }
  .recursosOnline .recursoSingle .row.unidades .unidad .comprar a {
    margin: 0 15px !important;
    width: auto !important;
  }
  .recursosOnline .recursoSingle .row.unidades .title {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.38em;
    color: #333333;
    margin-bottom: 16px;
  }
  .recursosOnline .recursoSingle .row.unidades .title .inner {
    padding-bottom: 13px;
  }
  .recursosOnline .recursoSingle .row.unidades .especificaciones {
    padding: 0;
    margin-bottom: 26px;
  }
  .recursosOnline .recursoSingle .row.unidades .especificaciones .especificacion:last-child {
    padding-bottom: 17px;
    border-bottom: 5px solid #cccccc;
  }
  .recursosOnline .recursoSingle .row.unidades .volver_al_menu_wrapper {
    margin-bottom: 25px;
  }
}
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}

p {
  margin-bottom: 1.2rem;
}

.container {
  max-width: 1170px;
}

#content.site-content,
.home.elementor-page.page-template-fullwidth #content.site-content {
  padding-top: 35px;
}

*:focus {
  outline: none;
}

h1 {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.38;
  text-align: center;
  color: #53571e;
}

.single h1.entry-title {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.38;
  color: #53571e;
  text-align: left;
  border-bottom: 0;
}

h2,
body.single-taller h2,
body.single-trastornos h2 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.33;
  color: #53571e;
  margin-bottom: 30px;
}

h3 {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.38;
  text-align: center;
  color: #53571e;
  color: #53571e;
  margin-bottom: 15px;
}

h4 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  color: #53571e;
  margin-bottom: 15px;
}

h5 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  color: #53571e;
  font-size: 18px;
  margin-bottom: 15px;
}

.elementor-widget-heading .elementor-heading-title {
  color: #53571e;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}

a {
  color: #b7ba13;
}
a:hover {
  color: #b7ba13;
}

ul {
  padding-left: 20px;
}
ul li {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  padding-bottom: 15px;
}
ul li:last-child {
  padding-bottom: 0;
}
ul li ul {
  padding-left: 20px;
  padding-top: 15px;
}

.archiveDesc {
  padding: 25px 120px;
  background-color: rgba(232, 232, 232, 0.4);
}

.moreText {
  display: none;
}

.moreless-button {
  display: block;
  text-align: right;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  text-align: right;
  color: #333333;
}
.moreless-button:hover {
  text-decoration: none;
  color: #333333;
}
.moreless-button i {
  margin-left: 10px;
  border: 2px solid #ccc;
  border-radius: 50%;
  padding: 4px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #b7ba13;
  background: #fff;
}

#toc_container {
  background-color: rgba(183, 186, 19, 0.14);
  padding: 23px 15px 23px 15px;
  border: none;
  width: 360px;
}
#toc_container a {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #b7ba13;
}
#toc_container a:hover {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #b7ba13;
  text-decoration: underline;
}
#toc_container li {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
#toc_container li:last-child {
  margin-bottom: 0;
}
#toc_container li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  font-size: 5px;
  margin-right: 8px;
  color: #b7ba13;
  padding-top: 2em;
  vertical-align: middle;
}

.volver_al_menu_wrapper {
  background-color: rgba(232, 232, 232, 0.87);
  padding: 6px 15px 7px 0;
  text-align: right;
  margin-bottom: 1.2rem;
}
.volver_al_menu_wrapper a {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
  color: #b7ba13;
  color: #b7ba13;
}
.volver_al_menu_wrapper a:hover {
  text-decoration: none;
}
.volver_al_menu_wrapper a i {
  font-size: 16px;
  margin-left: 5px;
}

.tocWrapper {
  display: flex;
}
.tocWrapper #toc_container {
  flex: 0 0 360px;
  margin-left: 30px;
}

#Tecnicas_de_intervencion {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.17;
  text-align: center;
  color: #53571e;
  display: block;
  margin-bottom: 36px;
  margin-top: 50px;
}

.tecnicasIntervencion.talleres {
  display: flex;
  flex-direction: column;
  padding-left: 50px;
  padding-right: 0;
}
.tecnicasIntervencion.talleres li {
  flex: 0 0 100%;
}

ul li {
  list-style: none;
  list-style-type: none;
  /*display: flex;*/
  align-items: flex-start;
  margin-bottom: 15px;
}
ul li a {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #b7ba13;
}
ul li a:hover {
  color: #b7ba13;
}
ul li:last-child {
  margin-bottom: 0;
}
ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  font-size: 5px;
  margin-right: 8px;
  padding-top: 2em;
}

header ul li {
  margin-bottom: 0;
}
header ul li::before {
  display: none;
}

.tecnicasIntervencion {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  padding: 0 125px;
  margin-bottom: 49px;
}
.tecnicasIntervencion li {
  flex: 1 1 auto;
  display: flex;
}
.tecnicasIntervencion li::before {
  color: #b7ba13;
}
.tecnicasIntervencion li:nth-child(odd) {
  flex: 0 0 66%;
}

.colContacto {
  margin-bottom: 0 !important;
}

body .colContacto h2 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.17;
  text-align: center;
  color: #53571e;
  margin-bottom: 0;
  padding-bottom: 18px;
}

.telContactoWrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 31px;
}
.telContactoWrapper .telefono {
  border-radius: 19px;
  border: solid 1px #b7ba13;
  padding: 7px 10px;
  margin-right: 14px;
}
.telContactoWrapper .telefono:last-child {
  margin-right: 0;
}
.telContactoWrapper .telefono a {
  color: #b7ba13;
  font-weight: bold;
}

.colContacto strong {
  color: #333333;
}

.colContacto .contenido {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #333333;
}

.especialistas li {
  display: block;
  text-indent: -1em;
}
.especialistas li:before {
  vertical-align: middle;
}

.principalHome {
  background-color: rgba(232, 232, 232, 0.4);
  display: flex;
}
.principalHome h1 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.33;
  color: #53571e;
  text-align: left;
}
.principalHome .elementor-column > .elementor-element-populated {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.principalHome p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
}
.principalHome .elementor-text-editor {
  max-width: 80%;
  margin: auto;
}
.principalHome .eicon-play {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  border-radius: 50%;
  border: solid 9px rgba(232, 232, 232, 0.4);
  width: 82px;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(232, 232, 232, 0.4);
}
.principalHome .eicon-play::before {
  content: "\f04b";
  margin-left: 5px;
}

.h3Home {
  margin-bottom: 28px !important;
}

body .homeGrid h2 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  color: #b7ba13;
  padding-bottom: 0;
  /*margin-bottom: 30px;*/
  min-height: 4em;
}

.homeGrid .elementor-widget-wrap {
  align-items: stretch;
  align-content: stretch;
}
.homeGrid .moreless-button {
  margin-top: auto;
}
.homeGrid .moreless-button a {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  text-align: right;
  color: #333333;
}

.homeGrid p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}

body .parallaxSection {
  padding-top: 33px;
  padding-bottom: 28px;
  margin-top: 38px;
}
body .parallaxSection h2 {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  font-family: Lato;
  font-size: 48px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.04;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff !important;
}
body .parallaxSection .minih2 h2 {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.38;
  text-align: center;
  color: #ffffff;
}
body .parallaxSection .parallaxText {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  color: #ffffff;
}
body .parallaxSection .elementor-button-link {
  background-color: transparent;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.5);
  border: solid 2px #ffffff;
  padding: 10px;
  min-width: 180px;
  text-transform: uppercase;
}

.content-area:not(.entrada) .parallaxSection .parallaxText p {
  text-align: center !important;
  max-width: 540px;
  display: block;
  margin: auto;
}

.blogUpperSection {
  background-color: rgba(232, 232, 232, 0.4);
  padding: 76px 0;
}

.blogSection .elementor-container .elementor-row .elementor-element .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap {
  border: solid 2px #cccccc;
  background-color: #fff;
}
.blogSection .elementor-column-wrap {
  padding: 0 50px !important;
}
.blogSection .elementor-column-wrap .elementor-widget-wrap > .elementor-element {
  margin-bottom: 0 !important;
}
.blogSection .elementor-column-wrap .elementor-widget-wrap > .elementor-element.elementor-widget-text-editor {
  background: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  padding: 30px 25px 0;
}
.blogSection .elementor-column-wrap .elementor-widget-wrap > .elementor-element.elementor-widget-text-editor.moreless-button {
  padding-bottom: 30px;
}
.blogSection .elementor-column-wrap h4 {
  background-color: #b7ba13;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
}
.blogSection .elementor-column-wrap .elementor-widget-image {
  margin-bottom: 0 !important;
}
.blogSection .elementor-column-wrap .elementor-widget-image img {
  width: 100%;
}
.blogSection .moreless-button a {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  text-align: right;
  color: #333333;
}

.moreless-button a {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  text-align: right;
  color: #333333;
}

.sectionNosotros {
  background-color: rgba(183, 186, 19, 0.2);
  margin-top: 70px;
}
.sectionNosotros .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0;
}
.sectionNosotros img {
  width: 100%;
}
.sectionNosotros .colText .elementor-widget-wrap {
  align-items: center;
  align-content: center;
  padding-left: 65px;
  padding-right: 38px;
}
.sectionNosotros .elementor-widget-heading .elementor-heading-title {
  text-align: left;
}
.sectionNosotros p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
}

.seccionArticulos {
  padding-top: 75px;
  border-top: solid 1px #53571e;
  padding-bottom: 55px;
  border-bottom: 6px solid #53571e;
}
.seccionArticulos .elementor-widget-heading .elementor-heading-title {
  margin-bottom: 70px;
}
.seccionArticulos .noticiasWrapper {
  display: flex;
}
.seccionArticulos .noticiasWrapper .noticiaContainer {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  padding: 0 30px;
}
.seccionArticulos .noticiasWrapper .noticiaContainer .excerpt {
  margin-top: auto;
}
.seccionArticulos .noticiasWrapper .noticiaContainer .moreless-button {
  margin-top: 21px;
}
.seccionArticulos .noticiasWrapper .noticiaContainer h5 {
  min-height: 4em;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  color: #b7ba13;
}

.sectionSponsors {
  padding: 30px 0;
  border-bottom: 6px solid #e8e8e8;
}
.sectionSponsors .innerColSponsors {
  border-right: 6px solid #e8e8e8;
  padding-right: 30px;
  align-items: center;
  align-content: center;
}
.sectionSponsors .innerColSponsors:last-child {
  border-right: none;
  padding-right: 0;
  padding-left: 30px;
}
.sectionSponsors .innerColSponsors .elementor-widget-image {
  width: 33%;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.sectionAsociados {
  padding-top: 36px;
  padding-bottom: 40px;
}
.sectionAsociados p {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  color: #b7ba13;
}
.sectionAsociados .weirdImage {
  margin-top: -21px;
}

#comments p.comment-form-author,
#comments p.comment-form-email {
  display: flex;
  flex-direction: column;
}
#comments p.comment-form-author input,
#comments p.comment-form-email input {
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 8px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  margin-top: 3px;
}

.seccionApariciones {
  margin-top: 72px;
  padding-bottom: 44px;
}

.home #listado-aparciones {
  max-width: 100%;
  margin-bottom: 35px;
  margin-top: 40px;
}
.home #listado-aparciones .aparicion {
  flex: 0 0 33.3333%;
  margin-bottom: 0;
}
.home #listado-aparciones .captura-aparicion {
  background-color: transparent;
  margin-bottom: 0;
}
.home #listado-aparciones .innerAparicion {
  border-bottom: none;
  padding-bottom: 0;
}

.onlyMobileUs {
  display: none;
}

.seccionSlider {
  margin-top: 34px;
  margin-bottom: 40px;
}

.seccionSlider .swiper-slide figure {
  display: flex;
  align-items: stretch;
}

.seccionSlider .swiper-slide-inner {
  display: flex;
  padding-right: 30px;
  align-items: center;
}
.seccionSlider .swiper-slide-inner img {
  max-width: 120px;
  height: 140px;
  border-bottom: 2px solid #b7ba13;
}
.seccionSlider .swiper-slide-inner figcaption {
  text-align: left !important;
  padding: 0 15px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.13;
  color: #333333;
  background-color: rgba(232, 232, 232, 0.4);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 140px;
}
.seccionSlider .swiper-slide-inner figcaption br {
  display: none;
}
.seccionSlider .swiper-slide-inner figcaption a {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.11;
  color: #b7ba13;
  padding-bottom: 15px;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -23px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: rgba(232, 232, 232, 0.4);
  width: 15px;
  height: 15px;
  margin: 0 4px;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #53571e !important;
}

.seccionSlider .elementor-col-100 {
  justify-content: center;
}
.seccionSlider .elementor-element-populated {
  padding: 0 !important;
}

#cookie-law-info-bar {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  font-weight: bold;
  z-index: 9999999999;
}
#cookie-law-info-bar #wt-cli-accept-btn {
  background-color: #b7ba13 !important;
  padding: 9px 20px !important;
  border: 1px solid #333 !important;
  color: #fff;
  border-radius: 8px !important;
  /*height: 38px !important;*/
}
#cookie-law-info-bar span {
  max-width: 1140px;
  margin: auto;
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: center;
  align-items: center;
}
#cookie-law-info-bar span .cli-plugin-button.cli_settings_button {
  padding: 10px 20px !important;
  border: 1px solid #333 !important;
  border-radius: 8px !important;
  color: #333 !important;
  height: 38px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1em !important;
}
#cookie-law-info-bar span div {
  flex: 0 0 100%;
  margin-bottom: 20px;
  margin-top: 10px;
}
#cookie-law-info-bar span #cookie_action_close_header_reject {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 20px !important;
  margin-left: auto !important;
  background-color: #000;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold !important;
  line-height: 1em;
  color: #ffffff !important;
  height: auto;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
  margin-left: 0;
  text-decoration: none !important;
  border-radius: 5px !important;
  padding: 10px 20px !important;
}
#cookie-law-info-bar span #cookie_action_close_header {
  margin: 0 !important;
  margin-left: 20px !important;
  margin-right: auto !important;
  background-color: #b7ba13 !important;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold !important;
  line-height: 1em;
  color: #ffffff !important;
  height: auto;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
  margin-left: 0;
  text-decoration: none !important;
  border-radius: 5px !important;
  padding: 10px 20px !important;
}

.seguir-leyendo i {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b7ba13;
  border: solid 3px #e8e8e8;
  border-radius: 100%;
  padding-left: 0 !important;
  margin-left: 7px;
  text-decoration: none !important;
}
.seguir-leyendo i::before {
  padding: 0 !important;
  border: none !important;
}

.alert-info {
  background-color: rgba(183, 186, 19, 0.14);
  color: #53571e;
  border: none;
  border-radius: 0;
}

.single .entry-content img {
  margin-bottom: 30px;
}

.textImages {
  display: flex;
}
.textImages .alignright {
  flex: 1 0 auto;
}
.textImages .alignright img {
  max-width: 360px;
}

.ulCTA ul {
  margin-bottom: 0;
}
.ulCTA ul li {
  margin-bottom: 15px;
  padding-bottom: 0;
  display: flex;
  align-items: flex-start;
}
.ulCTA ul li:last-child {
  margin-bottom: 0;
}
.ulCTA ul li::before {
  margin-right: 21px;
  padding: 0;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .home.elementor-page.page-template-fullwidth #content.site-content {
    padding-top: 0;
  }
  .principalHome {
    margin: 0 -15px;
  }
  .principalHome .elementor-col-33,
  .principalHome .elementor-col-66 {
    width: 100% !important;
  }
  .principalHome .elementor-text-editor {
    max-width: 100%;
    padding: 26px 15px;
  }
  .homeGrid .elementor-col-25 {
    width: 50% !important;
  }
  .homeGrid .elementor-col-25 img {
    width: 100%;
  }
  body .homeGrid h2 {
    min-height: auto;
  }
  .blogSection .elementor-column-wrap {
    padding: 0 20px !important;
  }
  .sectionNosotros {
    margin: 0 -15px;
    padding: 0 15px;
    border-bottom: 1px solid #53571e;
  }
  .sectionNosotros .onlyMobileUs {
    display: block;
  }
  .sectionNosotros .onlyMobileUs h3 {
    text-align: center !important;
    padding-top: 23px;
  }
  .sectionNosotros .colText .elementor-widget-wrap {
    padding: 0;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #333333;
    padding-bottom: 25px;
  }
  .sectionNosotros .colText .elementor-widget-wrap h3 {
    display: none;
  }
  .sectionNosotros .colText .elementor-widget-wrap .moreless-button p {
    text-align: center !important;
  }
  .sectionNosotros .elementor-col-50 {
    width: 100% !important;
  }
  .seccionArticulos .noticiasWrapper {
    flex-wrap: wrap;
  }
  .seccionArticulos .noticiasWrapper .noticiaContainer {
    margin-bottom: 35px;
  }
  .seccionArticulos .noticiasWrapper .noticiaContainer:last-child {
    margin-bottom: 0;
  }
  .seccionArticulos .noticiasWrapper .noticiaContainer h5 {
    min-height: auto;
  }
  #cookie-law-info-bar span {
    margin: 0 !important;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  #cookie-law-info-bar span .cli-plugin-button.cli_settings_button {
    margin-left: 0 !important;
    margin-top: 30px !important;
  }
  #cookie-law-info-bar span #wt-cli-accept-btn {
    margin-top: 30px;
  }
  #cookie-law-info-bar span #cookie_action_close_header {
    margin-top: 20px !important;
  }
}
@media (max-width: 480px) {
  .single .entry-content img {
    margin-bottom: 20px;
  }
  .home h3 {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;
    text-align: center;
    color: #53571e;
  }
  .h3Home {
    margin-bottom: 25px !important;
  }
  .h3Home h3 {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;
    text-align: center;
    color: #53571e;
  }
  .homeGrid .elementor-col-25 {
    width: 100% !important;
    margin-bottom: 30px;
  }
  body .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0;
  }
  body .parallaxSection {
    padding-top: 73px;
    padding-bottom: 71px;
    padding-left: 20px;
    padding-right: 20px;
  }
  body .parallaxSection h2 {
    font-size: 48px;
  }
  body .parallaxSection .minih2 h2 {
    font-size: 32px;
  }
  body .parallaxSection .parallaxText {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    text-align: center;
    color: #ffffff;
    margin-bottom: 65px;
  }
  body .parallaxSection .elementor-button-link {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
  }
  .blogUpperSection {
    padding: 34px 0 0;
  }
  .blogSection .elementor-container .elementor-row .elementor-element .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap {
    margin-bottom: 34px;
  }
  .blogSection .elementor-column-wrap .elementor-widget-wrap > .elementor-element.elementor-widget-text-editor.moreless-button {
    padding: 5px 16px 16px;
  }
  .blogSection .elementor-column-wrap .elementor-widget-wrap > .elementor-element.elementor-widget-text-editor {
    padding: 11px 11px 0;
  }
  .blogSection .elementor-column-wrap h4 {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
  }
  .home #listado-aparciones {
    max-width: none;
    margin-bottom: 35px;
    margin-top: 40px;
    flex-wrap: nowrap;
    /*justify-content: center;*/
    scroll-snap-align: center;
    overflow: scroll;
    margin-left: -15px;
    margin-right: -15px;
  }
  .home #listado-aparciones .aparicion {
    margin: 0 15px;
  }
  .seccionArticulos {
    padding-top: 35px;
  }
  .seccionArticulos .noticiasWrapper .noticiaContainer {
    padding: 0;
  }
  .home .seccionArticulos h3 {
    margin-bottom: 0;
  }
  .seccionArticulos .elementor-widget-heading .elementor-heading-title {
    margin-bottom: 10px;
  }
  .sectionSponsors {
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .sectionSponsors .innerColSponsors:nth-child(1) {
    padding-right: 0;
    border-right: 0;
    border-bottom: 6px solid #e8e8e8;
  }
  .sectionSponsors .innerColSponsors:nth-child(1) .elementor-widget-wrap {
    justify-content: center;
  }
  .sectionSponsors .innerColSponsors:nth-child(1) .elementor-widget-image {
    width: 50%;
  }
  .sectionSponsors .innerColSponsors:nth-child(1) .elementor-widget-image:last-child {
    margin-top: 35px;
    padding-bottom: 32px;
  }
  .sectionSponsors .innerColSponsors:last-child {
    padding-left: 0;
    padding-top: 35px;
  }
  .sectionSponsors .innerColSponsors:last-child .elementor-widget-wrap {
    justify-content: center;
  }
  .sectionSponsors .innerColSponsors:last-child .elementor-widget-image {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding-bottom: 27px;
  }
  .sectionSponsors .innerColSponsors:last-child .elementor-widget-image:last-child {
    padding-bottom: 0;
  }
  .sectionAsociados {
    padding-top: 40px;
    padding-bottom: 23px;
  }
  .sectionAsociados .elementor-col-25 {
    padding-bottom: 20px;
    margin-top: 0 !important;
  }
  .mobilePosts {
    padding-top: 10px;
    padding-bottom: 25px;
    margin: 0 -15px;
  }
  .mobilePosts .elementor-widget-image-box .elementor-image-box-wrapper {
    display: flex;
    background-color: rgba(232, 232, 232, 0.4);
  }
  .mobilePosts .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mobilePosts .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-description {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 1.13;
    color: #333333;
    text-align: left;
  }
  .mobilePosts .elementor-widget-image-box .elementor-image-box-wrapper figure {
    margin-bottom: 0 !important;
    margin-right: 10px !important;
  }
  .mobilePosts .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img {
    width: auto !important;
  }
  .mobilePosts .elementor-widget-image-box .elementor-image-box-wrapper img {
    border-bottom: 2px solid #b7ba13;
    width: 140px !important;
  }
  .mobilePosts .elementor-widget-image-box .elementor-image-box-wrapper h3 {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.11;
    color: #b7ba13;
    text-align: left;
    margin-bottom: 8px;
  }
  .textImages {
    display: flex;
    flex-direction: column;
  }
  .textImages .alignright {
    flex: 1 0 auto;
    margin: 0;
  }
  .textImages .alignright img {
    max-width: 360px;
  }
}

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