@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,700');
@import url('https://fonts.googleapis.com/css?family=Kameron:400,700');
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');
/* Colores */
/* Variables responsive */
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  color: #555;
  margin: 0;
  padding: 0;
  background: #fff;
  /*
    @media @small_screen
    {
        background:#f00;
    }
    @media @tablet_horizontal
    {
        background:#0f0;
    }
    @media @tablet_vertical
    {
        background:#00f;
    }
    @media @smartphone
    {
        background:#222;
    }
    */
}
.fuente_encabezado {
  font-family: 'Kameron', Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #e3b100;
  margin: 0;
  padding: 0;
}
.trans {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.trans2 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cover {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.num-met {
  width: 46px;
  height: 46px;
  line-height: 40px;
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  border: 3px solid #d8c486;
  font-weight: 400;
  margin-top: 7px;
  margin-right: 14px;
  color: #969054;
  background: #fff;
}
/*
@import "plugins/animate";
@import "plugins/slick";
@import "plugins/font-awesome.min.less";
@import "plugins/lightgallery.less";
@import "plugins/theme_styles.less";
*/
#header a img {
  background: none !important;
}
@media (max-width: 1210px) {
  .sf-menu > li > a {
    padding: 42px 8px 10px !important;
  }
  .is-sticky .sf-menu > li > a {
    padding: 28px 8px 10px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  #header .navbar-brand {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #header .navbar-brand {
    padding-left: 30px !important;
    top: 20px !important;
  }
}
#header .navbar-brand .highlight {
  font-size: 50px;
  font-weight: bold;
  position: relative;
  top: 8px;
  left: 1px;
}
#header .navbar-brand:hover {
  color: #fff;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 70px;
  z-index: 99;
}
#header #mainmenu {
  display: none !important;
}
#header .navbar-brand {
  display: block;
  padding: 0;
  font-family: 'Raleway', serif;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
#header .navbar-brand img {
  margin-top: 21px;
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  #header .navbar-brand img {
    margin-left: 40px;
    margin-top: 32px;
  }
}
#header .inscripcion {
  display: block;
  position: absolute;
  z-index: 100;
  right: 32px;
  top: 5px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 14px;
  padding: 6px 12px;
  padding-left: 28px;
  color: #FFF;
  background: #969054 url('../img/bginscribete.png') 3px 0 no-repeat;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#header .inscripcion:hover {
  background: #000000 url('../img/bginscribete.png') 3px 0 no-repeat;
}
@media only screen and (max-width: 767px) {
  #header .inscripcion {
    top: 0;
    right: 0;
  }
}
#header .main-menu-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 90px;
  float: right;
  padding: 26px 30px;
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  #header .main-menu-icon {
    padding: 26px 15px;
    padding-left: 23px;
    padding-top: 37px;
  }
}
#header .main-menu-icon + #mainmenu {
  padding: 20px;
}
#header .main-menu-icon span {
  margin: 0 0 3px 0;
  display: block;
  height: 3px;
  width: 30px;
  background-color: #53382d;
}
#header .navegacion {
  position: absolute;
  top: 19px;
  right: 10px;
  padding: 0;
  z-index: 1100;
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  #header .navegacion {
    top: 5px;
    right: auto;
    left: 5px;
    z-index: 10;
  }
}
#header .navegacion li {
  position: relative;
  float: left;
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 2px;
  margin-right: 10px;
}
#header .navegacion li.hover_show {
  overflow: hidden;
}
#header .navegacion li.hover_show:hover {
  overflow: visible;
}
#header .navegacion li.hover_show:hover .escondido {
  opacity: 1;
  z-index: -1;
}
#header .navegacion li a.header-noticiario {
  background: url('../img/bg_notici.png') 0 0 no-repeat;
  display: block;
  width: 34px;
  height: 34px;
}
#header .navegacion li a.header-rutas {
  background: url('../img/bg_marker.png') 0 0 no-repeat;
  display: block;
  width: 34px;
  height: 34px;
}
#header .navegacion li a.header-origami {
  background: url('../img/origami.png') 0 0 no-repeat;
  display: block;
  width: 34px;
  height: 34px;
}
#header .navegacion li .escondido {
  position: absolute;
  display: block;
  background: #99A03A;
  height: 35px;
  width: 215px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 33px;
  padding: 0 15px;
  color: white;
  top: 51px;
  left: calc(50% - (210px / 2));
  text-align: center;
  opacity: 0;
  z-index: 9999999;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#header .navegacion li .escondido:before {
  content: "▲";
  display: block;
  position: absolute;
  color: #99A03A;
  height: 20px;
  left: 95px;
  width: 20px;
  top: -22px;
}
#header .navegacion li.idioma {
  font-size: 15px;
  line-height: 28px;
  height: 42px;
  width: 77px;
  margin-left: 30px;
  text-transform: uppercase;
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  #header .navegacion li.idioma {
    margin-left: 0;
    font-size: 16px;
    line-height: 15px;
    width: 85px;
  }
}
#header .navegacion li.idioma span {
  font-size: 12px;
}
#header .navegacion li.lista {
  padding: 0;
  width: 38px;
  height: 38px;
}
@media only screen and (max-width: 767px) {
  #header .navegacion li.icono-header {
    display: none;
  }
}
#header .idioma {
  color: #777;
}
#header .idioma a {
  color: #777;
}
#header .idioma a.actual {
  font-weight: 700;
}
#header .menu_assut {
  display: block;
  position: fixed;
  top: 70px;
  bottom: 0;
  left: 0;
  z-index: 105;
  width: 100%;
  max-width: 600px;
  text-align: left;
  -webkit-transform: translateX(-600px) translateZ(0);
  transform: translateX(-600px) translateZ(0);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#header .menu_assut.menu-opened {
  -webkit-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
}
#header .menu_assut.menu-opened .menu_container {
  transform: translateX(0px) translateZ(0px);
}
#header .menu_assut .menu_container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  width: 100%;
  padding-bottom: 3rem;
  border-top: 1px solid #cfcfcf;
  box-shadow: none;
  -webkit-transform: translateX(-100%) translateZ(0);
  transform: translateX(-100%) translateZ(0);
  background: #fff;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#header .menu_assut .menu_container .panel-list {
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  list-style: none;
  padding: 0;
}
#header .menu_assut .menu_container .panel-list .list-item .item-container {
  position: relative;
  overflow: hidden;
}
#header .menu_assut .menu_container .panel-list .list-item .item-container .item-link {
  display: table;
  width: 100%;
  height: 3.2rem;
  padding: 15px 40px;
  border-bottom: 1px solid #cfcfcf;
  color: #4d4d4d;
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform .1s;
  height: 2.8rem;
}
#header .menu_assut .menu_container .panel-list .list-item .item-container .item-link:hover {
  background: #fff;
  -webkit-transform: translateZ(0) translateX(5px);
  transform: translateZ(0) translateX(5px);
}
#header .menu_assut .menu_container .panel-list .list-item .item-container .item-link span {
  display: table-cell;
  vertical-align: middle;
}
#header .menu_assut .menu_container .panel-list .list-item .item-container .item-link:before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -5px;
  display: block;
  width: 10px;
  content: '';
  background: #ffc72c;
}
#header .menu_assut .menu_container .panel-list .list-item .sub-nav {
  display: none;
  background: #f0f0f0;
}
#header .menu_assut .menu_container .panel-list .list-item.is-current .item-toggle .item-toggle-icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#header .menu_assut .menu_container .panel-list .list-item.is-current .item-toggle .item-toggle-icon:after {
  display: none;
}
#header .menu_assut .menu_container .panel-list .list-item.is-current .sub-nav {
  display: block;
}
#header .menu_assut .menu_container .panel-list .list-item.is-current .sub-nav .item-link {
  padding-left: 6rem;
}
#header .menu_assut .menu_container .panel-list .list-item.is-current .sub-nav .item-link:hover {
  background: #f3f3f3;
}
#header .menu_assut .menu_container .panel-list .list-item .item-toggle {
  display: none;
}
#header .menu_assut .menu_container .panel-list .list-item.has-children .item-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 57px;
  padding: 10px;
  border-bottom: 1px solid #ffac12;
  border-bottom-color: #ffac12;
  background: #ffc72c;
}
#header .menu_assut .menu_container .panel-list .list-item.has-children .item-toggle .item-toggle-icon {
  position: absolute;
  top: 32%;
  left: 50%;
  width: 0.2rem;
  height: 2rem;
  margin-left: -0.05rem;
  content: '';
  background: #d47415;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: transform .1s ease;
}
#header .menu_assut .menu_container .panel-list .list-item.has-children .item-toggle .item-toggle-icon:after {
  position: absolute;
  top: 1.5rem;
  left: -0.95rem;
  width: 2rem;
  height: 0.2rem;
  margin-top: -0.55rem;
  content: '';
  background: #d47415;
}
.cabecera-secundaria {
  display: block;
  position: relative;
  overflow: hidden;
  background-image: url('../img/bg_header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 55px;
  margin-top: 105px;
  margin-bottom: 60px;
}
.cabecera-secundaria .titulo_cabecera {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.cabecera-secundaria .titulo_cabecera h1 {
  text-align: center;
  line-height: 55px;
  font-family: 'Kameron', Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #e3b100;
  margin: 0;
  padding: 0;
  font-size: 26px;
  letter-spacing: 1px;
  opacity: 0.8;
  color: #fff;
}
.cabecera-secundaria .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.postheader {
  display: block;
  height: 35px;
  width: 100%;
  background: #e3b100;
  position: fixed;
  top: 70px;
  z-index: 998;
}
.postheader .migas {
  display: inline-block;
  margin-left: 22px;
  padding-top: 2px;
  position: relative;
  color: #5C653B;
  font-weight: 500;
  font-size: 15px;
}
/* Estilos personalizados */
.preheader {
  position: relative;
  height: 30px;
  background: #53382d;
  color: white;
  z-index: 5;
}
.preheader .hevistoave {
  position: relative;
  float: right;
  padding: 2px 30px;
  background: #969054;
  color: white;
  font-weight: 500;
  padding-left: 45px;
}
.preheader .hevistoave:before {
  display: block;
  position: absolute;
  content: " ";
  background: url(../img/hevistounpajaro.png) no-repeat;
  height: 25px;
  width: 40px;
  left: 5px;
}
.preheader .rrss {
  margin: 0;
  padding: 0;
  margin-right: 35px;
  float: right;
}
@media only screen and (max-width: 767px) {
  .preheader .rrss {
    background: #000;
    margin-right: 15px;
    right: 110px;
  }
}
.preheader .rrss li {
  list-style: none;
  display: inline-block;
  padding: 2px 10px;
}
@media only screen and (max-width: 767px) {
  .preheader .rrss li {
    padding: 0 3px;
    line-height: 12px;
  }
}
.preheader .rrss li a {
  text-decoration: none;
  color: #F5F5F5;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .preheader .rrss li a {
    color: #f6f6f6;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .preheader .rrss li a:hover {
    color: #f6f6f6;
  }
}
.preheader .rrss li:last-child {
  border-right: 1px solid #FAFAFA;
}
.preheader .rrss li:last-child a {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .preheader .rrss li:last-child a {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .preheader .rrss li:last-child {
    border-right: none;
  }
}
/*
.idiomas
{
    margin:0;
    padding:0;
    margin-right: 35px;
    float: right;

    @media @smartphone
    {

    }
    li
    {
        list-style:none;
        display: inline-block;
        padding: 2px 10px;
        border-right:1px solid #FAFAFA;
        @media  @tablet_vertical
        {
            border-right:1px dotted #444;
            padding-right:6px;
        }
        @media  @tablet_vertical
        {
            padding:0 3px;
            line-height:12px;
        }
        a
        {
            text-decoration:none;
            color: #F5F5F5;
            font-size: 14px;
            line-height: 24px;
            .trans();
            @media  @tablet_vertical
            {
                color:#f6f6f6;
                font-size:12px;
            }
            &:hover
            {
                @media  @tablet_vertical
                {
                    color:#f6f6f6;
                }
            }
        }

    }
    li.activo
    {
        font-weight:700;
        a{
          color: #FFF;
        }
    }
    li:last-child
    {
      border: none;
    }
}
*/
/*-------------------------------------------
MIGAS
----------------------------------------------*/
#migas,
.migas {
  display: block;
  position: relative;
}
#migas ul li,
.migas ul li {
  font-size: 13px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}
#migas ul li:before,
.migas ul li:before {
  color: #fff;
}
/*-------------------------------------------
MENU ALBUFERA
----------------------------------------------*/
.menu-albufera {
  margin: 0;
  padding: 0;
}
.menu-albufera li {
  display: block;
  float: none;
  list-style: none;
}
.menu-albufera li a {
  display: block;
  padding: 11px 20px;
  color: #404040;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  border-left: 5px solid #999e44;
  border-bottom: 1px solid #c7c7c7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-albufera li a:hover {
  border-left: 10px solid #999e44;
  padding-left: 24px;
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  .menu-albufera li a {
    padding: 6px 14px;
    font-size: 14px;
  }
}
.menu-albufera li ul {
  display: none !important;
}
.home #slide_tabs {
  z-index: 3;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (min-width: 960px) and (max-width: 1180px), only screen and (min-width: 780px) and (max-width: 959px), only screen and (max-width: 767px) {
  .home #slide_tabs {
    z-index: 0;
  }
}
.home #slide_tabs .cards {
  margin-top: -175px;
  height: 190px;
}
@media only screen and (min-width: 960px) and (max-width: 1180px), only screen and (min-width: 780px) and (max-width: 959px), only screen and (max-width: 767px) {
  .home #slide_tabs .cards {
    margin-top: 15px;
    height: auto;
    /*
        .fut
        {
          float: none;
          min-width: 380px;
          min-height: 200px;
          margin: 0 auto !important;
          .title
          {
            top: 25px;

            h3
            {
              font-size: 26px !important;
              span
              {
                font-size: 26px !important;
              }
            }
          }

        }
        */
  }
}
.home #slide_tabs .cards .fut {
  position: relative;
  height: 100%;
  margin-right: 10px;
  margin-left: 10px;
  width: 22.7%;
  cursor: pointer;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media only screen and (min-width: 960px) and (max-width: 1180px), only screen and (min-width: 780px) and (max-width: 959px), only screen and (max-width: 767px) {
  .home #slide_tabs .cards .fut {
    float: none;
    min-width: 380px;
    min-height: 200px;
    height: auto;
    margin: 0 auto !important;
  }
  .home #slide_tabs .cards .fut .title {
    top: 25px;
  }
  .home #slide_tabs .cards .fut .title h3 {
    font-size: 26px !important;
  }
  .home #slide_tabs .cards .fut .title h3 span {
    font-size: 26px !important;
  }
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  .home #slide_tabs .cards .fut {
    min-width: 300px !important;
  }
}
.home #slide_tabs .cards .fut .title {
  position: relative;
  bottom: -35px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.home #slide_tabs .cards .fut .title h3 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  padding: 20px 5px;
  padding-left: 3px;
  max-width: 135px;
  color: white;
  text-align: center;
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  .home #slide_tabs .cards .fut .title h3 {
    padding-top: 40px;
  }
}
.home #slide_tabs .cards .fut .title h3 span {
  font-size: 31px;
}
.home #slide_tabs .cards .fut .title:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  height: 1px;
  background-color: white;
  width: 135px;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.home #slide_tabs .cards .fut .title:after {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 0;
  height: 1px;
  background-color: white;
  width: 135px;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.home #slide_tabs .cards .fut .icon {
  position: absolute;
  top: 20px;
  left: 76px;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.home #slide_tabs .cards .fut .icon.icon1 {
  background: url('../img/img_cards/icon1.svg') center center no-repeat;
  background-size: 37px;
}
.home #slide_tabs .cards .fut .icon.icon2 {
  background: url('../img/img_cards/icon2.svg') center center no-repeat;
  background-size: 32px;
}
.home #slide_tabs .cards .fut .icon.icon3 {
  background: url('../img/icon3.png') center center no-repeat;
  background-size: 32px;
}
.home #slide_tabs .cards .fut .icon.icon4 {
  width: 31px;
  height: 31px;
  background: url('../img/img_cards/icon4.svg') center center no-repeat;
  background-size: 31px;
}
.home #slide_tabs .cards .fut .mas_info {
  position: absolute;
  bottom: 15px;
  left: -5px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.home #slide_tabs .cards .fut .mas_info a {
  font-size: 16px;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  color: #FFF;
  background: #dfaf00;
  font-weight: 600;
  width: 200px;
  padding: 5px 15px;
  display: block;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.home #slide_tabs .cards .fut .cont {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.home #slide_tabs .cards .fut .cont .img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.home #slide_tabs .cards .fut .cont .img.fut_1 {
  background: url(../img/img_cards/fut1.jpg) no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home #slide_tabs .cards .fut .cont .img.fut_2 {
  background: url(../img/img_cards/fut2.jpg) no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home #slide_tabs .cards .fut .cont .img.fut_3 {
  background: url(../img/img_cards/fut3.jpg) no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home #slide_tabs .cards .fut .cont .img.fut_4 {
  background: url(../img/img_cards/fut4.jpg) no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home #slide_tabs .cards .fut .mask {
  width: 280px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.home #slide_tabs .cards .fut .mask .cut {
  width: 245px;
  height: 300px;
  position: absolute;
  top: -60px;
  left: -90px;
  -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  background: rgba(3, 3, 3, 0.53);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.home #slide_tabs .cards .fut:hover .mask {
  width: 305px;
}
.home #slide_tabs .cards .fut:hover .img {
  transform: scale(1.1);
}
.home #slide_tabs .cards .fut:hover .mas_info a {
  background: rgba(3, 3, 3, 0.53);
  width: 190px;
  padding-left: 25px;
}
.home #slide_tabs .cards .fut:hover .icon {
  opacity: 0;
}
.home #slide_tabs .cards .fut:hover .title {
  bottom: 0;
}
.home #slide_tabs .cards .fut:hover .title:before {
  opacity: 1;
}
.home #slide_tabs .cards .fut:hover .title:after {
  opacity: 1;
}
.home #slide_tabs .cards .fut .fecha {
  position: absolute;
  top: 2px;
  font-weight: bold;
  left: 5%;
  width: 90%;
  text-align: left;
  color: white;
  font-size: 14px;
}
.seguir-leyendo {
  display: block;
  position: relative;
  padding-top: 15px;
}
/*** bootstrap override ***/
.nav > li > a {
  border-radius: 0 !important;
  border: none !important;
}
.nav-tabs > li > a {
  background-color: #323232;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #969054;
}
.dropdown-menu {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu > li > a {
  padding: 7px 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: transparent;
}
.clearfix {
  clear: both;
}
.navbar-brand {
  float: none;
  padding: 0;
}
.nav > li > a:hover,
.nav > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: transparent;
}
.form-inline .form-group {
  margin-bottom: 4px;
  display: inline-block;
}
.form-control {
  box-shadow: none;
  height: 39px;
  margin-bottom: 0px;
  padding: 4px 12px;
  vertical-align: middle;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #f4f4f4;
  border: 1px solid #ddd;
}
.form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.panel-title {
  font-size: 20px;
  text-transform: none;
  font-weight: 400;
  padding: 0;
  position: relative;
}
.panel-title > a,
.panel-title > a.collapsed:hover {
  color: #969054 !important;
  display: block;
  background-color: #fff;
  padding: 20px;
}
.panel-title > a:before,
.panel-title > a.collapsed:hover:before {
  font-size: 15px;
  color: #262626 !important;
  font-family: 'rt-icons';
  content: "\e67e";
  padding-right: 0.3em;
}
.panel-title > a:after {
  font-size: 14px;
  color: #262626;
  font-family: 'fontello';
  content: '\e831';
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
}
.panel-title > a.collapsed:hover:after {
  color: #262626 !important;
}
.panel-title > a.collapsed,
.panel-title > a.collapsed:before,
.panel-title > a.collapsed:after {
  color: inherit !important;
  background-color: transparent;
}
.panel-title > a.collapsed:after {
  content: '\e82e';
}
.panel {
  box-shadow: none;
}
.panel-group .panel {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  background-color: transparent;
}
.panel-default > .panel-heading {
  background-color: transparent;
  color: inherit;
  position: relative;
  border: none;
  border-radius: 0;
  padding: 0;
}
.panel-heading {
  padding: 16px 0px 14px 16px;
}
.panel-heading[class*="rt-icon-"]:before {
  position: absolute;
  font-size: 20px;
  color: #969054;
  left: 16px;
}
.panel-default {
  border-color: transparent;
}
.panel-default + .panel-default {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  border-right: none;
  border-left: none;
  border-bottom: none;
  border-top: none;
}
.breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}
.pagination {
  margin: 88px 0 -20px;
}
.pagination > li > a {
  padding: 8px 15px;
  border: 3px solid #969054;
  background-color: transparent;
  margin-bottom: 10px;
  margin-right: 9px;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}
.pagination > li.active > a,
.pagination > li > a:hover,
.pagination > li.active > a:hover {
  background-color: #969054;
  color: #fff;
  border-color: #969054;
}
.pagination > li.active > a {
  color: #fff;
}
.carousel-indicators {
  display: none;
}
.carousel-control {
  width: 30px;
  text-shadow: none;
  opacity: 1;
}
.carousel-control:hover {
  width: 30px;
  text-shadow: none;
  opacity: 0.5;
}
.carousel-control.right,
.carousel-control.left {
  background-image: none;
}
.carousel-control > span {
  width: 39px !important;
  height: 39px !important;
}
.carousel-control .icon-next {
  margin-left: -32px;
}
.carousel-control .icon-prev {
  margin-left: -7px;
}
.carousel-control .icon-prev:before,
.carousel-control .icon-next:before {
  content: "\e833";
  font-family: 'fontello';
  text-shadow: none;
  position: absolute;
  top: 10px;
  left: 11px;
  color: #fff;
}
.carousel-control > span.icon-next:before {
  content: "\e834";
  left: 13px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: auto;
}
.progress {
  height: 30px;
  box-shadow: none;
  background-color: #e1e1e1;
  border-radius: 0;
  margin-bottom: 8px;
  border: none;
  position: relative;
}
.progress span {
  display: block;
  padding: 4px 10px;
  position: absolute;
  clip: auto;
  z-index: 2;
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  width: 100%;
}
.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 0;
  visibility: hidden;
  line-height: 1.3em;
}
.stretchRight {
  visibility: visible;
}
.sr-only {
  position: static;
  width: auto;
  height: auto;
}
.tab-content {
  /*border:1px solid #e1e1e1;*/
  padding: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  padding: 20px 30px;
}
.nav-tabs {
  border-bottom-color: transparent;
  font-size: 16px;
  margin-top: 00px;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding: 13px 20px;
  color: #fff;
  margin-right: 0;
  margin-top: 0px;
  border-radius: 0px !important;
  background-color: #53382d;
  border: none !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  border: none;
  background-color: #969054;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs.nav-justified > .active > a {
  color: #fff;
  background-color: #969054;
  border: none;
}
.alert {
  border: none;
  border-radius: 0;
  padding: 30px 30px 30px 30px;
}
.alert.topalert {
  margin-bottom: 0;
  padding: 12px 40px 14px 16px;
  background-color: #969054;
  color: #fff;
  font-size: 18px;
}
.alert-dismissable .close {
  top: 0;
  opacity: 0.8;
}
.btn {
  display: inline-block;
  padding: 6px 34px 6px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  background-image: none;
  text-shadow: none;
  border-radius: 0;
  line-height: 24px;
  border: none;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.btn:hover {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.btn-default {
  border: 1px solid #ccc;
}
.img-circle {
  border: 10px solid rgba(255, 255, 255, 0.2);
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #262626;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-color: #474747;
}
.table-bordered {
  border-color: #474747;
}
.table th {
  color: #fff;
  text-align: center;
}
.table > thead > tr > th {
  background-color: #969054;
  font-weight: normal;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-width: 1px;
  /*border-color: transparent;*/
}
blockquote h3 {
  margin-top: 0;
  font-style: normal;
}
@media (min-width: 500px) and (max-width: 767px) {
  /*    .container {max-width: 400px;}*/
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 15px 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img,
object,
embed {
  max-width: 100%;
}
img {
  height: auto;
}
.cke_widget_drag_handler_container,
img.cke_widget_drag_handler {
  display: none !important;
  left: -99999px;
}
.container {
  margin: 0 auto;
}
.fila {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.publico .fila {
  margin-top: 0;
  margin-bottom: 0;
}
.fila {
  /*
    .col:not(:last-child)
    {
      padding-right:20px;
    }
    .col:not(:first-child)
    {
      padding-left:20px;
    }
    */
}
.fila .col {
  padding: 0 22px;
  position: relative;
}
.fila .col.centro {
  text-align: center;
}
.cuerpo-pagina {
  padding: 0 25px;
}
.cuerpo-pagina .fila .col {
  padding: 0 22px;
  position: relative;
}
.cuerpo-pagina .fila .col.centro {
  text-align: center;
}
.cuerpo-pagina #slide_tabs .nav {
  margin-top: 10px;
}
.cuerpo-pagina #slide_tabs .nav li a span {
  font-size: 15px;
}
.cuerpo-pagina #land {
  height: 450px !important;
}
.cuerpo-pagina a,
.cuerpo-pagina .btn {
  -webkit-user-select: text !important;
  /* Chrome all / Safari all */
  -moz-user-select: text !important;
  /* Firefox all */
  -ms-user-select: text !important;
  /* IE 10+ */
  user-select: text !important;
  /* Likely future */
  pointer-events: none !important;
}
.cuerpo-pagina .main-tab li a {
  pointer-events: auto !important;
}
.cuerpo-pagina .explicacion .contenido {
  display: block !important;
}
/* Formularios */
.col-formulario {
  float: none;
  margin: 10px auto;
}
::selection {
  background: #ffb7b7 !important;
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffb7b7 !important;
  /* Gecko Browsers */
}
/*land section*/
#land,
.land {
  position: relative;
  width: 100%;
  height: 95%;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.land {
  position: absolute;
}
.land .mask {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  background: #333;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.land video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .land video {
    display: none;
  }
}
.land .video_responsive {
  display: none;
  position: absolute;
  background: url(https://i.gyazo.com/e4662d103900b5deff1995f6bedcc20b.jpg);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .land .video_responsive {
    display: block;
  }
}
/*page preloader*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 13000;
  height: 100%;
}
.preloaderimg {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/preloader.gif) no-repeat 50% 50% transparent;
  margin: -40px 0 0 -40px;
}
/*** totop ***/
#toTop {
  background: #53382d;
  border: 3px solid #53382d;
  bottom: 30px;
  display: none;
  height: 50px;
  width: 50px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  text-decoration: none;
  z-index: 9999;
  font-size: 0px;
  color: transparent;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media only screen and (max-width: 767px) {
  #toTop {
    display: none !important;
  }
}
#toTop:after {
  display: block;
  content: '\e835';
  color: #fff;
  font-size: 22px;
  font-family: 'fontello';
  position: absolute;
  left: 12px;
  top: 10px;
}
#toTopHover,
#toTop:hover {
  background: #6e2524;
  border: 3px solid #6e2524;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#toTopHover {
  opacity: 0 !important;
}
#toTop:active,
#toTop:focus {
  outline: medium none;
}
.nicescroll-rails {
  z-index: 10000 !important;
}
.slide1 span {
  padding: 5px 0;
  padding-left: 55px;
  background: url('../img/bgstaff.png') 0 3px no-repeat;
}
.slide2 span {
  padding: 5px 0;
  padding-left: 60px;
  background: url('../img/bginstalaciones.png') 0 1px no-repeat;
}
.slide3 span {
  padding: 5px 0;
  padding-left: 45px;
  background: url('../img/bgmeto.png') 0 1px no-repeat;
}
#slide1 .theme_btn {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  margin: 20px auto;
  height: 65px;
  padding: 0 60px;
  line-height: 62px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#slide1 .theme_btn:hover {
  background: rgba(0, 0, 0, 0.9);
}
#slide1 .theme_btn:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 75px;
  width: 55px;
  background: url('../img/bglaurel1.png') 0 -2px no-repeat;
}
#slide1 .theme_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 75px;
  width: 55px;
  background: url('../img/bglaurel0.png') 0 -2px no-repeat;
}
.slide_description h2 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.8px;
  display: block;
  margin: 0 auto;
  max-width: 500px;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .slide_description h2 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
}
.exito_pago {
  display: block;
  padding: 15px;
  padding: 20px;
  background: #f0fae1;
  margin: 30px;
  margin-bottom: 55px;
  border-left: 6px solid #67901e;
}
.exito_pago h3 {
  margin: 0;
  padding: 0;
  color: #3d5a10;
  font-size: 21px;
  font-weight: 700;
}
.fracaso_pago {
  display: block;
  padding: 15px;
  padding: 20px;
  background: #fddbd5;
  margin: 30px;
  border-left: 6px solid #c12f17;
}
.fracaso_pago h3 {
  margin: 0;
  padding: 0;
  color: #711405;
  font-size: 21px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  #mainmenu li {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .menu-opened + #mainmenu li {
    display: block !important;
  }
}
/* Slideshow Home */
.wrapper-slideshow {
  position: relative;
  z-index: 0;
}
.contenedor-slideshow {
  position: relative;
  padding-top: 70px;
}
.slideshow-home {
  position: relative;
  margin: 0;
}
.slideshow-home .franja {
  position: absolute;
  bottom: 0;
  height: 30px;
  background: #FFF;
  width: 1170px;
  left: 50%;
  margin-left: -585px;
  z-index: 999999;
}
.slide-home {
  display: block;
  width: 100%;
  height: 80vh;
  background: #fff;
}
@media only screen and (min-width: 1600px) {
  .slide-home {
    height: 75vh;
  }
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  .slide-home {
    height: 67vh;
  }
}
.slide-home .cycle-prev,
.slide-home .cycle-next {
  display: none !important;
}
.slide-home .mascara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 2;
}
.slide-home .cycle-next {
  left: auto;
  right: 15px;
  background: url('../img/next.png') 0 0 no-repeat;
}
.slide-home .cycle-next:hover {
  opacity: 1;
}
.slide-home .cycle-prev {
  left: 15px;
}
.slide-home .slide-home .cycle-next:hover,
.slide-home .cycle-prev:hover {
  opacity: 1;
}
.item-home {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.item-home .container {
  position: relative;
  height: 380px;
}
@media only screen and (max-width: 991px) {
  .item-home .container {
    height: 220px;
  }
}
.item-home a {
  display: block;
  width: 100%;
}
.item-video {
  overflow: hidden;
}
.item-video video {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.info-slideshow {
  display: block;
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  text-align: center;
  height: auto;
  padding: 20px;
  z-index: 20;
}
.info-slideshow h3 {
  display: block;
  margin: 0 auto;
  max-width: 550px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Kaushan Script', sans-serif;
  letter-spacing: -2px;
  line-height: 75px;
  font-size: 64px;
  padding: 3px 20px;
  text-transform: none;
}
@media only screen and (max-width: 991px) {
  .info-slideshow h3 {
    font-size: 36px;
    line-height: 40px;
    padding: 3px;
  }
}
/*

@import "vertical_margins";
@import "prettyphoto";
@import "mapa";
@import "contacto";
@import "posts";
*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.filtro-noticiario {
  display: block;
  position: relative;
  margin-bottom: 35px;
}
.filtro-noticiario .nav-tabs > li > a {
  background: #f7f7f7;
  color: #aaa;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.filtro-noticiario .nav-tabs > li.active > a {
  background: #e8e8e8;
  color: #444;
  text-transform: uppercase;
}
.filtro-noticiario .tab-content {
  background: #e8e8e8;
}
.mes-en-curso {
  background: #5b653b;
  font-family: 'Kameron', Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #e3b100;
  margin: 0;
  padding: 0;
  font-size: 30px;
  letter-spacing: 1.5px;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 15px;
}
@media only screen and (max-width: 767px) {
  .mes-en-curso {
    font-size: 27px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  .mes-en-curso {
    font-size: 24px;
    letter-spacing: 0.5px;
  }
}
.contenido-noticiario {
  font-size: 15px;
  line-height: 22px;
}
.contenido-noticiario .especie {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  color: #505050;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.contenido-noticiario .especie:hover {
  color: #000;
}
.contenido-noticiario .especie span {
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  font-style: italic;
}
.contenido-noticiario .familia {
  padding: 5px 10px;
  margin: 4px 0;
  margin-top: 10px;
  font-size: 18px;
  background: #f8f8f8 url('../img/familia.png') 0 center no-repeat;
  padding-left: 30px;
}
.contenido-noticiario .item-avistamiento {
  display: block;
  margin-top: 3px;
  margin-bottom: 10px;
}
.contenido-noticiario .item-avistamiento .col-md-9 {
  border-left: 1px dotted #ccc;
}
.contenido-noticiario .item-avistamiento .fecha {
  font-size: 12px;
  padding-left: 19px;
  background: url('../img/calendario.png') 0 2px no-repeat;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}
.contenido-noticiario .item-avistamiento .observador {
  padding-left: 19px;
  background: url('../img/bgobservador.png') 0 4px no-repeat;
}
.contenido-noticiario .item-avistamiento .geolocalizacion {
  padding-left: 19px;
  background: url('../img/marker.png') 0 4px no-repeat;
}
.contenido-noticiario .item-avistamiento .observador a,
.contenido-noticiario .item-avistamiento .geolocalizacion a {
  color: #505050;
  border-bottom: 1px dotted #404040;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.contenido-noticiario .item-avistamiento .observador a:hover,
.contenido-noticiario .item-avistamiento .geolocalizacion a:hover {
  color: #222;
  border-bottom: 1px dotted #222;
}
.contenido-noticiario .item-avistamiento .informacion {
  padding-left: 19px;
  background: url('../img/bginfo.png') 0 4px no-repeat;
}
.contenido-noticiario .item-avistamiento .informacion a {
  color: #b57a15;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.contenido-noticiario .item-avistamiento .informacion a:hover {
  color: #333;
}
.contenido-noticiario .item-avistamiento .informacion p {
  margin: 0;
}
.contenido-noticiario .item-avistamiento .comentario {
  padding-left: 19px;
  background: url('../img/bgcomment.png') 0 4px no-repeat;
}
.contenido-noticiario .item-avistamiento .comentario a {
  color: #b57a15;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.contenido-noticiario .item-avistamiento .comentario a:hover {
  color: #333;
}
.contenido-noticiario .item-avistamiento .comentario p {
  margin: 0;
}
.contenido-noticiario .item-avistamiento .lugar {
  padding-left: 19px;
  background: url('../img/marker.png') 1px center no-repeat;
}
.contenido-noticiario .titulo_familia,
.contenido-noticiario .titulo_fecha {
  font-family: 'Kameron', Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #e3b100;
  margin: 0;
  padding: 0;
  font-size: 27px;
  letter-spacing: 1px;
  margin: 12px 0;
  margin-top: 10px;
  padding: 5px 0;
  border-bottom: 1px solid #666;
  position: relative;
}
.contenido-noticiario .titulo_familia span,
.contenido-noticiario .titulo_fecha span {
  position: absolute;
  right: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  padding-left: 28px;
  background: url('../img/familia.png') 0 center no-repeat;
  font-size: 15px;
  color: #888;
}
@media only screen and (max-width: 767px) {
  .contenido-noticiario .titulo_familia span,
  .contenido-noticiario .titulo_fecha span {
    position: relative;
    display: block;
    margin: 5px 0;
  }
}
.widget-lateral {
  margin-left: 30px;
  background: #f5f7f7;
  padding: 20px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 780px) and (max-width: 959px), only screen and (max-width: 767px) {
  .widget-lateral {
    margin-left: 0;
  }
}
.widget-lateral h3 {
  font-family: 'Kameron', Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #e3b100;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #5b653b;
  font-size: 20px;
}
.widget-lateral .listado-archivo {
  margin: 15px 0;
  padding: 0;
}
.widget-lateral .listado-archivo li {
  list-style: none;
  padding: 4px 0;
  margin: 2px 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.widget-lateral .listado-archivo li span {
  display: block;
}
.widget-lateral .listado-archivo li a {
  color: #666;
  font-size: 14px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.widget-lateral .listado-archivo li a:hover {
  color: #000;
}
.widget-lateral .listado-archivo li ul {
  display: none;
  margin: 0;
  margin-bottom: -2px;
  padding: 5px 15px;
  background: #ececec;
}
.widget-lateral .listado-archivo li ul li {
  border: none;
  margin: 1px 0;
  padding: 1px 0;
  font-size: 14px;
  padding-left: 10px;
  background: url('../img/liarchivo.png') 0 center no-repeat;
}
.widget-lateral .listado-archivo li ul li a {
  color: #666;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.widget-lateral .listado-archivo li ul li a:hover {
  color: #000;
}
.widget-lateral .listado-archivo li ul li.activo {
  color: #333;
  font-weight: bold;
}
.widget-lateral .listado-archivo li.activo ul {
  display: block;
}
.div-filtro-tipo-observaciones {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 6px 2px;
  background: #fff;
  color: #333;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.div-filtro-tipo-observaciones a {
  color: #555;
  display: inline-block;
  margin-left: 30px;
  font-weight: 300;
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  .div-filtro-tipo-observaciones a:first-child {
    margin-left: 0;
  }
}
.div-filtro-tipo-observaciones .filter-orden {
  padding-left: 25px;
  background: url('../img/filter_orden.png') 0 5px no-repeat;
}
.div-filtro-tipo-observaciones .filter-dias {
  padding-left: 25px;
  background: url('../img/filter-dias.png') 0 5px no-repeat;
}
.div-filtro-tipo-observaciones .filter-orden.activo,
.div-filtro-tipo-observaciones .filter-dias.activo {
  position: relative;
}
.div-filtro-tipo-observaciones .filter-orden.activo:after,
.div-filtro-tipo-observaciones .filter-dias.activo:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #9aa03a;
  bottom: -6px;
  height: 4px;
}
.info-noticiario {
  font-size: 13px;
  line-height: 19px;
  padding-top: 100px;
  background: #f5f7f7 url('../img/bg_noticiario.png') center 0 no-repeat;
}
.info-noticiario a {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  color: #5c643a;
}
.info-noticiario a:hover {
  color: #333;
}
.titulo-lugar {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 8px 0;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #5b653b;
  font-weight: 700;
  font-family: 'Kameron', Arial, Helvetica, sans-serif;
  font-size: 31px;
  text-transform: uppercase;
  padding-left: 33px;
  background: url('../img/location.svg') 6px 0 no-repeat;
  background-size: 42px;
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  .titulo-lugar {
    font-size: 27px;
  }
}
.titulo-lugar a {
  display: inline-block;
  margin-left: 10px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  letter-spacing: -0.2px;
  line-height: 20px;
  font-weight: 300;
  color: #444;
  border-bottom: 1px dotted #333;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.titulo-lugar a:hover {
  color: #111;
  border-bottom: 1px dotted #111;
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  .titulo-lugar a {
    display: block;
    font-size: 14px;
    margin-left: 0;
    border: none !important;
  }
}
.botones-noticiario {
  display: block;
  position: relative;
  padding: 0;
  margin: 25px 0;
  margin-top: 0;
  overflow: hidden;
}
.botones-noticiario li {
  margin: 0;
  padding: 0;
  margin-right: 3px;
  display: inline-block;
  list-style: none;
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  .botones-noticiario li {
    display: block;
    margin: 7px 0;
  }
}
.botones-noticiario li a {
  display: block;
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #aaa;
  color: #404040;
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  .botones-noticiario li a {
    text-align: center;
  }
}
.botones-noticiario li.active a {
  background: #404040;
  border: 1px solid #404040;
  color: #fff;
}
.graficas {
  display: block;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.graficas h3 {
  font-family: 'Kameron', Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #e3b100;
  margin: 0;
  margin: 1px 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 22px;
}
.graficas h4 {
  margin: 0;
  padding-bottom: 5px;
  margin-bottom: 25px;
  font-weight: 400;
  color: #888;
  text-transform: uppercase;
  font-size: 12px;
}
.graficas h4 strong {
  color: #666;
  font-weight: 700;
}
.graficas #noticiario_meses,
.graficas #noticiario_anyos {
  width: 100%;
  height: 400px;
}
.graficas #noticiario_meses {
  margin-bottom: 55px;
}
/*
.lista_archivo .item-noticiario
{
  display:none;
}
*/
#lista_informacion h3.titulo_especie {
  font-family: 'Kameron', Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #e3b100;
  margin-bottom: 0;
}
#lista_informacion h3.titulo_especie span {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 17px;
}
#lista_informacion .estado {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
  font-size: 14px;
}
#lista_informacion .desc_especie strong {
  font-weight: 700;
  color: #222;
}
#lista_graficas h3 {
  font-family: 'Kameron', Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #e3b100;
  margin-bottom: 0;
  text-transform: uppercase;
}
#lista_graficas h4 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #888;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 13px;
}
#lista_graficas #noticiario_meses {
  margin-bottom: 55px;
}
.tabs_lista_sistematica .tab-content {
  padding-left: 0;
  padding-right: 0;
}
.tabs_lista_sistematica ul.nav-tabs li {
  border-right: 1px solid #fff;
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  .tabs_lista_sistematica ul.nav-tabs li {
    display: block;
    border-right: 0;
    width: 100%;
    margin-bottom: 1px;
  }
}
.tabs_lista_sistematica ul.nav-tabs li a {
  text-transform: uppercase;
  font-size: 13px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.form_noticiario {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #ddd;
  background: url('../img/rayado2.png') 0 0 no-repeat;
  margin-bottom: 30px;
}
.form_noticiario .btn-form-noticiario {
  color: #fff;
  text-transform: uppercase;
  background: #e3b100 url('../img/buscar_not.png') right 0 no-repeat;
  border: none;
  padding: 9px 20px;
  padding-right: 45px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.form_noticiario .btn-form-noticiario:hover {
  background: #404040 url('../img/buscar_not.png') right 0 no-repeat;
}
.galeria-fotos {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.galeria-fotos ul {
  margin: 0;
  padding: 0;
}
.galeria-fotos ul li {
  display: block;
  float: left;
  margin: 8px;
  margin-bottom: 10px;
  min-height: 140px;
  list-style: none;
}
.galeria-fotos ul li .img {
  display: block;
  width: 350px;
  height: 250px;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  .galeria-fotos ul li .img {
    width: 290px;
    height: 220px;
  }
}
.galeria-fotos ul li .img .mascara {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/mascara.png') center center no-repeat;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}
.galeria-fotos ul li .img:hover .mascara {
  opacity: 1;
}
.galeria-fotos ul li .img a {
  display: block;
  width: 100%;
  height: 100%;
}
.galeria-fotos ul li .tag,
.galeria-fotos ul li .autor {
  margin-top: 5px;
  text-align: left;
  font-size: 13px;
  line-height: 16px;
  color: #333;
  text-transform: uppercase;
  width: 350px;
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  .galeria-fotos ul li .tag,
  .galeria-fotos ul li .autor {
    width: 290px;
  }
}
.galeria-fotos ul li .autor {
  margin-top: 1px;
}
.mfp-title {
  background: rgba(153, 158, 68, 0.7);
  color: rgba(255, 255, 255, 0.8);
  padding: 6px 10px;
  font-size: 14px;
  line-height: 21px;
}
ul.lista-banners {
  margin: 0;
  padding: 0;
}
ul.lista-banners li {
  display: block;
  float: none;
  list-style: none;
  margin-bottom: 15px;
}
ul.lista-banners li img {
  display: block;
  margin: 0 auto;
  width: 290px;
}
.tabs-lugares ul.nav-tabs {
  border-bottom: 3px solid #999e44;
}
.tabs-lugares ul.nav-tabs li {
  margin-bottom: 0 !important;
}
.tabs-lugares ul.nav-tabs li a {
  background: #fff;
  color: #666;
  padding: 8px 22px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.tabs-lugares ul.nav-tabs li:hover a {
  background: #f4f4f4 !important;
  color: #333 !important;
}
.tabs-lugares ul.nav-tabs li.active a {
  background: #999e44;
  color: #fff;
}
.tabs-lugares .tab-content {
  margin: 20px 0;
  padding: 0;
}
.overlay-registro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .overlay-registro {
    position: fixed;
    height: 70vh;
    overflow-y: scroll;
  }
}
.overlay-registro .modal-registro {
  position: absolute;
  max-width: 800px;
  background: #fff;
  border: 1px solid #ddd;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 4%;
}
.overlay-registro .modal-registro .cerrar-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: url('../img/cerrar.png') 0 0 no-repeat;
  opacity: 0.3;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.overlay-registro .modal-registro .cerrar-modal:hover {
  opacity: 0.8;
}
.overlay-registro .modal-registro .btn-registrarse {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #fff;
  background: #5c643a;
  padding: 9px 20px;
  border: none;
}
.overlay-registro .modal-registro .cont {
  padding: 30px;
  font-size: 15px;
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  .overlay-registro .modal-registro .cont {
    padding: 15px;
    font-size: 14px;
  }
}
.overlay-registro .modal-registro .cont p {
  margin: 3px 0;
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  .overlay-registro .modal-registro .cont p {
    margin: 1px 0;
    font-size: 13px;
    line-height: 17px;
  }
}
.overlay-registro .modal-registro .cont form {
  padding-top: 15px;
  padding-bottom: 15px;
}
.overlay-registro .modal-registro .cont form label.error {
  font-size: 13px;
  color: #ba2424;
  font-weight: 300;
  text-transform: uppercase;
}
.overlay-registro .info-cita {
  font-size: 12px;
  color: #d05353;
  line-height: 16px;
}
.bootstrap-dialog-footer-buttons .btn-default {
  border: none;
  background: #333;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.modal-header {
  height: 47px;
  background: url('../img/bg_header_modal.png') 0 0 no-repeat;
}
.modal-header .close {
  margin-top: -8px;
  font-size: 30px;
  opacity: 0.7;
}
.gm-style .gm-style-iw {
  max-width: 510px;
}
.post-content {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.post-content .intro img {
  padding: 20px;
}
.post-content img {
  max-width: 100% !important;
  height: auto !important;
}
.post-content .titulo_post {
  display: block;
  position: relative;
  overflow: hidden;
}
.post-content .fecha {
  display: block;
  float: left;
  width: 75px;
  margin: 0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .post-content .fecha {
    width: 55px;
  }
}
.post-content .fecha span {
  display: block;
}
.post-content .fecha .dia {
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  line-height: 40px;
  color: #5b653b;
}
@media only screen and (max-width: 767px) {
  .post-content .fecha .dia {
    font-size: 39px;
    line-height: 30px;
  }
}
.post-content .fecha .mes,
.post-content .fecha .anyo {
  text-align: center;
  font-weight: 300;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
  color: #5b653b;
}
@media only screen and (max-width: 767px) {
  .post-content .fecha .mes,
  .post-content .fecha .anyo {
    font-size: 12px;
    line-height: 14px;
  }
}
.post-content h2 {
  margin: 0;
  margin-bottom: 20px;
  display: block;
  padding-left: 90px;
}
@media only screen and (max-width: 767px) {
  .post-content h2 {
    padding-left: 70px;
    font-size: 22px;
    line-height: 25px;
  }
}
.post-content h2 a {
  font-family: 'Kameron', Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #e3b100;
  margin: 0;
  padding: 0;
  font-size: 26px;
  line-height: 29px;
}
@media only screen and (max-width: 767px) {
  .post-content h2 a {
    font-size: 22px;
    line-height: 18px;
  }
}
.post-content .seguir-leyendo span {
  background: #5b653b;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 4px 15px;
}
@media only screen and (min-width: 780px) and (max-width: 959px), only screen and (max-width: 767px) {
  .blog-sidebar {
    margin-top: 55px;
  }
}
.featured-image {
  display: block;
  margin: 15px 0;
}
.formulario-busqueda-posts {
  margin-top: 20px;
}
.formulario-busqueda-posts .form-control {
  background: url('../img/pattern_rayado.png');
  border: 2px solid #ddd;
}
.item-ultimo {
  display: block;
  margin: 20px 0;
}
.item-ultimo .fecha {
  font-size: 13px;
  padding-left: 19px;
  background: url('../img/calendario.png') 0 center no-repeat;
  text-transform: uppercase;
}
.item-ultimo h4 {
  margin: 5px 0;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
}
.item-ultimo h4 a {
  font-family: 'Kameron', Arial, Helvetica, sans-serif;
  color: #444;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}
.paginacion {
  display: block;
  position: relative;
  margin: 55px 0;
}
.paginacion ul.pagination {
  margin: 0;
  padding: 0;
}
.paginacion ul.pagination li a {
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #ccc;
  text-align: center;
  color: #444;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.paginacion ul.pagination li a:hover {
  color: #222;
  background: #f3f3f3;
}
.paginacion ul.pagination li.active span {
  padding: 0;
  width: 44px;
  height: 44px;
  margin-right: 9px;
  line-height: 44px;
  border: 1px solid #9aa03a;
  border-radius: 0;
  background: #9aa03a;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.paginacion ul.pagination li.active span:hover {
  color: #9aa03a;
  background: #9aa03a;
}
input.btn-buscar {
  background: #9aa03a;
  border: 1px solid #888e28;
  padding: 6px 25px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.prefooter_home,
.footer {
  display: block;
  position: relative;
  background: #282e32;
}
.not_home .prefooter_home {
  margin-top: 80px;
}
.prefooter_home {
  padding-top: 30px;
}
.prefooter_home p {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .prefooter_home p {
    text-align: left;
  }
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  .prefooter_home p {
    text-align: left;
    font-size: 12px;
    letter-spacing: -0.5px;
  }
}
.prefooter_home img {
  display: block;
  float: left;
  opacity: 0.3;
}
@media only screen and (max-width: 767px) {
  .prefooter_home img {
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  .prefooter_home img {
    display: inline;
    float: none;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    margin-bottom: 0;
  }
}
.prefooter_home img.gracomsa {
  margin-right: 25px;
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  .prefooter_home img.gracomsa {
    margin-right: 0;
  }
}
.footer {
  display: block;
  position: relative;
}
.footer .copyright {
  display: block;
  float: none;
  text-align: center;
  font-size: 12px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 18px;
}
.footer .menu-pie {
  padding: 10px 0;
  padding-top: 15px;
  display: block;
  position: relative;
  overflow: hidden;
  float: none;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}
.footer .menu-pie a.boton {
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #888;
  padding: 2px 9px;
  border: 1px solid #666;
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  .footer .menu-pie a.boton {
    padding: 3px 5px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.header_mapa {
  display: block;
  width: 100%;
  background: #999e44;
  height: 40px;
}
.header_mapa a {
  text-transform: uppercase;
  line-height: 40px;
  display: block;
  height: 40px;
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
  margin-left: 15px;
  padding-left: 40px;
  background: url('../img/volver.png') 0 center no-repeat;
}
.titulo-lateral-mapa {
  display: block;
  text-transform: uppercase;
  color: #5b653b;
  font-weight: 700;
  margin-bottom: 28px;
  margin-top: -10px;
  font-family: 'Kameron', Arial, Helvetica, sans-serif;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .titulo-lateral-mapa {
    font-size: 20px;
    line-height: 24px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  .titulo-lateral-mapa {
    font-size: 20px;
    line-height: 26px;
  }
}
.mapa-albufera #map {
  width: 100%;
  height: 100%;
}
.item-ruta {
  display: block;
  float: left;
  width: 30%;
  margin: 0 1.5%;
  margin-bottom: 25px;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #fff;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.item-ruta:hover {
  background: #f0f0f0;
  border: 1px solid #eee;
}
@media only screen and (max-width: 767px) {
  .item-ruta .imagen-ruta {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .item-ruta {
    width: 48%;
    margin: 0 1%;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  .item-ruta {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
  }
}
.item-ruta .texto-ruta {
  display: block;
  position: relative;
  overflow: hidden;
}
.item-ruta .texto-ruta h4 {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #222;
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .item-ruta .texto-ruta h4 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0;
  }
}
.item-ruta .texto-ruta .desc {
  font-size: 13px;
  line-height: 19px;
  color: #555;
  font-weight: 300;
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  .item-ruta .texto-ruta .desc {
    display: none;
  }
}
#capture {
  position: fixed;
  top: 0;
  left: 0;
  width: 500px;
  height: 200px;
  background: #f00;
}
.lateral-mapa,
.info-mapa {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 800px;
  height: 100%;
  background: #fff;
  z-index: 998;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .lateral-mapa,
  .info-mapa {
    width: 90%;
    height: 100%;
  }
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  .lateral-mapa,
  .info-mapa {
    width: 96%;
    height: 100%;
  }
}
.lateral-mapa .cont,
.info-mapa .cont {
  padding: 40px 25px;
  padding-right: 105px;
  font-size: 17px !important;
  font-weight: 300;
  display: block;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .lateral-mapa .cont,
  .info-mapa .cont {
    padding: 30px 25px;
    padding-right: 85px;
  }
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  .lateral-mapa .cont,
  .info-mapa .cont {
    padding: 20px 15px;
    padding-right: 75px;
  }
}
.info-mapa.cerrado,
.lateral-mapa.cerrado {
  right: -80%;
}
.cerrar {
  position: fixed;
  top: 0;
  width: 60px;
  height: 100%;
  background: #f4f4f4;
  right: 0;
  z-index: 999;
}
.cerrar .ver_rutas {
  padding-top: 50px;
  background: url('../img/rutas.png') center 0 no-repeat;
  display: block;
  margin-top: 30px;
  font-size: 13px;
  line-height: 17px;
  font-weight: 300;
  color: #111;
  text-align: center;
  opacity: 0.4;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}
.cerrar .ver_rutas.cerrar {
  padding-top: 40px;
  background: url('../img/close-mapa.png') center 0 no-repeat;
}
/*
.list-grid-toggle
{
  width: 30px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.15s ease;
  user-select: none;
}

.icon {
  width: 30px;
  margin-bottom: 10px;
}

.icon-bar {
  position: relative;
  width: 30px;
  height: 5px;
  margin: 0 auto 5px auto;
  background:#fff;
  transition: all 0.15s ease;

  &:last-child {
    margin-bottom: 0;
  }

  &:before,
  &:after {
    position: absolute;
    display: block;
    width: 8px;
    height: 5px;
    background: #fff;
    content: '';
    opacity: 0;
    transition: all 0.15s ease;
  }

  &:before {
    left: -15px;
  }

  &:after {
    right: -15px;
  }
}

.icon-grid {
  .icon-bar {
    width: 7px;

    &:before,
    &:after {
      opacity: 1;
    }

    &:before {
      left: 0;
      transform: translateX(-12px);
    }

    &:after {
      right: 0;
      transform: translateX(12px);
    }
  }
}
*/
.contenido-pagina,
.editor-contenido-pagina {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
.contenido-pagina .container,
.editor-contenido-pagina .container {
  max-width: 100% !important;
}
.contenido-pagina .contenido,
.editor-contenido-pagina .contenido {
  font-size: 16px;
  color: #404040;
  font-weight: 300;
  display: block;
}
.contenido-pagina .contenido p,
.editor-contenido-pagina .contenido p {
  margin: 25px 0;
  font-size: 16px;
  color: #404040;
}
.contenido-pagina strong,
.editor-contenido-pagina strong {
  font-weight: 400;
  color: #222;
}
.contenido-pagina a,
.editor-contenido-pagina a {
  color: #979d36;
  text-decoration: underline;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.contenido-pagina a:hover,
.editor-contenido-pagina a:hover {
  color: #747a0b;
}
.contenido-pagina ul.menu-secundario,
.editor-contenido-pagina ul.menu-secundario {
  display: block;
  position: relative;
  margin: 15px 0;
  padding: 0;
}
.contenido-pagina ul.menu-secundario li,
.editor-contenido-pagina ul.menu-secundario li {
  list-style: none;
  display: block;
  cursor: pointer;
}
.contenido-pagina ul.menu-secundario li a,
.editor-contenido-pagina ul.menu-secundario li a {
  display: block;
  padding: 7px 8px;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
  color: #444;
  text-decoration: none;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.contenido-pagina ul.menu-secundario li a:hover,
.editor-contenido-pagina ul.menu-secundario li a:hover {
  color: #222;
}
.contenido-pagina ul.menu-secundario li a.activo,
.editor-contenido-pagina ul.menu-secundario li a.activo {
  background: #5b653b;
  color: #fff;
  border-bottom: none;
}
.contenido-pagina ul.menu-secundario li ul,
.editor-contenido-pagina ul.menu-secundario li ul {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-left: 20px;
}
.contenido-pagina ul.menu-secundario li ul li,
.editor-contenido-pagina ul.menu-secundario li ul li {
  padding: 0;
}
.contenido-pagina ul.menu-secundario li ul li a,
.editor-contenido-pagina ul.menu-secundario li ul li a {
  display: block;
  padding: 3px 5px;
  padding-left: 17px;
  font-size: 14px;
  line-height: 18px;
  border-bottom: none;
  color: #3c4520;
  text-decoration: none;
  background: url('../img/circulo.png') 2px 7px no-repeat;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.contenido-pagina ul.menu-secundario li ul li a:hover,
.editor-contenido-pagina ul.menu-secundario li ul li a:hover {
  color: #222;
}
.col.col-md-12.editable {
  padding: 0;
}
li.unave {
  display: none !important;
}
.imagen-galeria {
  display: block;
  position: relative;
}
.imagen-galeria .cycle-prev,
.imagen-galeria .cycle-next {
  position: absolute;
  top: 45%;
  width: 29px;
  height: 29px;
  z-index: 200;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.imagen-galeria .cycle-prev:hover,
.imagen-galeria .cycle-next:hover {
  opacity: 1;
}
.imagen-galeria .cycle-prev {
  left: 15px;
  background: url('../img/prev.png') 0 0 no-repeat;
}
.imagen-galeria .cycle-next {
  right: 15px;
  background: url('../img/next.png') 0 0 no-repeat;
}
.imagen-galeria .cycle-pager {
  display: block;
  position: absolute;
  text-align: center;
  bottom: 5px;
  width: 100%;
  z-index: 900;
}
.imagen-galeria .cycle-pager span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 2px;
  background: #000;
  overflow: hidden;
  border-radius: 100%;
  text-indent: 900px;
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.imagen-galeria .cycle-pager span:hover {
  opacity: 1;
}
.imagen-galeria .cycle-pager span.cycle-pager-active {
  background: #fff;
  opacity: 0.8;
}
.imagen-galeria #adv-custom-caption {
  text-align: center;
  margin-top: 5px;
  font-size: 13px;
  line-height: 15px;
  color: #333;
  font-weight: 400;
  font-style: italic;
  padding: 0 20px;
}
.container.contenido .listado-enlaces {
  display: block;
  position: relative;
  margin: 30px 0;
  padding: 0;
}
.container.contenido .listado-enlaces li {
  margin: 5px 0;
  padding: 0;
  display: block;
  list-style: none;
}
.container.contenido .listado-enlaces li a {
  display: block;
  position: relative;
  padding: 10px 15px;
  border: 1px solid #c9c9c9;
  text-transform: uppercase;
  text-decoration: none;
  color: #555;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.container.contenido .listado-enlaces li a:hover {
  border: 1px solid #ddd;
  background: #f4f4f4;
  color: #444;
}
.mensaje-construccion {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 65px 0;
  margin-top: 50px;
  color: #404040;
}
.mensaje-construccion .icono {
  display: block;
  width: 280px;
  margin: 0 auto;
  margin-bottom: 35px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 109px;
  background: url('../img/icono.png') center 0 no-repeat;
  font-family: 'Kameron', Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #5b653b;
  font-weight: 700;
}
.mensaje-construccion h2,
.mensaje-construccion h3 {
  margin: 5px 0;
  padding: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #252525;
}
.mensaje-construccion h3 {
  font-size: 19px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #252525;
  margin: 10px 0;
}
.mapa-lugar {
  display: block;
  width: 100%;
  height: 400px;
  background: #f0f0f0;
  margin-bottom: 40px;
}
/* COMPONENTES */
/* FORMULARIO  */
.componente-7 .col-formulario {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 450px;
  margin: 0 auto;
}
.componente-7 .col-formulario .texto_introductorio {
  display: block;
  margin: 45px 0;
  text-align: center;
  color: #333333;
  font-size: 17px;
  opacity: 0.9;
}
.componente-7 .col-formulario label {
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  color: #333333;
}
.componente-7 .col-formulario .form-control {
  border-radius: 0;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  color: #111;
  border: 1px solid #ddd;
  background: #f6f6f6;
  box-shadow: none;
}
.componente-7 .col-formulario textarea.form-control {
  line-height: 20px;
  padding: 10px 15px;
  height: 160px;
}
.col-formulario .form-group {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 6px 0;
}
.col-formulario .btn-enviar {
  color: #fff;
  background: #9aa039;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  width: 280px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  padding: 10px 0;
  border: none;
  cursor: pointer;
}
.msg.respuesta_ok {
  position: absolute;
  z-index: 20;
  background: #156203;
  padding: 8px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.msg.respuesta_ko {
  position: absolute;
  z-index: 20;
  background: #c30b0b;
  padding: 8px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.componente-10,
.componente-11,
.componente-13 {
  background: #9aa039;
  padding: 25px 0;
}
.componente-10 .col,
.componente-11 .col,
.componente-13 .col {
  padding: 0 30px;
}
.componente-10 .col,
.componente-11 .col,
.componente-13 .col,
.componente-10 .col p,
.componente-11 .col p,
.componente-13 .col p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  font-weight: 300;
}
.componente-10 .col a,
.componente-11 .col a,
.componente-13 .col a,
.componente-10 .col p a,
.componente-11 .col p a,
.componente-13 .col p a {
  font-weight: bold;
  color: #fff;
}
.componente-10 .col ul,
.componente-11 .col ul,
.componente-13 .col ul,
.componente-10 .col p ul,
.componente-11 .col p ul,
.componente-13 .col p ul {
  margin: 10px;
}
.componente-10 .col ul li,
.componente-11 .col ul li,
.componente-13 .col ul li,
.componente-10 .col p ul li,
.componente-11 .col p ul li,
.componente-13 .col p ul li {
  display: block;
  float: none;
  padding: 3px 0;
  margin: 1px 0;
  list-style: none;
  padding-left: 30px;
  background: url('../img/aire/li_negativo.png') 8px 10px no-repeat;
}
.componente-10 .col h4,
.componente-11 .col h4,
.componente-13 .col h4,
.componente-10 .col p h4,
.componente-11 .col p h4,
.componente-13 .col p h4 {
  color: #fff;
  letter-spacing: 1px;
}
.componente-10 .col h4:after,
.componente-11 .col h4:after,
.componente-13 .col h4:after,
.componente-10 .col p h4:after,
.componente-11 .col p h4:after,
.componente-13 .col p h4:after {
  background: #fff !important;
}
/* SLIDE HOME */
.bloque .componente-6,
.bloque .componente-12 {
  display: block;
  position: relative;
  margin-top: -55px;
}
.componente-6 .slide-home {
  height: 400px;
}
.componente-6 .slide-home .intro-style2 {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .componente-6 .slide-home .intro-style2 {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 280px) and (max-width: 580px) {
  .componente-6 .slide-home .intro-style2 {
    padding-top: 60px;
  }
}
/* CARACTERISTICAS FOTOS */
.componente-9 .services {
  padding: 0;
}
.componente-9 .section-head {
  display: block;
  position: relative;
  padding: 10px 0;
  text-align: center;
}
.componente-9 .section-head h1 {
  font-family: 'Kameron', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 38px;
  margin: 10px 0;
}
.componente-9 .section-head p {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #888;
  font-size: 20px;
}
.componente-9 .fila-caracteristicas {
  display: block;
  position: relative;
  overflow: hidden;
}
.componente-9 .fila-caracteristicas .team-box h4 {
  margin-bottom: 5px;
  font-family: 'Kameron', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #e3b100;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.componente-9 .fila-caracteristicas .team-box p {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #555555;
  margin: 15px 0;
  font-size: 16px;
  line-height: 24px;
}
.encabezado-formulario a {
  color: #69d0ee;
  text-decoration: underline;
}
.encabezado-formulario a:hover {
  color: #69d0ee;
  text-decoration: underline;
}
.bloque {
  margin: 10px 0;
  padding: 10px 0;
}
/*
1. componente-1 (Bloque de texto con dos columnas

 */
.editor-contenido-pagina .container.contenido a {
  pointer-events: none !important;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
.editor-contenido-pagina .container.contenido a span {
  pointer-events: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
/* CONTAINER */
.container.contenido {
  max-width: 100%;
  margin: 0 auto;
}
.container.contenido p {
  margin-top: 0;
  margin-bottom: 25px;
}
.container.contenido:first-child {
  margin-top: 0;
}
.container.contenido a {
  color: #9aa039;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}
.container.contenido a:hover {
  color: #111;
  text-decoration: none;
}
.componente-1 .col,
.componente-2 .col,
.componente-4 .col,
.componente-24 .col,
.componente-25 .col,
.componente-10 .col,
.componente-11 .col,
.componente-13 .col,
.componente-23 .col,
.componente-1 .col p,
.componente-2 .col p,
.componente-4 .col p,
.componente-24 .col p,
.componente-25 .col p,
.componente-10 .col p,
.componente-11 .col p,
.componente-13 .col p,
.componente-23 .col p,
.componente-1 .ser,
.componente-2 .ser,
.componente-4 .ser,
.componente-24 .ser,
.componente-25 .ser,
.componente-10 .ser,
.componente-11 .ser,
.componente-13 .ser,
.componente-23 .ser {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #555555;
  font-size: 15px;
  line-height: 22px;
  margin: 15px 0;
}
.componente-1 .col a,
.componente-2 .col a,
.componente-4 .col a,
.componente-24 .col a,
.componente-25 .col a,
.componente-10 .col a,
.componente-11 .col a,
.componente-13 .col a,
.componente-23 .col a,
.componente-1 .col p a,
.componente-2 .col p a,
.componente-4 .col p a,
.componente-24 .col p a,
.componente-25 .col p a,
.componente-10 .col p a,
.componente-11 .col p a,
.componente-13 .col p a,
.componente-23 .col p a,
.componente-1 .ser a,
.componente-2 .ser a,
.componente-4 .ser a,
.componente-24 .ser a,
.componente-25 .ser a,
.componente-10 .ser a,
.componente-11 .ser a,
.componente-13 .ser a,
.componente-23 .ser a {
  text-decoration: underline;
}
.componente-1 .col ul,
.componente-2 .col ul,
.componente-4 .col ul,
.componente-24 .col ul,
.componente-25 .col ul,
.componente-10 .col ul,
.componente-11 .col ul,
.componente-13 .col ul,
.componente-23 .col ul,
.componente-1 .col p ul,
.componente-2 .col p ul,
.componente-4 .col p ul,
.componente-24 .col p ul,
.componente-25 .col p ul,
.componente-10 .col p ul,
.componente-11 .col p ul,
.componente-13 .col p ul,
.componente-23 .col p ul,
.componente-1 .ser ul,
.componente-2 .ser ul,
.componente-4 .ser ul,
.componente-24 .ser ul,
.componente-25 .ser ul,
.componente-10 .ser ul,
.componente-11 .ser ul,
.componente-13 .ser ul,
.componente-23 .ser ul {
  margin: 10px;
}
.componente-1 .col ul li,
.componente-2 .col ul li,
.componente-4 .col ul li,
.componente-24 .col ul li,
.componente-25 .col ul li,
.componente-10 .col ul li,
.componente-11 .col ul li,
.componente-13 .col ul li,
.componente-23 .col ul li,
.componente-1 .col p ul li,
.componente-2 .col p ul li,
.componente-4 .col p ul li,
.componente-24 .col p ul li,
.componente-25 .col p ul li,
.componente-10 .col p ul li,
.componente-11 .col p ul li,
.componente-13 .col p ul li,
.componente-23 .col p ul li,
.componente-1 .ser ul li,
.componente-2 .ser ul li,
.componente-4 .ser ul li,
.componente-24 .ser ul li,
.componente-25 .ser ul li,
.componente-10 .ser ul li,
.componente-11 .ser ul li,
.componente-13 .ser ul li,
.componente-23 .ser ul li {
  display: block;
  float: none;
  padding: 3px 0;
  margin: 1px 0;
  list-style: none;
  padding-left: 30px;
  background: url('../img/aire/li.png') 8px 10px no-repeat;
}
.componente-1 .col ol,
.componente-2 .col ol,
.componente-4 .col ol,
.componente-24 .col ol,
.componente-25 .col ol,
.componente-10 .col ol,
.componente-11 .col ol,
.componente-13 .col ol,
.componente-23 .col ol,
.componente-1 .col p ol,
.componente-2 .col p ol,
.componente-4 .col p ol,
.componente-24 .col p ol,
.componente-25 .col p ol,
.componente-10 .col p ol,
.componente-11 .col p ol,
.componente-13 .col p ol,
.componente-23 .col p ol,
.componente-1 .ser ol,
.componente-2 .ser ol,
.componente-4 .ser ol,
.componente-24 .ser ol,
.componente-25 .ser ol,
.componente-10 .ser ol,
.componente-11 .ser ol,
.componente-13 .ser ol,
.componente-23 .ser ol {
  margin: 10px;
}
.componente-1 .col h4,
.componente-2 .col h4,
.componente-4 .col h4,
.componente-24 .col h4,
.componente-25 .col h4,
.componente-10 .col h4,
.componente-11 .col h4,
.componente-13 .col h4,
.componente-23 .col h4,
.componente-1 .col p h4,
.componente-2 .col p h4,
.componente-4 .col p h4,
.componente-24 .col p h4,
.componente-25 .col p h4,
.componente-10 .col p h4,
.componente-11 .col p h4,
.componente-13 .col p h4,
.componente-23 .col p h4,
.componente-1 .ser h4,
.componente-2 .ser h4,
.componente-4 .ser h4,
.componente-24 .ser h4,
.componente-25 .ser h4,
.componente-10 .ser h4,
.componente-11 .ser h4,
.componente-13 .ser h4,
.componente-23 .ser h4 {
  font-family: 'Kameron', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #e3b100;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 8px;
}
.componente-1 .col h4:after,
.componente-2 .col h4:after,
.componente-4 .col h4:after,
.componente-24 .col h4:after,
.componente-25 .col h4:after,
.componente-10 .col h4:after,
.componente-11 .col h4:after,
.componente-13 .col h4:after,
.componente-23 .col h4:after,
.componente-1 .col p h4:after,
.componente-2 .col p h4:after,
.componente-4 .col p h4:after,
.componente-24 .col p h4:after,
.componente-25 .col p h4:after,
.componente-10 .col p h4:after,
.componente-11 .col p h4:after,
.componente-13 .col p h4:after,
.componente-23 .col p h4:after,
.componente-1 .ser h4:after,
.componente-2 .ser h4:after,
.componente-4 .ser h4:after,
.componente-24 .ser h4:after,
.componente-25 .ser h4:after,
.componente-10 .ser h4:after,
.componente-11 .ser h4:after,
.componente-13 .ser h4:after,
.componente-23 .ser h4:after {
  position: absolute;
  content: ' ';
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #e3b100;
}
.componente-1 img,
.componente-2 img,
.componente-4 img,
.componente-24 img,
.componente-25 img,
.componente-10 img,
.componente-11 img,
.componente-13 img,
.componente-23 img {
  max-width: 100%;
}
.componente-23 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #555555;
}
.componente-23 .row {
  padding: 30px;
  display: block;
  max-width: 620px;
  margin: 0 auto;
  border: 6px solid #555555;
}
@media only screen and (max-width: 767px) {
  .componente-23 .row {
    padding: 20px;
  }
}
.componente-23 .row p {
  margin: 0;
  font-size: 19px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .componente-23 .row p {
    font-size: 17px;
    line-height: 24px;
  }
}
.lista-ficheros {
  display: block;
  position: relative;
}
.lista-ficheros li {
  display: block;
  margin: 13px 0;
  max-width: 650px;
  border: 1px solid #9aa039;
  background: #ffffff url('../img/aire/nube.png') 0 0 no-repeat;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  padding: 12px;
  padding-left: 47px;
}
.lista-ficheros li:hover {
  background: #f0f0f0 url('../img/aire/nube.png') 0 0 no-repeat;
}
.lista-ficheros a {
  display: block;
  text-transform: uppercase;
  color: #333333 !important;
  font-size: 15px;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.lista-ficheros a:hover {
  color: #111;
  text-decoration: none;
}
.container.contenido.componente-3 {
  margin: 0 auto;
}
.container.contenido.componente-3 .encabezado-ai {
  font-family: 'Kameron', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #9aa039;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .container.contenido.componente-3 .encabezado-ai {
    font-size: 21px;
  }
}
/* TABS */
.componente-5 h4 {
  font-family: 'Kameron', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #e3b100;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 8px;
}
.componente-5 .tab-pane {
  padding: 35px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #555555;
}
@media only screen and (max-width: 767px) {
  .componente-5 .tab-pane {
    padding: 20px 0;
  }
}
.componente-5 .tab-pane p {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #555555;
  font-size: 15px;
  margin: 15px 0;
}
.componente-5 .nav-tabs li {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .componente-5 .nav-tabs li {
    display: block;
    float: none;
    border-bottom: 1px solid #eee;
  }
}
.componente-5 .nav-tabs li div {
  font-size: 14px;
  padding: 10px 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.componente-5 .nav-tabs li div:hover {
  color: #111;
}
.componente-5 .nav-tabs li.active {
  color: #fff;
  background: #9aa039;
}
.componente-5 .nav-tabs li.active div {
  color: #fff;
}
.componente-5 .nav-tabs li.active div:hover {
  color: #fff;
}
/* CARACTERISTICAS LISTADO */
.componente-8 .services {
  padding: 0;
}
.componente-8 .section-head {
  display: block;
  position: relative;
  padding: 10px 0;
  padding-bottom: 50px;
  text-align: center;
}
.componente-8 .section-head h1 {
  font-family: 'Kameron', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 38px;
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .componente-8 .section-head h1 {
    font-size: 30px;
  }
}
.componente-8 .section-head p {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #888;
  font-size: 20px;
}
.componente-8 .fila-listado {
  display: block;
  position: relative;
}
.componente-8 .service-box {
  background: url('../img/bg_servicios.png') 0 0 no-repeat;
}
.componente-8 .service-box h4 {
  margin-bottom: 20px;
  font-family: 'Kameron', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #e3b100;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0.5px;
  text-transform: none;
}
.componente-8 .service-box p {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #555555;
  margin: 15px 0;
  font-size: 16px;
  line-height: 24px;
}
.componente-8 .service-box a {
  color: #9aa039;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}
.componente-8 .service-box a:hover {
  color: #111;
  text-decoration: none;
}
.componente-13 h3 {
  font-family: 'Kameron', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  margin: 15px 0;
}
.componente-13 .col,
.componente-13 .col p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px !important;
  font-weight: 300 !important;
}
.componente-13 .col a,
.componente-13 .col p a {
  color: #fff;
  text-decoration: none !important;
  font-weight: 300 !important;
}
.componente-13 .col a:hover,
.componente-13 .col p a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
.contenido h4 {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.contenido.componente-24 img {
  width: 100%;
  height: auto;
}
.text-center h3 {
  margin-bottom: 45px;
  font-size: 20px;
  line-height: 29px;
}
