@charset "UTF-8";
@font-face {
  font-family: 'Ciutadella Regular';
  src: url("/fuentes/Ciutadella-Regular.otf");
}

@font-face {
  font-family: 'Ciutadella Bold';
  src: url("/fuentes/Ciutadella-Bold.otf");
}

@font-face {
  font-family: 'Ciutadella Light';
  src: url("/fuentes/Ciutadella-Light.otf");
}

@font-face {
  font-family: 'Ciutadella SemiBold';
  src: url("/fuentes/Ciutadella-SemiBold.otf");
}

@font-face {
  font-family: 'Ciutadella Medium';
  src: url("/fuentes/Ciutadella-Medium.otf");
}

body {
  font-family: 'Ciutadella Light', verdana, arial, sans-serif;
  background: #fff;
  color: #555;
  font-size: 20px;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #21759b;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

.carousel-inner h5 span {
  background-color: rgba(122, 156, 62, 0.8);
  padding-left: .2rem;
  padding-right: .2rem;
}

.carousel-inner a {
  color: #fff;
  text-decoration: underline !important;
}

.container, .m {
  max-width: 1205px !important;
}

#barra {
  background: #c5da99;
  height: 55px;
}

#logo-desktop {
  margin-top: 52px;
  position: relative;
  max-width: 100%;
  z-index: 1;
}

.menu-idiomas {
  text-align: right;
}

.menu-idiomas a {
  color: #000;
  text-decoration: none;
  font-size: 13px;
  line-height: 45px;
  padding-left: 0px !important;
  padding-right: 10px !important;
}

.menu-idiomas a.activo {
  color: #fff;
}

h1 {
  border-bottom: 1px solid #777;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: 'Ciutadella semiBold';
}

h1 .sub {
  color: #c5da99;
}

.bg-color1 {
  background: #363636;
}

/*marrón oscuro*/
.bg-color2 {
  background: #543428;
}

/*marrón semi*/
.bg-color3 {
  background: #7a9c3e;
}

/*verde*/
.bg-color4 {
  background: #c5da99;
}

/*verde claro*/
.bg-color5 {
  background: #fac130;
}

/*amarillo*/
.color1 {
  color: #363636;
}

/*marrón oscuro*/
.color2 {
  color: #543428;
}

/*marrón semi*/
.color3 {
  color: #7a9c3e;
}

/*verde*/
.color4 {
  color: #c5da99;
}

/*verde claro*/
.color5 {
  color: #fac130;
}

/*amarillo*/
.color6 {
  color: #fff;
}

.breadcrumb {
  font-size: 14px;
  font-family: 'Ciutadella Regular';
}

.btn .bg-color2:hover, .actual .bg-color2 {
  background: #c5da99;
  color: #fff;
}

.actual .bg-color3 {
  background: #363636;
  color: #fff;
}

.btn .bg-color3:hover {
  background: #c5da99;
  color: #fff;
}

.etiqueta {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  font-family: 'Ciutadella SemiBold';
  font-size: 22px;
}

.etiqueta-lg {
  padding: 5px 10px;
  color: #fff;
}

#menu_apartados .etiqueta-lg {
  padding: 10px 10px;
}

.etiqueta_descripcion {
  font-size: 18px;
  max-width: 90%;
  padding: 0 5px;
}

.etiqueta-lg:hover {
  color: #fff;
}

.actual .etiqueta-lg.bg-color3 {
  background: #c5da99;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #c5da99 !important;
}

.page-item.active .page-link {
  background-color: #7a9c3e !important;
  border-color: #7a9c3e !important;
  color: #fff !important;
}

.page-link, .page-link:hover {
  color: #7a9c3e !important;
}

@media (min-width: 576px) {
  .fila-banner-L .col-banner-L:nth-child(1) {
    margin-right: .5rem;
  }
  .fila-banner-L .col-banner-L:nth-child(2) {
    margin-right: .25rem;
    margin-left: .25rem;
  }
  .fila-banner-L .col-banner-L:nth-child(3) {
    margin-left: .5rem;
  }
}

@media (min-width: 805px) and (max-width: 1197px) {
  .fila-banner-m .col-banner-m:nth-child(odd) {
    margin-right: .5rem;
  }
  .fila-banner-m .col-banner-m:nth-child(even) {
    margin-left: .5rem;
  }
}

@media (min-width: 1198px) {
  .fila-banner-m .col-banner-m:nth-child(1),
  .fila-banner-m .col-banner-m:nth-child(4) {
    margin-right: .5rem;
  }
  .fila-banner-m .col-banner-m:nth-child(2),
  .fila-banner-m .col-banner-m:nth-child(5) {
    margin-right: .25rem;
    margin-left: .25rem;
  }
  .fila-banner-m .col-banner-m:nth-child(3),
  .fila-banner-m .col-banner-m:nth-child(6) {
    margin-left: .5rem;
  }
}

.titulo-bloques {
  text-align: center;
  margin-top: 60px;
}

@media (min-width: 992px) {
  .titulo-bloques {
    text-align: left;
    font-size: 20px;
  }
}

@media (max-width: 1197px) {
  .titulo-bloques.f2 {
    text-align: center;
  }
}

.bottom-left {
  position: absolute;
  bottom: 5%;
  left: 5%;
}

.top-left {
  position: absolute;
  top: 5%;
  left: 5%;
}

.top-right {
  position: absolute;
  top: 5%;
  right: 5%;
}

.bottom-right {
  position: absolute;
  bottom: 5%;
  right: 5%;
}

.col-banner-m, .col-banner-L {
  width: 383px;
  max-width: 100%;
  margin-bottom: 15px;
  position: relative;
}

.col-banner-m {
  height: 239px;
}

.col-banner-m a, .col-banner-L a:hover, .col-banner-m a:hover, .col-banner-L a:focus, .col-banner-m a:focus {
  color: #fff;
}

#pie {
  background: #f1f0f0;
  font-size: 14px;
  font-family: 'Ciutadella Regular';
  margin-top: 25px;
}

#pie a {
  color: #4d4d4d;
}

#pie li, #pie ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

#pie ul li ul {
  margin-left: 8px;
}

#pie ul.lista-footer > li > span {
  padding: 2px 8px;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#logo-footer {
  max-width: 100%;
  width: 222px;
  margin-bottom: 6px;
}

.ssmm {
  font-size: 18px;
  width: 38px;
  height: 38px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  position: relative;
  margin-bottom: 8px;
  color: #fff !important;
}

.ssmm span {
  display: none;
}

.ssmm i {
  display: inline-block;
  vertical-align: middle;
  line-height: 38px;
}

#imagen_sec,
#imagen_post {
  margin-bottom: 15px;
  max-width: 100%;
}

@media (min-width: 992px) {
  #imagen_sec,
  #imagen_post {
    float: right;
    margin-left: 30px;
    max-width: 400px;
  }
}

.aux {
  text-align: right;
  color: #7a9c3e;
}

.aux #sobre_esta_seccion {
  font-size: 90%;
  margin-bottom: 15px;
  margin-top: 0;
}

.aux #sobre_esta_seccion h2 {
  margin-top: 0;
}

.aux .otras_secciones li {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 16px;
}

#menu_apartados .etiqueta-lg {
  padding: 10px 10px;
}

#menu_apartados li {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0;
  margin-right: 5px;
}

#menu_apartados li a.bg-color3:hover {
  background: #c5da99;
  color: #fff;
}

ul.listado_principal li {
  margin-bottom: 15px;
}

ul.listado_principal li h2 {
  margin-bottom: 0;
  font-size: 120%;
}

#legal_form {
  font-size: 70%;
}

/**/
ul.listado_principal img {
  min-width: 130px;
  margin-bottom: .5em;
}

@media (min-width: 576px) {
  ul.listado_principal img {
    margin-right: 1.5em;
  }
}

.page-item.active .page-link {
  background-color: #21759b;
  border-color: #21759b;
}
/*# sourceMappingURL=styles.css.map */