@charset "UTF-8";
/*
Theme Name: Plena Inclusión
Theme URI: https://www.thethreeaxis.com
Author: The three axis
Author URI: https://www.thethreeaxis.com
Requires PHP: 7
Version: 1.0
Text Domain: plena-inclusion
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap");
* {
  color: #405862;
}

h1 {
  font-size: 2.4rem;
}
h1 strong {
  font-size: 2.6rem;
}

h2 {
  font-size: 2.3rem;
}
h2 strong {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.5rem;
}

.textoNaranja {
  color: #E07800 !important;
}

.textoGris {
  color: #828282;
}

.textoGrisOscuro {
  color: #405862;
}

.textoGrisClaro {
  color: #d1d1d1;
}

.textoGrisMuyClaro {
  color: #faf9f9;
}

.fondoGrisMuyClaro {
  background-color: #faf9f9;
}

.fondoGrisBastanteClaro {
  background-color: #e2e2e1;
}

.fondoGrisClaro {
  background-color: #f2f2f2;
}

.fondoGris {
  background-color: #828282;
}

.fondoGrisOscuro {
  background-color: #405862;
}

.fondoNaranjaClaro {
  background-color: #f4dbcb;
}

.bg-blanco-trans {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .bg-blanco-trans {
    background-color: rgba(255, 255, 255, 0.95);
  }
}
.btn-lg {
  padding: 0.7rem 1.5rem;
  font-size: 1.05rem;
}

.btn-primary {
  background-color: #E07800;
  border-color: #E07800;
  font-size: 1.5rem;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #944f00;
  border-color: #944f00;
}

.btn-texto a {
  font-size: 1.5rem !important;
}

.btn-outline-primary {
  border-color: #E07800;
  color: #405862;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  color: white;
  background-color: #E07800;
  border-color: #E07800;
}

.vc_btn3.vc_btn3-color-warning, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
  background-color: #E07800 !important;
  border-color: #E07800 !important;
}
.vc_btn3.vc_btn3-color-warning:hover, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:hover {
  background-color: #944f00 !important;
  border-color: #944f00 !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  background-color: white;
  height: 85px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
  transition: 0.2s all;
}
header .logo {
  display: inline-block;
  width: 140px;
  height: auto;
  margin: auto 0;
  transition: 0.2s all;
}
header #navButton {
  display: none;
}
header nav {
  display: inline-block;
  width: 100%;
  height: 100%;
}
header nav .menu-menu-principal-container {
  display: block;
  width: 100%;
  height: 100%;
}
header nav .menu {
  display: block;
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  text-align: center;
}
header nav .menu .menu-item {
  display: inline-flex;
  height: 100%;
  align-items: center;
  /*padding-top: 16px;*/
  margin-left: 30px;
}
header nav .menu .menu-item a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.1rem;
  font-weight: 400;
  color: #405862;
  text-decoration: none;
  transition: 0.2s all;
  position: relative;
}
header nav .menu .menu-item a:hover {
  color: #E07800;
}
header nav .menu .menu-item.current-menu-item a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: 6px;
  background-color: #f4dbcb;
}
header nav .menu .menu-item-has-children {
  position: relative;
}
header nav .menu .menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  background-color: #E07800;
  list-style: none;
  margin: 0;
  padding: 0;
}
header nav .menu .menu-item-has-children .sub-menu .menu-item {
  display: block;
  width: 300px;
  height: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
}
header nav .menu .menu-item-has-children .sub-menu .menu-item a {
  font-size: 0.9rem;
  font-weight: 400;
  color: white;
  padding: 10px 15px;
  transition: 0.2s all;
}
header nav .menu .menu-item-has-children .sub-menu .menu-item a:hover {
  background-color: #405862;
  color: white;
}
header nav .menu .menu-item-has-children .sub-menu .menu-item.current-menu-item a {
  background-color: #e2e2e1;
  color: #E07800;
}
header nav .menu .menu-item-has-children:last-of-type.sub-menu {
  left: auto;
  right: 0;
}
header nav .menu .menu-item-has-children.opened .sub-menu {
  display: block;
}

@media screen and (max-width: 992px) {
  header nav .menu .menu-item a {
    /*font-size: 0.9rem;*/
  }
}
@media screen and (max-width: 900px) {
  header #navButton {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 22px;
    font-size: 1.5rem;
    color: #E07800;
    transition: 0.2s all;
  }
  header #navButton:hover {
    color: #405862;
  }
  header nav {
    position: absolute;
    right: -320px;
    top: 85px;
    width: 320px;
    height: calc(100vh - 85px);
    background-color: #E07800;
    padding: 0;
    transition: 0.2s all;
  }
  header nav .menu {
    padding: 0;
  }
  header nav .menu .menu-item {
    display: block;
    margin: 0;
    height: auto;
    text-align: left;
  }
  header nav .menu .menu-item a {
    font-size: 0.9rem;
    padding: 12px 15px;
    color: white;
  }
  header nav .menu .menu-item a:hover {
    background-color: #405862;
    color: white;
  }
  header nav .menu .menu-item.current-menu-item a {
    background-color: #f2f2f2;
    color: white;
  }
  header nav .menu .menu-item.current-menu-item a:after {
    display: none;
  }
  header nav .menu .menu-item-has-children .sub-menu {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    background-color: #e2e2e1;
    list-style: none;
    margin: 0;
  }
  header nav .menu .menu-item-has-children .sub-menu .menu-item {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  header nav .menu .menu-item-has-children .sub-menu .menu-item a {
    color: #405862;
    padding: 12px 15px 12px 30px;
    transition: 0.2s all;
  }
  header nav .menu .menu-item-has-children .sub-menu .menu-item a:hover {
    background-color: #f2f2f2;
    color: white;
  }
  header nav .menu .menu-item-has-children .sub-menu .menu-item.current-menu-item a {
    background-color: #f2f2f2;
    color: white;
  }
  header nav.opened {
    right: 0;
  }
}
.degradadoBlanco {
  position: relative;
}
.degradadoBlanco::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.degradadoBlanco .wpb_column {
  position: relative;
  z-index: 2;
}

/* ====================================
    CARRUSEL NOVEDADES
==================================== */
.owl-dots .owl-dot span {
  background-color: #f4dbcb !important;
}
.owl-dots .owl-dot.active span {
  background-color: #E07800 !important;
}

#carruselNovedades {
  position: relative;
}
#carruselNovedades .botonSlider {
  font-size: 3rem;
  position: absolute;
  height: 48px;
  top: 0;
  bottom: 40px;
  margin: auto 0;
  cursor: pointer;
  z-index: 3;
}
#carruselNovedades .botonSlider i {
  color: #E07800;
  transition: 0.2s all;
}
#carruselNovedades .botonSlider:hover i {
  color: #405862;
}
#carruselNovedades .botonSlider.botonAnterior {
  left: -20px;
}
#carruselNovedades .botonSlider.botonSiguiente {
  right: -20px;
}
#carruselNovedades .item {
  padding: 20px;
}

#carruselDestacados {
  max-width: 1400px;
  margin: 0 auto;
}
#carruselDestacados .owl-carousel {
  /*        display: flex;
          align-items: center;
          justify-content: center;
          .owl-stage {
              display: flex;
              align-items: center;
          }*/
}

/* ====================================
    LISTADO ITINERARIOS
==================================== */
#listadoItinerarios .itemItinerario {
  display: block;
  background-color: #9B9390;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  transition: 0.2s all;
}
#listadoItinerarios .itemItinerario img {
  width: auto;
  height: 65px;
}
#listadoItinerarios .itemItinerario h3 {
  line-height: 100%;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-wrap: break-word;
}
#listadoItinerarios .itemItinerario:hover {
  background-color: #E07800;
}

@media screen and (max-width: 576px) {
  #carruselNovedades .botonSlider.botonAnterior {
    left: 0;
  }
  #carruselNovedades .botonSlider.botonSiguiente {
    right: 0;
  }
}
#listadoPage .content h2 {
  font-size: 3.3rem;
  line-height: 100%;
}

.buscador {
  border: 1px solid #E07800;
  border-radius: 100px;
  padding: 3px;
  max-width: 500px;
  margin: 0 auto 20px;
}
.buscador input {
  border: none;
  border-radius: 100px;
  text-align: center;
}
.buscador button {
  border-radius: 100px !important;
  padding: 0.6rem 1.6rem;
}

#filtroCursos {
  position: relative;
}
#filtroCursos .cabeceraSuperior {
  background-color: #f4dbcb;
}
#filtroCursos .botonAmpliar {
  width: 30px;
  height: 30px;
  position: relative;
}
#filtroCursos .botonAmpliar:before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  height: 24px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  color: #E07800;
}
#filtroCursos .cabecera {
  cursor: pointer;
}
#filtroCursos .cabecera.opened .botonAmpliar:before {
  content: "\f068";
}
#filtroCursos #contenedorFiltros {
  background-color: #f2f2f2;
}
#filtroCursos #contenedorFiltros .filtro {
  border-bottom: 1px solid #405862;
}
#filtroCursos #contenedorFiltros .filtro .form-check-input:checked {
  background-color: #E07800;
  border-color: #E07800;
}
#filtroCursos #contenedorFiltros .filtro .form-check-input:focus {
  border-color: #f4dbcb;
  box-shadow: 0 0 0 0.25rem #f4dbcb;
}
#filtroCursos #contenedorFiltros .filtro .opcionesFiltro {
  display: none;
}
#filtroCursos #contenedorFiltros .filtro .opcionesFiltro.opened {
  display: block;
}
#filtroCursos #contenedorFiltros .filtro #filtro_tema {
  position: absolute;
  top: 0;
  left: calc(100% + 20px);
  background-color: #faf9f9;
  border-radius: 40px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  padding: 30px 40px;
  width: 995px;
  z-index: 3;
}
#filtroCursos #contenedorFiltros .filtro #filtro_tema:after {
  content: "";
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 10px;
  height: 20%;
  background-color: #f4dbcb;
}

@media screen and (max-width: 1400px) {
  #filtroCursos #contenedorFiltros .filtro #filtro_tema {
    width: 860px;
  }
}
@media screen and (max-width: 1200px) {
  #filtroCursos #contenedorFiltros .filtro #filtro_tema {
    width: 645px;
  }
}
@media screen and (max-width: 992px) {
  #filtroCursos #contenedorFiltros .filtro #filtro_tema {
    width: 425px;
  }
}
@media screen and (max-width: 768px) {
  #filtroCursos #contenedorFiltros .filtro #filtro_tema {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0.5rem;
  }
}
#recomendadorPage .preguntasRecomendador .titulo, #recomendadorPage .preguntasRecomendador .titulo strong {
  font-size: 3.5rem;
  font-weight: 500;
}
#recomendadorPage .preguntasRecomendador .titulo strong {
  color: #57B23E;
}
#recomendadorPage .preguntasRecomendador .contenedorPasos {
  max-width: 800px;
  margin: 0 auto;
}
#recomendadorPage .preguntasRecomendador .contenedorPasos .paso {
  width: calc(20% - 11px);
  height: 44px;
  display: inline-block;
  position: relative;
}
#recomendadorPage .preguntasRecomendador .contenedorPasos .paso:nth-of-type(1) {
  width: 44px;
}
#recomendadorPage .preguntasRecomendador .contenedorPasos .paso .punto {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #d0d0d0;
  border: 4px solid white;
  transition: 0.2s all;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none !important;
}
#recomendadorPage .preguntasRecomendador .contenedorPasos .paso .linea {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  margin: auto 0;
  background-color: #d0d0d0;
}
#recomendadorPage .preguntasRecomendador .contenedorPasos .paso.pasoActivo .punto {
  background-color: #57B23E;
}
#recomendadorPage .preguntasRecomendador .contenedorPasos .paso.pasoActivo .punto:focus, #recomendadorPage .preguntasRecomendador .contenedorPasos .paso.pasoActivo .punto:active, #recomendadorPage .preguntasRecomendador .contenedorPasos .paso.pasoActivo .punto:hover {
  background-color: #E07800 !important;
}
#recomendadorPage .preguntasRecomendador .contenedorPasos .paso.pasoActivo .linea {
  background-color: #57B23E;
}

#cursoSingle .tituloCurso, #cursoSingle .tituloCurso strong {
  font-size: 3rem;
  font-weight: 500;
}
#cursoSingle .tituloCurso strong {
  color: #57B23E;
}
#cursoSingle .caracteristicasCurso .icono {
  width: 40px;
  height: 34px;
}
#cursoSingle .caracteristicasCurso .icono img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
#cursoSingle li {
  margin-bottom: 1rem;
}

footer {
  background-color: #faf9f9;
}
footer a {
  color: #405862;
  text-decoration: none;
  border-bottom: 1px solid;
}
footer a:hover, footer a:active, footer a:focus {
  color: #222e34;
}
footer h3 {
  margin-bottom: 20px;
}
footer .contacto ul {
  list-style: none;
  padding-left: 3rem;
}
footer .contacto ul li {
  position: relative;
  margin-bottom: 5px;
}
footer .contacto ul li::before {
  position: absolute;
  top: -1px;
  left: -31px;
  width: 20px;
  text-align: center;
  font-size: 20px;
  color: #405862;
  font-family: "Font Awesome 5 Free";
}
footer .contacto ul li:nth-of-type(1)::before {
  content: "\f3c5";
  font-weight: 900;
}
footer .contacto ul li:nth-of-type(2)::before {
  content: "\f3cd";
  font-weight: 900;
}
footer .contacto ul li:nth-of-type(3)::before {
  content: "\f0e0";
  font-weight: 900;
}
footer .rrss a {
  display: inline-block;
  width: auto;
  height: 34px;
  margin: 0 5px 5px 0;
  transition: 0.2s all;
  border: 0 none;
}
footer .rrss a img {
  width: auto;
  height: 100%;
}
footer .rrss a:hover {
  transform: scale(1.2);
}

.subfooter a {
  color: #405862;
  text-decoration: none;
  border-bottom: 1px solid;
}
.subfooter a:hover, .subfooter a:active, .subfooter a:focus {
  color: #0e1315;
}

main {
  margin-top: 85px;
  overflow-x: hidden;
}

.tituloConIcono .uavc-list-content {
  display: flex;
  align-items: center;
}

/* ====================================
    LISTADOS CURSOS
==================================== */
.fichaMediaCurso {
  background-color: #faf9f9;
  border-radius: 40px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  padding: 30px 40px;
  position: relative;
}
.fichaMediaCurso:after {
  content: "";
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 10px;
  height: 20%;
  background-color: #f4dbcb;
}
.fichaMediaCurso .col-sm-5 {
  position: relative;
}
.fichaMediaCurso .col-sm-5::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 80%;
  background-color: #f4dbcb;
}
.fichaMediaCurso .col-sm-7 p {
  line-height: 120%;
}
.fichaMediaCurso .col-sm-7 p:last-of-type {
  margin-bottom: 0;
}
.fichaMediaCurso .btn-sm {
  padding: 0.1rem 0.3rem;
  font-size: 1rem;
  margin-bottom: 5px;
}

.foto-mask {
  -webkit-mask: url("imgs/mascara-fotos.svg") no-repeat center/contain; /* Para WebKit */
  mask: url("imgs/mascara-fotos.svg") no-repeat center/contain; /* Para otros navegadores */
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.foto-mask .foto {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.fichaPequeCurso {
  border-radius: 40px;
  position: relative;
}
.fichaPequeCurso .ratio {
  border: 1px solid #405862;
  border-bottom: none;
  background-size: cover;
  background-position: center center;
  -webkit-border-top-left-radius: 40px;
  -webkit-border-top-right-radius: 40px;
  -moz-border-radius-topleft: 40px;
  -moz-border-radius-topright: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.fichaPequeCurso .body {
  border: 1px solid black;
  /*border-top: none;*/
  -webkit-border-bottom-right-radius: 40px;
  -webkit-border-bottom-left-radius: 40px;
  -moz-border-radius-bottomright: 40px;
  -moz-border-radius-bottomleft: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.fichaPequeCurso h3 {
  font-size: 1.2rem;
}
.fichaPequeCurso .btn-sm {
  padding: 0.1rem 0.3rem;
  font-size: 0.85rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 576px) {
  .fichaMediaCurso .col-sm-5::before {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */