@font-face {
  font-family: "soraregular";
  src: url("../fonts/sora-regular-webfont.woff2") format("woff2"), url("../fonts/sora-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sorabold";
  src: url("../fonts/sora-bold-webfont.woff2") format("woff2"), url("../fonts/sora-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "soralight";
  src: url("../fonts/sora-light-webfont.woff2") format("woff2"), url("../fonts/sora-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.page-template-default #primary {
  min-height: calc(100vh - 310px);
}

.wc-block-components-totals-shipping__fieldset {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  margin: 0;
  width: -moz-max-content;
  width: max-content;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  list-style-type: none;
  background: #f4f4f4;
  padding: 8px 40px 8px 20px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  font-weight: bold;
}

.whatsapp-icon {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 75%;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input {
  padding: 10px;
}

.woocommerce-form.woocommerce-form-login input {
  padding: 10px;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
  padding-left: 60px !important;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-anim {
  0% {
    transform-origin: bottom right;
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
a:focus {
  outline: none;
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
a, a:visited {
  color: #2C2B71;
}

body {
  font-family: "soralight";
}

.page {
  margin-bottom: 0;
}

h1 {
  font-weight: bold;
  margin-bottom: 2rem;
}

h2 {
  color: #2C2B71;
  font-family: "sorabold";
  font-size: 1.6rem;
}

.fc-icon-wrapper {
  border: 2px solid white;
}

.site-header {
  position: relative;
}
.site-header .site-branding {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.site-header .top-menu-wrapper {
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 30px;
  top: 30px;
}
.site-header .top-menu-wrapper a {
  margin-left: 10px;
}
.site-header .top-menu-wrapper img {
  width: 32px;
}
.site-header .top-menu-wrapper .minicart {
  position: relative;
}
.site-header .top-menu-wrapper .minicart div {
  position: absolute;
  top: 0;
  left: 30px;
  background: red;
  border-radius: 20px;
  color: white;
  font-size: 10px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
}
.site-header .menu-toggle {
  display: inline-block;
}
.site-header .menu-wrapper {
  display: none;
}
.site-header .menu-wrapper .logo {
  max-width: 80%;
  display: block;
  margin: 30px auto;
}
.site-header .menu-wrapper .close {
  position: absolute;
  top: 40px;
  right: 40px;
  text-decoration: none;
  font-weight: 900;
  z-index: 9999;
  filter: invert(98%) sepia(33%) saturate(0%) hue-rotate(246deg) brightness(116%) contrast(100%);
  width: 32px;
}
.site-header .menu-wrapper nav ul {
  display: flex;
  flex-direction: column;
}
.site-header .menu-wrapper nav ul li {
  text-align: center;
  font-size: 1.2rem;
  color: #2C2B71;
}
.site-header .menu-wrapper nav ul li a {
  font-family: "sorabold";
  font-size: 1.25rem;
}
.site-header .menu-wrapper .contact {
  margin-top: 40px;
}
.site-header .menu-wrapper .contact a {
  color: #f4f5f4;
  text-decoration: none;
  font-family: "sorabold";
  margin: 0 10px;
  display: inline-block;
}
.site-header .menu-wrapper .contact a.whatsapp:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain !important;
  background: url("../images/whatsapp.svg") no-repeat;
  filter: invert(98%) sepia(33%) saturate(0%) hue-rotate(246deg) brightness(116%) contrast(100%);
  float: left;
  margin-right: 10px;
  margin-top: -3px;
}
.site-header .menu-wrapper .contact a.mail:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain !important;
  background: url("../images/email.svg") no-repeat;
  filter: invert(98%) sepia(33%) saturate(0%) hue-rotate(246deg) brightness(116%) contrast(100%);
  float: left;
  margin-right: 10px;
  margin-top: -3px;
}
.site-header .menu-wrapper .ssnn-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.site-header .menu-wrapper .ssnn-wrap a {
  margin: 0 5px;
}
.site-header .menu-wrapper .ssnn-wrap a img {
  width: 24px;
  height: 24px;
  background: url("../images/whatsapp.svg") no-repeat;
  filter: brightness(0) saturate(100%) invert(98%) sepia(33%) saturate(0%) hue-rotate(246deg) brightness(116%) contrast(100%);
}
.site-header .menu-wrapper.show {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 500px;
  height: 100vh;
  right: 0;
  top: 0;
  background: #2C2B71;
  z-index: 9999;
}
.site-header .menu-wrapper.show nav a {
  color: white;
}

.page-template-page-home h2 {
  color: #2C2B71;
  font-family: "sorabold";
  font-size: 3rem;
  margin-bottom: 4rem;
}
.page-template-page-home section {
  padding: 5rem 0;
}
.page-template-page-home section.header {
  height: 840px;
  margin-bottom: 12rem;
  position: relative;
}
.page-template-page-home section.header .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-template-page-home section.header .img-wrapper img {
  width: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  max-width: initial;
}
.page-template-page-home section.header .content-wrap {
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  background: #5AC2DC;
  color: #2C2B71;
  padding: 3rem;
  max-width: 1200px;
}
.page-template-page-home section.header .content-wrap h1 {
  font-size: 4.25rem;
  text-align: center;
  line-height: 1.1em;
}
.page-template-page-home section.header .button {
  background: #2C2B71;
  color: white;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  margin: 40px auto 10px auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
}
.page-template-page-home section.header .button:visited {
  color: white;
}
.page-template-page-home section.faq {
  text-align: center;
  background: #f4f5f4;
  text-align: center;
}
.page-template-page-home section.faq .item {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.page-template-page-home section.faq .item h3 {
  font-size: 1.75rem;
  color: #5AC2DC;
  margin-bottom: 1rem;
}
.page-template-page-home section.faq .item p {
  color: #2C2B71;
  font-size: 1.5rem;
}
.page-template-page-home section.faq .item:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background: #2C2B71;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-template-page-home section.faq .item:last-of-type::after {
  display: none;
}
.page-template-page-home section.textimage h2 {
  text-align: center;
}
.page-template-page-home section.textimage .row {
  align-items: center;
}
.page-template-page-home section.textimage .img-wrap {
  margin-bottom: 2rem;
}
.page-template-page-home section.textimage .img-wrap img {
  border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
}
.page-template-page-home section.textimage .text-wrapper {
  padding: 0 5%;
  text-align: center;
  font-size: 1.25rem;
}
.page-template-page-home section.fulltext {
  padding: 6rem;
  background-size: cover !important;
  position: relative;
}
.page-template-page-home section.fulltext video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.page-template-page-home section.fulltext .opacity {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}
.page-template-page-home section.fulltext .container {
  position: relative;
  z-index: 2;
}
.page-template-page-home section.fulltext .container h2 {
  text-align: center;
  color: white;
}
.page-template-page-home section.fulltext .container p {
  font-family: "soraregular";
  color: #2C2B71;
  font-size: 1.25rem;
  color: white;
}
.page-template-page-home section.features .img-wrap {
  margin-bottom: 2rem;
  -webkit-mask-image: url(../images/mask.png);
          mask-image: url(../images/mask.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.page-template-page-home section.features .img-wrap img {
  height: 280px;
}
.page-template-page-home section.features h3 {
  color: #5AC2DC;
  font-size: 2.25rem;
  text-align: center;
  line-height: 1.1em;
}
.page-template-page-home section.ecolavo {
  background: #f4f5f4;
}
.page-template-page-home section.ecolavo h2 {
  color: #5AC2DC;
  text-align: center;
  font-size: 2.5rem;
}
.page-template-page-home section.ecolavo h2 span {
  display: block;
  font-size: 3rem;
}
.page-template-page-home section.ecolavo .intro {
  text-align: center;
  margin-top: 3rem;
  color: #2C2B71;
}
.page-template-page-home section.ecolavo .program-wrapper {
  position: relative;
  width: 100%;
  height: 580px;
}
.page-template-page-home section.ecolavo .program-wrapper > img.program {
  height: 580px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  display: block;
}
.page-template-page-home section.ecolavo .program-wrapper > img.center {
  position: absolute;
  top: 34.15%;
  left: 39.55%;
  width: 233px;
  animation: rotating 7s linear infinite;
}
.page-template-page-home section.ecolavo .program-wrapper .ico-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-template-page-home section.ecolavo .program-wrapper .ico-wrapper img {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  filter: invert(13%) sepia(25%) saturate(7154%) hue-rotate(209deg) brightness(93%) contrast(106%);
}
.page-template-page-home section.ecolavo .program-wrapper .ico-wrapper img.item-1 {
  transform: translate(10%, -275%);
}
.page-template-page-home section.ecolavo .program-wrapper .ico-wrapper img.item-2 {
  transform: translate(100%, -160%);
}
.page-template-page-home section.ecolavo .program-wrapper .ico-wrapper img.item-3 {
  transform: translate(130%, -5%);
}
.page-template-page-home section.ecolavo .program-wrapper .ico-wrapper img.item-4 {
  transform: translate(90%, 140%);
}
.page-template-page-home section.ecolavo .program-wrapper .ico-wrapper img.item-5 {
  transform: translate(0, 250%);
}
.page-template-page-home section.ecolavo .program-wrapper .ico-wrapper img.item-6 {
  transform: translate(-140%, 250%);
}
.page-template-page-home section.ecolavo .program-wrapper .ico-wrapper img.item-7 {
  transform: translate(-235%, 140%);
}
.page-template-page-home section.ecolavo .program-wrapper .ico-wrapper img.item-8 {
  transform: translate(-275%, -5%);
}
.page-template-page-home section.ecolavo .program-wrapper .ico-wrapper img.item-9 {
  transform: translate(-250%, -160%);
}
.page-template-page-home section.ecolavo .program-wrapper .ico-wrapper img.item-10 {
  transform: translate(-160%, -265%);
}
.page-template-page-home section.ecolavo .program-wrapper .ico-wrapper img.active {
  filter: invert(98%) sepia(33%) saturate(0%) hue-rotate(246deg) brightness(116%) contrast(100%);
}
.page-template-page-home section.ecolavo .program-wrapper .title-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-page-home section.ecolavo .program-wrapper .title-wrapper a {
  position: absolute;
  color: #2C2B71;
  text-decoration: none;
  font-size: 1.375rem;
  font-family: "sorabold";
  line-height: 1em;
  width: 300px;
  top: 50%;
  left: 50%;
}
.page-template-page-home section.ecolavo .program-wrapper .title-wrapper a.item-1 {
  transform: translate(75%, -615%);
}
.page-template-page-home section.ecolavo .program-wrapper .title-wrapper a.item-2 {
  transform: translate(75%, -355%);
}
.page-template-page-home section.ecolavo .program-wrapper .title-wrapper a.item-3 {
  transform: translate(75%, -70%);
}
.page-template-page-home section.ecolavo .program-wrapper .title-wrapper a.item-4 {
  transform: translate(75%, 455%);
}
.page-template-page-home section.ecolavo .program-wrapper .title-wrapper a.item-5 {
  transform: translate(75%, 975%);
}
.page-template-page-home section.ecolavo .program-wrapper .title-wrapper a.item-6 {
  text-align: right;
  transform: translate(-190%, 980%);
}
.page-template-page-home section.ecolavo .program-wrapper .title-wrapper a.item-7 {
  text-align: right;
  transform: translate(-190%, 450%);
}
.page-template-page-home section.ecolavo .program-wrapper .title-wrapper a.item-8 {
  text-align: right;
  transform: translate(-190%, -85%);
}
.page-template-page-home section.ecolavo .program-wrapper .title-wrapper a.item-9 {
  text-align: right;
  transform: translate(-190%, -355%);
}
.page-template-page-home section.ecolavo .program-wrapper .title-wrapper a.item-10 {
  text-align: right;
  transform: translate(-190%, -615%);
}
.page-template-page-home section.ecolavo .program-wrapper .title-wrapper a.active {
  color: #5AC2DC;
}
.page-template-page-home section.ecolavo .intro-wrapper {
  padding: 40px 20%;
  text-align: center;
}
.page-template-page-home section.ecolavo .intro-wrapper div {
  display: none;
}
.page-template-page-home section.ecolavo .intro-wrapper div.active {
  display: block;
}
.page-template-page-home section.ecolavo .intro-wrapper div h3 {
  color: #2C2B71;
  font-family: "sorabold";
}
.page-template-page-home section.ecolavo .intro-wrapper div h3 br {
  content: "";
}
.page-template-page-home section.ecolavo .intro-wrapper div h3 br:after {
  content: " ";
}
.page-template-page-home section.ecolavo .intro-wrapper div p {
  color: #2C2B71;
  font-size: 1.125rem;
}
.page-template-page-home section.boe {
  background: #f4f5f4;
  text-align: center;
}
.page-template-page-home section.boe .container h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.page-template-page-home section.boe .container .cta {
  font-weight: bold;
  font-size: 20px;
}
.page-template-page-home section.boe .banner {
  border: 1px solid #2C2B71;
  padding: 0;
  border-radius: 30px;
  overflow: hidden;
}
.page-template-page-home section.boe .banner img {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.page-template-page-home section.boe .banner .cta {
  background-color: #2C2B71;
  color: #5AC2DC;
  font-weight: 900;
  padding: 5px 10px;
}
.page-template-page-home section.boe .banner .cta a {
  color: white;
  padding-bottom: 0;
  width: 100%;
  display: block;
  text-decoration: none;
}

section.products h2 {
  text-align: center;
}
section.products .products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}
section.products .products-grid .prod-wrap {
  background: #5AC2DC;
  width: 100%;
  position: relative;
  transition: all 0.5s;
}
section.products .products-grid .prod-wrap:after {
  content: "";
  padding-bottom: 100%;
  display: block;
}
section.products .products-grid .prod-wrap .content {
  position: absolute;
  padding: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.products .products-grid .prod-wrap .content p {
  font-family: "soraregular";
  color: #2C2B71;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.2em;
  transition: all 0.5s;
  margin-bottom: 0;
}
section.products .products-grid .prod-wrap .content p span {
  font-weight: 600;
}
section.products .products-grid .prod-wrap .content img {
  position: absolute;
  left: 50%;
  top: 60%;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}
section.products .products-grid .prod-wrap .content a {
  font-family: "soraregular";
  color: #2C2B71;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2em;
  text-decoration: none;
  display: block;
  width: 100%;
  transition: all 0.5s;
}
section.products .products-grid .prod-wrap .content p.addtocart-link {
  padding: 0 !important;
  border: 0 !important;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
section.products .products-grid .prod-wrap .content p.addtocart-link a {
  background: none;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
}
section.products .products-grid .prod-wrap .content p.addtocart-link a.added_to_cart {
  display: none;
}
section.products .products-grid .prod-wrap:hover {
  background: #2C2B71;
}
section.products .products-grid .prod-wrap:hover p, section.products .products-grid .prod-wrap:hover a {
  color: #fff;
}
section.products .button-container {
  margin-top: 50px;
  text-align: center;
}
section.products .button-container a.button {
  background: #2C2B71;
  padding: 18px 40px 15px 40px !important;
  color: #5AC2DC;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  border-radius: 30px;
}

.site-footer {
  background: #2C2B71;
  color: white;
  padding: 5rem 0;
  float: left;
  width: 100%;
}
.site-footer .legal {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-footer .legal ul {
  padding: 0;
  margin-left: 0;
}
.site-footer .legal ul li {
  display: inline;
}
.site-footer .legal ul li a {
  color: white;
  margin: 0 10px 0 0;
  text-decoration: none;
}
.site-footer .legal ul li a:after {
  content: " |";
  margin-left: 10px;
}
.site-footer .legal ul li:last-of-type a:after {
  display: none;
}
.site-footer .ssnn {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
}
.site-footer .ssnn .ssnn-wrap {
  display: flex;
  flex-direction: row;
}
.site-footer .ssnn .ssnn-wrap a {
  margin-left: 20px;
}
.site-footer .ssnn .ssnn-wrap a img {
  width: 24px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7484%) hue-rotate(317deg) brightness(105%) contrast(100%);
}

.fc-container .fc-cart-item .thumbnail a img {
  background: #5AC2DC;
}
.fc-container .fc-cart-item .product .name a {
  color: #2C2B71;
}
.fc-container .button {
  text-decoration: none;
}
.fc-container .fc-cart-item .fc-quantity .quantity input.qty {
  max-width: 50px !important;
  float: right;
}

.product-template-default.single-product .wp-post-image {
  background: #5AC2DC;
}
.product-template-default.single-product section.products {
  margin-bottom: 40px;
}
.product-template-default.single-product section.products .container {
  padding: 0;
}

.page-template-page-carro section.products {
  margin-bottom: 40px;
}
.page-template-page-carro section.products .container {
  padding: 0;
}
.page-template-page-carro h1 {
  font-weight: bold;
}
.page-template-page-carro .wc-block-cart-item__image img {
  background: #5AC2DC;
}
.page-template-page-carro .wc-block-cart-item__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-template-page-carro .wc-block-cart-item__wrap .wc-block-components-product-name {
  color: #2C2B71 !important;
  font-weight: bold;
  width: 40%;
  max-width: 40% !important;
}
.page-template-page-carro .wc-block-cart__submit-container .wc-block-components-button__text {
  background: #2C2B71;
  color: white;
  padding: 15px 30px;
  border-radius: 30px;
  margin: 40px auto 10px auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
  text-decoration: none !important;
  font-weight: bold;
}
.page-template-page-carro .wc-block-cart__submit-container .wc-block-components-button__text:visited {
  color: white;
}

.page-template-page-checkout h1 {
  font-weight: bold;
}
.page-template-page-checkout .wc-block-components-order-summary img {
  background: #5AC2DC;
}

.woocommerce ul.products li.product a img {
  background: #5AC2DC;
}

.navigation.post-navigation {
  display: none;
}

.woocommerce-Price-amount.amount {
  font-weight: bold;
  color: #002970 !important;
}

.product-template-default.single-product .site-main {
  padding-top: 5rem;
}
.product-template-default.single-product .product .woocommerce-product-gallery {
  width: 40%;
  margin-right: 40px;
  margin-bottom: 100px;
  float: left;
}
.product-template-default.single-product .product .woocommerce-product-gallery img {
  width: 100%;
}
.product-template-default.single-product .product .summary {
  margin-top: 0;
  margin-bottom: 100px;
  float: right;
  width: calc(60% - 40px);
}
.product-template-default.single-product .product .summary h1 {
  font-weight: 900;
  margin-bottom: 10px;
  color: #2C2B71;
  font-family: "sorabold";
}
.product-template-default.single-product .product .summary form {
  display: block;
  margin: 30px 0;
}
.product-template-default.single-product .product .summary .product_meta {
  font-size: 12px;
}
.product-template-default.single-product .product .summary input {
  height: 35px;
  width: 70px;
  padding: 0 10px;
  border-radius: 0;
}
.product-template-default.single-product .product .summary .button {
  height: 35px;
  color: white;
  line-height: 1em;
  margin-left: -2px;
  border: 1px solid #2C2B71;
}

.related.products {
  float: left;
  width: 100%;
  margin-bottom: 5rem;
}
.related.products h2 {
  margin-bottom: 10px;
  display: none;
}

.products a {
  text-decoration: none;
}
.products img {
  width: 100%;
}
.products h2.woocommerce-loop-product__title {
  font-size: 1.3rem;
  text-decoration: none;
  margin-top: 10px;
}
.products .add_to_cart_button {
  background: #2C2B71;
  color: #f4f5f4;
  text-align: center;
  padding: 5px 0;
  margin-top: 15px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt {
  background: #2C2B71;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
  background-color: #2C2B71 !important;
  padding: 20px;
  color: white;
  margin-bottom: 20px;
}
.woocommerce-message a, .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a, p.no-comments a {
  color: white;
  margin-left: 20px;
}

.post-type-archive-product .site-main {
  padding: 5rem 0;
  float: left;
  width: 100%;
}

.page-template-page-carro .site-main {
  min-height: calc(100vh - 320px);
}
.page-template-page-carro .wc-block-components-product-metadata__description {
  display: none;
}

.page-template-page-contacto .site-main {
  margin-bottom: 4rem;
}
.page-template-page-contacto .form-wrapper label {
  display: block;
}
.page-template-page-contacto .form-wrapper input[type=text], .page-template-page-contacto .form-wrapper input[type=email] {
  width: 100%;
}

.fc-cart-item .product .variation {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  font-size: 13px;
}

.fc-cart-item .product dl.variation dt {
  padding-right: 3px;
  display: none;
}

.fc-ul-container li:hover .fc-cart-li-remove {
  width: 20%;
  flex: 1 1 5%;
  visibility: visible;
}

@media (max-width: 1400px) {
  section.products .products-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 980px) {
  .page-template-page-home section.header .content-wrap {
    bottom: -100px;
  }
  .page-template-page-home section.header .content-wrap h1 {
    font-size: 3em;
  }
  section.products .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .site-header .menu-wrapper {
    width: 100vw !important;
    height: 100vh !important;
  }
  .woocommerce-message {
    text-align: center;
  }
  .woocommerce-message .button {
    display: block !important;
    margin: 15px auto 5px auto !important;
    float: initial !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .page-template-page-home section.header {
    height: 380px;
    background-position: center !important;
  }
  .page-template-page-home section.header .row {
    max-width: 100%;
    bottom: -150px;
  }
  .page-template-page-home section.header .img-wrapper img {
    height: 100%;
  }
  .page-template-page-home section.header .content-wrap {
    width: 80%;
    margin: 0 auto;
    padding: 2rem 1rem;
  }
  .page-template-page-home section.header .content-wrap h1 {
    font-size: 1.5rem;
    line-height: 1.3em;
  }
  .page-template-page-home section.header .content-wrap .button {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .page-template-page-home section.features {
    padding: 3rem 0;
  }
  .page-template-page-home section.features h3 {
    font-size: 1.5rem;
    font-weight: bold;
    max-width: 80%;
    text-align: center;
    line-height: 1.3em;
    margin: 0 auto 40px auto;
  }
  .page-template-page-home section.features .img-wrap {
    margin-bottom: 10px;
  }
  .page-template-page-home section.features .img-wrap img {
    height: auto;
  }
  .page-template-page-home section.products {
    padding: 2rem 0;
  }
  .page-template-page-home section.products h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .page-template-page-home section.products .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-template-page-home section.products .products-grid .prod-wrap .content {
    padding: 10px;
  }
  .page-template-page-home section.products .products-grid .prod-wrap .content img {
    width: 60%;
    height: auto;
    top: 50%;
  }
  .page-template-page-home section.ecolavo .program-wrapper.mobile {
    height: initial;
    display: flex;
    flex-direction: column;
  }
  .page-template-page-home section.ecolavo .program-wrapper.mobile .item {
    margin-bottom: 5px;
  }
  .page-template-page-home section.ecolavo .program-wrapper.mobile .item div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-items: center;
    background: #2C2B71;
    position: relative;
  }
  .page-template-page-home section.ecolavo .program-wrapper.mobile .item div h3 {
    width: 100%;
    display: block;
    margin: 0;
  }
  .page-template-page-home section.ecolavo .program-wrapper.mobile .item div h3 a {
    text-decoration: none;
    font-size: 1.2rem;
    padding-right: 40px;
    width: 100%;
    display: block;
    color: #f4f5f4;
  }
  .page-template-page-home section.ecolavo .program-wrapper.mobile .item div h3 a br {
    content: "";
  }
  .page-template-page-home section.ecolavo .program-wrapper.mobile .item div h3 a br:after {
    content: " ";
  }
  .page-template-page-home section.ecolavo .program-wrapper.mobile .item div h3 a:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/expand.svg") no-repeat;
    background-size: contain;
    float: right;
    top: 35%;
    right: 20px;
    position: absolute;
    filter: invert(91%) sepia(94%) saturate(0%) hue-rotate(32deg) brightness(103%) contrast(102%);
  }
  .page-template-page-home section.ecolavo .program-wrapper.mobile .item div img {
    width: 100px;
    height: auto;
    background: #5AC2DC;
    padding: 5px;
    margin-right: 20px;
  }
  .page-template-page-home section.ecolavo .program-wrapper.mobile .item p {
    display: none;
    padding: 10px 0;
    margin: 0;
  }
  .page-template-page-home section.ecolavo .program-wrapper.mobile .item.show p {
    display: block;
  }
  .page-template-page-home section.ecolavo .program-wrapper.mobile .item.show h3 a:after {
    transform: rotate(180deg);
  }
  .page-template-page-home section.fulltext {
    padding: 4rem 15px;
  }
  .page-template-page-home section.fulltext h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .page-template-page-home section.textimage {
    padding: 3rem 15px;
  }
  .page-template-page-home section.textimage h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .page-template-page-home section.faq {
    padding: 4rem 15px;
  }
  .page-template-page-home section.faq h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .page-template-page-home section.faq .item h3 {
    font-size: 1.5rem;
  }
  .page-template-page-home section.faq .item p {
    font-size: 1.25rem;
  }
  .product-template-default.single-product .site-main {
    padding-top: 1rem;
  }
  .product-template-default.single-product .product .summary {
    width: 100%;
  }
  .product-template-default.single-product .product .woocommerce-product-gallery {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .site-footer {
    padding: 3rem 1rem;
  }
  .site-footer .legal ul {
    margin: 20px 0;
  }
  .site-footer .legal ul li {
    display: block;
    text-align: center;
    margin-bottom: 3px;
  }
  .site-footer .legal ul li a:after {
    display: none;
  }
  .site-footer .ssnn {
    justify-content: center;
  }
  section.products .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  section.products .products-grid .prod-wrap .content {
    padding: 10px;
  }
  section.products .products-grid .prod-wrap .content img {
    width: 60%;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .whatsapp-icon {
    display: block;
    position: fixed;
    right: 25px;
    bottom: 20px;
    z-index: 999;
  }
  .whatsapp-icon img {
    width: 50px;
  }
  .page-template-page-home section.products .products-grid .prod-wrap .content a, .page-template-page-home section.products .products-grid .prod-wrap .content p {
    font-size: 0.875rem;
  }
  .site-header {
    padding-top: 30px;
  }
  .site-header .top-menu-wrapper {
    right: 10px;
    top: 10px;
  }
  .page-template-page-home .entry-content {
    margin: 0;
  }
  .banner {
    margin: 0 15px !important;
    width: calc(100% - 30px) !important;
  }
  .woocommerce-account nav.woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce-account nav.woocommerce-MyAccount-navigation ul {
    width: 100%;
    margin-bottom: 40px;
  }
  .woocommerce-account nav.woocommerce-MyAccount-navigation ul li {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .menu-wrapper .contact {
    display: flex;
    flex-direction: column;
  }
  .menu-wrapper .contact a {
    margin: 10px 0 !important;
  }
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt {
  background: #002970;
}

.wpo-options-container {
  display: block;
  width: 100%;
  background: #f4f5f4;
  padding: 20px !important;
  margin: 20px 0 40px 0;
}
.wpo-options-container .wpo-field-checkbox {
  margin-bottom: 10px;
}
.wpo-options-container .wpo-field-checkbox:last-of-type {
  margin-bottom: 0;
}
.wpo-options-container .wpo-price-container {
  background: #5AC2DC;
  color: #2C2B71 !important;
  padding: 3px 5px;
  font-size: 15px !important;
  font-family: "sorabold";
}

@media (max-width: 520px) {
  section.products .products-grid .prod-wrap .content {
    position: relative;
  }
  section.products .products-grid .prod-wrap .content img {
    top: 55%;
    width: 50%;
  }
  section.products .products-grid .prod-wrap .content p, section.products .products-grid .prod-wrap .content a {
    font-size: 0.95em;
  }
  section.products .products-grid .prod-wrap .content p.addtocart-link a, section.products .products-grid .prod-wrap .content a.addtocart-link a {
    font-size: 0.95em;
  }
  section.products .products-grid .prod-wrap:after {
    padding-bottom: 80%;
  }
}
@media (max-width: 420px) {
  .page-template-page-home section.header .content-wrap .button {
    font-size: 0.9rem;
  }
}
.page-template-page-checkout #customer_details {
  margin-bottom: 50px;
}

.page-template-page-checkout .woocommerce-billing-fields__field-wrapperlabel, .page-template-page-checkout .woocommerce-shipping-fields__field-wrapper {
  font-size: 14px;
  font-weight: 500;
}

.page-template-page-checkout input, .page-template-page-checkout select span {
  padding: 10px;
}

.page-template-page-checkout h3 {
  font-weight: bold;
  font-size: 20px;
}

.page-template-page-checkout #order_review {
  margin-bottom: 50px;
}

.page-template-page-checkout .woocommerce-privacy-policy-text {
  display: none;
}

li.wc_payment_method.payment_method_redsys label {
  position: relative;
  padding-left: 95px;
}

li.wc_payment_method.payment_method_redsys label:before {
  content: "";
  display: block;
  width: 80px;
  height: 40px;
  background: url("../images/cards.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}/*# sourceMappingURL=style.css.map */