/* layout 2 */
.container-fluid:after {
  display: block;
  content: "";
  clear: both;
}
.container {
  width: 100%;
}
.row {
  max-width: 90%;
  margin: 0 auto;
  overflow: auto;
}
#cab_cen {
  max-width: 50%;
  margin: 0 auto;
}
#menu-movil {
  position: absolute;
  z-index: 9;
  top: 4.3rem;
  right: 1rem;
}
#menu-movil:before {
  content: "\f0c9";
  font-size: 1.5rem;
  font-family: "FontAwesome";
}
#menu-movil span {
  display: none;
}
#menu {
  display: none;
}
#menu ul ul {
  display: none;
}
#content {
  padding-bottom: 2rem;
}
#enlaces-interes,
#app,
#servicios {
  padding: 2rem 0;
}
#noticias {
  padding: 2rem 0;
}
#noticias .noticia {
  margin-bottom: 5%;
}
.contadores {
  padding: 1rem 0;
  overflow: auto;
}
.contadores .contador {
  margin: 2rem 0;
}
.contadores .contador .par {
  margin-bottom: 2rem;
}
#anuncios {
  padding: 2rem 0;
}
#anuncios .anuncio {
  margin-bottom: 5%;
}
#precabecera {
  padding: 0.5rem 0;
}
#precabecera #precab_izq {
  float: left;
}
#precabecera #precab_der {
  float: right;
}
#precabecera #precab_der .redes li {
  margin-right: 0.5rem;
}
#pie_pagina .row > div {
  padding: 1rem 0;
}
@media only screen and (min-width: 768px) {
  #content {
    padding-bottom: 6rem;
  }
  #enlaces-interes,
  #app,
  #servicios {
    padding: 4rem 0;
  }
  #app .row {
    max-width: 40%;
    margin-right: 38%;
  }
  .contadores {
    padding: 3rem 0;
    overflow: auto;
  }
  .contadores .contador {
    width: 33%;
    float: left;
  }
  #noticias {
    padding: 6rem 0;
  }
  #noticias > span,
  #noticias .noticia {
    width: 30%;
    margin: 0 2% 2% 0;
    float: left;
  }
  #noticias .noticia:nth-child(4) {
    margin-right: 0;
  }
  #anuncios {
    padding: 6rem 0;
  }
  #anuncios .anuncio {
    width: 23%;
    margin-right: 2%;
    float: left;
  }
  #anuncios .anuncio:last-of-type {
    margin-right: 0;
  }
  #anuncios .anuncio:nth-child(5) {
    margin-right: 0;
  }
  /* formulario de contacto */
  .cmsdip-pro-formulario-contacto-datos {
    width: 35%;
    margin-right: 5%;
    float: left;
  }
  #cmsdip-pro-formulario-contacto {
    width: 55%;
    float: right;
  }
  #cmsdip-pro-formulario-contacto .formulario p:nth-child(3),
  #cmsdip-pro-formulario-contacto .formulario p:nth-child(4),
  #cmsdip-pro-formulario-contacto .formulario p:nth-child(5),
  #cmsdip-pro-formulario-contacto .formulario p:nth-child(6) {
    width: 50%;
    display: inline-block;
  }
  #cmsdip-pro-formulario-contacto .formulario p:nth-child(3) .input,
  #cmsdip-pro-formulario-contacto .formulario p:nth-child(4) .input,
  #cmsdip-pro-formulario-contacto .formulario p:nth-child(5) .input,
  #cmsdip-pro-formulario-contacto .formulario p:nth-child(6) .input {
    width: 90%;
  }
  #pie_pagina {
    padding: 2.5rem 0;
  }
  #pie_pagina .row > div {
    float: left;
    width: 25%;
    padding: 1%;
  }
  #pie_pagina .row > div.redes {
    text-align: right;
    width: 15%;
  }
}
@media only screen and (min-width: 1024px) {
  #menu {
    display: block;
  }
  #menu ul ul {
    display: block;
  }
  #menu-movil {
    display: none;
  }
  #menu ul {
    position: absolute;
  }
  #menu ul li {
    float: left;
    margin-right: 1rem;
  }
  #menu ul li ul {
    display: none;
    z-index: 9;
    margin-top: -3px;
  }
  #menu ul li ul li {
    display: block;
    float: none;
  }
  #menu ul li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
  }
  #menu ul li:hover ul {
    display: block;
  }
}
@media only screen and (min-width: 1100px) {
  #enlaces-interes ul li {
    margin: 1rem 2rem;
  }
  .row {
    max-width: 1140px;
  }
}
/* estilos generales*/
img {
  max-width: 100%;
}
.center {
  text-align: center;
}
.text-right {
  text-align: right;
}
a {
  color: #71a850;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
/*
h1, h2, h3 {
  font-family: @tipo-destacada;
}
*/
h2 {
  font-family: 'Contrail One', sans-serif;
  color: #71a850;
  font-size: 2rem;
  margin: 0 0 2rem;
}
.izquierda {
  float: left;
}
.derecha {
  float: right;
}
/* m�dulos */
ul.redes {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.redes li {
  display: inline-block;
}
ul.redes span {
  display: none;
}
ul.redes a:before {
  font-family: "FontAwesome";
  display: block;
  float: left;
  color: #fff;
}
ul.redes a.facebook:before {
  content: "\f09a";
}
ul.redes a.twitter:before {
  content: "\f099";
}
ul.redes a.youtube:before {
  content: "\f167";
}
.datos_ayto {
  line-height: 1.8rem;
}
.datos_ayto span:before {
  font-family: "FontAwesome";
  display: block;
  float: left;
  margin-right: 0.3rem;
}
.datos_ayto .nom:before {
  content: "\f1ad";
}
.datos_ayto .cif:before {
  content: "\f279";
}
.datos_ayto .dir:before {
  content: "\f279";
}
.datos_ayto .cp:before {
  content: "";
}
.datos_ayto .tel:before {
  content: "\f095";
}
.datos_ayto .fax:before {
  content: "\f1ac";
}
/* lector de p�ginas */
.rsbtn {
  z-index: 8;
}
/*
.rsbtn{
  z-index: 8;
  float: right;
  border: 1px solid green;
  border-radius: 5px;
  .rsimg, #rslightbox_logo.rsimg, a.rsimg {
    background: none;
  }
  span, a, a:focus {
    display: inline-block;
  }
  .rsbtn_left .rsbtn_text {
    background: none;
    margin:5px;
    padding-left: 5px;
    &::before {
      content: "\f028";
      font-family: @tipo-icon;
      color: @color-destacado;
      font-size: 1rem;
      padding-right: 5px;

    }
  }
  .rsbtn_play:before {
    content: "\f04b";
    font-family: @tipo-icon;
    color: @color-destacado;
    font-size: 1rem;
    background: none;
    margin: 5px;
  }
  .rsbtn_pause:before {
    content: "\f04c";
    font-family: @tipo-icon;
    color: @color-destacado;
    font-size: 1rem;
    background: none;
    margin: 5px;
  }

}
*/
/* estilos csrii */
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #606060;
}
#precabecera {
  background-color: #71a850;
}
#precabecera a {
  color: #fff;
  text-decoration: none;
}
#precabecera #precab_izq {
  font-size: 1.1rem;
}
#precabecera .redes {
  font-size: 1rem;
}
#cabecera #cab_cen {
  text-align: center;
  padding: 2rem 0;
}
#menu {
  border-top: 1px solid #ededed;
  min-height: 6rem;
}
#menu .row {
  overflow: initial;
}
#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menu ul li a {
  display: block;
  color: #606060;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1rem;
}
#menu ul li a:hover {
  background-color: #71a850;
  color: #fff;
}
#menu ul li ul {
  background-color: #fff;
  border-top: 2px solid #71a850;
}
#menu ul li ul li {
  margin-right: 0;
}
#menu ul li ul li a {
  display: block;
  color: #606060;
  padding: 0.4rem 1rem;
  text-transform: none;
}
#menu ul li ul li a:hover {
  background-color: rgba(113, 168, 80, 0.59);
  color: #fff;
}
#carrusel_principal {
  padding-bottom: 50%;
}
#carrusel_principal .imagen-carrusel {
  background-repeat: no-repeat;
  visibility: inherit;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 50%;
}
#carrusel_principal .texto-carrusel {
  position: absolute;
  left: 5%;
  top: 5%;
  right: 5%;
  text-align: center;
}
#carrusel_principal .texto-carrusel p {
  color: #fff;
}
#carrusel_principal .texto-carrusel p.titulo-slide {
  font-family: 'Contrail One', sans-serif;
  font-size: 2rem;
}
#carrusel_principal .texto-carrusel p.texto-slide {
  display: none;
}
#carrusel_principal .texto-carrusel .boton {
  background-color: #71a850;
  padding: 12px 35px;
  border-radius: 30px;
  display: inline-block;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: bold;
}
#carrusel_principal .texto-carrusel .boton:hover {
  background-color: #fff;
}
#carrusel_principal .texto-carrusel .boton:hover a {
  color: #606060;
}
#carrusel_principal .texto-carrusel .boton a {
  color: #fff;
}
@media only screen and (min-width: 600px) {
  #carrusel_principal .texto-carrusel p.texto-slide {
    display: block;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  #carrusel_principal {
    padding-bottom: 26%;
  }
  #carrusel_principal .imagen-carrusel {
    padding-top: 26%;
  }
  #carrusel_principal .texto-carrusel p {
    margin: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  #carrusel_principal .texto-carrusel p {
    margin: 2rem 0;
  }
}
@media only screen and (min-width: 1100px) {
  #carrusel_principal .texto-carrusel {
    top: 20%;
  }
  #carrusel_principal .texto-carrusel p.titulo-slide {
    font-size: 3rem;
  }
  #carrusel_principal .texto-carrusel p.texto-slide {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  #carrusel_principal .texto-carrusel {
    top: 40%;
  }
}
/* P�ginas de contenido */
#readspeaker_button1 {
  display: none;
}
#content h2 {
  margin: 2rem 0;
}
#content p {
  margin-bottom: 0.85rem;
}
#content .titulo {
  background-color: #ededed;
}
#enlaces-interes {
  background-color: #71a850;
  color: #fff;
}
#enlaces-interes h2,
#enlaces-interes a {
  color: #fff;
  text-align: center;
}
#enlaces-interes a {
  text-decoration: none;
  font-size: 1rem;
}
#enlaces-interes a:before {
  font-family: "FontAwesome";
  display: block;
  background-color: #fff;
  border-radius: 50%;
  color: #71a850;
  font-size: 2.3rem;
  height: 85px;
  width: 85px;
  line-height: 84px;
  text-align: center;
  margin: 0 auto 1rem;
}
#enlaces-interes a:hover:before {
  background-color: #00445b;
  color: #fff;
}
#enlaces-interes ul {
  text-align: center;
}
#enlaces-interes ul li {
  display: inline-block;
  margin: 1rem;
}
#enlaces-interes li.oficina a:before {
  content: "\f1fa";
}
#enlaces-interes li.portal a:before {
  content: "\f002";
}
#enlaces-interes li.app a:before {
  content: "\f10b";
}
#enlaces-interes li.diputacion a:before {
  content: "\f19c";
}
#enlaces-interes li.catastro a:before {
  content: "\f015";
}
#app {
  background-image: url("/Servicios/cmsdipro/configuracion.nsf/plantillasref/consorcio2_aytomacael_images_carrusel/$file/crsii-app-movil.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#app h2 {
  color: #fff;
}
#app p {
  color: #fff;
  line-height: 1.6rem;
  font-size: 1rem;
  margin-bottom: 0.6rem;
}
#app .apps {
  display: inline-block;
  margin: 2rem;
}
#servicios {
  background-color: #ededed;
}
#servicios h2 {
  text-align: center;
}
#servicios p {
  line-height: 1.6rem;
  font-size: 1rem;
}
#servicios strong {
  color: #71a850;
}
#servicios .contadores {
  text-align: center;
}
#servicios .contadores svg {
  height: 75px;
}
#servicios .contadores .par {
  font-size: 3rem;
}
#servicios .contadores .par:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #606060;
  margin: 0 auto;
}
#noticias .noticia {
  border: 1px solid #ededed;
}
#noticias h3 {
  font-size: 1rem;
  text-transform: uppercase;
  margin: 1rem;
  min-height: 3rem;
}
#noticias p.imagen {
  height: 200px;
  overflow: hidden;
}
#noticias p {
  margin: 1rem;
}
#noticias .enlace {
  text-align: right;
}
#noticias .enlace a {
  color: #71a850;
}
#anuncios .anuncio {
  border: 1px solid #ededed;
}
#anuncios h3 {
  font-size: 1rem;
  text-transform: uppercase;
  margin: 1rem;
  min-height: 3rem;
}
#anuncios p {
  padding: 1rem;
}
#anuncios .enlace {
  text-align: right;
  padding: 0 1rem 1rem;
}
#pie_pagina {
  background-color: #00445b;
  line-height: 1.7rem;
  color: #fff;
}
#pie_pagina a {
  color: #fff;
}
#pie_pagina .redes li {
  margin-right: 0.3rem;
}
#pie_pagina .redes li:last-of-type {
  margin-right: 0;
}
#pie_pagina .redes a:before {
  background-color: #fff;
  color: #00445b;
  padding: 0.3rem;
  border-radius: 50%;
  font-size: 1.3rem;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0.4rem 0.3rem 0.3rem;
}
#bottom {
  background-color: #f2f2f2;
  padding: 1rem 0;
  text-align: center;
}
#bottom a {
  color: #00445b;
  font-size: 0.725rem;
  text-decoration: none;
}
#bottom li {
  display: inline-block;
  margin-left: 1rem;
}
/* formulario de contacto */
.cmsdip-pro-formulario-contacto-datos h3 {
  font-family: 'Contrail One', sans-serif;
  color: #00445b;
  font-size: 1.5rem;
  margin-top: 3rem;
}
.cmsdip-pro-formulario-contacto-datos .datos_ayto {
  margin: 2rem 0;
}
#cmsdip-pro-formulario-contacto {
  padding-top: 2rem;
}
#cmsdip-pro-formulario-contacto .formulario p {
  margin: 0;
}
#cmsdip-pro-formulario-contacto .formulario label {
  font-weight: normal;
  color: #00445b;
}
#cmsdip-pro-formulario-contacto .formulario .input,
#cmsdip-pro-formulario-contacto .formulario select {
  width: 95%;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #00445b;
}
#cmsdip-pro-formulario-contacto .formulario .input:focus,
#cmsdip-pro-formulario-contacto .formulario select:focus {
  background-color: #fafafa;
  border: 2px solid rgba(113, 168, 80, 0.59);
  outline: none;
  border-radius: 0;
}
