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

.avada-html-is-archive .fusion-top-header .fusion-header {
  background-color: #6d461c !important;
}

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

/* Estilos Disparador menu movil */
.fusion-mobile-menu-icons {
  top: 32px !important;
}

.fusion-mobile-menu-icons > a {
  font-size: 3.2rem !important;
}

/* Fin de los estilos disparador movil */
/* Estilos para la barra de titulo más migas de pan */
.avada-page-titlebar-wrapper {
  position: relative;
  z-index: 9999;
}

.avada-page-titlebar-wrapper > .fusion-page-title-bar {
  padding: 0 !important;
}

.avada-page-titlebar-wrapper > .fusion-page-title-bar > .fusion-page-title-row {
  max-width: 100% !important;
  width: 100% !important;
}

.avada-page-titlebar-wrapper .fusion-page-title-secondary {
  background: #eeca4d;
  bottom: -24px !important;
  left: 0 !important;
  position: absolute !important;
  width: 100% !important;
}

/* Fin de los estilos para la barra de título más migas de pan */
#main {
  padding: 0 30px !important;
}

#main section {
  margin: 0 !important;
}

#contenedorPiePagina > .fusion-row {
  display: block !important;
  padding: 0 30px !important;
}

/* Estilos para los paginadores */
.pagination > span,
.pagination > a {
  font-size: 1.6rem !important;
  font-weight: 500 !important;
  line-height: 125% !important;
}

.pagination > span,
.pagination > .inactive {
  margin: 0 !important;
  padding: 6px 12px !important;
}

.pagination > *:nth-child(n+2) {
  margin-left: 10px !important;
}

.pagination > .inactive:hover {
  background-color: #3e2a1b;
  color: #fff;
}

.pagination > .pagination-prev:hover,
.pagination > .pagination-next:hover {
  color: #6d461c;
}

/* Fin de los estilos para los paginadores */
/* Estilos para textoEditor y post-content */
/*.textoEditor*/
article > .post-content,
article > .recent-posts-content,
.textoEditor {
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}

article > .post-content *,
article > .recent-posts-content *,
.textoEditor * {
  margin: 0 !important;
}

article > .post-content * + *,
article > .recent-posts-content * + *,
.textoEditor * + * {
  margin: 16px 0 0 0 !important;
}

article > .post-content ul,
article > .recent-posts-content ul,
.textoEditor ul {
  list-style: none !important;
  list-style-type: square !important;
}

article > .post-content ul,
article > .post-content ol,
article > .recent-posts-content ul,
article > .recent-posts-content ol,
.textoEditor ul,
.textoEditor ol {
  margin: 0 0 0 32px !important;
  padding: 0 !important;
}

article > .post-content ul li + li,
article > .post-content ol li + li,
article > .recent-posts-content ul li + li,
article > .recent-posts-content ol li + li,
.textoEditor ul li + li,
.textoEditor ol li + li {
  margin-top: 6px !important;
}

article > .post-content ul li ul,
article > .post-content ul li ol,
article > .post-content ol li ul,
article > .post-content ol li ol,
article > .recent-posts-content ul li ul,
article > .recent-posts-content ul li ol,
article > .recent-posts-content ol li ul,
article > .recent-posts-content ol li ol,
.textoEditor ul li ul,
.textoEditor ul li ol,
.textoEditor ol li ul,
.textoEditor ol li ol {
  margin-top: 8px !important;
}

article > .post-content > ul,
article > .post-content > ol,
article > .recent-posts-content > ul,
article > .recent-posts-content > ol,
.textoEditor > ul,
.textoEditor > ol {
  margin-top: 16px !important;
}

article > .post-content a,
article > .recent-posts-content a,
.textoEditor a {
  /*background-color: $var-colorFndEnlacePostContent;*/
  color: #3e2a1b;
  /*padding: 2px 6px;*/
}

article > .post-content a:hover,
article > .recent-posts-content a:hover,
.textoEditor a:hover {
  color: #6d461c;
}

article > .recent-posts-content h4 a {
  background: none !important;
  color: #3f2b1b !important;
  padding: 0 !important;
}

article > .recent-posts-content h4 a:hover {
  color: #6d461c !important;
}

/* Fin de los estilos para textoEditor y post-content */
/* Media Queries */
@media only screen and (min-width: 480px) {
  #contenedorPiePagina > .fusion-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  #contenedorPiePagina > .fusion-row > .colFlex {
    width: 48% !important;
  }
  #contenedorPiePagina > .fusion-row > .colFlex + .colFlex {
    margin-left: 4% !important;
  }
  #contenedorPiePagina > .fusion-row > .colFlex:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 550px) {
  #contenedorPiePagina > .fusion-row > .colFlex {
    width: 31% !important;
  }
  #contenedorPiePagina > .fusion-row > .colFlex:nth-child(2n+1) {
    margin-left: 0% !important;
  }
  #contenedorPiePagina > .fusion-row > .colFlex + .colFlex {
    margin-left: 3.5% !important;
  }
}

/* Fin de las */
