@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto regular";
  src: url("../fonts/Roboto-Regular.woff") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  font-size: 100%;
  font-size: 15px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
body {
  color: #000;
  overflow-x: hidden;
}
.site-header-image {
  display: block;
  margin: auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  clear: both;
  display: block;
}
.search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.search-field:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}
.img-full {
  width: 100%;
}
/* Max img widths */
img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
/*Select2*/
/*.select2-container {
    width: 100% !important;
}*/
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 1.25px 0;
  line-height: inherit;
  color: inherit;
}
.select2-selection {
  position: relative;
}
.select2-dropdown {
  border: none;
}
/* Responsive Container (because Bootstrap 4.0.0 doesn't have this) */
.container-responsive {
  width: 100%;
  max-width: 1600px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.navbar-collapse {
  position: relative;
}
.navbar > .container-responsive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-responsive {
  padding-right: 0;
  padding-left: 0;
}
.navbar > .container,
.navbar > .container-responsive {
  max-width: 1110px;
}
.dropdown,
.dropup {
  position: initial;
}
/*HEADER*/
header {
  position: relative;
  height: 400px;
}
@media only screen and (max-width: 1199.98px) {
  header {
    height: 380px;
  }
}
@media only screen and (max-width: 991.98px) {
  header {
    height: 320px;
  }
}
header .btn-primary {
  background-color: #fff;
  color: #14508f;
  border-radius: 10px;
  padding: 0.2rem 0.4rem;
  line-height: 1.2;
  min-width: 150px;
  border-color: #fff;
}
@media only screen and (max-width: 399.98px) {
  header .btn-primary {
    font-size: 0.8rem;
    min-width: inherit;
  }
}
header .btn-primary:hover:not(:disabled):not(.disabled),
header .btn-primary:focus:not(:disabled):not(.disabled),
header .btn-primary:active:not(:disabled):not(.disabled) {
  background-color: transparent;
  color: #14508f;
  border-color: #14508f;
}
header .header-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 40px 60px;
}
@media only screen and (max-width: 767.98px) {
  header .header-title {
    padding: 40px;
  }
}
header .header-title h2 {
  display: block;
  margin: 0 auto;
  max-width: 900px;
  color: #fff;
  font-size: 3.5rem;
  letter-spacing: 1px;
  text-align: center;
  font-variant: small-caps;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1199.98px) {
  header .header-title h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 991.98px) {
  header .header-title h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 399.98px) {
  header .header-title h2 {
    font-size: 1.2rem;
  }
}
header .header-title h3 {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
  text-align: center;
  font-variant: small-caps;
}
@media only screen and (max-width: 991.98px) {
  header .header-title h3 {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 399.98px) {
  header .header-title h3 {
    font-size: 1rem;
  }
}
header * {
  z-index: 2;
}
header .header-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 35%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
}
@media only screen and (max-width: 991.98px) {
  header .header-image {
    background-position: center top;
  }
}
header .header-logo {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50px;
  width: 100%;
  max-width: 350px;
}
@media only screen and (max-width: 991.98px) {
  header .header-logo {
    max-width: 250px;
  }
}
@media only screen and (max-width: 399.98px) {
  header .header-logo {
    max-width: 180px;
  }
}
header .header-email {
  font-size: 1.6rem;
  color: #fff;
}
@media only screen and (max-width: 1199.98px) {
  header .header-email {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  header .header-email {
    font-size: 1rem;
  }
}
header .header-rr-ss {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 767.98px) {
  header .header-rr-ss {
    margin-top: -3.75rem;
    padding-right: 0.5rem;
  }
}
header .header-rr-ss a {
  display: block;
  font-size: 3rem;
  line-height: 4rem;
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  header .header-rr-ss a {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, #81c784, #14508f);
  background-image: -moz-linear-gradient(0deg, #81c784, #14508f);
  background-image: -ms-linear-gradient(0deg, #81c784, #14508f);
  background-image: -o-linear-gradient(0deg, #81c784, #14508f);
  background-image: linear-gradient(90deg, #81c784, #14508f);
  z-index: 1;
}
#buscador {
  position: relative;
  margin-top: -1.25rem;
  z-index: 2;
}
#buscador .form-control {
  border-radius: 0;
  color: #b0b0b0;
  padding: 0.5rem 0.75rem;
  border: none;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
#buscador .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b0b0b0;
}
#buscador .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #b0b0b0;
}
#buscador .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #b0b0b0;
}
#buscador .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #b0b0b0;
}
#buscador .form-control:focus {
  color: #000;
  border: none;
  outline: 0;
}
@media only screen and (max-width: 575.98px) {
  #buscador .form-control {
    margin-bottom: 1rem;
  }
}
#buscador .select2-selection.form-control {
  height: calc(2.5rem + 2px);
}
#buscador .btn-primary {
  position: relative;
  background-color: #14508f;
  color: #fff;
  border-radius: 100%;
  padding: 0.2rem 0.4rem;
  width: 6.5rem;
  height: 6.5rem;
  border-color: #14508f;
  text-transform: uppercase;
  margin-top: -2rem;
}
#buscador .btn-primary:hover:not(:disabled):not(.disabled),
#buscador .btn-primary:focus:not(:disabled):not(.disabled),
#buscador .btn-primary:active:not(:disabled):not(.disabled) {
  background-color: #14508f;
  color: #fff;
  border-color: #14508f;
}
@media only screen and (max-width: 575.98px) {
  #buscador .btn-primary {
    border-radius: 0;
    height: inherit;
  }
}
#buscador .btn-primary svg {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 575.98px) {
  #buscador .btn-primary svg {
    display: none;
  }
}
#buscador .btn-primary svg circle {
  fill: transparent;
  stroke: #81c784;
  stroke-width: 1;
  stroke-dasharray: 267;
  *transition: stroke-dashoffset 1s;
  /* firefox bug fix - won't rotate at 90deg angles */
  -moz-transform: rotate(-89deg) translateX(-190px);
  stroke-dashoffset: 267;
  -webkit-animation: deshow50 1s;
  animation: deshow50 1s;
  *-webkit-animation-play-state: paused;
}
#buscador .btn-primary:hover svg circle {
  -webkit-animation: show50 1s;
  animation: show50 1s;
  animation-fill-mode: forwards;
  *-webkit-animation-play-state: running;
}
@media only screen and (max-width: 575.98px) {
  #buscador .btn-primary {
    display: block;
    margin: 0 auto;
  }
}
@-webkit-keyframes show50 {
  from {
    stroke-dashoffset: 267;
  }
  to {
    stroke-dashoffset: 133.5;
  }
}
@keyframes show50 {
  from {
    stroke-dashoffset: 267;
  }
  to {
    stroke-dashoffset: 133.5;
  }
}
@-webkit-keyframes deshow50 {
  from {
    stroke-dashoffset: 133.5;
  }
  to {
    stroke-dashoffset: 267;
  }
}
@keyframes deshow50 {
  from {
    stroke-dashoffset: 133.5;
  }
  to {
    stroke-dashoffset: 267;
  }
}
.ui-autocomplete {
  list-style: none;
  background: #fff;
  padding: 0;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.ui-autocomplete .ui-menu-item {
  padding: 0.5rem 0.75rem;
  border-top: 1px solid #b0b0b0;
  cursor: pointer;
}
.ui-autocomplete-input.loading {
  background: url("../img/loader.gif") no-repeat right center;
  background-size: 2rem;
  background-color: #fff;
}
/*TARJETAS*/
.tarjetas h3 {
  color: #002961;
  font-size: 1.667rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767.98px) {
  .tarjetas h3 {
    font-size: 1.3rem;
  }
}
.tarjetas h3:before {
  content: "";
  display: inline-block;
  height: 1.667rem;
  width: 1.667rem;
  background-color: #81c784;
  vertical-align: top;
  border-radius: 100%;
  margin-right: 15px;
}
.tarjetas .tarjeta {
  display: block;
  position: relative;
  width: 100%;
  height: 18rem;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575.98px) {
  .tarjetas .tarjeta {
    height: 12rem;
  }
}
.tarjetas .tarjeta.grande {
  height: 20rem;
}
.tarjetas .tarjeta.grande.mitad {
  height: calc(10rem - 15px);
}
.tarjetas .tarjeta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 10px;
  opacity: 1;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}
.tarjetas .tarjeta.azul:before {
  background-image: -webkit-linear-gradient(0deg, #14508f, transparent 50%);
  background-image: -moz-linear-gradient(0deg, #14508f, transparent 50%);
  background-image: -ms-linear-gradient(0deg, #14508f, transparent 50%);
  background-image: -o-linear-gradient(0deg, #14508f, transparent 50%);
  background-image: linear-gradient(90deg, #14508f, transparent 50%);
}
.tarjetas .tarjeta.verde:before {
  background-image: -webkit-linear-gradient(0deg, #81c784, transparent 50%);
  background-image: -moz-linear-gradient(0deg, #81c784, transparent 50%);
  background-image: -ms-linear-gradient(0deg, #81c784, transparent 50%);
  background-image: -o-linear-gradient(0deg, #81c784, transparent 50%);
  background-image: linear-gradient(90deg, #81c784, transparent 50%);
}
.tarjetas .tarjeta:hover:before {
  opacity: 1;
}
.tarjetas .tarjeta.grande:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 10px;
  opacity: 1;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}
.tarjetas .tarjeta.grande.azul:before {
  background-image: -webkit-linear-gradient(0deg, #14508f, transparent 90%);
  background-image: -moz-linear-gradient(0deg, #14508f, transparent 90%);
  background-image: -ms-linear-gradient(0deg, #14508f, transparent 90%);
  background-image: -o-linear-gradient(0deg, #14508f, transparent 90%);
  background-image: linear-gradient(90deg, #14508f, transparent 90%);
}
.tarjetas .tarjeta.grande.verde:before {
  background-image: -webkit-linear-gradient(0deg, #81c784, transparent 90%);
  background-image: -moz-linear-gradient(0deg, #81c784, transparent 90%);
  background-image: -ms-linear-gradient(0deg, #81c784, transparent 90%);
  background-image: -o-linear-gradient(0deg, #81c784, transparent 90%);
  background-image: linear-gradient(90deg, #81c784, transparent 90%);
}
.tarjetas .tarjeta:hover:before {
  opacity: 0.7;
}
.tarjetas .tarjeta.blog {
  background-color: #14508f;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12rem;
}
.tarjetas .tarjeta.blog .nombre {
  font-size: 4rem;
  padding: 0;
}
.tarjetas .tarjeta:hover {
  text-decoration: none;
}
.tarjetas .tarjeta .nombre {
  position: relative;
  color: #fff;
  padding: 1rem 1rem 0.1rem 1rem;
  font-size: 1.667rem;
  letter-spacing: 1px;
  z-index: 2;
  margin-bottom: 0;
}
.tarjetas .tarjeta .municipio {
  position: relative;
  margin-bottom: 15px;
  color: #fff;
  padding: 0.1rem 1rem 0.2rem 1rem;
  font-size: 1rem;
  text-transform: uppercase;
  z-index: 2;
  transition: 0.5s;
}
.tarjetas .tarjeta.azul .municipio {
  color: #517cc0;
}
.tarjetas .tarjeta.verde .municipio {
  color: #b2fab4;
}
.tarjetas .tarjeta.grande:hover .municipio {
  color: #fff;
}
/*BUSCADOR EVENTOS*/
.buscador-eventos {
  position: relative;
  background-color: #fafafa;
}
.buscador-eventos:before {
  content: "";
  background: #002961;
  position: absolute;
  width: 41.666666%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767.98px) {
  .buscador-eventos:before {
    width: 100%;
    height: 420px;
  }
}
.buscador-eventos.resultados {
  margin-top: -5rem;
}
.buscador-eventos.resultados:before {
  width: 33.333333%;
}
@media only screen and (max-width: 767.98px) {
  .buscador-eventos {
    *background: #002961;
  }
}
@media only screen and (max-width: 767.98px) {
  .buscador-eventos .buscador {
    padding-bottom: 2rem;
  }
}
.buscador-eventos .buscador h3 {
  font-size: 1.667rem;
  color: #fff;
  margin-bottom: 3rem;
}
.buscador-eventos .buscador form.fix {
  position: fixed;
  top: 3rem;
  left: 0;
  max-width: 33.333333%;
}
.buscador-eventos .buscador form .form-control {
  border-radius: 10px;
  color: #fff;
  padding: 0.5rem 0.75rem;
  border: 1px solid #fff;
  box-shadow: none;
  background: transparent;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  text-align: center;
}
.buscador-eventos .buscador form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.buscador-eventos .buscador form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.buscador-eventos .buscador form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.buscador-eventos .buscador form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.buscador-eventos .buscador form .form-control:focus {
  outline: 0;
}
.buscador-eventos .buscador form select {
  text-align: center;
}
.buscador-eventos .buscador form select option {
  text-align: center;
  color: #000;
}
.buscador-eventos .select2-selection.form-control {
  height: calc(2.5rem + 2px);
}
.buscador-eventos .btn-primary {
  background-color: #81c784;
  color: #fff;
  border-radius: 10px;
  padding: 0.2rem 2rem;
  border-color: #81c784;
  text-transform: uppercase;
  margin-top: 2rem;
}
.buscador-eventos .btn-primary:hover:not(:disabled):not(.disabled),
.buscador-eventos .btn-primary:focus:not(:disabled):not(.disabled),
.buscador-eventos .btn-primary:active:not(:disabled):not(.disabled) {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
/*TARJETAS PEQUEÑAS SERVICIOS*/
.servicios h3,
.municipios h3 {
  font-size: 1.667rem;
  font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
  .servicios h3,
  .municipios h3 {
    font-size: 1.3rem;
  }
}
.servicios .ver-todos,
.municipios .ver-todos {
  background-color: transparent;
  color: #14508f;
  border-radius: 2rem;
  padding: 0.8rem 0.6rem;
  line-height: 1.2;
  min-width: 200px;
  border-color: #14508f;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.servicios .ver-todos:hover:not(:disabled):not(.disabled),
.municipios .ver-todos:hover:not(:disabled):not(.disabled),
.servicios .ver-todos:focus:not(:disabled):not(.disabled),
.municipios .ver-todos:focus:not(:disabled):not(.disabled),
.servicios .ver-todos:active:not(:disabled):not(.disabled),
.municipios .ver-todos:active:not(:disabled):not(.disabled) {
  background-color: #fff;
  color: #14508f;
  border-color: #fff;
}
@media only screen and (max-width: 1199.98px) {
  .servicios .ver-todos,
  .municipios .ver-todos {
    padding: 0.6rem 0.2rem;
    min-width: 140px;
  }
}
.servicios .tarjeta,
.municipios .tarjeta {
  display: block;
  position: relative;
  width: 100%;
}
.servicios .tarjeta .imagen,
.municipios .tarjeta .imagen {
  min-height: 14rem;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991.98px) {
  .servicios .tarjeta .imagen,
  .municipios .tarjeta .imagen {
    min-height: 12rem;
  }
}
.servicios .tarjeta .imagen:before,
.municipios .tarjeta .imagen:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 10px;
  opacity: 0.8;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}
.servicios .tarjeta .imagen.azul:before,
.municipios .tarjeta .imagen.azul:before {
  background-image: -webkit-linear-gradient(0deg, rgba(20, 80, 143, 0.9), transparent 50%);
  background-image: -moz-linear-gradient(0deg, rgba(20, 80, 143, 0.9), transparent 50%);
  background-image: -ms-linear-gradient(0deg, rgba(20, 80, 143, 0.9), transparent 50%);
  background-image: -o-linear-gradient(0deg, rgba(20, 80, 143, 0.9), transparent 50%);
  background-image: linear-gradient(90deg, rgba(20, 80, 143, 0.9), transparent 50%);
}
.servicios .tarjeta .imagen.verde:before,
.municipios .tarjeta .imagen.verde:before {
  background-image: -webkit-linear-gradient(0deg, rgba(129, 199, 132, 0.9), transparent 50%);
  background-image: -moz-linear-gradient(0deg, rgba(129, 199, 132, 0.9), transparent 50%);
  background-image: -ms-linear-gradient(0deg, rgba(129, 199, 132, 0.9), transparent 50%);
  background-image: -o-linear-gradient(0deg, rgba(129, 199, 132, 0.9), transparent 50%);
  background-image: linear-gradient(90deg, rgba(129, 199, 132, 0.9), transparent 50%);
}
.servicios .tarjeta .imagen:hover:before,
.municipios .tarjeta .imagen:hover:before {
  opacity: 1;
}
.servicios .tarjeta .info,
.municipios .tarjeta .info {
  color: #000;
  padding: 1rem 0;
  font-size: 1.667rem;
  *letter-spacing: 1px;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .servicios .tarjeta .info,
  .municipios .tarjeta .info {
    padding: 0.5rem 0;
  }
}
.servicios .tarjeta .info .nombre,
.municipios .tarjeta .info .nombre {
  font-size: 1.3rem;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 991.98px) {
  .servicios .tarjeta .info .nombre,
  .municipios .tarjeta .info .nombre {
    font-size: 1rem;
    font-weight: 600;
  }
}
.servicios .tarjeta .info .municipio,
.municipios .tarjeta .info .municipio {
  font-size: 1rem;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 991.98px) {
  .servicios .tarjeta .info .municipio,
  .municipios .tarjeta .info .municipio {
    font-size: 0.8rem;
  }
}
.servicios .tarjeta .info .distancia,
.municipios .tarjeta .info .distancia {
  font-size: 1rem;
  margin-bottom: 0.2rem;
  color: #517cc0;
}
.servicios .tarjeta .info .provincia,
.municipios .tarjeta .info .provincia {
  position: absolute;
  bottom: 1.2rem;
  right: 0;
  text-transform: uppercase;
  background-color: #14508f;
  color: #fff;
  border-radius: 100%;
  height: 3rem;
  width: 3rem;
  text-align: center;
  line-height: 3rem;
}
.servicios .tarjeta:hover,
.municipios .tarjeta:hover {
  text-decoration: none;
}
.servicios #ver-mas-pueblos,
.municipios #ver-mas-pueblos {
  margin-left: 2rem;
  font-size: 1.667rem;
  font-weight: bold;
  text-align: right;
  color: #81c784;
}
@media only screen and (max-width: 991.98px) {
  .servicios #ver-mas-pueblos,
  .municipios #ver-mas-pueblos {
    margin-left: 0;
    margin-top: 0.5rem;
    display: block;
  }
}
.servicios.pueblos-de .pueblos,
.municipios.pueblos-de .pueblos {
  display: none;
}
.servicios .owl-nav > div,
.municipios .owl-nav > div {
  position: absolute;
  top: 6rem;
  color: #fff;
  border-radius: 100%;
  height: 2rem;
  width: 2rem;
  background-color: #002961;
  text-align: center;
  line-height: 2rem;
}
.servicios .owl-nav > div.owl-prev,
.municipios .owl-nav > div.owl-prev {
  left: 1rem;
}
.servicios .owl-nav > div.owl-next,
.municipios .owl-nav > div.owl-next {
  right: 1rem;
}
/*COMARCA*/
.comarca .descripcion p {
  font-size: 1rem;
}
.comarca .galeria {
  width: 100%;
  margin-bottom: 10px;
}
.comarca .galeria .lSSlideWrapper ul {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0;
}
.comarca .galeria .lSSlideWrapper li {
  position: relative;
  display: block;
  float: left;
  margin-right: 6px;
  cursor: pointer;
}
.comarca .galeria .lSSlideWrapper li .pie {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 2rem 1rem 0.5rem 1rem;
  background-image: -webkit-linear-gradient(90deg, #14508f, transparent 100%);
  background-image: -moz-linear-gradient(90deg, #14508f, transparent 100%);
  background-image: -ms-linear-gradient(90deg, #14508f, transparent 100%);
  background-image: -o-linear-gradient(90deg, #14508f, transparent 100%);
  background-image: linear-gradient(0deg, #14508f, transparent 100%);
}
.comarca .galeria .lSSlideWrapper img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  *width: 100vw;
  height: 45rem;
  object-fit: contain;
}
@media only screen and (max-width: 767.98px) {
  .comarca .galeria .lSSlideWrapper img {
    height: 22rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .comarca .galeria .lSSlideWrapper img {
    height: 16rem;
  }
}
.comarca .galeria .lSPager img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100px;
  display: block;
  margin: 0 auto;
  background-color: #fff;
}
/*COMARCAS*/
.subheader-comarcas h1 {
  color: #14508f;
  font-size: 2.5rem;
  letter-spacing: 1px;
  border-bottom: 2px solid #81c784;
}
/*TARJETAS PEQUEÑAS COMARCAS*/
.comarcas h3 {
  font-size: 1.667rem;
  font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
  .comarcas h3 {
    font-size: 1.3rem;
  }
}
.comarcas .ver-todos {
  background-color: transparent;
  color: #14508f;
  border-radius: 2rem;
  padding: 0.8rem 0.6rem;
  line-height: 1.2;
  min-width: 200px;
  border-color: #14508f;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.comarcas .ver-todos:hover:not(:disabled):not(.disabled),
.comarcas .ver-todos:focus:not(:disabled):not(.disabled),
.comarcas .ver-todos:active:not(:disabled):not(.disabled) {
  background-color: #fff;
  color: #14508f;
  border-color: #fff;
}
@media only screen and (max-width: 1199.98px) {
  .comarcas .ver-todos {
    padding: 0.6rem 0.2rem;
    min-width: 140px;
  }
}
.comarcas .tarjeta {
  display: block;
  position: relative;
  width: 100%;
}
.comarcas .tarjeta .imagen {
  min-height: 14rem;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.comarcas .tarjeta .imagen:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 10px;
  opacity: 0.8;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}
.comarcas .tarjeta .imagen.azul:before {
  background-image: -webkit-linear-gradient(0deg, rgba(20, 80, 143, 0.9), transparent 50%);
  background-image: -moz-linear-gradient(0deg, rgba(20, 80, 143, 0.9), transparent 50%);
  background-image: -ms-linear-gradient(0deg, rgba(20, 80, 143, 0.9), transparent 50%);
  background-image: -o-linear-gradient(0deg, rgba(20, 80, 143, 0.9), transparent 50%);
  background-image: linear-gradient(90deg, rgba(20, 80, 143, 0.9), transparent 50%);
}
.comarcas .tarjeta .imagen.verde:before {
  background-image: -webkit-linear-gradient(0deg, rgba(129, 199, 132, 0.9), transparent 50%);
  background-image: -moz-linear-gradient(0deg, rgba(129, 199, 132, 0.9), transparent 50%);
  background-image: -ms-linear-gradient(0deg, rgba(129, 199, 132, 0.9), transparent 50%);
  background-image: -o-linear-gradient(0deg, rgba(129, 199, 132, 0.9), transparent 50%);
  background-image: linear-gradient(90deg, rgba(129, 199, 132, 0.9), transparent 50%);
}
.comarcas .tarjeta .imagen:hover:before {
  opacity: 1;
}
.comarcas .tarjeta .info {
  color: #000;
  padding: 1rem 0;
  font-size: 1.667rem;
  *letter-spacing: 1px;
  position: relative;
}
.comarcas .tarjeta .info .nombre {
  font-size: 1.3rem;
  margin-bottom: 0.2rem;
}
.comarcas .tarjeta .info .municipio {
  font-size: 1rem;
  margin-bottom: 0.2rem;
}
.comarcas .tarjeta .info .distancia {
  font-size: 1rem;
  margin-bottom: 0.2rem;
  color: #517cc0;
}
.comarcas .tarjeta .info .provincia {
  position: absolute;
  bottom: 1.2rem;
  right: 0;
  text-transform: uppercase;
  background-color: #14508f;
  color: #fff;
  border-radius: 100%;
  height: 3rem;
  width: 3rem;
  text-align: center;
  line-height: 3rem;
}
.comarcas .tarjeta:hover {
  text-decoration: none;
}
.comarcas .owl-nav > div {
  position: absolute;
  top: 6rem;
  color: #fff;
  border-radius: 100%;
  height: 2rem;
  width: 2rem;
  background-color: #002961;
  text-align: center;
  line-height: 2rem;
}
.comarcas .owl-nav > div.owl-prev {
  left: 1rem;
}
.comarcas .owl-nav > div.owl-next {
  right: 1rem;
}
/*LISTADO DE SERVICIOS*/
@media only screen and (max-width: 575.98px) {
  .todos-servicios {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.todos-servicios .servicio {
  height: 18rem;
  margin-bottom: 2rem;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767.98px) {
  .todos-servicios .servicio {
    height: 15rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .todos-servicios .servicio {
    height: 13rem;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 399.98px) {
  .todos-servicios .servicio {
    height: 11rem;
  }
}
.todos-servicios .servicio .imagen {
  max-width: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .todos-servicios .servicio .imagen {
    max-width: 200px;
  }
}
.todos-servicios .servicio .imagen .carousel {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.todos-servicios .servicio .imagen .carousel .carousel-inner {
  height: 100%;
}
.todos-servicios .servicio .imagen .carousel .carousel-inner .carousel-item {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.todos-servicios .servicio .informacion {
  padding: 2rem 0;
}
@media only screen and (max-width: 575.98px) {
  .todos-servicios .servicio .informacion {
    padding: 1rem 0;
  }
}
.todos-servicios .servicio .informacion h3 {
  font-size: 1.667rem;
}
@media only screen and (max-width: 767.98px) {
  .todos-servicios .servicio .informacion h3 {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .todos-servicios .servicio .informacion h3 {
    font-size: 1rem;
    font-weight: bold;
  }
}
.todos-servicios .servicio .informacion h3 a {
  font-size: inherit;
  color: inherit;
}
.todos-servicios .servicio .informacion h4 {
  font-size: 1rem;
  color: #14508f;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 575.98px) {
  .todos-servicios .servicio .informacion h4 {
    font-size: 0.7rem;
  }
}
@media only screen and (max-width: 399.98px) {
  .todos-servicios .servicio .informacion h4 {
    display: none;
  }
}
.todos-servicios .servicio .informacion p {
  font-size: 1rem;
}
@media only screen and (max-width: 1199.98px) {
  .todos-servicios .servicio .informacion p {
    display: none;
  }
}
.todos-servicios .servicio .informacion .enlaces {
  position: absolute;
  left: 15px;
  bottom: 2rem;
}
@media only screen and (max-width: 767.98px) {
  .todos-servicios .servicio .informacion .enlaces {
    bottom: 1rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .todos-servicios .servicio .informacion .enlaces {
    bottom: 0.5rem;
  }
}
.todos-servicios .servicio .informacion .enlaces .btn-primary {
  background-color: #fff;
  color: #81c784;
  border-radius: 10px;
  padding: 0.2rem 0.4rem;
  line-height: 1.2;
  min-width: 150px;
  border-color: #81c784;
  margin-right: 1rem;
  margin-bottom: 0.2rem;
}
.todos-servicios .servicio .informacion .enlaces .btn-primary:hover:not(:disabled):not(.disabled),
.todos-servicios .servicio .informacion .enlaces .btn-primary:focus:not(:disabled):not(.disabled),
.todos-servicios .servicio .informacion .enlaces .btn-primary:active:not(:disabled):not(.disabled) {
  background-color: transparent;
  color: #81c784;
  border-color: #81c784;
}
@media only screen and (max-width: 575.98px) {
  .todos-servicios .servicio .informacion .enlaces .btn-primary {
    min-width: 102px;
  }
}
@media only screen and (max-width: 399.98px) {
  .todos-servicios .servicio .informacion .enlaces .btn-primary {
    font-size: 0.7rem;
    min-width: 80px;
  }
}
.todos-servicios .servicio .iconos {
  max-width: 400px;
}
@media only screen and (max-width: 767.98px) {
  .todos-servicios .servicio .iconos {
    display: none;
  }
}
.todos-servicios .servicio .iconos .modalidad {
  text-transform: uppercase;
  color: #14508f;
  padding-top: 2rem;
}
.todos-servicios .servicio .iconos ul {
  list-style: none;
  padding: 0;
  padding-left: 3rem;
  margin: 0;
}
.todos-servicios .servicio .iconos ul li {
  line-height: 25px;
  color: #14508f;
  list-style-position: inside;
  text-indent: -3rem;
}
.todos-servicios .servicio .iconos ul li .icono {
  width: 25px;
  height: 25px;
  margin-right: 20px;
  background-size: 42px;
}
.todos-servicios .servicio .precio-medio {
  background-color: #b2fab4;
  max-width: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (max-width: 575.98px) {
  .todos-servicios .servicio .precio-medio {
    max-width: 60px;
  }
}
@media only screen and (max-width: 399.98px) {
  .todos-servicios .servicio .precio-medio {
    max-width: 40px;
  }
}
.todos-servicios .servicio .precio-medio .precio {
  color: #002961;
  font-size: 2.5rem;
  line-height: 1;
}
@media only screen and (max-width: 575.98px) {
  .todos-servicios .servicio .precio-medio .precio {
    font-size: 1.667rem;
  }
}
@media only screen and (max-width: 399.98px) {
  .todos-servicios .servicio .precio-medio .precio {
    font-size: 1.3rem;
  }
}
.todos-servicios .servicio .precio-medio .aprox {
  color: #002961;
  font-size: 0.7rem;
}
.todos-servicios .servicio .precio-medio .unidad {
  color: #002961;
  font-size: 1.667rem;
}
@media only screen and (max-width: 575.98px) {
  .todos-servicios .servicio .precio-medio .unidad {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 399.98px) {
  .todos-servicios .servicio .precio-medio .unidad {
    font-size: 0.8rem;
  }
}
.todos-servicios #cargar-mas {
  display: block;
  margin: 0 auto;
  background-color: transparent;
  color: #14508f;
  border-radius: 2rem;
  padding: 0.8rem 0.6rem;
  line-height: 1.2;
  max-width: 200px;
  border-color: #14508f;
}
.todos-servicios #cargar-mas:hover:not(:disabled):not(.disabled),
.todos-servicios #cargar-mas:focus:not(:disabled):not(.disabled),
.todos-servicios #cargar-mas:active:not(:disabled):not(.disabled) {
  background-color: #fff;
  color: #14508f;
  border-color: #fff;
}
/*ICONOS*/
.icono {
  display: inline-block;
  vertical-align: top;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.icono-horario {
  background-image: url("../img/servicios/iconos/horario.png");
}
.icono-wifi {
  background-image: url("../img/servicios/iconos/wifi.png");
}
.icono-vegetariano {
  background-image: url("../img/servicios/iconos/vegetariano.png");
}
.icono-minusvalidos {
  background-image: url("../img/servicios/iconos/minusvalidos.png");
}
.icono-mascotas {
  background-image: url("../img/servicios/iconos/mascotas.png");
}
/*MUNICIPIO*/
.subheader .title,
.subheader .title a {
  color: #000;
  font-size: 4rem;
}
@media only screen and (max-width: 767.98px) {
  .subheader .title,
  .subheader .title a {
    font-size: 1.667rem;
    font-weight: bold;
  }
}
@media only screen and (max-width: 575.98px) {
  .subheader .title,
  .subheader .title a {
    font-size: 1.3rem;
    font-weight: bold;
  }
}
.subheader .subtitle {
  font-size: 1.667rem;
  font-family: "Roboto regular";
  text-transform: uppercase;
  color: #002961;
  margin: 1.5rem 0;
}
.subheader .subtitle a {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
.subheader .subtitle a:hover {
  text-decoration: none;
}
.subheader .migas-de-pan {
  display: inline-block;
  background-color: transparent;
  color: #81c784;
  border-radius: 2rem;
  padding: 0.8rem 0.6rem;
  line-height: 1.2;
  min-width: 160px;
  border: 1px solid #81c784;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .subheader .migas-de-pan {
    padding: 0.6rem 0.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .subheader {
    padding-top: 1rem !important;
  }
}
.detalle-fondo {
  position: relative;
  overflow: hidden;
}
.detalle-fondo:before {
  content: "";
  background-image: -webkit-linear-gradient(-90deg, rgba(232, 232, 232, 0.9), transparent 40%);
  background-image: -moz-linear-gradient(-90deg, rgba(232, 232, 232, 0.9), transparent 40%);
  background-image: -ms-linear-gradient(-90deg, rgba(232, 232, 232, 0.9), transparent 40%);
  background-image: -o-linear-gradient(-90deg, rgba(232, 232, 232, 0.9), transparent 40%);
  background-image: linear-gradient(180deg, rgba(232, 232, 232, 0.9), transparent 40%);
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.servicios-fondo {
  position: relative;
  overflow: hidden;
}
.servicios-fondo:before {
  content: "";
  /*.gradient(linear;
        fade(@gris-1, 90%), transparent 40%;
        180deg);*/
  background: #e8e8e8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.todos-servicios-fondo {
  position: relative;
  overflow: hidden;
}
.todos-servicios-fondo:before {
  content: "";
  /*.gradient(linear;
        fade(@gris-1, 90%), transparent 40%;
        180deg);*/
  background: #e8e8e8;
  position: absolute;
  top: 12rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.municipio .municipio-servicios {
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .municipio .municipio-servicios {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.municipio .municipio-servicios .municipio-servicio {
  display: inline-block;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (max-width: 1199.98px) {
  .municipio .municipio-servicios .municipio-servicio {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .municipio .municipio-servicios .municipio-servicio {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
  }
}
.municipio .municipio-servicios .municipio-servicio .imagen {
  width: 12rem;
  height: 12rem;
  border-radius: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1199.98px) {
  .municipio .municipio-servicios .municipio-servicio .imagen {
    width: 5rem;
    height: 5rem;
  }
}
.municipio .municipio-servicios .municipio-servicio .imagen:before {
  content: "";
  display: block;
  width: 12rem;
  height: 12rem;
  border-radius: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}
@media only screen and (max-width: 1199.98px) {
  .municipio .municipio-servicios .municipio-servicio .imagen:before {
    width: 5rem;
    height: 5rem;
  }
}
.municipio .municipio-servicios .municipio-servicio .imagen.donde-dormir {
  background-image: url("../img/servicios/donde-dormir-off.png");
}
.municipio .municipio-servicios .municipio-servicio .imagen.donde-dormir:before {
  background-image: url("../img/servicios/donde-dormir-on.png");
}
.municipio .municipio-servicios .municipio-servicio .imagen.donde-comer {
  background-image: url("../img/servicios/donde-comer-off.png");
}
.municipio .municipio-servicios .municipio-servicio .imagen.donde-comer:before {
  background-image: url("../img/servicios/donde-comer-on.png");
}
.municipio .municipio-servicios .municipio-servicio .imagen.cafe-bar-tapas {
  background-image: url("../img/servicios/cafe-bar-tapas-off.png");
}
.municipio .municipio-servicios .municipio-servicio .imagen.cafe-bar-tapas:before {
  background-image: url("../img/servicios/cafe-bar-tapas-on.png");
}
.municipio .municipio-servicios .municipio-servicio .imagen.ocio {
  background-image: url("../img/servicios/ocio-off.png");
}
.municipio .municipio-servicios .municipio-servicio .imagen.ocio:before {
  background-image: url("../img/servicios/ocio-on.png");
}
.municipio .municipio-servicios .municipio-servicio .btn-primary {
  background-color: transparent;
  color: #14508f;
  border-radius: 2rem;
  padding: 0.8rem 0.6rem;
  line-height: 1.2;
  min-width: 200px;
  border-color: #14508f;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.municipio .municipio-servicios .municipio-servicio .btn-primary:hover:not(:disabled):not(.disabled),
.municipio .municipio-servicios .municipio-servicio .btn-primary:focus:not(:disabled):not(.disabled),
.municipio .municipio-servicios .municipio-servicio .btn-primary:active:not(:disabled):not(.disabled) {
  background-color: #fff;
  color: #14508f;
  border-color: #fff;
}
@media only screen and (max-width: 1199.98px) {
  .municipio .municipio-servicios .municipio-servicio .btn-primary {
    padding: 0.3rem 0.4rem;
    min-width: 140px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .municipio .municipio-servicios .municipio-servicio .btn-primary {
    padding: 0.3rem 0.3rem;
    min-width: 80px;
    font-size: 0.8rem;
  }
}
.municipio .municipio-servicios .municipio-servicio:hover .imagen:before {
  opacity: 1;
}
.municipio .municipio-servicios .municipio-servicio:hover .btn-primary {
  background-color: #fff;
  color: #14508f;
  border-color: #fff;
}
.municipio .galeria {
  width: 100%;
  margin-bottom: 10px;
}
.municipio .galeria .lSSlideWrapper ul {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0;
}
.municipio .galeria .lSSlideWrapper li {
  position: relative;
  display: block;
  float: left;
  margin-right: 6px;
  cursor: pointer;
}
.municipio .galeria .lSSlideWrapper li .pie {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 2rem 1rem 0.5rem 1rem;
  background-image: -webkit-linear-gradient(90deg, #14508f, transparent 100%);
  background-image: -moz-linear-gradient(90deg, #14508f, transparent 100%);
  background-image: -ms-linear-gradient(90deg, #14508f, transparent 100%);
  background-image: -o-linear-gradient(90deg, #14508f, transparent 100%);
  background-image: linear-gradient(0deg, #14508f, transparent 100%);
}
.municipio .galeria .lSSlideWrapper img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  *width: 100vw;
  height: 45rem;
  object-fit: contain;
}
@media only screen and (max-width: 767.98px) {
  .municipio .galeria .lSSlideWrapper img {
    height: 22rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .municipio .galeria .lSSlideWrapper img {
    height: 16rem;
  }
}
.municipio .galeria .lSPager img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100px;
  display: block;
  margin: 0 auto;
  background-color: #fff;
}
.municipio .mapa {
  border-radius: 10px;
  overflow: hidden;
}
.municipio .mapa #map {
  width: 100%;
  height: 26rem;
}
.municipio .mapa .como-llegar {
  height: 19rem;
  background: #e8e8e8;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  flex-wrap: wrap;
  *flex-direction: column;
}
.municipio .mapa .como-llegar h5 {
  font-size: 1rem;
  text-transform: uppercase;
  color: #14508f;
  width: 100%;
  margin-top: 0.5rem;
}
.municipio .mapa .como-llegar .geolocalizacion {
  width: 100%;
  padding: 0 1rem;
}
.municipio .mapa .como-llegar .geolocalizacion button {
  width: 400px;
  max-width: 100%;
  padding: 0.5rem 1rem;
  text-align: left;
  color: #fff;
  background-color: #14508f;
  border-radius: 0;
  border-color: #14508f;
  display: block;
  margin: 0 auto;
}
.municipio .mapa .como-llegar .direccion {
  width: 100%;
  padding: 0 1rem;
}
.municipio .mapa .como-llegar .direccion input {
  width: 400px;
  max-width: 100%;
  padding: 0.5rem 1rem;
  text-align: left;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  border-color: #14508f;
  display: block;
  margin: 0 auto;
}
.municipio .mapa .como-llegar .direccion button {
  font-size: 0.8rem;
  width: 200px;
  max-width: 100%;
  padding: 0.2rem 0.5rem;
  text-align: center;
  color: #fff;
  background-color: #14508f;
  border-color: #14508f;
  border-radius: 50px;
  text-transform: uppercase;
  display: block;
  margin: 2rem auto;
}
.municipio .mapa .como-llegar .google {
  display: none;
}
.municipio .mapa-movil {
  text-align: center;
}
.municipio .mapa-movil .btn.btn-primary {
  background-color: transparent;
  color: #14508f;
  border-radius: 2rem;
  padding: 0.8rem 0.6rem;
  line-height: 1.2;
  min-width: 200px;
  border-color: #14508f;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.municipio .mapa-movil .btn.btn-primary:hover:not(:disabled):not(.disabled),
.municipio .mapa-movil .btn.btn-primary:focus:not(:disabled):not(.disabled),
.municipio .mapa-movil .btn.btn-primary:active:not(:disabled):not(.disabled) {
  background-color: #fff;
  color: #14508f;
  border-color: #fff;
}
@media only screen and (max-width: 1199.98px) {
  .municipio .mapa-movil .btn.btn-primary {
    min-width: 140px;
  }
}
.municipio .escudo {
  width: 20%;
  max-width: 300px;
}
.municipio .escudo img {
  padding: 0 2rem;
  min-width: 100px;
}
.municipio .datos {
  max-width: 300px;
}
.municipio .datos div {
  border-top: 1px solid #b0b0b0;
  padding: 1rem 0;
  color: #14508f;
}
.municipio .datos div a {
  color: #14508f;
}
.municipio .datos div.precio-medio {
  border: none;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-color: #b2fab4;
  text-align: center;
  line-height: 1.3;
  padding-top: 30px;
  margin-bottom: 2rem;
}
.municipio .datos div.precio-medio .precio {
  color: #002961;
  font-size: 3rem;
  line-height: 1;
}
.municipio .datos div.precio-medio .aprox {
  color: #002961;
  font-size: 0.7rem;
}
.municipio .datos div.precio-medio .unidad {
  color: #002961;
  font-size: 1.6rem;
}
.municipio .contenido > div {
  overflow: hidden;
}
.municipio .contenido h2 {
  color: #000;
  font-size: 4rem;
}
@media only screen and (max-width: 767.98px) {
  .municipio .contenido h2 {
    font-size: 2.5rem;
  }
}
.municipio .contenido .extracto {
  color: #b0b0b0;
  font-size: 1.667rem;
  margin-bottom: 3rem;
}
.municipio .contenido .read {
  font-size: 1.3rem;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: right;
  color: #002961;
}
.municipio .otros .modalidad {
  text-transform: uppercase;
  color: #14508f;
  padding-top: 2rem;
  padding-left: 5rem;
}
@media only screen and (max-width: 991.98px) {
  .municipio .otros .modalidad {
    padding-left: 3rem;
  }
}
.municipio .otros ul {
  list-style: none;
  padding: 0;
  padding-left: 9rem;
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  .municipio .otros ul {
    padding-left: 5rem;
  }
}
.municipio .otros ul li {
  line-height: 50px;
  color: #14508f;
  list-style-position: inside;
  text-indent: -4.4rem;
  font-size: 1.1rem;
}
.municipio .otros ul li .icono {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  background-size: 70px;
}
.municipio .agenda h3 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}
.municipio .agenda .evento {
  border-top: 2px solid #81c784;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #000;
  text-decoration: none;
  transition: 0.5s;
}
@media only screen and (max-width: 767.98px) {
  .municipio .agenda .evento {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.municipio .agenda .evento .col:nth-child(1) {
  max-width: calc(6rem + 30px);
}
@media only screen and (max-width: 767.98px) {
  .municipio .agenda .evento .col:nth-child(1) {
    max-width: calc(4rem + 30px);
  }
}
.municipio .agenda .evento h4 {
  text-align: left;
}
.municipio .agenda .evento .fecha {
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background: #517cc0;
  color: #fff;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  flex-direction: column;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .municipio .agenda .evento .fecha {
    width: 4rem;
    height: 4rem;
  }
}
.municipio .agenda .evento .fecha .dia {
  font-size: 1.667rem;
}
@media only screen and (max-width: 767.98px) {
  .municipio .agenda .evento .fecha .dia {
    font-size: 1.3rem;
  }
}
.municipio .agenda .evento .fecha .dias {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767.98px) {
  .municipio .agenda .evento .fecha .dias {
    font-size: 1rem;
  }
}
.municipio .agenda .evento .fecha .mes {
  display: inline-block;
  margin-top: 5px;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.municipio .agenda .evento .fecha .meses {
  display: inline-block;
  margin-top: 5px;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.municipio .agenda .evento .municipio_provincia {
  text-transform: uppercase;
  color: #519657;
}
.municipio .agenda .evento:hover,
.municipio .agenda .evento:focus,
.municipio .agenda .evento:active {
  background-color: rgba(129, 199, 132, 0.3);
}
.municipio .agenda .ver-todos {
  color: #519657;
  font-size: 1rem;
}
.mapa-municipios-destacados #mapa-municipios {
  max-width: 700px;
  margin: 0 auto;
}
.mapa-municipios-destacados #mapa-municipios .municipios-destacados {
  display: none;
  position: absolute;
  width: 90%;
  max-width: 400px;
  min-height: 200px;
  top: 2rem;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 10px;
  z-index: 100;
  padding: 1rem;
  padding-top: 1.8rem;
}
@media only screen and (max-width: 1199.98px) {
  .mapa-municipios-destacados #mapa-municipios .municipios-destacados > a:nth-child(4),
  .mapa-municipios-destacados #mapa-municipios .municipios-destacados > a:nth-child(5) {
    display: none;
  }
}
.mapa-municipios-destacados #mapa-municipios .municipios-destacados .municipio {
  display: flex;
  margin-bottom: 0.5rem;
  text-decoration: none;
  transition: 0.5s;
}
.mapa-municipios-destacados #mapa-municipios .municipios-destacados .municipio .imagen {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 100px;
  padding-bottom: 25%;
}
.mapa-municipios-destacados #mapa-municipios .municipios-destacados .municipio .info {
  padding: 0.5rem;
}
.mapa-municipios-destacados #mapa-municipios .municipios-destacados .municipio .info .nombre {
  font-size: 1.3rem;
  color: #14508f;
  margin-bottom: 0.5rem;
}
.mapa-municipios-destacados #mapa-municipios .municipios-destacados .municipio .info .resumen {
  font-size: 0.8rem;
  color: #000;
  margin-bottom: 0.5rem;
}
.mapa-municipios-destacados #mapa-municipios .municipios-destacados .municipio:hover {
  background-color: rgba(20, 80, 143, 0.1);
}
.mapa-municipios-destacados #mapa-municipios .municipios-destacados .ver-todos {
  color: #81c784;
}
.mapa-municipios-destacados #mapa-municipios .municipios-destacados .cerrar {
  position: absolute;
  color: #000;
  top: 5px;
  right: 10px;
}
footer {
  border-top: 1px solid #e8e8e8;
}
footer a {
  display: inline-block;
  color: #14508f;
}
footer .menu a {
  margin: 0 0.5rem;
}
@media only screen and (max-width: 991.98px) {
  footer .menu {
    text-align: center !important;
  }
}
footer .copy {
  text-align: right;
}
@media only screen and (max-width: 991.98px) {
  footer .copy {
    margin-top: 0.5rem;
    text-align: center !important;
  }
}
/*BUSCADOR DE MUNICIPIOS*/
.subheader-busqueda-municipios h1 {
  color: #14508f;
  font-size: 1.667rem;
  letter-spacing: 1px;
}
.subheader-busqueda-municipios h2 {
  color: #000;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 2px solid #81c784;
}
.page-numbers {
  list-style: none;
  display: inline-block;
}
.page-numbers li {
  float: left;
}
.page-numbers li + li {
  float: right;
}
.page-numbers li span:not(.nav) {
  display: none;
}
.page-numbers li span.nav {
  display: inline-block;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  background-color: #b2fab4;
  margin: 5px 5px 0 5px;
}
.page-numbers .current-page {
  display: inline-block;
  height: 50px;
  border: 1px solid #14508f;
  border-radius: 50px;
}
.page-numbers .current-page .current {
  display: inline-block;
  font-size: 1.667rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #14508f;
  border-radius: 100%;
  margin-right: 1rem;
  margin-top: -1px;
  margin-left: -1px;
}
.page-numbers .current-page .total {
  display: inline-block;
  font-size: 1rem;
  color: #14508f;
  margin-right: 1.5rem;
  vertical-align: top;
  line-height: 50px;
}
/*BUSCADOR DE EVENTOS*/
.buscador-eventos-resultados h3 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}
.buscador-eventos-resultados .evento {
  border-top: 2px solid #81c784;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #000;
  text-decoration: none;
  transition: 0.5s;
}
@media only screen and (max-width: 767.98px) {
  .buscador-eventos-resultados .evento {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.buscador-eventos-resultados .evento .col:nth-child(1) {
  max-width: calc(6rem + 30px);
}
@media only screen and (max-width: 767.98px) {
  .buscador-eventos-resultados .evento .col:nth-child(1) {
    max-width: calc(4rem + 30px);
  }
}
.buscador-eventos-resultados .evento h4 {
  text-align: left;
}
.buscador-eventos-resultados .evento .fecha {
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background: #517cc0;
  color: #fff;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  flex-direction: column;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .buscador-eventos-resultados .evento .fecha {
    width: 4rem;
    height: 4rem;
  }
}
.buscador-eventos-resultados .evento .fecha .dia {
  font-size: 1.667rem;
}
@media only screen and (max-width: 767.98px) {
  .buscador-eventos-resultados .evento .fecha .dia {
    font-size: 1.3rem;
  }
}
.buscador-eventos-resultados .evento .fecha .dias {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767.98px) {
  .buscador-eventos-resultados .evento .fecha .dias {
    font-size: 1rem;
  }
}
.buscador-eventos-resultados .evento .fecha .mes {
  display: inline-block;
  margin-top: 5px;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.buscador-eventos-resultados .evento .fecha .meses {
  display: inline-block;
  margin-top: 5px;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.buscador-eventos-resultados .evento .municipio_provincia {
  text-transform: uppercase;
  color: #519657;
}
.buscador-eventos-resultados .evento:hover,
.buscador-eventos-resultados .evento:focus,
.buscador-eventos-resultados .evento:active {
  background-color: rgba(129, 199, 132, 0.3);
}
.buscador-eventos-resultados .ver-todos {
  color: #519657;
  font-size: 1rem;
}
/*CALENDAR*/
#calendar {
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  position: relative;
}
#calendar:after {
  content: "";
  display: block;
  clear: both;
}
#calendar_weekdays div {
  display: inline-block;
  vertical-align: top;
}
#calendar_content,
#calendar_weekdays,
#calendar_header {
  position: relative;
  width: 320px;
  overflow: hidden;
  float: left;
  z-index: 10;
}
#calendar_weekdays div,
#calendar_content div {
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
  color: #787878;
}
#calendar_content {
  -webkit-border-radius: 0px 0px 12px 12px;
  -moz-border-radius: 0px 0px 12px 12px;
  border-radius: 0px 0px 12px 12px;
}
#calendar_content div {
  float: left;
  position: relative;
}
#calendar_content > div > span {
  position: relative;
  z-index: 2;
}
#calendar_content div.has-events {
  cursor: pointer;
}
#calendar_content div.has-events:before {
  content: "";
  position: absolute;
  top: 17.5%;
  right: 17.5%;
  height: 65%;
  width: 65%;
  border-radius: 100%;
  background-color: #517cc0;
  z-index: 1;
}
#calendar_content div.has-events.today:before {
  content: "";
  position: absolute;
  top: calc(17.5% - 6px);
  right: calc(17.5% - 6px);
  height: calc(65% + 12px);
  width: calc(65% + 12px);
  border: 6px solid #fafafa;
}
#calendar_content > div.has-events > span {
  color: #fff;
  font-weight: bold;
}
#calendar_content div:hover {
  background-color: #f8f8f8;
}
#calendar_content div.blank {
  background-color: transparent;
}
#calendar_header,
#calendar_content div.today {
  zoom: 1;
  /*filter: alpha(opacity=70);
    opacity: 0.7;*/
}
#calendar_content div.today {
  color: #ffffff;
  border-radius: 100%;
}
#calendar_header {
  width: 100%;
  height: 37px;
  text-align: center;
  background-color: #ff6860;
  border-radius: 60px;
}
#calendar_header #calendar_title {
  font-size: 1.5em;
  color: #ffffff;
  float: left;
  width: 70%;
}
i[class^="icon-chevron"] {
  color: #ffffff;
  float: left;
  width: 15%;
  font-style: normal;
  cursor: pointer;
}
.loading-blur {
  /* Any browser which supports CSS3 */
  filter: blur(1px);
  /* Firefox version 34 and earlier */
  filter: url("../img/blur.svg");
  /* Webkit in Chrome 52, Safari 9, Opera 39, and earlier */
  -webkit-filter: blur(1px);
}
.loading-blur:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 10;
}
.loading-blur + svg.loader {
  display: block;
  position: absolute;
  height: 100px;
  width: 100px;
  top: 50%;
  z-index: 100;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
svg.loader {
  display: none;
}
#calendar .eventos-calendario {
  display: none;
  position: absolute;
  width: 90%;
  height: 90%;
  max-width: 400px;
  top: 2rem;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 10px;
  z-index: 100;
  padding: 1rem;
  overflow-x: auto;
}
#calendar .eventos-calendario .fecha {
  font-size: 1.3rem;
  color: #519657;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767.98px) {
  #calendar .eventos-calendario .fecha {
    font-size: 1rem;
  }
}
#calendar .eventos-calendario .evento {
  display: block;
  text-decoration: none;
  margin-bottom: 0.5rem;
  transition: 0.5s;
  padding: 0.5rem;
}
#calendar .eventos-calendario .evento .nombre {
  position: relative;
  font-size: 1.3rem;
  color: #14508f;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767.98px) {
  #calendar .eventos-calendario .evento .nombre {
    font-size: 1rem;
  }
}
#calendar .eventos-calendario .evento .resumen {
  font-size: 0.8rem;
  color: #000;
  margin-bottom: 0.5rem;
}
#calendar .eventos-calendario .evento .municipio_provincia {
  font-size: 0.8rem;
  color: #81c784;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
#calendar .eventos-calendario .evento:hover {
  background-color: rgba(129, 199, 132, 0.1);
}
#calendar .eventos-calendario .cerrar {
  position: absolute;
  color: #000;
  top: 5px;
  right: 10px;
}
/*QUIENES-SOMOS*/
.quienes-somos p {
  font-size: 1.667rem;
  color: #b0b0b0;
}
.quienes-somos .persona .foto {
  height: 200px;
  width: 200px;
  background-size: cover;
  background-position: center;
  margin-bottom: 5rem;
  margin-left: 3rem;
}
.quienes-somos .persona p {
  font-size: 1rem;
  color: #14508f;
}
/*BLOG*/
article h1 {
  color: #14508f;
  font-size: 4rem;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767.98px) {
  article h1 {
    font-size: 2.5rem;
  }
}
article .migas-de-pan a {
  color: #81c784;
  font-size: 1.667rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
article .fecha span {
  color: #81c784;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 1px;
}
article .municipio_provincia {
  color: #14508f;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
article .img-post {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
article main img {
  padding: 10px;
}
/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
/*PANEL DE ADMINISTRACIÓN DE SERVICIOS*/
.edicion-servicio #map {
  width: 100%;
  height: calc(100% - 72.5px);
  min-height: 300px;
  margin-top: 0.5rem;
}
.edicion-servicio #galeria-container {
  border: 1px solid #002961;
  padding: 2rem;
  min-height: 150px;
  overflow: hidden;
  position: relative;
}
.edicion-servicio #galeria-container:before {
  content: "Arrastre sus imágenes aquí";
  position: absolute;
  font-size: 3rem;
  color: #e8e8e8;
  line-height: 6rem;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  z-index: -1;
}
.edicion-servicio #galeria-container:after {
  content: "";
  display: block;
  clear: both;
}
.edicion-servicio #galeria-container .item {
  float: left;
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.edicion-servicio .galeria-link {
  font-weight: 400;
  padding-top: 0.25rem;
  color: #002961;
  cursor: pointer;
}
.edicion-servicio .custom-file-label {
  color: #000;
  border-color: #000;
  border-radius: 0;
}
.edicion-servicio .custom-file-label:after {
  content: "Examinar";
}
body.single-post h1.subtitle {
  font-size: 1.667rem;
  color: #002961;
  text-transform: uppercase;
}
body[class*="page-template-template-acceso"] nav,
body[class*="page-template-template-registro"] nav,
body[class*="page-template-template-panel"] nav {
  background-color: #002961;
}
body[class*="page-template-template-acceso"] nav .navbar-brand img,
body[class*="page-template-template-registro"] nav .navbar-brand img,
body[class*="page-template-template-panel"] nav .navbar-brand img {
  max-height: 60px;
}
body[class*="page-template-template-acceso"] nav a,
body[class*="page-template-template-registro"] nav a,
body[class*="page-template-template-panel"] nav a {
  color: #fff;
}
body[class*="page-template-template-acceso"] nav a:hover,
body[class*="page-template-template-registro"] nav a:hover,
body[class*="page-template-template-panel"] nav a:hover,
body[class*="page-template-template-acceso"] nav a:focus,
body[class*="page-template-template-registro"] nav a:focus,
body[class*="page-template-template-panel"] nav a:focus,
body[class*="page-template-template-acceso"] nav a:active,
body[class*="page-template-template-registro"] nav a:active,
body[class*="page-template-template-panel"] nav a:active {
  color: #b2fab4;
}
body[class*="page-template-template-acceso"] nav .carrito span,
body[class*="page-template-template-registro"] nav .carrito span,
body[class*="page-template-template-panel"] nav .carrito span {
  margin-left: 5px;
}
body[class*="page-template-template-acceso"] .subheader .title,
body[class*="page-template-template-registro"] .subheader .title,
body[class*="page-template-template-panel"] .subheader .title {
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
  color: #81c784;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #81c784;
}
body[class*="page-template-template-acceso"] .subheader .title img,
body[class*="page-template-template-registro"] .subheader .title img,
body[class*="page-template-template-panel"] .subheader .title img {
  display: block;
  margin: 1rem auto;
  max-width: 100px;
}
body[class*="page-template-template-acceso"] h2,
body[class*="page-template-template-registro"] h2,
body[class*="page-template-template-panel"] h2 {
  color: #002961;
  font-weight: bold;
  padding-bottom: 0.5rem;
  margin-bottom: 0.75rem;
}
body[class*="page-template-template-acceso"] label,
body[class*="page-template-template-registro"] label,
body[class*="page-template-template-panel"] label {
  *font-weight: bold;
  color: #14508f;
}
body[class*="page-template-template-acceso"] label.error,
body[class*="page-template-template-registro"] label.error,
body[class*="page-template-template-panel"] label.error {
  color: red;
}
body[class*="page-template-template-acceso"] a,
body[class*="page-template-template-registro"] a,
body[class*="page-template-template-panel"] a {
  color: #14508f;
}
body[class*="page-template-template-acceso"] .form-control,
body[class*="page-template-template-registro"] .form-control,
body[class*="page-template-template-panel"] .form-control,
body[class*="page-template-template-acceso"] .expiry,
body[class*="page-template-template-registro"] .expiry,
body[class*="page-template-template-panel"] .expiry {
  color: #14508f;
  border-color: #b0b0b0;
  border-radius: 0;
}
body[class*="page-template-template-acceso"] .form-control::placeholder,
body[class*="page-template-template-registro"] .form-control::placeholder,
body[class*="page-template-template-panel"] .form-control::placeholder,
body[class*="page-template-template-acceso"] .expiry::placeholder,
body[class*="page-template-template-registro"] .expiry::placeholder,
body[class*="page-template-template-panel"] .expiry::placeholder {
  color: #14508f;
  opacity: 1;
}
body[class*="page-template-template-acceso"] .form-control:-ms-input-placeholder,
body[class*="page-template-template-registro"] .form-control:-ms-input-placeholder,
body[class*="page-template-template-panel"] .form-control:-ms-input-placeholder,
body[class*="page-template-template-acceso"] .expiry:-ms-input-placeholder,
body[class*="page-template-template-registro"] .expiry:-ms-input-placeholder,
body[class*="page-template-template-panel"] .expiry:-ms-input-placeholder {
  color: #14508f;
}
body[class*="page-template-template-acceso"] .form-control::-ms-input-placeholder,
body[class*="page-template-template-registro"] .form-control::-ms-input-placeholder,
body[class*="page-template-template-panel"] .form-control::-ms-input-placeholder,
body[class*="page-template-template-acceso"] .expiry::-ms-input-placeholder,
body[class*="page-template-template-registro"] .expiry::-ms-input-placeholder,
body[class*="page-template-template-panel"] .expiry::-ms-input-placeholder {
  color: #14508f;
}
body[class*="page-template-template-acceso"] .form-control:focus,
body[class*="page-template-template-registro"] .form-control:focus,
body[class*="page-template-template-panel"] .form-control:focus,
body[class*="page-template-template-acceso"] .expiry:focus,
body[class*="page-template-template-registro"] .expiry:focus,
body[class*="page-template-template-panel"] .expiry:focus {
  color: #81c784;
  background-color: #fff;
  border-color: #81c784;
  outline: 0;
  -moz-box-shadow: 0px 4px 6px -2px #81c784;
  -webkit-box-shadow: 0px 4px 6px -2px #81c784;
  box-shadow: 0px 4px 6px -2px #81c784;
}
body[class*="page-template-template-acceso"] .form-control:focus::placeholder,
body[class*="page-template-template-registro"] .form-control:focus::placeholder,
body[class*="page-template-template-panel"] .form-control:focus::placeholder,
body[class*="page-template-template-acceso"] .expiry:focus::placeholder,
body[class*="page-template-template-registro"] .expiry:focus::placeholder,
body[class*="page-template-template-panel"] .expiry:focus::placeholder {
  color: #81c784;
  opacity: 1;
}
body[class*="page-template-template-acceso"] .form-control:focus:-ms-input-placeholder,
body[class*="page-template-template-registro"] .form-control:focus:-ms-input-placeholder,
body[class*="page-template-template-panel"] .form-control:focus:-ms-input-placeholder,
body[class*="page-template-template-acceso"] .expiry:focus:-ms-input-placeholder,
body[class*="page-template-template-registro"] .expiry:focus:-ms-input-placeholder,
body[class*="page-template-template-panel"] .expiry:focus:-ms-input-placeholder {
  color: #81c784;
}
body[class*="page-template-template-acceso"] .form-control:focus::-ms-input-placeholder,
body[class*="page-template-template-registro"] .form-control:focus::-ms-input-placeholder,
body[class*="page-template-template-panel"] .form-control:focus::-ms-input-placeholder,
body[class*="page-template-template-acceso"] .expiry:focus::-ms-input-placeholder,
body[class*="page-template-template-registro"] .expiry:focus::-ms-input-placeholder,
body[class*="page-template-template-panel"] .expiry:focus::-ms-input-placeholder {
  color: #81c784;
}
body[class*="page-template-template-acceso"] #actualizar-perfil-form,
body[class*="page-template-template-registro"] #actualizar-perfil-form,
body[class*="page-template-template-panel"] #actualizar-perfil-form {
  padding-bottom: 2rem;
  border-bottom: 2px solid #e8e8e8;
}
body[class*="page-template-template-acceso"] .actualizar-perfil-form-verde h2,
body[class*="page-template-template-registro"] .actualizar-perfil-form-verde h2,
body[class*="page-template-template-panel"] .actualizar-perfil-form-verde h2 {
  color: #81c784;
  border-bottom: 2px solid #81c784;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
body[class*="page-template-template-acceso"] .actualizar-perfil-form-verde label,
body[class*="page-template-template-registro"] .actualizar-perfil-form-verde label,
body[class*="page-template-template-panel"] .actualizar-perfil-form-verde label {
  color: #81c784;
}
body[class*="page-template-template-acceso"] .actualizar-perfil-form-verde label.error,
body[class*="page-template-template-registro"] .actualizar-perfil-form-verde label.error,
body[class*="page-template-template-panel"] .actualizar-perfil-form-verde label.error {
  color: red;
}
body[class*="page-template-template-acceso"] .actualizar-perfil-form-verde .form-control,
body[class*="page-template-template-registro"] .actualizar-perfil-form-verde .form-control,
body[class*="page-template-template-panel"] .actualizar-perfil-form-verde .form-control,
body[class*="page-template-template-acceso"] .actualizar-perfil-form-verde .expiry,
body[class*="page-template-template-registro"] .actualizar-perfil-form-verde .expiry,
body[class*="page-template-template-panel"] .actualizar-perfil-form-verde .expiry {
  color: #81c784;
  border-color: #b0b0b0;
}
body[class*="page-template-template-acceso"] .actualizar-perfil-form-verde .form-control::placeholder,
body[class*="page-template-template-registro"] .actualizar-perfil-form-verde .form-control::placeholder,
body[class*="page-template-template-panel"] .actualizar-perfil-form-verde .form-control::placeholder,
body[class*="page-template-template-acceso"] .actualizar-perfil-form-verde .expiry::placeholder,
body[class*="page-template-template-registro"] .actualizar-perfil-form-verde .expiry::placeholder,
body[class*="page-template-template-panel"] .actualizar-perfil-form-verde .expiry::placeholder {
  color: #81c784;
}
body[class*="page-template-template-acceso"] .actualizar-perfil-form-verde .form-control:-ms-input-placeholder,
body[class*="page-template-template-registro"] .actualizar-perfil-form-verde .form-control:-ms-input-placeholder,
body[class*="page-template-template-panel"] .actualizar-perfil-form-verde .form-control:-ms-input-placeholder,
body[class*="page-template-template-acceso"] .actualizar-perfil-form-verde .expiry:-ms-input-placeholder,
body[class*="page-template-template-registro"] .actualizar-perfil-form-verde .expiry:-ms-input-placeholder,
body[class*="page-template-template-panel"] .actualizar-perfil-form-verde .expiry:-ms-input-placeholder {
  color: #81c784;
}
body[class*="page-template-template-acceso"] .actualizar-perfil-form-verde .form-control::-ms-input-placeholder,
body[class*="page-template-template-registro"] .actualizar-perfil-form-verde .form-control::-ms-input-placeholder,
body[class*="page-template-template-panel"] .actualizar-perfil-form-verde .form-control::-ms-input-placeholder,
body[class*="page-template-template-acceso"] .actualizar-perfil-form-verde .expiry::-ms-input-placeholder,
body[class*="page-template-template-registro"] .actualizar-perfil-form-verde .expiry::-ms-input-placeholder,
body[class*="page-template-template-panel"] .actualizar-perfil-form-verde .expiry::-ms-input-placeholder {
  color: #81c784;
}
body[class*="page-template-template-acceso"] .actualizar-perfil-form-verde .form-control:focus,
body[class*="page-template-template-registro"] .actualizar-perfil-form-verde .form-control:focus,
body[class*="page-template-template-panel"] .actualizar-perfil-form-verde .form-control:focus,
body[class*="page-template-template-acceso"] .actualizar-perfil-form-verde .expiry:focus,
body[class*="page-template-template-registro"] .actualizar-perfil-form-verde .expiry:focus,
body[class*="page-template-template-panel"] .actualizar-perfil-form-verde .expiry:focus {
  color: #81c784;
}
body[class*="page-template-template-acceso"] .actualizar-perfil-form-verde h2,
body[class*="page-template-template-registro"] .actualizar-perfil-form-verde h2,
body[class*="page-template-template-panel"] .actualizar-perfil-form-verde h2 {
  color: #81c784;
  border-bottom: 2px solid #81c784;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
body[class*="page-template-template-acceso"] .actualizar-perfil-form-verde label,
body[class*="page-template-template-registro"] .actualizar-perfil-form-verde label,
body[class*="page-template-template-panel"] .actualizar-perfil-form-verde label {
  color: #81c784;
}
body[class*="page-template-template-acceso"] .actualizar-perfil-form-verde label.error,
body[class*="page-template-template-registro"] .actualizar-perfil-form-verde label.error,
body[class*="page-template-template-panel"] .actualizar-perfil-form-verde label.error {
  color: red;
}
body[class*="page-template-template-acceso"] .actualizar-perfil-form-verde .form-control,
body[class*="page-template-template-registro"] .actualizar-perfil-form-verde .form-control,
body[class*="page-template-template-panel"] .actualizar-perfil-form-verde .form-control,
body[class*="page-template-template-acceso"] .actualizar-perfil-form-verde .expiry,
body[class*="page-template-template-registro"] .actualizar-perfil-form-verde .expiry,
body[class*="page-template-template-panel"] .actualizar-perfil-form-verde .expiry {
  color: #81c784;
  border-color: #b0b0b0;
}
body[class*="page-template-template-acceso"] .actualizar-perfil-form-verde .form-control::placeholder,
body[class*="page-template-template-registro"] .actualizar-perfil-form-verde .form-control::placeholder,
body[class*="page-template-template-panel"] .actualizar-perfil-form-verde .form-control::placeholder,
body[class*="page-template-template-acceso"] .actualizar-perfil-form-verde .expiry::placeholder,
body[class*="page-template-template-registro"] .actualizar-perfil-form-verde .expiry::placeholder,
body[class*="page-template-template-panel"] .actualizar-perfil-form-verde .expiry::placeholder {
  color: #81c784;
}
body[class*="page-template-template-acceso"] .actualizar-perfil-form-verde .form-control:-ms-input-placeholder,
body[class*="page-template-template-registro"] .actualizar-perfil-form-verde .form-control:-ms-input-placeholder,
body[class*="page-template-template-panel"] .actualizar-perfil-form-verde .form-control:-ms-input-placeholder,
body[class*="page-template-template-acceso"] .actualizar-perfil-form-verde .expiry:-ms-input-placeholder,
body[class*="page-template-template-registro"] .actualizar-perfil-form-verde .expiry:-ms-input-placeholder,
body[class*="page-template-template-panel"] .actualizar-perfil-form-verde .expiry:-ms-input-placeholder {
  color: #81c784;
}
body[class*="page-template-template-acceso"] .actualizar-perfil-form-verde .form-control::-ms-input-placeholder,
body[class*="page-template-template-registro"] .actualizar-perfil-form-verde .form-control::-ms-input-placeholder,
body[class*="page-template-template-panel"] .actualizar-perfil-form-verde .form-control::-ms-input-placeholder,
body[class*="page-template-template-acceso"] .actualizar-perfil-form-verde .expiry::-ms-input-placeholder,
body[class*="page-template-template-registro"] .actualizar-perfil-form-verde .expiry::-ms-input-placeholder,
body[class*="page-template-template-panel"] .actualizar-perfil-form-verde .expiry::-ms-input-placeholder {
  color: #81c784;
}
body[class*="page-template-template-acceso"] .actualizar-perfil-form-verde .form-control:focus,
body[class*="page-template-template-registro"] .actualizar-perfil-form-verde .form-control:focus,
body[class*="page-template-template-panel"] .actualizar-perfil-form-verde .form-control:focus,
body[class*="page-template-template-acceso"] .actualizar-perfil-form-verde .expiry:focus,
body[class*="page-template-template-registro"] .actualizar-perfil-form-verde .expiry:focus,
body[class*="page-template-template-panel"] .actualizar-perfil-form-verde .expiry:focus {
  color: #81c784;
}
body[class*="page-template-template-acceso"] .actualizar-perfil-form-azul h2,
body[class*="page-template-template-registro"] .actualizar-perfil-form-azul h2,
body[class*="page-template-template-panel"] .actualizar-perfil-form-azul h2 {
  color: #14508f;
  border-bottom: 2px solid #14508f;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
body[class*="page-template-template-acceso"] .actualizar-perfil-form-azul label,
body[class*="page-template-template-registro"] .actualizar-perfil-form-azul label,
body[class*="page-template-template-panel"] .actualizar-perfil-form-azul label {
  color: #14508f;
}
body[class*="page-template-template-acceso"] .actualizar-perfil-form-azul label.error,
body[class*="page-template-template-registro"] .actualizar-perfil-form-azul label.error,
body[class*="page-template-template-panel"] .actualizar-perfil-form-azul label.error {
  color: red;
}
body[class*="page-template-template-acceso"] .actualizar-perfil-form-azul .form-control,
body[class*="page-template-template-registro"] .actualizar-perfil-form-azul .form-control,
body[class*="page-template-template-panel"] .actualizar-perfil-form-azul .form-control,
body[class*="page-template-template-acceso"] .actualizar-perfil-form-azul .expiry,
body[class*="page-template-template-registro"] .actualizar-perfil-form-azul .expiry,
body[class*="page-template-template-panel"] .actualizar-perfil-form-azul .expiry {
  color: #14508f;
  border-color: #b0b0b0;
}
body[class*="page-template-template-acceso"] .actualizar-perfil-form-azul .form-control::placeholder,
body[class*="page-template-template-registro"] .actualizar-perfil-form-azul .form-control::placeholder,
body[class*="page-template-template-panel"] .actualizar-perfil-form-azul .form-control::placeholder,
body[class*="page-template-template-acceso"] .actualizar-perfil-form-azul .expiry::placeholder,
body[class*="page-template-template-registro"] .actualizar-perfil-form-azul .expiry::placeholder,
body[class*="page-template-template-panel"] .actualizar-perfil-form-azul .expiry::placeholder {
  color: #14508f;
}
body[class*="page-template-template-acceso"] .actualizar-perfil-form-azul .form-control:-ms-input-placeholder,
body[class*="page-template-template-registro"] .actualizar-perfil-form-azul .form-control:-ms-input-placeholder,
body[class*="page-template-template-panel"] .actualizar-perfil-form-azul .form-control:-ms-input-placeholder,
body[class*="page-template-template-acceso"] .actualizar-perfil-form-azul .expiry:-ms-input-placeholder,
body[class*="page-template-template-registro"] .actualizar-perfil-form-azul .expiry:-ms-input-placeholder,
body[class*="page-template-template-panel"] .actualizar-perfil-form-azul .expiry:-ms-input-placeholder {
  color: #14508f;
}
body[class*="page-template-template-acceso"] .actualizar-perfil-form-azul .form-control::-ms-input-placeholder,
body[class*="page-template-template-registro"] .actualizar-perfil-form-azul .form-control::-ms-input-placeholder,
body[class*="page-template-template-panel"] .actualizar-perfil-form-azul .form-control::-ms-input-placeholder,
body[class*="page-template-template-acceso"] .actualizar-perfil-form-azul .expiry::-ms-input-placeholder,
body[class*="page-template-template-registro"] .actualizar-perfil-form-azul .expiry::-ms-input-placeholder,
body[class*="page-template-template-panel"] .actualizar-perfil-form-azul .expiry::-ms-input-placeholder {
  color: #14508f;
}
body[class*="page-template-template-acceso"] .actualizar-perfil-form-azul .form-control:focus,
body[class*="page-template-template-registro"] .actualizar-perfil-form-azul .form-control:focus,
body[class*="page-template-template-panel"] .actualizar-perfil-form-azul .form-control:focus,
body[class*="page-template-template-acceso"] .actualizar-perfil-form-azul .expiry:focus,
body[class*="page-template-template-registro"] .actualizar-perfil-form-azul .expiry:focus,
body[class*="page-template-template-panel"] .actualizar-perfil-form-azul .expiry:focus {
  color: #14508f;
}
body[class*="page-template-template-acceso"] .select2-container--bootstrap4 .select2-selection,
body[class*="page-template-template-registro"] .select2-container--bootstrap4 .select2-selection,
body[class*="page-template-template-panel"] .select2-container--bootstrap4 .select2-selection {
  color: #000;
  border-color: #000;
  border-radius: 0;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
}
body[class*="page-template-template-acceso"] .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered,
body[class*="page-template-template-registro"] .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered,
body[class*="page-template-template-panel"] .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  color: #000;
}
body[class*="page-template-template-acceso"] .btn.btn-default,
body[class*="page-template-template-registro"] .btn.btn-default,
body[class*="page-template-template-panel"] .btn.btn-default {
  color: #14508f;
  text-transform: uppercase;
  border: 1px solid #14508f;
  background-color: transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2rem;
  min-width: 300px;
  transition: 0.3s;
}
body[class*="page-template-template-acceso"] .btn.btn-default:hover,
body[class*="page-template-template-registro"] .btn.btn-default:hover,
body[class*="page-template-template-panel"] .btn.btn-default:hover {
  background-color: #14508f;
  color: #fff;
}
body[class*="page-template-template-acceso"] .alert,
body[class*="page-template-template-registro"] .alert,
body[class*="page-template-template-panel"] .alert {
  margin-top: 2rem;
  border-radius: 1.5rem;
}
body[class*="page-template-template-acceso"] .alert-success,
body[class*="page-template-template-registro"] .alert-success,
body[class*="page-template-template-panel"] .alert-success {
  background-color: #b2fab4;
  border-color: #b2fab4;
  color: #14508f;
}
body[class*="page-template-template-acceso"] .alert-danger,
body[class*="page-template-template-registro"] .alert-danger,
body[class*="page-template-template-panel"] .alert-danger {
  background-color: red;
  border-color: red;
  color: #fff;
}
body[class*="page-template-template-acceso"] table,
body[class*="page-template-template-registro"] table,
body[class*="page-template-template-panel"] table {
  border-collapse: collapse !important;
}
body[class*="page-template-template-acceso"] table tr,
body[class*="page-template-template-registro"] table tr,
body[class*="page-template-template-panel"] table tr {
  border-bottom: 2px solid #e8e8e8;
  background: transparent;
}
body[class*="page-template-template-acceso"] table tr th,
body[class*="page-template-template-registro"] table tr th,
body[class*="page-template-template-panel"] table tr th {
  color: #14508f;
  border: none;
}
body[class*="page-template-template-acceso"] table tr td,
body[class*="page-template-template-registro"] table tr td,
body[class*="page-template-template-panel"] table tr td {
  color: #636363;
  outline: none !important;
  border: none;
}
body[class*="page-template-template-acceso"] table .odd,
body[class*="page-template-template-registro"] table .odd,
body[class*="page-template-template-panel"] table .odd {
  background-color: transparent;
}
body[class*="page-template-template-acceso"] table .switch,
body[class*="page-template-template-registro"] table .switch,
body[class*="page-template-template-panel"] table .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin-bottom: 0;
}
body[class*="page-template-template-acceso"] table .switch input,
body[class*="page-template-template-registro"] table .switch input,
body[class*="page-template-template-panel"] table .switch input {
  display: none;
}
body[class*="page-template-template-acceso"] table .switch .slider,
body[class*="page-template-template-registro"] table .switch .slider,
body[class*="page-template-template-panel"] table .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
body[class*="page-template-template-acceso"] table .switch .slider:before,
body[class*="page-template-template-registro"] table .switch .slider:before,
body[class*="page-template-template-panel"] table .switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
body[class*="page-template-template-acceso"] table .switch input:checked + .slider,
body[class*="page-template-template-registro"] table .switch input:checked + .slider,
body[class*="page-template-template-panel"] table .switch input:checked + .slider {
  background-color: #81c784;
}
body[class*="page-template-template-acceso"] table .switch input:checked + .slider:before,
body[class*="page-template-template-registro"] table .switch input:checked + .slider:before,
body[class*="page-template-template-panel"] table .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
body[class*="page-template-template-acceso"] table .switch input:focus + .slider,
body[class*="page-template-template-registro"] table .switch input:focus + .slider,
body[class*="page-template-template-panel"] table .switch input:focus + .slider {
  box-shadow: 0 0 1px #81c784;
}
body[class*="page-template-template-acceso"] table .switch .slider.round,
body[class*="page-template-template-registro"] table .switch .slider.round,
body[class*="page-template-template-panel"] table .switch .slider.round {
  border-radius: 34px;
}
body[class*="page-template-template-acceso"] table .switch .slider.round:before,
body[class*="page-template-template-registro"] table .switch .slider.round:before,
body[class*="page-template-template-panel"] table .switch .slider.round:before {
  border-radius: 50%;
}
body[class*="page-template-template-acceso"] table .accion,
body[class*="page-template-template-registro"] table .accion,
body[class*="page-template-template-panel"] table .accion {
  display: inline-block;
  color: #b2fab4;
  text-transform: uppercase;
  border: 1px solid #002961;
  background-color: #002961;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 2rem;
  transition: 0.3s;
  text-decoration: none;
  margin-right: 2px;
  margin-bottom: 2px;
  outline: none;
}
body[class*="page-template-template-acceso"] table .accion:hover,
body[class*="page-template-template-registro"] table .accion:hover,
body[class*="page-template-template-panel"] table .accion:hover {
  background-color: #b2fab4;
  color: #002961;
}
body[class*="page-template-template-acceso"] .pagination .page-item,
body[class*="page-template-template-registro"] .pagination .page-item,
body[class*="page-template-template-panel"] .pagination .page-item {
  color: #002961;
  outline: none;
}
body[class*="page-template-template-acceso"] .pagination .page-item .page-link,
body[class*="page-template-template-registro"] .pagination .page-item .page-link,
body[class*="page-template-template-panel"] .pagination .page-item .page-link {
  color: #002961;
  background: transparent;
  border: none;
  box-shadow: none;
}
body[class*="page-template-template-acceso"] .pagination .page-item.previous .page-link,
body[class*="page-template-template-registro"] .pagination .page-item.previous .page-link,
body[class*="page-template-template-panel"] .pagination .page-item.previous .page-link,
body[class*="page-template-template-acceso"] .pagination .page-item.next .page-link,
body[class*="page-template-template-registro"] .pagination .page-item.next .page-link,
body[class*="page-template-template-panel"] .pagination .page-item.next .page-link {
  text-align: center;
  outline: none;
  color: #002961;
  text-transform: uppercase;
  border: 1px solid #002961;
  background-color: transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2rem;
  min-width: 300px;
  transition: 0.3s;
}
body[class*="page-template-template-acceso"] .pagination .page-item.previous.disabled .page-link,
body[class*="page-template-template-registro"] .pagination .page-item.previous.disabled .page-link,
body[class*="page-template-template-panel"] .pagination .page-item.previous.disabled .page-link,
body[class*="page-template-template-acceso"] .pagination .page-item.next.disabled .page-link,
body[class*="page-template-template-registro"] .pagination .page-item.next.disabled .page-link,
body[class*="page-template-template-panel"] .pagination .page-item.next.disabled .page-link {
  color: #b0b0b0;
  border-color: #b0b0b0;
}
body[class*="page-template-template-acceso"] .bg-gris,
body[class*="page-template-template-registro"] .bg-gris,
body[class*="page-template-template-panel"] .bg-gris {
  background-color: #e8e8e8;
}
body[class*="page-template-template-acceso"] .bg-azul,
body[class*="page-template-template-registro"] .bg-azul,
body[class*="page-template-template-panel"] .bg-azul {
  background-color: #002961;
  background-image: -webkit-linear-gradient(0deg, #002961, #517cc0);
  background-image: -moz-linear-gradient(0deg, #002961, #517cc0);
  background-image: -ms-linear-gradient(0deg, #002961, #517cc0);
  background-image: -o-linear-gradient(0deg, #002961, #517cc0);
  background-image: linear-gradient(90deg, #002961, #517cc0);
  padding: 2rem 0;
}
body[class*="page-template-template-acceso"] .bg-azul h2,
body[class*="page-template-template-registro"] .bg-azul h2,
body[class*="page-template-template-panel"] .bg-azul h2 {
  color: #81c784;
}
body[class*="page-template-template-acceso"] .bg-azul label,
body[class*="page-template-template-registro"] .bg-azul label,
body[class*="page-template-template-panel"] .bg-azul label {
  color: #81c784;
}
body[class*="page-template-template-acceso"] .bg-azul label.error,
body[class*="page-template-template-registro"] .bg-azul label.error,
body[class*="page-template-template-panel"] .bg-azul label.error {
  color: red;
}
body[class*="page-template-template-acceso"] .bg-azul .form-control,
body[class*="page-template-template-registro"] .bg-azul .form-control,
body[class*="page-template-template-panel"] .bg-azul .form-control {
  color: #14508f;
  border-color: transparent;
  background-color: #fff;
}
body[class*="page-template-template-acceso"] .bg-azul .form-control:focus,
body[class*="page-template-template-registro"] .bg-azul .form-control:focus,
body[class*="page-template-template-panel"] .bg-azul .form-control:focus {
  color: #002961;
  background-color: #fff;
  border-color: transparent;
}
body[class*="page-template-template-acceso"] .bg-azul .select2-container--bootstrap4 .select2-selection,
body[class*="page-template-template-registro"] .bg-azul .select2-container--bootstrap4 .select2-selection,
body[class*="page-template-template-panel"] .bg-azul .select2-container--bootstrap4 .select2-selection {
  color: #14508f;
  border-color: transparent;
}
body[class*="page-template-template-acceso"] .bg-azul .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered,
body[class*="page-template-template-registro"] .bg-azul .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered,
body[class*="page-template-template-panel"] .bg-azul .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  color: #14508f;
}
body[class*="page-template-template-acceso"] .bg-azul .btn.btn-default,
body[class*="page-template-template-registro"] .bg-azul .btn.btn-default,
body[class*="page-template-template-panel"] .bg-azul .btn.btn-default {
  color: #81c784;
  border-color: #81c784;
}
body[class*="page-template-template-acceso"] .bg-azul .btn.btn-default:hover,
body[class*="page-template-template-registro"] .bg-azul .btn.btn-default:hover,
body[class*="page-template-template-panel"] .bg-azul .btn.btn-default:hover {
  background-color: #81c784;
  color: #002961;
}
body[class*="page-template-template-acceso"] .modal .modal-title,
body[class*="page-template-template-registro"] .modal .modal-title,
body[class*="page-template-template-panel"] .modal .modal-title {
  text-transform: uppercase;
  color: #002961;
  text-align: center;
}
body[class*="page-template-template-acceso"] .modal .modal-footer,
body[class*="page-template-template-registro"] .modal .modal-footer,
body[class*="page-template-template-panel"] .modal .modal-footer {
  display: block;
}
body[class*="page-template-template-acceso"] .modal .btn.btn-default,
body[class*="page-template-template-registro"] .modal .btn.btn-default,
body[class*="page-template-template-panel"] .modal .btn.btn-default {
  min-width: auto;
}
body[class*="page-template-template-acceso"] .modal .btn.btn-default:hover,
body[class*="page-template-template-registro"] .modal .btn.btn-default:hover,
body[class*="page-template-template-panel"] .modal .btn.btn-default:hover {
  background-color: #b2fab4;
  color: #002961;
}
body[class*="page-template-template-acceso"] .modal .alert,
body[class*="page-template-template-registro"] .modal .alert,
body[class*="page-template-template-panel"] .modal .alert {
  margin: 0;
}
body[class*="page-template-template-acceso"] .registro-info .haz-turismo-rural,
body[class*="page-template-template-registro"] .registro-info .haz-turismo-rural,
body[class*="page-template-template-panel"] .registro-info .haz-turismo-rural {
  margin-bottom: 2rem;
}
body[class*="page-template-template-acceso"] .registro-info .publica,
body[class*="page-template-template-registro"] .registro-info .publica,
body[class*="page-template-template-panel"] .registro-info .publica {
  font-size: 2.5rem;
  color: #002961;
  line-height: 1.2;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
body[class*="page-template-template-acceso"] .registro-info .registrate,
body[class*="page-template-template-registro"] .registro-info .registrate,
body[class*="page-template-template-panel"] .registro-info .registrate {
  font-size: 2rem;
  color: #b0b0b0;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
body[class*="page-template-template-acceso"] .registro-info .informacion-turistica,
body[class*="page-template-template-registro"] .registro-info .informacion-turistica,
body[class*="page-template-template-panel"] .registro-info .informacion-turistica {
  font-size: 1rem;
  font-weight: bold;
  color: #002961;
}
body[class*="page-template-template-acceso"] .registro-info .informacion-turistica img,
body[class*="page-template-template-registro"] .registro-info .informacion-turistica img,
body[class*="page-template-template-panel"] .registro-info .informacion-turistica img {
  display: block;
  max-width: 400px;
  margin: 1rem auto;
}
body[class*="page-template-template-acceso"] .tarifas .intro,
body[class*="page-template-template-registro"] .tarifas .intro,
body[class*="page-template-template-panel"] .tarifas .intro {
  font-size: 2rem;
  color: #b0b0b0;
}
body[class*="page-template-template-acceso"] .tarifas .tarifa,
body[class*="page-template-template-registro"] .tarifas .tarifa,
body[class*="page-template-template-panel"] .tarifas .tarifa {
  border: 2px solid #81c784;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
body[class*="page-template-template-acceso"] .tarifas .tarifa h4,
body[class*="page-template-template-registro"] .tarifas .tarifa h4,
body[class*="page-template-template-panel"] .tarifas .tarifa h4 {
  color: #14508f;
  font-weight: bold;
  font-size: 2rem;
  margin: 2rem 3rem;
  width: calc(100% - 6rem);
  border-bottom: 2px solid #517cc0;
  padding-bottom: 0.8rem;
}
body[class*="page-template-template-acceso"] .tarifas .tarifa ul,
body[class*="page-template-template-registro"] .tarifas .tarifa ul,
body[class*="page-template-template-panel"] .tarifas .tarifa ul {
  padding: 0;
  margin: 2rem 3rem;
  width: calc(100% - 6rem);
  list-style-position: inside;
}
body[class*="page-template-template-acceso"] .tarifas .tarifa ul li,
body[class*="page-template-template-registro"] .tarifas .tarifa ul li,
body[class*="page-template-template-panel"] .tarifas .tarifa ul li {
  color: #b0b0b0;
  margin-bottom: 2px;
}
body[class*="page-template-template-acceso"] .tarifas .tarifa ul li.active,
body[class*="page-template-template-registro"] .tarifas .tarifa ul li.active,
body[class*="page-template-template-panel"] .tarifas .tarifa ul li.active {
  color: #14508f;
}
body[class*="page-template-template-acceso"] .tarifas .tarifa .precio,
body[class*="page-template-template-registro"] .tarifas .tarifa .precio,
body[class*="page-template-template-panel"] .tarifas .tarifa .precio {
  text-align: right;
  padding: 1rem 2rem;
  color: #14508f;
  font-weight: bold;
  font-size: 2.5rem;
  border-top: 2px solid #81c784;
}
body[class*="page-template-template-acceso"] .tarifas .tarifa:nth-child(1) h4,
body[class*="page-template-template-registro"] .tarifas .tarifa:nth-child(1) h4,
body[class*="page-template-template-panel"] .tarifas .tarifa:nth-child(1) h4 {
  margin-right: -10px;
}
body[class*="page-template-template-acceso"] .tarifas .tarifa:nth-child(1) .contiene,
body[class*="page-template-template-registro"] .tarifas .tarifa:nth-child(1) .contiene,
body[class*="page-template-template-panel"] .tarifas .tarifa:nth-child(1) .contiene {
  margin-right: -10px;
}
body[class*="page-template-template-acceso"] .tarifas .tarifa:nth-child(2) h4,
body[class*="page-template-template-registro"] .tarifas .tarifa:nth-child(2) h4,
body[class*="page-template-template-panel"] .tarifas .tarifa:nth-child(2) h4 {
  margin-left: -10px;
}
body[class*="page-template-template-acceso"] .tarifas .tarifa:nth-child(2) .contiene,
body[class*="page-template-template-registro"] .tarifas .tarifa:nth-child(2) .contiene,
body[class*="page-template-template-panel"] .tarifas .tarifa:nth-child(2) .contiene {
  margin-left: -10px;
}
/*ERROR 404*/
.error-404 {
  text-align: center;
}
.error-404 h1 {
  color: #14508f;
  font-size: 4rem;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .error-404 h1 {
    font-size: 1.667rem;
  }
}
.error-404 h2 {
  color: #81c784;
  font-size: 2.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .error-404 h2 {
    font-size: 1.667rem;
  }
}