@charset "UTF-8";
/* https://www.tecnovino.com/wp-content/themes/tecnovino/style.css?ver=6.8.3 */
/* Import rule from: https://www.tecnovino.com/wp-content/themes/tecnovino/css/style.css */
/*TEXTO GENERAL*/
/*BACKGROUND*/
/*TÍTULO*/
/*BACKGROUND*/
@media (max-width: 1250px) {
  .container {
    max-width: 100%;
    min-width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important; } }
@media (max-width: 800px) {
  #wrapper #content-wrapper > .wpb_row {
    padding-bottom: 1rem !important; } }
.detalle-politica-privacidad-formulario {
  background: white;
  padding: 1.5rem;
  color: #8d8d8d;
  text-align: left; }
  .detalle-politica-privacidad-formulario hr {
    margin-top: 5px;
    margin-bottom: 15px; }
  .detalle-politica-privacidad-formulario p {
    font-size: 1.2rem;
    line-height: 1.4; }
    .detalle-politica-privacidad-formulario p a {
      color: #a02782 !important; }
      .detalle-politica-privacidad-formulario p a:hover, .detalle-politica-privacidad-formulario p a:focus {
        color: #98b714 !important; }

/*NEWSLETTER*/
/*FORMULARIO MAILPOET*/
form.mailpoet_form {
  padding: 3rem 2.5rem;
  position: relative; }
  form.mailpoet_form input.mailpoet_text {
    width: 100% !important;
    border-radius: 5rem;
    -moz-border-radius: 5rem;
    -webkit-border-radius: 5rem;
    padding: 1.5rem 2rem !important; }
  form.mailpoet_form .mailpoet_paragraph {
    margin-bottom: 1rem; }
  form.mailpoet_form .mailpoet_checkbox_label {
    color: #fff; }
    form.mailpoet_form .mailpoet_checkbox_label a {
      color: #fff;
      text-decoration: underline; }
      form.mailpoet_form .mailpoet_checkbox_label a:hover, form.mailpoet_form .mailpoet_checkbox_label a:focus {
        color: #2b2b2b; }
  form.mailpoet_form .mailpoet_submit {
    height: 5rem;
    border-radius: 5rem;
    -moz-border-radius: 5rem;
    -webkit-border-radius: 5rem;
    border: 0;
    padding: 0.5rem 1.5rem;
    background-color: #8b2271;
    width: 100%;
    color: #fff;
    font-weight: bold;
    margin: 2rem auto 0;
    display: block; }
    form.mailpoet_form .mailpoet_submit:hover, form.mailpoet_form .mailpoet_submit:focus {
      background-color: #771d61; }
  form.mailpoet_form .parsley-required,
  form.mailpoet_form .parsley-custom-error-message {
    color: #ff8381; }

#banner-newsletter {
  background-image: url("/wp-content/themes/tecnovino/img/imagotipo_tecnovino.png");
  background-position: 80% center;
  background-size: 20%;
  background-repeat: no-repeat;
  padding: 0rem 1.5rem;
  /*Formulario MailPoet*/ }
  #banner-newsletter .vc_column-inner {
    padding: 0; }
  #banner-newsletter form.mailpoet_form {
    margin: 0 0 3rem;
    padding: 0; }
    #banner-newsletter form.mailpoet_form .form-email,
    #banner-newsletter form.mailpoet_form .form-nombre {
      width: calc(50% - 1.5rem);
      display: inline-block;
      float: left;
      margin: 1rem 0.5rem; }
    #banner-newsletter form.mailpoet_form .form-politica {
      clear: both;
      text-align: center;
      margin-top: 1rem; }
    #banner-newsletter form.mailpoet_form .form-cta .mailpoet_submit {
      width: 100%;
      max-width: 200px;
      margin: 0 auto !important; }
  @media (max-width: 991px) {
    #banner-newsletter {
      background-size: 100%; }
      #banner-newsletter form.mailpoet_form .form-email,
      #banner-newsletter form.mailpoet_form .form-nombre {
        width: 100%;
        float: none; } }

.holler-box.hwp-popup {
  background-color: #a02782;
  background-image: none;
  color: #fff;
  border: 0;
  padding: 3rem; }
  .holler-box.hwp-popup .holler-inside {
    padding: 2rem 3rem; }
    .holler-box.hwp-popup .holler-inside .holler-title {
      color: #fff;
      font-size: 3rem; }
  .holler-box.hwp-popup .hwp-img-wrap {
    width: 50%; }
  .holler-box.hwp-popup .icon-cancel {
    color: #fff; }
  .holler-box.hwp-popup form.mailpoet_form {
    margin-top: 2rem;
    margin-bottom: 0;
    padding: 0; }
    .holler-box.hwp-popup form.mailpoet_form .mailpoet_checkbox_label {
      text-align: left; }
  .holler-box.hwp-popup .hwp-powered-by {
    display: none; }
  @media (max-width: 767px) {
    .holler-box.hwp-popup .hwp-img-wrap {
      display: none; }
    .holler-box.hwp-popup .holler-inside {
      width: 100%; } }

/* BOTON FLOTANTE NEWSLETTER */
#floating-newsletter {
  position: fixed;
  z-index: 1600;
  background-color: #a02782;
  box-shadow: 0 0 10px 1px rgba(33, 33, 33, 0.25);
  overflow: hidden;
  border-radius: 8px; }
  #floating-newsletter div, #floating-newsletter p {
    transition: none .25s ease-in; }
  #floating-newsletter div {
    padding: 0.5em 1em; }
  #floating-newsletter a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px; }
  #floating-newsletter img {
    max-height: 100%;
    display: inline-block;
    width: 2em;
    height: 2em; }
  #floating-newsletter p {
    font-size: 1.2em;
    font-weight: bold;
    margin-left: .8em;
    vertical-align: middle;
    color: white;
    font-family: "Montserrat";
    display: inline-block; }
  #floating-newsletter:hover div {
    background-color: #771d61; }
  @media (min-width: 1335px) {
    #floating-newsletter {
      right: -7rem;
      bottom: 45%;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); } }
  @media (max-width: 1334px) and (min-width: 801px) {
    #floating-newsletter {
      bottom: 30px;
      right: 90px; }
      #floating-newsletter div {
        padding: 0.7em 1em; } }
  @media (max-width: 800px) and (min-width: 590px) {
    #floating-newsletter {
      bottom: 16px;
      right: 70px; }
      #floating-newsletter div {
        padding: 0.5em 1em; } }
  @media (max-width: 589px) {
    #floating-newsletter {
      bottom: 16px;
      left: 15px; }
      #floating-newsletter div {
        padding: 0.5em 1em; } }

/*RESET*/
.post-swtich-style2 {
  margin-bottom: 2rem; }

.post-content-share-mobile-contaner .post-content-share .jssocials-share {
  background-color: #fff; }
@media (max-width: 768px) {
  .post-content-share-mobile-contaner .post-content-share-mobile {
    display: block !important;
    position: fixed;
    top: inherit !important;
    bottom: 0.8rem;
    left: 1.5rem;
    z-index: 5000;
    margin-right: 6.5rem; } }
@media (max-width: 590px) {
  .post-content-share-mobile-contaner .post-content-share-mobile {
    bottom: 70px;
    margin-right: 0; } }

/*ADDS*/
#ADS-headerTop {
  margin: 0 auto; }

.banner {
  padding: 3rem 0;
  margin: 0 auto;
  clear: both;
  /*BANNER LATERAL*/ }
  .banner img {
    margin: 0 auto !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0; }
  .banner .banner-container {
    padding: 3rem;
    border: 1px solid rgba(0, 0, 0, 0.09);
    overflow: hidden; }
  .banner iframe {
    margin: 0 auto; }
  .banner#adds-headerTop {
    padding-top: 0; }
    .banner#adds-headerTop .banner-container {
      border-top: 0;
      margin: 0 auto; }
  .banner.lateral {
    position: fixed;
    padding: 0;
    z-index: 4999;
    top: 47px; }
    .banner.lateral .banner-container {
      border: 0;
      padding: 0; }
  .banner#adds-lateralIzq {
    margin-left: -170px; }
  .banner#adds-lateralDrch {
    margin-left: 1260px; }
  .banner.adds-doble468.container {
    max-width: 1096px !important;
    min-width: auto;
    padding: 1rem 0 1rem; }
    @media (min-width: 1031px) {
      .banner.adds-doble468.container.ads-mobile {
        display: none; } }
    @media (max-width: 1030px) {
      .banner.adds-doble468.container.ads-desktop {
        display: none; } }
  .banner#adds-lateral-mobile.container {
    max-width: 800px !important;
    min-width: auto; }
  .banner.adds-triple300.container {
    max-width: 1150px !important;
    min-width: auto; }
  .banner.adds-doble300.container {
    max-width: 822px !important;
    min-width: auto; }
  .banner.adds-single728.container, .banner#adds-headerTop {
    max-width: 1040px !important;
    min-width: auto; }
  @media (min-width: 1591px) {
    .banner.mobile {
      display: none; } }
  @media (max-width: 1590px) {
    .banner.lateral {
      display: none; }
    .banner.mobile {
      padding: 0; } }
  @media (max-width: 1199px) {
    .banner {
      /*BANNER TRIPLE 300*/ }
      .banner.adds-doble468.container {
        min-width: auto;
        max-width: 570px !important; }
        .banner.adds-doble468.container .banner-container {
          margin: 0rem auto 1.5rem; }
      .banner.adds-triple300.container .banner-container {
        margin: 1.5rem auto;
        padding: 1.2rem;
        max-width: calc(300px + 3rem); } }
  @media (max-width: 1025px) {
    .banner {
      /*BANNER 960*/ }
      .banner .banner-container {
        margin: 1.5rem auto;
        padding: 1.2rem; }
      .banner#adds-headerTop {
        padding: 0 0.5rem !important;
        max-width: 342px !important;
        min-width: auto; }
        .banner#adds-headerTop .banner-container {
          margin: 0 auto 1.5rem;
          padding: 0 0.5rem 0.5rem; }
      .banner#adds-lateral-mobile.container, .banner.adds-doble300.container {
        max-width: 760px !important;
        min-width: auto; }
      .banner.adds-doble468.container, .banner.adds-single728.container {
        min-width: auto;
        max-width: 376px !important; }
        .banner.adds-doble468.container .banner-container, .banner.adds-single728.container .banner-container {
          margin: 0rem auto 1.5rem; } }
  @media (max-width: 767px) {
    .banner {
      padding: 0rem;
      /*BANNER TRIPLE 300*/ }
      .banner [class*="col-"] {
        padding: 0; }
      .banner .banner-container {
        margin: 1.5rem auto;
        padding: 0.5rem; }
      .banner.adds-triple300.container {
        min-width: auto !important;
        max-width: 330px !important; }
        .banner.adds-triple300.container .banner-container {
          margin: 1rem auto;
          padding: 0.5rem;
          max-width: calc(300px + 1.2rem); }
      .banner.adds-doble300.container {
        min-width: auto !important;
        max-width: 350px !important; }
      .banner.adds-doble468.container, .banner#adds-lateral-mobile.container, .banner.adds-single728.container {
        min-width: auto !important;
        max-width: 332px !important; } }

.logged-in .banner.lateral {
  top: calc(47px + 32px); }

/*HEADER*/
.sh-header-4 .sh-header .sh-nav-container .sh-nav > li > a {
  line-height: 48px !important; }

.sh-header-4 .sh-header-standard {
  border: 0 !important; }

header.primary-desktop,
header.primary-mobile,
.sh-header-4 {
  height: auto !important; }

/*ADD MENÚ DE SUSCRIBIRSE*/
.sh-header-4 .sh-header-middle .sh-header-logo-container {
  width: 40%; }
.sh-header-4 .sh-header-middle .sh-header-meta2-container .sh-nav-container {
  display: flex;
  align-items: center; }
  .sh-header-4 .sh-header-middle .sh-header-meta2-container .sh-nav-container .link-newsletter {
    font-size: 14px;
    font-weight: bold;
    padding: .8rem 1.6rem;
    display: inline-block;
    border-radius: 25px;
    color: white;
    border-top: 1px solid #a02782;
    background-color: #a02782; }
    .sh-header-4 .sh-header-middle .sh-header-meta2-container .sh-nav-container .link-newsletter:hover, .sh-header-4 .sh-header-middle .sh-header-meta2-container .sh-nav-container .link-newsletter:focus, .sh-header-4 .sh-header-middle .sh-header-meta2-container .sh-nav-container .link-newsletter:active {
      background-color: #771d61; }

.sh-header-logo-container {
  width: 40%;
  text-align: center; }

.title-principal {
  text-align: center;
  font-size: 2rem;
  margin: 0 auto;
  display: inline-block; }
  .title-principal a {
    padding: 2rem 2rem;
    display: inline-block;
    color: #98b714;
    border-top: 1px solid #a02782; }
    @media (max-width: 576px) {
      .title-principal a {
        padding: 1.5rem 0; } }

/*FOOTER*/
.sh-footer .sh-copyrights {
  padding: 20px; }
.sh-footer .sh-widget-title-styling {
  margin-bottom: 1rem; }
.sh-footer .widget_mailpoet_form {
  background-color: #a02782;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; }
.sh-footer .widget-item {
  padding-bottom: 2.5rem; }
.sh-footer #menu-categorias-principales.menu {
  padding: 0;
  list-style-type: none; }
  .sh-footer #menu-categorias-principales.menu li {
    padding: 0; }
.sh-footer .sh-copyrights .sh-table-cell:last-child {
  width: 65%; }

.sh-footer .mailpoet_form, .sh-header-side .mailpoet_form {
  background-color: #a02782;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; }

/*HOME*/
/*ALTURA DE LOS BLOQUES*/
.post-style-cover .post-container {
  margin-bottom: 1rem; }

@media (min-width: 768px) {
  .post-style-cover .post-container, .post-style-cover .sh-ratio-content {
    max-height: 400px; }

  .blog-slider-item {
    max-height: 400px; }

  .blog-slider-item h2 {
    font-size: 30px; } }
@media (max-width: 767px) {
  .blog-slider, .blog-slider-item {
    max-height: 400px;
    height: 400px; }

  .blog-slider-content {
    padding-bottom: 0; }

  .vcg-woocommerce-categories-item-container:after,
  .blog-grid-item-container:after,
  .blog-slider-item:after,
  .post-style-cover .post-container:after,
  .sh-widget-posts-slider-style2 .sh-ratio-content:after,
  .categories-list-item .sh-ratio-content:after {
    background: -webkit-linear-gradient(to bottom, rgba(50, 50, 50, 0) 7%, rgba(16, 15, 15, 0.8) 45%, rgba(16, 15, 15, 0.93) 74%) !important;
    background: -moz-linear-gradient(to bottom, rgba(50, 50, 50, 0) 7%, rgba(16, 15, 15, 0.8) 45%, rgba(16, 15, 15, 0.93) 74%) !important;
    background: -ms-linear-gradient(to bottom, rgba(50, 50, 50, 0) 7%, rgba(16, 15, 15, 0.8) 45%, rgba(16, 15, 15, 0.93) 74%) !important;
    background: -o-linear-gradient(to bottom, rgba(50, 50, 50, 0) 7%, rgba(16, 15, 15, 0.8) 45%, rgba(16, 15, 15, 0.93) 74%) !important;
    background: linear-gradient(to bottom, rgba(50, 50, 50, 0) 7%, rgba(16, 15, 15, 0.8) 45%, rgba(16, 15, 15, 0.93) 74%) !important; } }
/*ESTILO ETIQUETAS CATEGORÍAS*/
.sh-post-categories-style2 .post-thumbnail .post-categories a,
.sh-post-categories-style2 .post-gallery .post-categories a,
.sh-post-categories-style2 .blog-slider-item .post-categories a,
.sh-post-categories-style2 .post-style-cover .post-categories a {
  background-color: #a02782;
  text-shadow: none; }
  .sh-post-categories-style2 .post-thumbnail .post-categories a:hover, .sh-post-categories-style2 .post-thumbnail .post-categories a:focus,
  .sh-post-categories-style2 .post-gallery .post-categories a:hover,
  .sh-post-categories-style2 .post-gallery .post-categories a:focus,
  .sh-post-categories-style2 .blog-slider-item .post-categories a:hover,
  .sh-post-categories-style2 .blog-slider-item .post-categories a:focus,
  .sh-post-categories-style2 .post-style-cover .post-categories a:hover,
  .sh-post-categories-style2 .post-style-cover .post-categories a:focus {
    background-color: #8d8d8d; }

.post-style-cover a {
  color: inherit; }

h2.post-title a {
  color: inherit; }

a.post-title {
  color: inherit; }

table,
table > td {
  border: 0px !important; }

.wysija_block table, .wysija_block td {
  border: 0 !important; }

.wysija_image_container {
  border: 0 !important; }
  .wysija_image_container table {
    border: 0 !important; }

.wysija_text_container p {
  font-size: 1.5rem !important;
  line-height: 1.5 !important; }
.wysija_text_container h2 span, .wysija_text_container h2 a {
  color: #a02782 !important;
  font-weight: bold;
  font-family: "Montserrat";
  font-size: 2.2rem; }
.wysija_text_container a {
  color: #8d8d8d !important;
  font-family: "Montserrat";
  font-weight: bold; }

ul.page-numbers {
  margin: 0 auto; }

#wrapper > .sh-page-layout-default {
  padding-top: 2rem; }
  #wrapper > .sh-page-layout-default .post-item-single-container .post-thumbnail,
  #wrapper > .sh-page-layout-default .post-type-content .post-thumbnail {
    display: block;
    text-align: center;
    background-color: #f5f5f5;
    padding: 3%; }
    #wrapper > .sh-page-layout-default .post-item-single-container .post-thumbnail img,
    #wrapper > .sh-page-layout-default .post-type-content .post-thumbnail img {
      max-width: 100%;
      width: auto;
      min-width: auto; }

.blog-style-grid .post-container,
.blog-style-masonry .post-container {
  border-bottom: 0px solid #f0f0f0;
  -webkit-box-shadow: 0 0px 10px 0px rgba(33, 33, 33, 0.1);
  -moz-box-shadow: 0 0px 10px 0px rgba(33, 33, 33, 0.1);
  box-shadow: 0 0px 10px 0px rgba(33, 33, 33, 0.1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; }
  .blog-style-grid .post-container .post-content-container,
  .blog-style-masonry .post-container .post-content-container {
    padding: 2rem;
    margin-top: 0; }
    .blog-style-grid .post-container .post-content-container .post-content,
    .blog-style-masonry .post-container .post-content-container .post-content {
      display: none; }
  .blog-style-grid .post-container .post-thumbnail .sh-ratio-content,
  .blog-style-masonry .post-container .post-thumbnail .sh-ratio-content {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -moz-border-bottom-right-radius: 0;
    -moz-border-bottom-left-radius: 0; }

.blog-style-grid article {
  margin: 2.5rem 0; }

/*DETALLES NOTICIA*/
/*RESET*/
.post-swtich-style2 {
  margin-bottom: 2rem; }

.post-content-share-mobile-contaner .post-content-share .jssocials-share {
  background-color: #fff; }
@media (max-width: 768px) {
  .post-content-share-mobile-contaner .post-content-share-mobile {
    display: block !important;
    position: fixed;
    top: inherit !important;
    bottom: 0.8rem;
    left: 1.5rem;
    z-index: 5000;
    margin-right: 6.5rem; } }

.wpp-list li {
  overflow: hidden;
  margin: 0 0 1em 0;
  padding: 1em 0 1.5em 0 !important;
  border-bottom: rgba(141, 141, 141, 0.2) 1px solid !important; }
  .wpp-list li:first-of-type {
    padding: 0 0 1.5em 0 !important; }
  .wpp-list li .wpp-thumbnail {
    float: left;
    margin: 0 1em 0.6em 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px; }
  .wpp-list li .category,
  .wpp-list li .wpp-post-title {
    display: block;
    font-weight: bold;
    font-size: 1.2rem; }
  .wpp-list li .category {
    margin-bottom: 0.6em;
    color: #0366d6;
    font-size: 0.8em;
    line-height: 1;
    color: #a02782; }
  .wpp-list li .wpp-post-title {
    margin-bottom: 0.2em;
    font-size: 1.1em;
    line-height: 1.3; }
  .wpp-list li .wpp-excerpt {
    margin: 0;
    line-height: 1.5;
    font-size: 1.3rem; }

.relpost-thumb-wrapper {
  margin-top: 5%; }
  .relpost-thumb-wrapper .relpost-thumb-container h3 {
    display: inline-block;
    border-bottom: 3px solid #2b2b2b;
    padding: 2rem 0 2rem 1.5rem;
    font-size: 2.8rem;
    position: relative;
    margin-bottom: 3rem; }
    .relpost-thumb-wrapper .relpost-thumb-container h3:before {
      content: "";
      height: 3px;
      background-color: #f5f5f5;
      width: 148vh;
      position: absolute;
      bottom: -3px;
      left: 0;
      z-index: -1; }
  .relpost-thumb-wrapper .relpost-thumb-container .relpost-block-container .relpost-block-single {
    width: 33.3% !important;
    padding: 0;
    margin: 0; }
    .relpost-thumb-wrapper .relpost-thumb-container .relpost-block-container .relpost-block-single > div {
      display: block;
      padding: 0;
      margin: 15px;
      -webkit-box-shadow: 0 0px 10px 0px rgba(33, 33, 33, 0.1);
      -moz-box-shadow: 0 0px 10px 0px rgba(33, 33, 33, 0.1);
      box-shadow: 0 0px 10px 0px rgba(33, 33, 33, 0.1);
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      width: auto !important;
      height: auto !important;
      padding: 0;
      overflow: hidden; }
      .relpost-thumb-wrapper .relpost-thumb-container .relpost-block-container .relpost-block-single > div .relpost-block-single-image {
        width: 100% !important;
        background-position: center center !important; }
      .relpost-thumb-wrapper .relpost-thumb-container .relpost-block-container .relpost-block-single > div .relpost-block-single-text {
        display: block;
        font-family: "Montserrat" !important;
        color: #2b2b2b;
        font-weight: 700;
        font-size: 24px !important;
        padding: 3rem;
        text-align: left; }
    .relpost-thumb-wrapper .relpost-thumb-container .relpost-block-container .relpost-block-single:hover {
      background-color: transparent; }
      .relpost-thumb-wrapper .relpost-thumb-container .relpost-block-container .relpost-block-single:hover .relpost-block-single-image {
        position: relative; }
        .relpost-thumb-wrapper .relpost-thumb-container .relpost-block-container .relpost-block-single:hover .relpost-block-single-image:before {
          content: "";
          background-color: rgba(30, 30, 30, 0.1);
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
      .relpost-thumb-wrapper .relpost-thumb-container .relpost-block-container .relpost-block-single:hover .relpost-block-single-text {
        color: rgba(43, 43, 43, 0.9) !important; }
    @media (max-width: 1025px) {
      .relpost-thumb-wrapper .relpost-thumb-container .relpost-block-container .relpost-block-single {
        width: 50% !important; } }
    @media (max-width: 550px) {
      .relpost-thumb-wrapper .relpost-thumb-container .relpost-block-container .relpost-block-single {
        width: 100% !important; } }

/*Guía de empresas*/
form#archive {
  background-color: #f5f5f5;
  padding: 3rem;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin-bottom: 4rem; }
  form#archive select {
    border-radius: 5rem;
    -moz-border-radius: 5rem;
    -webkit-border-radius: 5rem; }
  form#archive input[type=submit] {
    -webkit-appearance: none;
    margin-top: 2.2rem;
    width: 100%;
    line-height: 3.4rem;
    border-radius: 4rem;
    -moz-border-radius: 4rem;
    -webkit-border-radius: 4rem;
    background-color: #a02782;
    color: #fff;
    font-weight: bold; }
    form#archive input[type=submit]:hover, form#archive input[type=submit]:focus {
      background-color: #771d61; }

.archive-title {
  color: #a02782;
  margin-top: 2.5rem; }

h3.post-title {
  margin-top: 2rem; }

#content .cats-by-2 {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 3rem  3rem 1.5rem;
  margin-bottom: 2rem; }
  #content .cats-by-2 .cat-posts-stacked {
    display: flex;
    flex-wrap: wrap; }
    #content .cats-by-2 .cat-posts-stacked .feat-title {
      width: 100%;
      color: #8d8d8d; }
    #content .cats-by-2 .cat-posts-stacked > .cat-item {
      font-weight: bold; }
      #content .cats-by-2 .cat-posts-stacked > .cat-item .children .cat-item {
        font-weight: normal; }
      #content .cats-by-2 .cat-posts-stacked > .cat-item a:hover, #content .cats-by-2 .cat-posts-stacked > .cat-item:focus {
        color: #a02782; }
  #content .cats-by-2 .post {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 3rem;
    margin: 1.5rem;
    display: inline-block;
    background-color: #fff;
    vertical-align: top;
    width: 100%; }
    @media (min-width: 992px) {
      #content .cats-by-2 .post {
        width: 30%; } }

.cats-by-2 a:hover, .cats-by-2:focus {
  color: #a02782; }

.wpcf7 {
  background-color: #f5f5f5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; }
  .wpcf7 .wpcf7-form {
    max-width: 992px;
    margin: 2rem auto;
    padding: 8%; }
    .wpcf7 .wpcf7-form .detalle-politica-privacidad-formulario {
      margin-bottom: 2rem; }
  .wpcf7 .wpcf7-acceptance a {
    text-decoration: underline; }
    .wpcf7 .wpcf7-acceptance a:hover, .wpcf7 .wpcf7-acceptance a:focus {
      color: #a02782; }
  .wpcf7 .wpcf7-submit {
    margin-top: 2rem;
    max-width: 200px; }
  .wpcf7 label {
    width: 100%; }

.content-txt {
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 10px 0px rgba(33, 33, 33, 0.1);
  -moz-box-shadow: 0 0px 10px 0px rgba(33, 33, 33, 0.1);
  box-shadow: 0 0px 10px 0px rgba(33, 33, 33, 0.1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 3%;
  margin: 0 auto; }

/*MODAL DE COOKIES*/
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-direction: reverse;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }