@font-face {
  font-family: 'webicons';
  src: url('../iconfonts/icomoon.eot?-xo9yqi');
  src: url('../iconfonts/icomoon.eot?#iefix-xo9yqi') format('embedded-opentype'),
    url('../iconfonts/icomoon.ttf?-xo9yqi') format('truetype'),
    url('../iconfonts/icomoon.svg?-xo9yqi#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cuprum-Regular';
  src: url('../webfonts/Cuprum-Bold.ttf');
  src: url('../webfonts/Cuprum-BoldItalic.ttf');
  src: url('../webfonts/Cuprum-Italic.ttf');
  src: url('../webfonts/Cuprum-Regular.ttf');
}
@font-face {
  font-family: 'foundation-icons';
  src: url('../iconfonts/foundation-icons.eot');
  src: url('../iconfonts/foundation-icons.eot?#iefix')
      format('embedded-opentype'),
    url('../iconfonts/foundation-icons.woff') format('woff'),
    url('../iconfonts/foundation-icons.ttf') format('truetype'),
    url('../iconfonts/foundation-icons.svg#fontcustom') format('svg');
  font-weight: normal;
  font-style: normal;
}
.titulo {
  color: #7abb3b;
  font-size: 24px;
  margin-bottom: 10px;
}
.btn {
  margin: 0;
  padding: 10px 20px;
  display: inline-block;
  line-height: 1.2em;
}
.btn:hover,
.btn:focus {
  background: #fba80a;
  outline: none;
  color: #fff;
}
.btn-nobutton {
  background: none;
  border: none;
  font-size: 1.3em;
  color: #7abb3b;
  margin: 0;
  padding: 0 10px;
}
.btn-nobutton:hover,
.btn-nobutton:focus {
  background: none;
  outline: none;
  color: #fba80a;
}
.btn-cart {
  font-size: 24px;
  padding: 8px 12px 8px 12px;
  margin: 0;
  background: none;
  height: auto;
}
.btn-default {
  background: #fff;
  color: #54a307;
  border: 1px solid #ddd;
  padding: 9px 20px;
}
.btn-primary {
  background: #fba80a;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #7abb3b;
  outline: none;
  color: #fff;
}
.btn-activo {
  background: #fba80a !important;
}
.btn-seguir,
.btn-fin {
  float: right;
}
.btn-volver {
  float: left;
}
figure {
  margin: 0;
}
.table {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.label-inline {
  display: inline-block;
}
.control-label {
  font-weight: bold;
}
.checkbox input {
  margin-right: 10px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.form-box {
  zoom: 1;
  margin-bottom: 20px;
  background: #f3f8e7;
  padding: 20px 15px;
}
.form-box:after,
.form-box:before {
  content: '';
  display: table;
}
.form-box:after {
  clear: both;
}
.form-box .control-label {
  text-align: left;
}
.form-box .btn {
  float: right;
  margin-top: 5px;
}
.form-box .btn-promo {
  margin-top: 0;
}
.form-box .form-box-titulo {
  margin-top: 0;
}
.producto {
  margin-bottom: 15px !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 0 !important;
}
.producto-titulo {
  overflow: hidden;
  min-height: 60px !important;
}
.producto-imagen img {
  display: block;
  width: 100%;
  height: 112px;
}
.producto-imagen-recomanada img {
  height: 182px;
}
.btn-comprar {
  background: #7abb3b;
  float: left;
  width: 50%;
  height: 46px;
  padding: 0;
  margin-right: 5px;
  line-height: 18px;
  border-radius: 4px;
}
.btn-comprar:hover {
  background: #fba80a;
}
.comprado {
  display: none;
  background: #fba80a !important;
  color: #484747;
}
.comprado:hover {
  background: #54a307 !important;
}
.existe-carrito .comprado {
  display: block;
}
.existe-carrito .no-comprado {
  display: none;
}
.carritomenu .btn {
  position: relative;
  margin-right: 10px;
}
.carritomenu .cesta-items {
  background: #54a307;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  padding: 2px 5px;
  min-width: 2em;
  position: absolute;
  right: -15px;
  bottom: -5px;
  cursor: pointer;
  z-index: 9001;
}
.container-cesta {
  position: relative;
}
.nav-capa {
  display: none;
  background: #7abb3b;
  width: 300px;
  position: absolute;
  right: 0;
  height: auto;
  z-index: 9000;
}
.nav-capa li {
  border-bottom: 1px solid #fbfbfb;
}
.nav-capa li:last-child {
  border-bottom: none;
}
.nav-capa h3 {
  padding-bottom: 5px;
  margin-top: 10px;
  color: #fff;
}
.nav-capa a {
  border-bottom: 1px dotted #fff;
  color: #fff;
}
.nav-capa a:hover {
  text-decoration: none;
}
.nav-capa .capa-botones {
  padding-top: 15px;
  overflow: hidden;
}
.nav-capa .capa-botones a {
  border-bottom: none;
}
.cart {
  padding: 0 15px 20px 15px;
}
.cart .cart-lleno-contenido {
  display: none;
}
.cart .cart-vacio {
  color: #fff;
}
.cart .cart-vacio .btn {
  display: block;
  width: 100%;
}
.cart.cart-lleno {
  width: 350px;
}
.cart.cart-lleno .cart-vacio {
  display: none;
}
.cart.cart-lleno .cart-lleno-contenido {
  display: block;
  margin-top: -10px;
}
.cart.cart-lleno .cart-lleno-contenido article {
  color: #000;
  padding: 10px 0;
  display: block;
  font-size: 90%;
  overflow: hidden;
  border-bottom: 1px solid #54a307;
}
.cart.cart-lleno .cart-lleno-contenido article:last-child {
  border-bottom: none;
}
.cart.cart-lleno .cart-lleno-contenido article a {
  border-bottom: none;
}
.cart.cart-lleno .cart-lleno-contenido article a:hover {
  color: #54a307;
}
.cart.cart-lleno .cart-lleno-contenido article img {
  width: 100%;
  height: 100%;
}
.cart.cart-lleno .cart-lleno-contenido .cart-imagen {
  width: 23%;
  display: inline-block;
  float: left;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 75px;
  overflow: hidden;
  vertical-align: middle;
  padding: 5px;
}
.cart.cart-lleno .cart-lleno-contenido .cart-imagen img {
  width: 100%;
  height: 100%;
}
.cart.cart-lleno .cart-lleno-contenido .cart-infoproducto {
  width: 77%;
  padding-left: 10px;
  display: block;
  float: left;
}
.cart.cart-lleno .cart-lleno-contenido .cart-nombre {
  display: block;
  font-weight: bold;
  width: 100%;
  padding-bottom: 10px;
  font-size: 18px;
}
.cart.cart-lleno .cart-lleno-contenido .cart-precio {
  font-weight: bold;
  float: left;
  font-size: 16px;
  padding-top: 3px;
}
.cart.cart-lleno .cart-lleno-contenido .cart-ctd {
  float: left;
  width: 45px;
  display: block;
}
.cart.cart-lleno .cart-lleno-contenido .cart-ctd input {
  width: 100%;
  height: 25px;
  padding: 2px 0 0 3px;
}
.cart.cart-lleno .cart-lleno-contenido .cart-borrar {
  float: right;
  margin-left: 10px;
  color: #fff;
  font-size: 24px;
  margin-top: -3px;
}
.cart.cart-lleno .cart-subtotal {
  background: #54a307;
  margin-top: 10px;
  padding: 5px 10px;
  text-align: right;
  color: #fff;
}
.cart .btn-cerrar {
  float: left;
}
.cart .btn-comprar {
  float: right;
}
.cart .btn-comprar:hover {
  background: #54a307;
}
.f-topbar-fixed .cart {
  top: 45px;
  position: fixed;
}
.carrito {
  min-height: 350px;
}
.carrito td,
.carrito th,
.carrito label,
.carrito span,
.carrito select {
  font-size: 100%;
}
.carrito-contenido.vacio {
  font-weight: bold;
  margin-top: 20px;
  font-size: 1.2em;
}
.carrito-steps {
  background: #f3f8e7;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.carrito-steps .step {
  color: #7abb3b;
  position: relative;
  text-align: center;
}
.carrito-steps .step.current,
.carrito-steps .step.current h4 {
  color: #fba80a;
}
.carrito-steps .step:after {
  font-family: 'foundation-icons';
  content: '\f10b';
  position: absolute;
  right: -10px;
  top: 20px;
}
.carrito-steps .step:last-child {
  float: left !important;
}
.carrito-steps .step:last-child:after {
  content: '';
}
.carrito-steps .step h4 {
  margin-top: 5px;
}
.carrito-steps .step h4 span {
  display: block;
  font-size: 100%;
  color: inherit;
}
.carrito-steps .step-icon {
  font-size: 2em;
}
.carrito-botones {
  overflow: hidden;
}
.carrito-info {
  color: #888;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #fbfbfb;
}
.carrito-info p {
  text-align: justify;
}
.page-checkout .cesta-items,
.page-checkout .cart-capa {
  display: none;
}
.cesta {
  border: 1px solid #ddd;
}
.cesta th {
  background: #7abb3b;
  color: #fff;
  font-size: 120%;
}
.cesta td {
  padding-top: 14px !important;
}
.cesta .cesta-foto,
.cesta .cesta-icon,
.cesta .cesta-descripcion,
.cesta .cesta-desglose,
.cesta .cesta-total {
  padding-top: 8px !important;
}
.cesta .cesta-borrar {
  padding-top: 11px !important;
}
.cesta .nota {
  color: #f4f4f4;
  white-space: nowrap;
}
.cesta .nota span {
  color: #f00;
}
.cesta-stock {
  color: #f00;
  font-size: 85%;
  display: block;
  padding-top: 8px;
}
.cesta-foto {
  width: 100px;
}
.cesta-foto img {
  width: 100%;
  height: auto;
}
.cesta-descripcion .referencia {
  display: block;
}
.cesta-ctd {
  text-align: center;
}
.cesta-ctd input {
  margin-top: -5px;
  width: 55px;
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
}
.cesta-icon {
  text-align: center;
  font-size: 1.7em;
  padding-top: 10px;
  color: #7abb3b;
}
.cesta-transporte select {
  width: 180px;
  display: inline-block;
  margin-left: 15px;
}
.cesta-transporte .radio {
  display: inline-block;
}
.cesta-transporte-tienda .cesta-descripcion {
  padding-top: 14px !important;
}
.cesta-desglose-texto,
.cesta-desglose-precio {
  text-align: right;
}
.cesta-importe,
.cesta-iva,
.cesta-subtotal,
.cesta-descuento {
  white-space: nowrap;
  text-align: right;
}
.cesta-total {
  background: #f3f8e7;
  text-align: right;
}
.cesta-total font-weight 600 strong {
  font-weight: 800;
}
.carrito select {
  height: 30px;
  margin: 0 0 1rem !important;
  padding: 0 4px !important;
  font-size: 0.875rem !important;
  color: #aaa;
}
.carrito-form-info {
  background: #fff;
  padding: 5px 0;
}
.carrito-form-info .carrito-info {
  border-top: none;
}
.cliente-registrado .form-box {
  border-right: 1px dashed #54a307;
  min-height: 280px;
}
.cliente-noregistrado .form-box {
  min-height: 280px;
}
.cliente-noregistrado .radio input,
.cliente-noregistrado .icon-tipo,
.cliente-noregistrado .texto-tipo {
  display: block;
  width: 100%;
  text-align: center !important;
}
.cliente-noregistrado .radio {
  text-align: center !important;
}
.cliente-noregistrado .radio input {
  position: initial;
  margin: 10px 0;
}
.cliente-noregistrado .radio label {
  padding: 0 0 20px 0;
}
.cliente-noregistrado .icon-tipo {
  color: #7abb3b;
  font-size: 3em;
}
.row-margin {
  margin-bottom: 10px !important;
}
.nota-radio {
  padding-left: 20px;
  font-size: 95%;
  color: #888;
}
.promo-code {
  margin: 0 !important;
  padding: 9px !important;
}
.confirmacion {
  padding-top: 15px;
}
.confirmacion p:first-child {
  color: #008000;
}
.icon-arrow-right:before,
.icon-cart:before,
.icon-remove:before,
.icon-bubble-notification:before,
.icon-user:before,
.icon-business:before,
.icon-cart-checkout:before,
.icon-send:before,
.icon-credit:before {
  font-family: 'foundation-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
.icon-arrow-right:before {
  content: '\f10b';
}
.icon-cart:before {
  content: '\f1b1';
}
.icon-remove:before {
  content: '\f204';
}
.icon-bubble-notification:before {
  content: '\f163';
}
.icon-user:before {
  content: '\f1fe';
}
.icon-business:before {
  content: '\f1fc';
}
.icon-cart-checkout:before {
  content: '\f1b1';
}
.icon-send:before {
  content: '\f172';
}
.icon-credit:before {
  content: '\f142';
}
@media (max-width: 760px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .hidden-xs {
    display: none !important;
  }
}
body {
  background-color: #fff;
  color: #484747;
  font-family: Cuprum-Regular;
  font-size: 100% !important;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
}
button,
.button {
  min-height: 34px;
  height: auto;
}
legend {
  background-color: transparent !important;
}
.container {
  display: block;
  clear: both;
  height: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  width: 980px;
}
.expand {
  max-width: 100%;
}
.expand.padding {
  padding-top: 20px;
  padding-bottom: 50px;
}
.seccion {
  padding-top: 2em;
  padding-bottom: 2em;
}
header {
  border-top: 2px solid #eaf6d1;
  width: 100%;
}
header .contentHeader {
  height: 85px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
header .contentHeader #logo {
  margin: 0 auto;
  margin-top: 0.3em;
  padding: 0;
}
header .contentHeader .registro {
  position: absolute;
  right: 160px;
  height: 35px;
  padding: 0.3em 0.8em 0.2em 0.8em;
}
header .contentHeader .registro a {
  color: #54a307;
}
header .contentHeader .login {
  position: absolute;
  right: 15px;
  height: 28px;
  background-color: #eaf6d1;
  border-radius: 0 0 5px 5px;
  padding: 0.2em 0.6em 0 0.8em;
}
header .contentHeader .login a {
  color: #54a307;
}
header .contentHeader .itemMenuTop {
  position: absolute;
  right: 15px;
  top: 50px;
}
header .contentHeader .itemMenuTop ul li {
  float: left;
  margin-left: 0.6em;
}
header .contentHeader .itemMenuTop ul li a.item:after {
  content: '-';
  padding: 0 0.1em 0 0.8em;
}
header .menu .home {
  font-size: 1.2em;
}
header .menu .home:before {
  font-family: 'webicons';
  content: '\e601';
  color: #fff;
}
header .menu .buscador {
  margin: 0 0.5em 0 0;
  padding: 0;
}
header .menu .buscador .button {
  font-size: 1.1em;
  color: #fff;
  width: 35px;
  min-height: 30px !important;
  height: 30px !important;
}
header .menu .buscador .button:hover {
  color: #fff;
}
header .menu .buscador .button:before {
  font-family: 'webicons';
  content: '\e605';
}
header .menu a {
  font-size: 1em !important;
  padding: 0 0.3em 0 0.3em !important;
  margin: 0 !important;
  color: #fff !important;
}
header .menu .top-bar-section .dropdown {
  background-color: #fbfbfb !important;
  border: 1px solid #f0f0f0;
}
header .menu .top-bar-section .dropdown li {
  background-color: #fbfbfb !important;
  border-left: 2px solid transparent !important;
}
header .menu .top-bar-section .dropdown li:hover {
  border-left: 2px solid #fba80a !important;
}
header .menu .top-bar-section .dropdown a {
  padding: 0 0.4em 0 0.4em !important;
  line-height: 30px;
  background-color: #fbfbfb !important;
  color: #888 !important;
}
header .menu .top-bar-section .dropdown a:hover {
  background-color: #f4f4f4 !important;
  color: #888 !important;
}
header .menu .top-bar-section .has-dropdown > a {
  padding-right: 30px !important;
}
.accesosdirectos {
  background-color: #f3f8e7;
  color: #7abb3b;
  font-size: 3em;
  opacity: 1;
  width: 100%;
  padding: 0;
  text-align: center;
}
.accesosdirectos .accesosdirecto {
  height: 100%;
  padding: 0.5em 0 0.5em 0;
  text-align: center;
}
.accesosdirectos .accesosdirecto:hover {
  color: #7abb3b;
  background-color: #f3f8e7;
  cursor: pointer;
  opacity: 0.7;
}
.accesosdirectos .accesosdirecto span {
  margin-top: 0.1em;
  font-size: 0.3em;
  display: block;
  text-align: center;
}
.accesosdirectos .destacado {
  height: 100%;
  margin: 0;
  margin-right: 0;
  padding: 0;
  width: 100%;
}
.accesosdirectos .destacado img {
  height: 100%;
  width: 100%;
}
.accesosdirectos .destacado:hover {
  border-bottom: 0;
}
.accesosdirectos .destacado .example-orbit {
  height: 130px;
}
.accesosdirectos .reservasales:before {
  font-family: 'webicons';
  content: '\e60b';
}
.accesosdirectos .capcalera:before {
  font-family: 'webicons';
  content: '\e604';
}
.accesosdirectos .butlleti:before {
  font-family: 'webicons';
  content: '\e60e';
}
.accesosdirectos .fulls:before {
  font-family: 'webicons';
  content: '\e609';
}
.accesosdirectos .projectesap:before {
  font-family: 'webicons';
  content: '\e60d';
}
.accesosdirectos .residents:before {
  font-family: 'webicons';
  content: '\e616';
}
.buscadoravanzado {
  background-color: #f3f8e7;
  margin-top: 20px 0 20px 0 auto;
  min-height: 350px;
  width: 100%;
  position: absolute;
  z-index: 9999;
}
.actividades h6 {
  /* margin: 0.5em 0 0.5em 0; */
}
.actividades article {
  background: #fff;
  border: 1px solid #efefef;
  float: left;
  margin: 1em 0 1em 0;
  position: relative;
  width: 100%;
}
.actividades article .destacado {
  border-right: 50px solid #fba80a;
  border-bottom: 50px solid transparent;
  position: absolute;
  z-index: 2;
  height: 50px;
  width: 50px;
  right: 0;
}
.actividades article .destacado span {
  position: absolute;
  font-size: 1.1em;
  color: #fff;
  right: -26px;
  top: 6px;
  width: 100%;
}
.actividades article .destacado span:before {
  font-family: 'webicons';
  content: '\e615';
}
.actividades article img {
  width: 220px;
  height: 140px;
  opacity: 0.8;
  object-fit: cover;
}
.actividades article .fecha {
  background-color: #54a307 !important;
  color: #fff;
  border-bottom: 2px solid #fba80a !important;
  margin: 0 !important;
  padding: 0.5em !important;
  width: 100% !important;
  text-align: left !important;
  opacity: 1;
}
.actividades article .infoActividad {
  margin: 0 !important;
  padding: 0 0.2em 0 0.2em;
}
.actividades article .infoActividad .tlo {
  min-height: 110px;
  max-height: 140px;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}
.actividades article .inscripcion {
  color: #fff;
  background-color: #54a307;
  padding: 0.5em;
  margin: 0;
  text-align: right;
  cursor: pointer;
}
.actividades article .inscripcion:hover {
  background-color: #fba80a;
}
.actividades article .inscripcion span {
  font-size: 0.8em;
  margin-left: 0.5em;
  width: 100%;
}
.actividades article .inscripcion span:before {
  font-family: 'webicons';
  content: '\e626';
}
.actividades article .lugar {
  margin: 0 !important;
  max-height: 60px;
  min-height: 60px;
}
.actividades article:hover {
  background: url('../img/fondos/gris-granulado.png');
  -webkit-box-shadow: 0 0 2px 0 rgba(219, 219, 219, 0.8);
  -moz-box-shadow: 0 0 2px 0 rgba(219, 219, 219, 0.8);
  box-shadow: 0 0 2px 0 rgba(219, 219, 219, 0.8);
}
.actividades article:hover .inscripcion {
  background-color: #ea9d0a;
}
.actividades article:hover img {
  opacity: 1;
}
.actividades article:hover a {
  color: verde;
}
.actividadesExternas article:hover {
  cursor: pointer;
  background-color: #f3f8e7;
}
.actividadesExternas article:hover a {
  color: #7abb3b;
}
.actividadesExternas article:hover .button {
  background-color: #fba80a;
}
.sliderActividades .anterior {
  position: fixed;
  top: 50%;
  z-index: 9999;
  background-color: #f0f0f0;
  left: 0;
  cursor: pointer;
  padding: 1.5em;
  width: 80px;
}
.sliderActividades .anterior:hover {
  background-color: #fba80a;
}
.sliderActividades .siguiente {
  position: fixed;
  top: 50%;
  z-index: 9999;
  background-color: #f0f0f0;
  cursor: pointer;
  padding: 1.5em;
  right: 0;
  width: 80px;
}
.sliderActividades .siguiente:hover {
  background-color: #fba80a;
}
.tabMenu {
  background-color: #fff;
  border-bottom: 2px solid #fba80a;
  overflow: visible;
  padding: 0 0 0 0;
  margin: 0 !important;
}
.tabMenu h2,
.tabMenu h3 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.tabMenu .tabs {
  height: 100%;
  width: 100%;
}
.tabMenu .tabs a {
  border-bottom: 1px solid #f0f0f0;
  background-color: transparent;
  padding: 0.8em;
}
.tabMenu .tabs a:hover {
  background-color: #fba80a;
  color: #fff;
}
.tabMenu .tabs .active a {
  background-color: #7abb3b;
  color: #fff;
}
.tabMenu .tabs dd dl dd .submenu {
  border-bottom: 0 !important;
  background-color: #f3f8e7 !important;
  color: #484747 !important;
  padding: 0.5em 0.8em 0.3em 0.8em !important;
}
.tabMenu .tabs dd dl dd .submenu:hover {
  background-color: #fba80a !important;
  color: #fff !important;
}
.tabMenu .tabs-content .content {
  padding: 0 !important;
  height: 100% !important;
}
.tabMenu .tabs-content .actualidad {
  padding: 0 !important;
  min-height: 370px;
  max-height: 370px;
  overflow-y: scroll;
  position: absolute;
}
.tabMenu .tabs-content span.fecha {
  color: #fba80a;
  font-size: 0.9em;
  font-style: italic;
}
.info-usuario {
  margin: 0 0 0.5em 0;
}
.info-usuario p {
  padding-top: 1em;
  padding-right: 1.5em;
  text-align: center;
}
.info-usuario img {
  margin: 0 auto;
  padding-left: 25%;
}
.staff {
  padding: 1.5em;
  border: 1px solid #ededed;
  border-bottom: borderbottom-naranja;
  opacity: 0.7;
}
.staff:hover {
  background-color: fondo;
  opacity: 1;
}
.staff:hover .staff-descripcion {
  border-top: 1px solid #fba80a;
}
.staff .nofoto {
  margin-left: 20px;
  padding: 0.5em;
  height: 170px;
}
.staff .foto {
  height: 170px;
  width: 270px;
  object-fit: cover;
  padding: 10px;
}
.staff .staff-descripcion {
  border-top: 1px solid #f0f0f0;
  background-color: #fbfbfb;
}
.staff .staff-descripcion p {
  padding: 1.5em;
  margin: 0 auto;
  height: 120px;
}
.tloProyecto {
  margin-top: 0.5em;
  border: 1px solid #fbfbfb;
  border-left: 1px solid #fba80a;
  background: #fff;
  padding: 0.5em;
  cursor: pointer;
}
.tloSubProyecto {
  padding: 0.5em;
  background: #f3f8e7;
  cursor: pointer;
}
.menuRight {
  background-color: #fff;
  border-bottom: 2px solid #fba80a;
  padding: 0.8em;
  padding-top: 0;
}
.menuRight h2,
.menuRight h3 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.menuRight div {
  margin: 0;
  padding: 0;
}
.menuRight div div.icons {
  margin-top: 0.5em;
  text-align: center;
}
.menuRight div figure {
  margin: 0 !important;
  padding: 0 !important;
}
.menuRight div figure img {
  border-top: 1px dashed #ccc;
  border-bottom: 1px solid #7abb3b;
  width: 100%;
  height: 100px;
}
.menuRight div p {
  padding: 0 0.8em 0 0.8em;
}
.menuRight div span {
  display: block;
  font-size: 3em;
  text-align: center;
  color: #7abb3b;
}
.listado a {
  float: left;
  clear: left;
  padding-left: 8px;
  line-height: 30px;
  width: 100%;
}
.enlacesInteres {
  background-color: transparent;
  height: 160px;
  padding-bottom: 1.5em;
}
.enlacesInteres .example-orbit li {
  height: 100px;
}
.enlacesInteres .example-orbit li div {
  float: left;
}
footer {
  background-color: #7abb3b;
  border-top: 3px solid #fba80a;
  color: #fff;
}
footer .info {
  padding: 1em;
}
footer .info .formproposta {
  width: 100%;
  margin-left: 1em;
}
footer .mapPoint {
  text-align: center;
  font-size: 3.5em;
  padding: 0;
  margin: 0.2em 0 0.2em 0;
}
footer .bottomBar {
  height: 40px;
  background-color: #54a307;
}
footer .bottomBar ul li {
  float: left;
  padding-right: 0.3em;
  padding-top: 0.4em;
}
footer .bottomBar ul li a {
  color: #fff;
}
input[type='text'],
input[type='button'] {
  height: 30px;
}
.columns {
  margin: 0;
  padding: 0;
}
.container {
  margin: 0 auto;
  width: 980px;
}
.button {
  background-color: #54a307;
  color: #fff;
  padding: 0.5em;
  margin: 0;
}
.button:hover {
  background-color: #fba80a;
}
.button-invertido {
  background-color: #fba80a;
  color: #fff;
  padding: 0.4em;
  margin: 0;
  height: px;
}
.button-invertido:hover {
  background-color: #54a307;
  color: #fff;
}
a {
  color: #484747;
}
a:hover {
  color: #7abb3b;
}
a .blanco {
  color: #fff;
}
a .blanco:hover {
  color: #fff;
}
h4 {
  line-height: 1.1em;
}
h4 span {
  color: #7abb3b;
  font-size: 0.8em;
}
h2 {
  color: #484747 !important;
}
p {
  line-height: 1.2em;
}
ul {
  list-style: none;
}
ul.fr-tag {
  list-style: disc !important;
}
ol.fr-tag {
  list-style: decimal !important;
}
.grisClaro {
  color: #fbfbfb;
}
.blanco {
  color: #fff;
}
.verde {
  color: #7abb3b;
}
.verdeoscuro {
  color: #54a307;
}
.naranja {
  color: #fba80a;
}
.gris {
  color: #484747;
}
.azul {
  color: azul;
}
.goog-te-gadget-icon {
  background-image: none;
}
.highlight {
  border-radius: 4px;
  color: #fff;
  margin: 0;
  height: 20px;
  padding: 0.2em 0.4em 0.2em 0.4em;
  margin: 0 8px 0 0;
  background-color: #7abb3b;
}
.highlight.gris {
  background-color: #888;
}
.highlight.naranja {
  background-color: #fba80a;
}
.highlight:hover {
  color: #fff;
}
.destacado {
  background-color: #f3f8e7;
}
.pointer {
  cursor: pointer;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-rigth {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.tlo {
  padding: 0;
  margin: 0;
}
.subtlo {
  padding: 0 0 0.8em 0;
  margin: 0 0 1em 0;
  height: 100%;
}
.padding-xs {
  padding: 0.2em;
}
.padding-top-xs {
  padding-top: padding-top-xs;
}
.padding-bottom-xs {
  padding-bottom: 0.5em;
}
.padding-right-xs {
  padding-right: 0.5em;
}
.padding-left-xs {
  padding-left: 0.5em;
}
.padding {
  padding: 0.5em;
}
.padding-top {
  padding-top: 1em;
}
.padding-bottom {
  padding-bottom: 1em;
}
.padding-right {
  padding-right: 1em;
}
.padding-left {
  padding-left: 1em;
}
.padding-xl {
  padding: 1.5em;
}
.padding-top-xl {
  padding-top: 2.5em;
}
.padding-bottom-xl {
  padding-bottom: 2.5em;
}
.padding-right-xl {
  padding-right: 2.5em;
}
.padding-left-xl {
  padding-left: 2.5em;
}
.margin-left {
  margin-left: 0.5em;
}
.margin-right {
  margin-right: 0.5em;
}
.margin-top {
  margin-top: 0.5em;
}
.margin-bottom {
  margin-bottom: 5em;
}
.margin-left-xl {
  margin-left: 2em;
}
.margin-right-xl {
  margin-right: 2em;
}
.margin-top-xl {
  margin-top: 2em;
}
.margin-bottom-xl {
  margin-bottom: margin-bottom-xl;
}
.fondoverde {
  background-color: #6bb40d;
}
.fondoverdeoscruo {
  background-color: #54a307;
}
.fondoverdeclaro {
  background-color: #f3f8e7;
}
.fondonaranja {
  background-color: #fba80a;
}
.fondogrisclaro {
  background-color: #fbfbfb;
}
.fondogrisoscuro {
  background-color: #ededed;
}
.fondogris {
  background-color: #f4f4f4;
}
.fondoblanco {
  background-color: #fff;
}
.fondo {
  background: url('../img/fondos/gris-granulado.png');
}
.border {
  border: 1px solid #f0f0f0;
}
.bordertop {
  border-top: 1px solid #f0f0f0;
}
.bordertop-naranja {
  border-top: 2px solid #fba80a;
}
.borderbottom {
  border-bottom: 1px solid #f0f0f0;
}
.borderbottom-naranja {
  border-bottom: 2px solid #fba80a;
}
.borderleft {
  border-left: 1px solid #f0f0f0;
}
.borderleft-naranja {
  border-left: 1px solid #fba80a;
}
.borderright {
  border-right: 1px solid #f0f0f0;
}
.borderradius {
  border-radius: 4px;
}
.borderbottom-dashed {
  border-bottom: 1px dashed #d9d9d9;
}
.nocontent {
  content: '' !important;
}
.nomargin {
  margin: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.noborder {
  border: 0 !important;
}
.panel {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border: 1px solid transparent !important;
  cursor: pointer !important;
}
.panel:hover {
  background: #fbfbfb !important;
  border: 1px solid #f0f0f0 !important;
}
.cursor {
  cursor: pointer;
}
.scroll,
select {
  margin: 0 !important;
  padding: 0 !important;
}
.fullwidth {
  width: 100% !important;
}
hr.gradient {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0)
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0)
  );
  margin: 15px 0 22px 0;
}
hr.short {
  margin: 11px 0 11px 0;
}
hr.long {
  margin: 44px 0 44px 0;
}
.post {
  border-bottom: 1px dashed #d9d9d9;
  padding: 0.4em;
  line-height: 22px;
  width: 100%;
}
.post:hover {
  background-color: #f0f0f0;
}
.post:hover a {
  color: #7abb3b;
}
.post .destacado {
  background-color: #f3f8e7;
}
.titulo-post {
  padding: 0.3em 0.5em 0.3em 0.5em;
}
.tipo-post {
  border-radius: 3px;
  color: #fff;
  line-height: 1em;
  margin: 0.2em 0 0.2em 0.3em;
  width: 35px;
  padding: 0.3em;
  text-align: center;
}
.img-post {
  padding: 0.2em;
  margin: 0.2em 0 0.2em 0;
  border: 1px solid #f5f5f5;
}
.fecha-post {
  font-size: 0.8em;
  color: #8d8c8c;
}
.dia {
  font-size: 1.1em;
  height: 12px;
  width: 100%;
}
.mes {
  float: left;
  font-size: 0.9em;
  clear: left;
  height: 14px;
  width: 100%;
}
.twitter-timeline {
  float: left !important;
  background-color: #fff !important;
}
.acordeon {
  background-color: fondo !important;
}
.acordeon:hover {
  background-color: #f3f8e7 !important;
}
.contentAcordeon {
  border-bottom: 1px solid #fba80a;
  margin-bottom: 1em !important;
  padding: 0.5em !important;
  margin-top: 0.3em !important;
}
.slide {
  position: absolute;
  top: 0;
  right: 0%;
  width: 60px !important;
  margin-top: 0.8em !important;
}
.slide .left {
  background-color: #fbfbfb !important;
  border: 1px solid #f0f0f0 !important;
  border-radius: 4px !important;
  padding: 0.3em 0.2em 0.3em 0.2em !important;
}
.slide .left:after {
  font-family: 'webicons';
  content: '\e62a';
}
.slide .left:hover {
  background-color: #fba80a !important;
  color: #fff !important;
  cursor: pointer !important;
}
.slide .right {
  background-color: #fbfbfb !important;
  border: 1px solid #f0f0f0 !important;
  border-radius: 4px !important;
  padding: 0.3em 0.2em 0.3em 0.3em !important;
}
.slide .right:before {
  font-family: 'webicons';
  content: '\e62d';
}
.slide .right:hover {
  background-color: #fba80a !important;
  color: #fff !important;
  cursor: pointer !important;
}
.listview {
  margin: 0 1.5em 0 0 !important;
  padding: 0 !important;
  float: right;
}
.listview .box {
  background-color: #fbfbfb !important;
  border: 1px solid #f0f0f0 !important;
  border-radius: 4px !important;
  float: left;
  padding: 0.3em !important;
}
.listview .box:after {
  font-family: 'webicons';
  content: '\e68d';
}
.listview .box:hover {
  background-color: #fba80a !important;
  color: #fff !important;
  cursor: pointer !important;
}
.listview .list {
  background-color: #fbfbfb !important;
  border: 1px solid #f0f0f0 !important;
  border-radius: 4px !important;
  float: left;
  margin-left: 0.3em;
  padding: 0.3em !important;
}
.listview .list:before {
  font-family: 'webicons';
  content: '\e68c';
}
.listview .list:hover {
  background-color: #fba80a !important;
  color: #fff !important;
  cursor: pointer !important;
}
.precios {
  background-color: #f3f8e7;
  margin: 0;
  padding: 0;
}
.precios .tipoPrecio {
  font-size: 1.2em;
}
.precios .importe {
  color: #7abb3b;
  font-size: 1.4em;
}
#loading {
  background: #f2f2f2 url('../img/ajax-loader2.gif') no-repeat 50% 50%;
  opacity: 0.7;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  position: absolute;
  display: none;
}
.icon-facebook:before {
  font-family: 'webicons';
  content: '\e608';
}
.icon-facebook.grisoscuro {
  color: #888;
}
.icon-facebook.blanco {
  color: #fff;
}
.icon-twitter:before {
  font-family: 'webicons';
  content: '\e607';
}
.icon-twitter:before:hover {
  color: azul;
}
.icon-twitter.grisoscuro {
  color: #888;
}
.icon-twitter.blanco {
  color: #fff;
}
.icon-vimeo:before {
  font-family: 'webicons';
  content: '\e606';
}
.icon-vimeo:before:hover {
  color: azul;
}
.icon-vimeo.grisoscuro {
  color: #888;
}
.icon-vimeo.blanco {
  color: #fff;
}
.icon-instagram:before {
  font-family: 'webicons';
  content: '\f16d';
}
.icon-instagram:before:hover {
  color: azul;
}
.icon-instagram.grisoscuro {
  color: #888;
}
.icon-instagram.blanco {
  color: #fff;
}
.slideshare:before {
  font-family: 'webicons';
  content: '\e606';
}
.slideshare:before:hover {
  color: azul;
}
.slideshare.grisoscuro {
  color: #888;
}
.slideshare.blanco {
  color: #fff;
}
.icon-facebook:hover,
.icon-twitter:hover,
.slideshare:hover,
.icon-vimeo:hover,
.icon-print {
  color: azul;
}
.icon-mas {
  background-color: #fbfbfb !important;
  border: 1px solid #f0f0f0 !important;
  border-radius: 4px !important;
  color: #888;
  font-size: 100%;
  height: 20px;
  margin-top: 0.5em;
  padding: 0.1em !important;
  width: 20px;
}
.icon-mas:after {
  font-family: 'webicons';
  content: '\e63c';
}
.icon-mas:before {
  content: '';
}
.icon-mas:hover {
  background-color: #fba80a !important;
  color: #fff !important;
  cursor: pointer !important;
}
.icon-video:before {
  font-family: 'webicons';
  content: '\e610';
  color: #484747;
}
.icon-video-verde:before {
  font-family: 'webicons';
  content: '\e610';
  color: #7abb3b;
}
.icon-docs:before {
  font-family: 'webicons';
  content: '\e611';
  color: #484747;
}
.icon-file:before {
  font-family: 'webicons';
  content: '\e6d6';
  color: #484747;
}
.icon-links:before {
  font-family: 'webicons';
  content: '\e612';
  color: #484747;
}
.icon-links-verde:before {
  font-family: 'webicons';
  content: '\e612';
  color: #7abb3b;
}
.icon-download:before {
  font-family: 'webicons';
  content: '\e707';
  color: #484747;
}
.icon-download-verde:before {
  font-family: 'webicons';
  content: '\e707';
  color: #7abb3b;
}
.icon-mapPoint:before {
  font-family: 'webicons';
  content: '\e61b';
}
.icon-comentarios:before {
  font-family: 'webicons';
  content: '\e60c';
}
.icon-activitat:before {
  font-family: 'webicons';
  content: '\e61c';
}
.icon-pdf:before {
  font-family: 'webicons';
  content: '\e85b';
}
.icon-maletin:before {
  font-family: 'webicons';
  content: '\f0f2';
  color: #484747;
  font-size: 1.5em;
}
.icon-maletin-verde:before {
  font-family: 'webicons';
  content: '\f0f2';
  color: #7abb3b;
}
.icon-users:before {
  font-family: 'webicons';
  content: '\e616';
}
.icon-registro:before {
  font-family: 'webicons';
  content: '\e609';
}
.icon-calendar:before {
  font-family: 'webicons';
  content: '\e60b';
}
.icon-flecha:before {
  font-family: 'webicons';
  content: '\e626';
}
.icon-next:before {
  font-family: 'webicons';
  content: '\e626';
}
.icon-after:before {
  font-family: 'webicons';
  content: '\e623';
}
.icon-camfic:before {
  font-family: 'webicons';
  content: '\e988';
  color: #7abb3b;
  font-size: 1.3em;
  padding-right: 0.2em;
}
.icon-camfic-negativo:before {
  font-family: 'webicons';
  font-size: 2.8em;
  content: '\e988';
}
.icon-mail:before {
  font-family: 'webicons';
  content: '\e644';
}
.icon-info:before {
  font-family: 'webicons';
  content: '\e669';
}
.icon-enviar:before {
  font-family: 'webicons';
  content: '\e710';
}
.icon-candado:before {
  font-family: 'webicons';
  content: '\e62f';
}
.icon-avionpapel:before {
  font-family: 'webicons';
  content: '\e618';
  font-size: 1.5em;
}
.icon-lupa:before {
  font-family: 'webicons';
  content: '\e605';
}
.icon-box:before {
  font-family: 'webicons';
  content: '\e68d';
}
.icon-list:before {
  font-family: 'webicons';
  content: '\e68c';
}
.icon-close:before {
  font-family: 'webicons';
  font-size: 1.4em;
  content: '\f057';
}
.icon-resultats:before {
  font-family: 'webicons';
  font-size: 0.8em;
  content: '\f022';
}
.icon-ok:before {
  font-family: 'webicons';
  font-size: 0.8em;
  content: '\e633';
}
.icon-news:before {
  font-family: 'webicons';
  font-size: 0.8em;
  content: '\e6c4';
}
.icon-materialActivitats:before {
  font-family: 'webicons';
  font-size: 0.8em;
  content: '\e66c';
  color: #484747;
}
.icon-projecto:before {
  font-family: 'webicons';
  content: '\e658';
}
.icon-down:before {
  font-family: 'webicons';
  content: '\e624';
}
.icon-up:before {
  font-family: 'webicons';
  content: '\e625';
}
.icon-print:before {
  font-family: 'webicons';
  content: '\e6f9';
  color: #888;
}
.icon-mobile:before {
  font-family: 'webicons';
  content: '\e671';
}
.icon-lapiz:before {
  font-family: 'webicons';
  content: '\e619';
}
@media (min-width: 1300px) {
  body {
    margin: 0 auto !important;
    width: 100% !important;
  }
  .seccion {
    padding: 1.5em;
  }
}
@media (min-width: 960px) {
  body {
    margin: 0 auto !important;
    width: 100% !important;
  }
  .seccion {
    padding: 1.5em;
  }
}
@media (min-width: 760px) {
  body {
    margin: 0 auto !important;
    width: 100% !important;
  }
  .seccion {
    padding: 1.5em;
  }
}
@media (max-width: 1200px) {
  body {
    margin: 0 auto !important;
    width: 100% !important;
  }
  .seccion {
    padding: 1.5em;
  }
}
@media (max-width: 990px) {
  body {
    margin: 0 auto !important;
    width: 100% !important;
  }
  .seccion {
    padding: 1.5em;
  }
}
@media (max-width: 760px) {
  body {
    margin: 0 auto !important;
    width: 100% !important;
  }
  .seccion {
    padding: 1.5em;
  }
}
@media (max-width: 600px) {
  .seccion {
    padding: 1.5em;
  }
  article {
    width: inherit !important;
  }
  body {
    margin: 0 auto !important;
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  body {
    margin: 0 auto !important;
    width: 100% !important;
  }
  header {
    border: 0;
  }
  .container {
    width: 100%;
  }
  .seccion {
    padding: 1.5em;
  }
  .actividades {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
  }
  .actividades article {
    width: inherit !important;
  }
  .relacionados {
    display: none;
  }
  .tipo-post {
    display: none;
  }
  .tlo {
    min-height: 0 !important;
  }
  .lugar,
  .inscripcion,
  .icon-mas {
    display: none;
  }
  #Actualitat,
  #Biblioteca,
  #Twitter,
  #Miscelania {
    margin-top: 2em;
  }
  #rutaMigas {
    display: none;
  }
  #DetalleBiblioteca .padding-left {
    padding-left: 0;
    margin-top: 2em;
  }
  #DetalleBiblioteca .padding-right {
    padding-right: 0;
  }
}
#IrArriba {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}
#IrArriba a {
  width: 60px;
  height: 60px;
  display: block;
  background: url('../img/flecha-arriba-b.png') no-repeat center center;
  opacity: 0.7;
  -webkit-transitionall: 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transitionall: 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#IrArriba:hover {
  width: 60px;
  height: 60px;
  display: block;
  opacity1-webkit-transition-duration: 0.5s;
  background: url('../img/flecha-arriba-b.png') no-repeat center center;
}
@media (max-width: 320px) {
  header {
    border: 0;
  }
  .container {
    width: 100%;
  }
  .seccion {
    padding: 1.5em;
  }
  .actividades {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
  }
  .actividades article {
    width: inherit !important;
  }
  .relacionados {
    display: none;
  }
  .tipo-post {
    display: none;
  }
  .tlo {
    min-height: 0 !important;
  }
  .lugar,
  .inscripcion,
  .icon-mas {
    display: none;
  }
  #Actualitat,
  #Biblioteca,
  #Twitter,
  #Miscelania {
    margin-top: 2em;
  }
  #rutaMigas {
    display: none;
  }
  #DetalleBiblioteca .padding-left {
    padding-left: 0;
    margin-top: 2em;
  }
  #DetalleBiblioteca .padding-right {
    padding-right: 0;
  }
}

#contenedor-provincias {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 25px;
}

#boton-normativa {
  background-color: #fba80a;
  color: white;
  padding: 0.625rem;
  width: 85%;
}

#boton-normativa > a > span {
  color: white;
}

.actividades.onlineipresencial {
  max-height: 333px;
}

.banners-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.banners-horizontal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.banners-horizontal > * {
  flex: 1 1 50%;
  height: 100%
}

@media (min-width: 968px) {
  .banners-horizontal {
      flex-direction: row;
  }
}