@charset "UTF-8";
/* Estilos estructurales */
#wrapper > .fusion-header-wrapper {
  position: relative;
}

#wrapper,
.fusion-is-sticky .fusion-header-v1 .fusion-header,
.tfs-slider {
  margin: 0 auto !important;
  max-width: 1600px !important;
}

.fusion-is-sticky {
  margin-left: -30px !important;
}

figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fusion-header-wrapper {
  padding: 0 30px;
}

#main > .fusion-row {
  margin: 0 auto !important;
  max-width: 1600px !important;
}

.contenedor {
  margin: 0 auto !important;
}

.contenedor.width1520 {
  max-width: 1520px !important;
}

.contenedor.width1480 {
  max-width: 1480px !important;
}

.contenedor.width1420 {
  max-width: 1420px !important;
}

.contenedor.width1200 {
  max-width: 1200px !important;
}

.paginador {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 48px;
}

.paginador > span,
.paginador > a {
  border-radius: 8px;
  color: 005471;
  display: inline-block;
  padding: 12px 18px;
  border: 1px solid #005471 !important;
}

.paginador > span:hover,
.paginador > a:hover {
  background-color: #005471;
  color: #fff;
}

.paginador > span.current {
  background-color: #005471;
  color: #fff;
}

.paginador > * + * {
  margin-left: 8px;
}

/* Fin de los estilos estructurales */
/* Estilos para el menú superior */
#contenedorPreCabecera {
  background-color: #e62b27;
}

#contenedorPreCabecera ul > li {
  border-bottom: 1px solid #1d0808;
}

#contenedorPreCabecera ul > li > a {
  background-color: #d63c3e;
  color: #fff;
  display: block;
  font-style: normal;
  padding: 8px;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  line-height: 125% !important;
}

#contenedorPreCabecera ul > li > a:hover {
  background-color: #1d0808;
}

#contenedorPreCabecera ul > li:nth-child(1) > a {
  background-color: #688b7a;
}

#contenedorPreCabecera ul > li:nth-child(1) > a:hover {
  background-color: #1d0808;
}

/* Estilos para la cabecera */
#wrapper > header > div > .fusion-header {
  margin: 0 auto;
  max-width: 1420px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#menu-menu-principal > li {
  border: none !important;
  /*
        &.fusion-menu-item-button {
            > a {
                > span {
                    color: $var-colorMenuBtnHosteleria !important;
                    @include tipografia(1.6rem , 125% , 700);
                }
                &:hover {
                    > span {
                        color: $var-colorHoverMenuBtnHosteleria !important;
                    }
                }
            }
        }
        */
}

#menu-menu-principal > li > a:hover:after {
  border-width: 6px !important;
}

#menu-menu-principal > li.current-menu-item > a:after {
  border-width: 6px !important;
}

#menu-menu-principal > li:last-child > a:after {
  border-width: 0px !important;
}

#wrapper .fusion-is-sticky > div > .fusion-header > div {
  max-width: 1420px !important;
}

#wrapper .fusion-is-sticky > div > .fusion-header > div ul li i {
  font-size: 3.4rem !important;
}

/* Menú movil */
.fusion-mobile-menu-icons > a {
  font-size: 3.2rem !important;
  font-weight: 900 !important;
  line-height: 125% !important;
  position: relative;
  top: 32px;
}

.fusion-mobile-menu-icons > a:before {
  color: #e62b27;
}

.fusion-mobile-nav-item a {
  background-color: #e62b27 !important;
  border-bottom-color: #fff !important;
  color: #fff !important;
}

.fusion-mobile-nav-item a:hover {
  background-color: #e62b27 !important;
  color: #1d0808 !important;
}

/* Fin de los estilos para el menú superior */
/* Estilos para la barra de titulo */
.avada-page-titlebar-wrapper > .fusion-page-title-bar {
  background-color: #e62b27;
  height: auto !important;
  min-height: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.avada-page-titlebar-wrapper > .fusion-page-title-bar .fusion-page-title-row {
  margin: 0 auto;
  max-width: 1420px;
  min-height: inherit !important;
  padding: 8px 24px !important;
}

.avada-page-titlebar-wrapper > .fusion-page-title-bar .fusion-page-title-row .fusion-page-title-wrapper .fusion-breadcrumbs {
  margin-left: 0 !important;
  text-align: left;
}

.avada-page-titlebar-wrapper > .fusion-page-title-bar .fusion-page-title-row .fusion-page-title-wrapper .fusion-breadcrumbs span > a {
  font-weight: 700 !important;
}

.avada-page-titlebar-wrapper > .fusion-page-title-bar .fusion-page-title-row .fusion-page-title-wrapper .fusion-breadcrumbs span > a ~ span {
  color: #fff;
}

.archive .avada-page-titlebar-wrapper > .fusion-page-title-bar .fusion-page-title-row .fusion-page-title-wrapper .fusion-page-title-captions {
  display: none !important;
}

/* Fin de los estilos para la barra de título */
/* Texto editor */
.textoEditor {
  color: #000;
  font-size: 1.6rem !important;
  font-weight: 300 !important;
  line-height: 150% !important;
}

.textoEditor * {
  margin: 0 !important;
}

.textoEditor * + * {
  margin: 16px 0 0 0 !important;
}

.textoEditor a {
  color: #005471;
  text-decoration: none;
}

.textoEditor a:hover {
  color: #5f8fd1;
}

.textoEditor ul {
  list-style-position: inside !important;
  list-style-type: square !important;
  margin: 0;
  padding: 0 0 0 24px !important;
}

.textoEditor ul > li + li {
  margin: 8px 0 0 0 !important;
}

.textoEditor ul > li ul {
  margin-top: 5px !important;
}

/* Fin de texto editor */
/* Estilos para el pie de página */
#contenidoPiePagina > .fusion-column-wrapper {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

#contenidoPiePagina > .fusion-column-wrapper > .imageframe-align-center + .imageframe-align-center {
  margin: 24px 0 0 0;
}

/* Fin de los estilos para el pie de página */
/* Estilos para ponte en contacto con nosotros */
#contenedorNubesContacto > .fusion-row {
  padding: 24px 30px !important;
}

#contenedorNubesContacto > .fusion-row .tituloH3Apartado > h3 {
  font-size: 2.4rem !important;
  font-weight: 700 !important;
  line-height: 125% !important;
}

#contenedorNubesContacto > .fusion-row .textoEditor {
  margin: 0 0 24px 0 !important;
  font-size: 2rem !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}

/* Fin de los estilos para ponte en contacto con nosotros */
/* Media queries */
@media only screen and (min-width: 374px) {
  /* Estilos para el menú superior */
  #contenedorPreCabecera {
    background-color: #e62b27;
  }
  #contenedorPreCabecera ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #contenedorPreCabecera ul > li {
    border: none !important;
  }
  #contenedorPreCabecera ul > li > a {
    font-style: normal;
  }
  #contenedorPreCabecera ul > li:nth-child(1) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  #contenedorPreCabecera ul > li:nth-child(2), #contenedorPreCabecera ul > li:nth-child(3) {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-left: 1px solid #1d0808;
    border-right: 1px solid #1d0808;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  #contenedorPreCabecera ul > li:nth-child(2) > a, #contenedorPreCabecera ul > li:nth-child(3) > a {
    height: 100%;
    width: 100%;
  }
  #contenedorPreCabecera ul > li:nth-child(3) {
    -ms-flex-preferred-size: calc(50% - 1px);
    flex-basis: calc(50% - 1px);
    margin-left: 1px !important;
  }
  #contenedorPreCabecera ul > li:nth-child(3) > a {
    padding-top: 18px !important;
  }
  #contenedorPreCabecera ul > li + li {
    border-top: none;
  }
}

@media only screen and (min-width: 382px) {
  #contenedorPreCabecera ul > li {
    border: none !important;
  }
  #contenedorPreCabecera ul > li:nth-child(3) > a {
    padding-top: 8px !important;
  }
}

@media only screen and (min-width: 480px) {
  /* Estilos para el menú superior */
  #contenedorPreCabecera ul > li > a {
    font-size: 1.4rem !important;
    font-weight: 400 !important;
    line-height: 125% !important;
  }
  /* Fin de los estilos para el menú superior */
  /* Estilos para ponte en contacto con nosotros */
  #contenedorNubesContacto > .fusion-row {
    padding: 32px 30px !important;
  }
  #contenedorNubesContacto > .fusion-row .tituloH3Apartado > h3 {
    font-size: 2.8rem !important;
    font-weight: 700 !important;
    line-height: 125% !important;
  }
  #contenedorNubesContacto > .fusion-row .textoEditor {
    font-size: 2.4rem !important;
    font-weight: 400 !important;
    line-height: 150% !important;
  }
  /* Fin de los estilos para ponte en contacto con nosotros */
  /* Estilos para el pie de página */
  #contenidoPiePagina > .fusion-column-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #contenidoPiePagina > .fusion-column-wrapper > .imageframe-align-center + .imageframe-align-center {
    margin: 0 0 0 32px;
  }
  /* Fin de los estilos para el pie de página */
}

@media only screen and (min-width: 640px) {
  /* Estilos para el pie de página */
  #contenidoPiePagina > .fusion-column-wrapper > .imageframe-align-center + .imageframe-align-center {
    margin: 0 0 0 72px;
  }
  /* Fin de los estilos para el pie de página */
  /* Estilos para ponte en contacto con nosotros */
  #contenedorNubesContacto > .fusion-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 64px 30px !important;
  }
  #contenedorNubesContacto > .fusion-row > .colFlex {
    width: auto !important;
  }
  #contenedorNubesContacto > .fusion-row > .colFlex:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  #contenedorNubesContacto > .fusion-row > .colFlex:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
  }
  #contenedorNubesContacto > .fusion-row .tituloH3Apartado > h3 {
    font-size: 2.8rem !important;
    font-weight: 700 !important;
    line-height: 125% !important;
  }
  #contenedorNubesContacto > .fusion-row .textoEditor {
    font-size: 2.4rem !important;
    font-weight: 400 !important;
    line-height: 150% !important;
  }
  /* Fin de los estilos para ponte en contacto con nosotros */
}

@media only screen and (min-width: 767px) {
  /* Estilos para el menú superior */
  #contenedorPreCabecera ul > li {
    border: none !important;
  }
  #contenedorPreCabecera ul > li > a {
    padding: 8px 20px;
    font-size: 1.4rem !important;
    font-weight: 400 !important;
    line-height: 125% !important;
  }
  /* Fin de los estilos para el menú superior */
  /* Estilos para el pie de página */
  #contenedorPiePagina {
    padding: 32px 0 !important;
  }
  #contenidoPiePagina > .fusion-column-wrapper > .imageframe-align-center + .imageframe-align-center {
    margin: 0 0 0 144px;
  }
  /* Fin de los estilos para el pie de página */
}

@media only screen and (min-width: 1023px) {
  /* Estilos para el menú superior */
  #contenedorMenuSuperior {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #contenedorMenuSuperior ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 1012px;
    width: 100%;
  }
  #contenedorMenuSuperior ul > li:nth-child(1) {
    border: none !important;
    -ms-flex-preferred-size: 248px;
    flex-basis: 248px;
  }
  #contenedorMenuSuperior ul > li:nth-child(2) {
    border: none !important;
    -ms-flex-preferred-size: 247px;
    flex-basis: 247px;
  }
  #contenedorMenuSuperior ul > li:nth-child(3) {
    border: none !important;
    -ms-flex-preferred-size: 217px;
    flex-basis: 217px;
  }
  #contenedorMenuSuperior ul > li > a {
    width: 100%;
  }
  #contenedorMenuSuperior ul > li:nth-child(3),
  #contenedorMenuSuperior ul > li + li {
    margin-left: 0 !important;
  }
  /* Fin de los estilos para el menú superior */
  /* Estilos para el pie de página */
  #contenedorPiePagina {
    padding: 48px 0 !important;
  }
  #contenidoPiePagina > .fusion-column-wrapper > .imageframe-align-center + .imageframe-align-center {
    margin: 0 0 0 264px;
  }
  /* Fin de los estilos para el pie de página */
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
  #wrapper > .fusion-header-wrapper {
    padding: 0 5px 0 10px !important;
  }
  #wrapper > .fusion-header-wrapper .fusion-main-menu > ul > li {
    padding-right: 14px !important;
  }
  #wrapper > .fusion-header-wrapper .fusion-main-menu > ul > li:last-child {
    padding-right: 0 !important;
  }
  #wrapper > .fusion-header-wrapper .fusion-sticky-shadow {
    left: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (min-width: 1400px) {
  /* Estilos para el menú superior */
  #contenedorPreCabecera ul > li > a {
    font-size: 1.4rem !important;
    font-weight: 400 !important;
    line-height: 125% !important;
  }
  /* Fin de los estilos para el menú superior */
}

@media only screen and (max-width: 480px) {
  #contenidoAreaBtnGestion .fusion-alignright {
    margin: 0 !important;
    width: 100% !important;
  }
  #contenidoAreaBtnGestion .fusion-alignright > .btn {
    display: block;
  }
}

/* Fin de las media queries */
