/**
Theme Name: Zoomies
Author: Disruptivos
Author URI: https://disruptivos.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zoomies
Template: astra
*/
@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-Bold.ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-Thin.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Poppins Regular';
  src: url("../fonts/Poppins/Poppins-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Poppins Semibold';
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Arco';
  src: url("../fonts/Arco/ARCO.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
textarea:hover,
input[type=text]:hover,
textarea:active,
input[type=text]:active,
textarea:focus,
input[type=text]:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active,
select,
input[type=tel]:hover, input[type=tel]:active, input[type=tel]:focus,
input[type=email]:hover, input[type=email]:active, input[type=email]:focus,
input[type=radio]:hover, input[type=radio]:active, input[type=radio]:focus
 {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important; }

.ast-site-title-wrap {
  display: none !important; }

.ast-button, .button, input[type=button], input[type=submit] {
  min-width: 110px !important;
  min-height: 44px !important;
  padding: 11px 32.359px 11px 32.641px !important;
  justify-content: center !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  border-radius: 50px !important;
  background: #46B9AB !important;
  transition: background-color 0.3s ease-in-out;
  color: #FFFFFF !important;
  text-align: center !important;
  font-family: 'Poppins Regular' !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 22px !important; }
  .ast-button:hover, .button:hover, input[type=button]:hover, input[type=submit]:hover {
    background: #2A6F67 !important; }
  .ast-button:active, .button:active, input[type=button]:active, input[type=submit]:active {
    background: #0E2522 !important; }

button[disabled], html input[disabled], .ast-button[disabled] {
  background: #989898 !important; }

a {
  color: #4F4F4F;
  text-decoration: underline; }
  a:hover {
    color: #46B9AB;
    text-decoration: underline; }
  a:active {
    color: #2A6F67;
    text-decoration: underline; }

:focus {
  outline: none !important; }

html {
  font-size: 100%;
  font-family: 'Poppins'; }

body {
  font-family: 'Poppins'; }

.ast-container, .container {
  padding-left: 56px;
  padding-right: 56px; }

#wrapper {
  background: #FFFFFF;
  margin-top: 140px; }

a {
  font-family: 'Poppins'; }

b, strong {
  font-weight: bold; }

h1, h2, h3, h4, h5 {
  color: #000000;
  font-family: 'Poppins';
  margin-bottom: 0;
  word-wrap: break-word; }

h1 {
  font-size: 34px !important;
  line-height: 42px !important; }

h2 {
  font-size: 30px !important;
  line-height: 38px !important; }

h3 {
  font-size: 28px !important;
  line-height: 36px !important; }

h4 {
  font-size: 24px !important;
  line-height: 32px !important; }

h5 {
  font-size: 20px !important;
  line-height: 28px !important; }

.full-widths, .full-width {
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%; }

.ast-theme-transparent-header #masthead {
  position: relative !important; }

.ast-primary-header-bar {
  background-color: #ffffff !important;
  box-shadow: inset 0px 8px 17px -15px rgba(44, 60, 47, 0.5); }
  .ast-primary-header-bar .site-primary-header-wrap {
    min-height: 42px; }

.ast-above-header-wrap {
  background-color: #ffffff; }

.trail-items li.trail-item::after {
  padding: 0;
  margin-left: 4px;
  margin-right: 4px;
  top: 1px;
  position: relative; }
.trail-items li.trail-item.trail-begin::after {
  content: url("../images/chevron-right-black.svg") !important; }
.trail-items li.trail-item::after {
  content: url("../images/chevron-right.svg") !important; }

#top-bar {
  background: #46B9AB url("../images/topbar.svg") no-repeat;
  background-position: center;
  height: 40px;
  background-size: cover;
  color: #FFFFFF; }
  #top-bar .row {
    height: 40px; }
  #top-bar a {
    display: flex;
    height: 24px;
    padding: 5px 20.16px 5px 20.34px;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
    background: #000000;
    color: #FFFFFF;
    font-family: 'Poppins';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.429px;
    margin-left: 24px;
    text-transform: none;
    text-decoration: none;
    /*
    &:hover{
        background:#46B9AB;
    }*/ }
    #top-bar a i {
      background: url("../images/external-link.svg") no-repeat;
      width: 12px;
      height: 12px;
      margin-right: 4px; }
    #top-bar a:active {
      background: #2A6F67; }

.astra-logo-svg:not(.sticky-custom-logo .astra-logo-svg, .transparent-custom-logo .astra-logo-svg, .advanced-header-logo .astra-logo-svg) {
  height: 28px !important; }

.ast-below-header-bar {
  background: #FFFFFF !important; }

.ast-below-header-bar::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(to bottom, rgba(44, 60, 47, 0.1), rgba(0, 0, 0, 0));
  pointer-events: none; }

ul.main-header-menu {
  display: inline-flex;
  align-items: flex-start;
  gap: 24px; }

.main-header-menu a.menu-link {
  font-family: 'Poppins Regular';
  color: #3B3B3B; }

.search-form .search-field {
  width: 526px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 26px;
  border: 1px solid #D4D4D4;
  background: #FFF;
  color: #989898;
  font-family: 'Poppins';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding-left: 20px;
  padding-top: 11px;
  padding-bottom: 11px; }

.search-submit.ast-search-submit {
  background: none;
  padding: 0;
  position: relative;
  left: -47px;
  top: 5px;
  box-shadow: none;
  width: 32px;
  height: 32px; }

.search-submit.ast-search-submit.active {
  top: 2px; }
  .search-submit.ast-search-submit.active span {
    display: inline-block;
    background: #46B9AB;
    border-radius: 50%;
    width: 32px;
    height: 32px; }
    .search-submit.ast-search-submit.active span svg {
      position: relative;
      top: 3px; }

.search-separator {
  border-left: 1px solid #D4D4D4;
  display: inline;
  position: relative;
  left: -30px;
  top: 0px; }
  .search-separator .search-close {
    display: none;
    cursor: pointer; }
  .search-separator.active {
    border: 0; }
    .search-separator.active .search-close {
      display: inline;
      position: absolute;
      right: 28px;
      top: 0;
      padding: 0;
      background: none; }

input[type="search"]:focus {
  border-color: #D4D4D4;
  outline: none !important;
  border-style: solid !important; }

.search-no-results .prev.page-numbers {
  display: none; }
.search-no-results .next.page-numbers {
  display: none; }
.search-no-results .page-content {
  text-align: center; }
  .search-no-results .page-content .search-form {
    display: none; }

.site-below-header-wrap.ast-builder-grid-row-container {
  min-height: 42px; }

.ast-below-header-bar {
  border-bottom: 0; }

.main-navigation span.dropdown-menu-toggle.ast-header-navigation-arrow {
  display: none; }
.main-navigation .main-header-menu > .menu-item > a.menu-link {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 7px;
  padding-bottom: 4px;
  line-height: 22px;
  color: #3B3B3B;
  font-family: 'Poppins';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; }
.main-navigation .main-header-menu > .menu-item:hover > a.menu-link {
  border-radius: 58px;
  background: #DAF1EE; }
.main-navigation .main-header-menu > .menu-item.current-menu-item > a.menu-link {
  color: #46B9AB;
  font-weight: 600; }
.main-navigation .sub-menu {
  border-radius: 15px;
  border: 1px solid #D4D4D4;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(44, 60, 47, 0.1) !important;
  min-width: 323px;
  margin-top: 5px !important; }
  .main-navigation .sub-menu .menu-link {
    color: #3B3B3B;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    padding-left: 56px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 4px;
    border-radius: 0; }
  .main-navigation .sub-menu .menu-link:hover {
    color: #3B3B3B;
    background: #DAF1EE; }
  .main-navigation .sub-menu li:first-child > a {
    border-radius: 15px 15px 0 0; }
  .main-navigation .sub-menu li:last-child > a {
    border-radius: 0 0 15px 15px; }
  .main-navigation .sub-menu .ast-icon.icon-arrow {
    display: none !important; }

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
  border-top: 0;
  background-color: #f0faf8; }

.ast-below-header-wrap {
  box-shadow: 0px 8px 8px 0px rgba(44, 60, 47, 0.05); }

.table-of-contents {
  margin-bottom: 32px;
  border-radius: 16px;
  background: #F0FAF8;
  border: 0;
  padding: 24px 32px; }
  .table-of-contents .tocs-title {
    color: #46B9AB;
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; }
  .table-of-contents .tocs-title::before {
    content: '';
    display: block;
    width: 24px;
    height: 4px;
    background-color: #90D5CD;
    position: absolute;
    margin-top: 32px; }
  .table-of-contents ul {
    margin-top: 8px;
    margin-left: 51px;
    padding-left: 0 !important; }
  .table-of-contents ul.tocs-list {
    margin-top: 20px;
    margin-left: 0;
    list-style: none; }
  .table-of-contents .tocs-list li::marker {
    color: #2A6F67;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    line-height: 16px; }
  .table-of-contents .tocs-list li a {
    color: #4F4F4F;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; }
  .table-of-contents .tocs-numbers {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #DAF1EE;
    color: #2A6F67;
    font-family: 'Poppins';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    display: inline-block;
    text-align: center;
    position: relative;
    top: -2px;
    margin-right: 8px;
    padding-top: 1px; }
  .table-of-contents .h4 {
    margin-left: 20px; }

.toc-loader {
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-left-color: #46b9ab;
  animation: spin 1s ease infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.wp-block-uagb-table-of-contents {
  margin-bottom: 32px;
  border-radius: 16px; }
  .wp-block-uagb-table-of-contents .uagb-toc__wrap {
    background: #F0FAF8;
    border: 0; }
  .wp-block-uagb-table-of-contents .uagb-toc__title {
    color: #46B9AB;
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; }
  .wp-block-uagb-table-of-contents .uagb-toc__title::before {
    content: '';
    display: block;
    width: 24px;
    height: 4px;
    background-color: #90D5CD;
    position: absolute;
    margin-top: 32px; }
  .wp-block-uagb-table-of-contents .uagb-toc__list-wrap li::marker {
    color: #2A6F67;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    line-height: 16px; }
  .wp-block-uagb-table-of-contents .uagb-toc__list-wrap li a, .wp-block-uagb-table-of-contents .uagb-toc__list ul li a {
    color: #4F4F4F;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; }

footer.site-footer {
  background: #FFFFFF; }
footer .footer-widget-area.widget-area .widget {
  text-align: left;
  margin: 0; }
footer .footer-widget-area.widget-area ul {
  text-align: left;
  list-style: none;
  margin-left: 0;
  margin-top: 24px; }
  footer .footer-widget-area.widget-area ul li {
    margin-bottom: 24px; }
    footer .footer-widget-area.widget-area ul li a {
      color: #272727;
      font-family: 'Poppins Regular';
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 22px;
      text-decoration: none; }
      footer .footer-widget-area.widget-area ul li a:hover {
        color: #46B9AB; }
      footer .footer-widget-area.widget-area ul li a:active {
        color: #2A6F67; }
  footer .footer-widget-area.widget-area ul#menu-footer-menu-rrss li {
    display: inline-flex; }
footer .footer-widget-area.widget-area span {
  text-align: left;
  color: #272727;
  font-family: 'Poppins Regular';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; }
  footer .footer-widget-area.widget-area span.footer-rrss-title {
    color: #272727;
    font-family: 'Poppins Regular';
    font-size: 16px;
    font-style: normal;
    line-height: 22px; }
footer .footer-widget-area.widget-area .footer-social-icon > a {
  display: inline-block;
  width: 41px;
  height: 41px;
  color: rgba(0, 0, 0, 0);
  margin-right: 16px; }
footer .footer-widget-area.widget-area .footer-social-icon > a:hover {
  color: transparent; }
footer .footer-widget-area.widget-area .facebook-icon > a {
  background: url("../images/facebook.svg") no-repeat; }
footer .footer-widget-area.widget-area .instagram-icon > a {
  background: url("../images/instagram.svg") no-repeat; }
footer .footer-widget-area.widget-area .linkedin-icon > a {
  background: url("../images/linkedin.svg") no-repeat; }
footer .site-above-footer-wrap[data-section="section-above-footer-builder"] {
  display: block;
  padding: 0;
  background: #f0faf8;
  height: 315px;
  margin-bottom: 48px; }
  footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row-container-inner {
    height: 340px; }
  footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .newsletter {
    height: 172px; }
    footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .newsletter .newsletter-title {
      color: #0E2522;
      text-align: center;
      font-family: 'Poppins';
      font-size: 34px;
      font-style: normal;
      font-weight: 600;
      line-height: 42px;
      margin-top: 30px; }
    footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .newsletter p {
      color: #4F4F4F;
      text-align: center;
      font-family: 'Poppins';
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      margin-top: 16px; }
    footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .newsletter .newsletter-form {
      margin-top: 48px; }
      footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .newsletter .newsletter-form p {
        margin: 0; }
      footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .newsletter .newsletter-form span.wpcf7-form-control-wrap {
        display: inline-block;
        width: auto;
        height: 76px; }
      footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .newsletter .newsletter-form input[type="email"] {
        border-radius: 50px;
        border: 1px solid #D4D4D4;
        background: #FFFFFF;
        display: flex;
        height: 44px;
        width: 435px;
        padding: 12px 0px 12px 16px;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        padding-left: 48px; }
      footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .newsletter .newsletter-form input[type="submit"] {
        margin-left: 16px;
        display: inline-block;
        width: 252px;
        height: 44px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 50px;
        background: #989898;
        color: #FFFFFF;
        text-align: center;
        font-family: 'Poppins';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        /* line-height: 22px;*/
        line-height: 8px; }
      footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .newsletter .newsletter-form i {
        transform: translateY(-50%);
        position: absolute;
        background: url("../images/mail.svg") no-repeat;
        width: 24px;
        height: 24px;
        margin-left: 16px;
        left: 0;
        margin-top: 22px;
        z-index: 1; }
footer .newsletter-cat {
  background: url("../images/gato.svg") no-repeat;
  width: 217px;
  height: 235px;
  position: absolute;
  left: 0;
  margin-top: 52px; }
footer .newsletter-dog {
  background: url("../images/perro.svg") no-repeat;
  width: 254px;
  height: 265px;
  position: absolute;
  right: 0;
  margin-top: -200px; }
footer .site-footer-primary-section-1 {
  height: 300px;
  display: flex;
  align-items: center !important; }
footer .footer-logo {
  background: url("../images/logo_footer_desktop.svg") no-repeat;
  width: 170px;
  height: 135px; }

.wpcf7-not-valid-tip {
  position: absolute;
  color: #F45F56 !important;
  font-family: 'Poppins' !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 16px !important;
  left: 20px;
  margin-top: 6px; }

.wpcf7-spinner {
  position: absolute; }

.wpcf7 form .wpcf7-response-output {
  border: 0;
  margin-top: 0;
  font-family: 'Poppins' !important;
  font-weight: 500 !important;
  color: #46B958;
  text-align: center;
  position: absolute; }

.wpcf7 form.invalid .wpcf7-response-output {
  color: #FFAA00; }

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output {
  color: #F45F56; }

.ast-footer-copyright {
  color: #3B3B3B;
  text-align: center;
  font-family: 'Poppins Regular';
  font-size: 16px;
  font-style: normal;
  line-height: 16px; }

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
  height: 32px; }
  .site-below-footer-wrap[data-section="section-below-footer-builder"] p {
    height: 32px;
    line-height: 32px; }

.site-content {
  margin-bottom: 48px; }

.entry-content {
  font-family: 'Poppins';
  font-weight: 400;
  color: #4F4F4F; }

.single h2, .single h3, .single h4, .single h5 {
  color: #46B9AB; }

.entry-meta {
  display: none; }

.single .entry-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/entry-header.svg") no-repeat;
  background-position: center;
  height: 352px !important;
  background-size: cover; }
.single h1 {
  color: #FFF;
  font-family: 'Poppins';
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  text-align: center; }
.single h2 {
  font-family: 'Poppins';
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; }
.single .entry-content {
  color: #4F4F4F;
  font-family: 'Poppins';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; }
  .single .entry-content ul {
    padding-left: 40px; }
.single .navigation.post-navigation {
  display: none; }
.single .has-large-font-size {
  line-height: 42px;
  margin-bottom: 0 !important; }
.single .single-end-text {
  background: #F0FAF8;
  padding: 32px;
  border-radius: 16px;
  font-size: 18px;
  line-height: 26px; }
.single .site-content ul li, .single .site-content ol li {
  margin-bottom: 8px; }

.wp-block-quote:not(.has-text-align-right):not(.has-text-align-center) {
  border-left: 5px solid #46B9AB; }

.wp-block-quote p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0; }

a.back-link {
  text-decoration: none;
  color: #46B9AB;
  font-family: 'Poppins';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-top: 16px;
  display: inline-block; }
  a.back-link:hover {
    color: #2A6F67 !important; }
  a.back-link:active {
    color: #0E2522 !important; }

.category #primary, .search #primary {
  margin: 0; }
.category .ast-archive-description, .search .ast-archive-description {
  padding: 0 !important;
  margin-top: 23px;
  border-bottom: 0; }
  .category .ast-archive-description h2, .search .ast-archive-description h2 {
    margin-top: 24px;
    color: #46B9AB; }
  .category .ast-archive-description p, .search .ast-archive-description p {
    color: #4F4F4F;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 16px; }
.category h1.page-title.ast-archive-title, .search h1.page-title.ast-archive-title {
  color: #46B9AB;
  font-family: 'Poppins';
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 0; }
.category .archive-card, .search .archive-card {
  position: relative;
  border-radius: 16px;
  height: 259px;
  margin-bottom: 24px;
  cursor: pointer;
  background-color: #f0faf8; }
  .category .archive-card a, .search .archive-card a {
    color: #FFFFFF;
    text-align: center;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    background: #000000;
    border-radius: 35px;
    display: flex;
    padding: 3px 16px;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 16px;
    min-height: 50px !important;
    height: auto;
    text-decoration: none;
    margin-left: 16px;
    margin-right: 16px;
    z-index: 2; }
.category .archive-card::after, .search .archive-card::after {
  content: "";
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none; }
.category .archive-card:hover::after, .search .archive-card:hover::after {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1; }

.search .ast-breadcrumbs-wrapper {
  display: none; }

.searchwp-live-search-results-showing {
  border-radius: 26px;
  border: 1px solid var(--Escala-de-grises-200, #D4D4D4);
  background: var(--Escala-de-grises-Blanco, #FFF);
  box-shadow: 0px 4px 8px 0px rgba(44, 60, 47, 0.1);
  padding-top: 31px;
  padding-left: 58px;
  padding-right: 58px;
  padding-bottom: 31px; }

.searchwp-live-search-result p {
  border-bottom: 0;
  position: relative; }

.searchwp-live-search-result a {
  text-decoration: none;
  color: #7B7B7B;
  font-family: 'Poppins';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; }

.searchwp-live-search-result a::before {
  content: url("../images/search-active.svg") !important;
  position: absolute;
  left: -24px;
  top: 14px; }

.searchwp-live-search-no-results {
  color: #7B7B7B;
  text-align: center;
  font-family: 'Poppins';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; }
  .searchwp-live-search-no-results em {
    font-style: normal; }

.sidebar-main .widget-title {
  color: #46B9AB;
  font-family: 'Poppins';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; }
.sidebar-main .widget-title::after {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background-color: #90D5CD; }
.sidebar-main ul li {
  margin-bottom: 9px; }
.sidebar-main a {
  color: #4F4F4F;
  font-family: 'Poppins Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-decoration: underline; }
  .sidebar-main a:hover {
    color: #46B9AB; }
  .sidebar-main a:active {
    color: #2A6F67; }

.post-thumb-img-content.post-thumb {
  display: none; }

.list-content {
  background: #F0FAF8;
  padding: 20px; }
  .list-content ul {
    list-style: none; }

.main-header-bar.ast-header-breadcrumb {
  padding-top: 24px;
  padding-bottom: 24px;
  box-shadow: inset 0px 8px 17px -15px rgba(44, 60, 47, 0.5); }

.ast-breadcrumbs {
  font-family: 'Poppins';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; }
  .ast-breadcrumbs a {
    text-decoration: none; }
    .ast-breadcrumbs a:hover {
      color: #46B9AB; }
    .ast-breadcrumbs a:active {
      color: #2A6F67; }
  .ast-breadcrumbs .trail-items li::after {
    color: #46B9AB; }
  .ast-breadcrumbs .trail-items li.trail-begin::after, .ast-breadcrumbs .trail-items li.trail-end::after {
    color: #4F4F4F; }

.reading-time {
  color: #F0F0F0;
  font-family: 'Poppins';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-top: 6px; }
  .reading-time svg {
    margin-right: 4px;
    margin-top: -2px; }

ul.categories-list {
  list-style: none;
  display: inline-flex;
  align-items: flex-start;
  gap: 48px; }
  ul.categories-list li {
    display: inline-block;
    width: 227px;
    height: 227px;
    border-radius: 16px;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 4px 8px 0px rgba(44, 60, 47, 0.2);
    cursor: pointer; }
    ul.categories-list li a {
      color: #272727;
      font-family: 'Poppins Regular';
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: 32px; }

.main-categories-title {
  margin-top: 64px;
  color: #000000;
  font-family: 'Poppins';
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  display: inline-block; }

.main-categories {
  /* display: grid; 
   grid-template-rows: 1fr;
   grid-template-columns: 1fr 1fr 1fr 1fr 1fr;*/
  gap: 48px;
  height: 100%;
  margin-top: 24px;
  justify-content: space-between;
  /*overflow-x: scroll;*/
  padding-bottom: 10px;
  margin-bottom: -10px; }
  .main-categories div {
    flex: 0 0 auto;
    width: 227px;
    display: inline-block;
    height: 227px;
    border-radius: 16px;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 4px 8px 0px rgba(44, 60, 47, 0.2);
    cursor: pointer; }
    .main-categories div a {
      color: #000000;
      font-family: 'Arco';
      font-size: 24px;
      font-style: normal;
      line-height: 32px;
      display: inline-block;
      margin-top: 24px;
      margin-left: 24px;
      text-decoration: none !important; }
  .main-categories .main-category-1 {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 2; }
  .main-categories .main-category-2 {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 3; }
  .main-categories .main-category-3 {
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 2;
    grid-column-end: 4; }
  .main-categories .main-category-4 {
    grid-row-start: 1;
    grid-column-start: 4;
    grid-row-end: 2;
    grid-column-end: 5; }

.home h1 {
  margin-top: 64px; }

.home-categories-container {
  margin-top: 64px; }
  .home-categories-container a.view-all {
    color: #46B9AB;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none; }
    .home-categories-container a.view-all:hover {
      color: #46B9AB; }
    .home-categories-container a.view-all:active {
      color: #2A6F67; }

.home-categories-dist {
  margin-top: 24px;
  display: inline-flex;
  align-items: flex-start;
  gap: 16px; }
  .home-categories-dist a {
    display: inline;
    padding: 7px 16px 8px 16px;
    gap: 8px;
    border-radius: 50px;
    border: 1px solid #989898;
    background: #FFFFFF;
    color: #989898;
    text-align: center;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none; }
    .home-categories-dist a.active {
      background: #46B9AB;
      border: 1px solid #46B9AB;
      color: #FFFFFF; }

h2.home-categories-title {
  color: #000;
  font-family: 'Poppins';
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 0; }

.home-categories {
  margin-top: 24px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  height: 100%; }
  .home-categories .home-category-post {
    border-radius: 16px;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 4px 8px 0px rgba(44, 60, 47, 0.2);
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: opacity 0.3s ease-in-out; }
    .home-categories .home-category-post a {
      color: #FFFFFF;
      text-align: center;
      font-family: 'Poppins';
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 22px;
      background: #000000;
      border-radius: 35px;
      display: flex;
      padding: 3px 16px;
      justify-content: center;
      align-items: center;
      align-content: center;
      margin-bottom: 16px;
      min-height: 50px !important;
      height: auto;
      text-decoration: none;
      margin-left: 16px;
      margin-right: 16px;
      z-index: 2; }
  .home-categories .home-category-post::after {
    content: "";
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; }
  .home-categories .home-category-post:hover::after {
    background-color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
    opacity: 1; }
  .home-categories .home-category-post_1 {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 3;
    height: 542px; }
  .home-categories .home-category-post_2 {
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 2;
    grid-column-end: 4;
    height: 259px; }
  .home-categories .home-category-post_3 {
    grid-row-start: 1;
    grid-column-start: 4;
    grid-row-end: 2;
    grid-column-end: 5;
    height: 259px; }
  .home-categories .home-category-post_4 {
    grid-row-start: 2;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 5;
    height: 259px; }
  .home-categories .home-category-post_1.inverse {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 2;
    height: 259px; }
  .home-categories .home-category-post_2.inverse {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 3;
    height: 259px; }
  .home-categories .home-category-post_3.inverse {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 3;
    height: 259px; }
  .home-categories .home-category-post_4.inverse {
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 5;
    height: 542px; }

.ast-plain-container.ast-no-sidebar #primary {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.pagination .page-numbers {
  width: 25px;
  height: 25px;
  color: #4F4F4F;
  text-align: center;
  font-family: 'Poppins';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center; }
  .pagination .page-numbers.current {
    border-radius: 5px;
    color: #FFFFFF;
    background: #46B9AB; }
.pagination .next.page-numbers, .pagination .prev.page-numbers {
  border-radius: 50%;
  background: #46B9AB;
  width: 25px;
  height: 25px; }
.pagination .next.page-numbers {
  margin-left: 8px; }
.pagination .prev.page-numbers {
  margin-right: 8px; }

#ast-scroll-top {
  background: #46B9AB;
  border: 1px solid #46B9AB;
  border-radius: 50%;
  outline: none !important;
  border-color: transparent;
  box-shadow: 0px 4px 8px 0px rgba(44, 60, 47, 0.2);
  font-size: 1.5rem;
  width: 48px;
  height: 48px; }
  #ast-scroll-top span:focus {
    outline: none !important;
    border-color: transparent; }
  #ast-scroll-top .ast-icon.icon-arrow svg {
    top: -2px; }

#ast-scroll-top:focus {
  outline: none !important;
  border-color: transparent; }

[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill {
  background: none; }

.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
  border: 0 !important; }

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
  padding-left: 20px;
  padding-right: 20px; }

.menu-title {
  color: #272727;
  text-align: center;
  font-family: 'Poppins';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; }

.ast-mobile-header-content {
  margin-top: -60px; }

.ast-header-break-point .ast-icon.icon-arrow {
  position: relative;
  top: 6px; }
  .ast-header-break-point .ast-icon.icon-arrow svg {
    color: #FFFFFF;
    height: 28px;
    width: 28px; }

.page-template-default h1 {
  margin-top: 40px;
  word-wrap: break-word; }

@media (max-width: 1440px) {
  .main-categories {
    overflow-x: scroll; } }
@media (max-width: 921px) {
  .newsletter-cat, .newsletter-dog {
    display: none; }

  footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .newsletter .newsletter-form input[type="email"] {
    width: auto; }
  footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .newsletter .newsletter-title {
    margin-top: 0; } }
@media (max-width: 787px) {
  .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: #46b9ab !important; }

  .main-categories {
    /*    grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr 1fr;*/
    overflow-x: scroll;
    justify-content: initial; }
    .main-categories div {
      min-width: 170px; }

  .home-categories {
    display: block; }
    .home-categories div {
      margin-bottom: 24px; }
    .home-categories .home-category-post {
      height: 144px !important; }

  footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .newsletter .newsletter-form {
    margin-top: 0; }
    footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .newsletter .newsletter-form span.wpcf7-form-control-wrap {
      width: 100%; }
    footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .newsletter .newsletter-form input[type="email"] {
      width: 100%; }
    footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .newsletter .newsletter-form input[type="submit"] {
      width: 100%;
      margin-left: 0; }
  footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .newsletter .newsletter-title {
    margin-top: 0; }
  footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .newsletter p {
    margin-bottom: 0; }

  .wpcf7 form.invalid .wpcf7-response-output {
    margin-top: 10px; }

  .site-footer-primary-section-1 {
    height: auto !important;
    margin-bottom: 32px !important; }

  .ast-header-break-point .footer-widget-area[data-section="section-fb-html-1"] {
    justify-content: center !important;
    display: flex !important; }

  .footer-logo {
    background: url("../images/logo_footer_mobile.svg") no-repeat;
    width: 271px;
    height: 71px; }

  ul.main-header-menu {
    gap: 54px; }

  .ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
    padding-left: 0; }

  .main-navigation .main-header-menu > .menu-item > a.menu-link {
    padding-left: 20px;
    padding-right: 20px; }

  /*
  .ast-header-break-point .ast-icon.icon-arrow svg{
      transform: rotate(-90deg);
  }*/
  .ast-header-break-point .ast-submenu-expanded .ast-icon.icon-arrow svg {
    transform: rotate(90deg); }

  .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
    margin-top: -4px; }

  .main-navigation .main-header-menu > .menu-item > a.menu-link, .main-navigation .main-header-menu > .menu-item:hover > a.menu-link {
    background: none; }

  .search-form .search-field {
    width: 298px; }

  .ast-below-header-wrap {
    box-shadow: none; }

  .ast-below-header-bar::before {
    background: none; }

  .ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile {
    padding-bottom: 54px; }

  .ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-html-1, .ast-header-html, .ast-builder-html-element {
    width: 100%; }

  .search-form {
    display: flex; }

  .search-form .search-field {
    width: 100%; }

  .search-submit.ast-search-submit {
    left: -37px; }

  .search-separator {
    left: -55px;
    margin-top: 10px;
    margin-bottom: 10px; }

  .search-submit.ast-search-submit.active {
    top: 6px; }

  .search-separator.active .search-close {
    right: -7px;
    top: 2px; }

  .main-navigation .sub-menu {
    box-shadow: none !important;
    margin-top: 0 !important; }
    .main-navigation .sub-menu li {
      padding-top: 10px;
      padding-bottom: 10px; }
    .main-navigation .sub-menu a.menu-link {
      color: #3B3B3B;
      font-family: 'Poppins';
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px; }

  #ast-scroll-top .ast-icon.icon-arrow svg {
    top: -5px; } }
@media (max-width: 500px) {
  .main-categories {
    /*
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;*/
    overflow-x: scroll; }

  #top-bar {
    text-indent: -9999px; }
    #top-bar a {
      text-indent: initial; } }
@media (max-width: 350px) {
  .ast-container, .container {
    padding-left: 50px;
    padding-right: 50px; } }

/*# sourceMappingURL=style.css.map */
