/** Shopify CDN: Minification failed

Line 422:2 Unexpected "/"

**/
:root {
  --yield-calculator-theme-main-bg-color: #00dca7;
  --yield-calculator-theme-secondary-bg-color: #170e26;
}

html {
  padding-bottom: 0 !important;
}

#shopify-section-openai-based-chat-section .header-container::before,
#shopify-section-a9bc44ee-85b7-4deb-8d3b-e013959fa243 .header-container::before,
#shopify-section-template--19458883813715__d5f62afd-ab9a-48a1-9909-0478b74028a6 .header-container::before,
#shopify-section-template--19430945259859__f5a3a533-2137-4212-955d-ae999fc91ebf .header-container::before,
#shopify-section-sections--19430940148051__a7475f48-9b16-4b44-bc0a-9a51c34e1d81 .header-container::before,
#shopify-section-sections--19462800179539__0d324d7f-8ec8-464e-924b-e2d58a4f92f4 .header-container::before {
  content: "";
  display: block;
  background: url("/cdn/shop/files/openai-logo-white-color.svg") center center no-repeat;
  background-size: contain;
  width: 75px;
  height: 75px;
  margin: auto;
  margin-bottom: 2rem;
}
/* Product pages */

.product-form__controls-group--submit .product-form__item {
  margin-bottom: auto;
}

.product-form__cart-submit {
  margin-bottom: 1rem;
}

.consulta-gratuita-btn-wrapper {
  max-width: 400px;
  margin-bottom: 2rem;
}

#consulta-gratuita-btn {
  background: #0a0821;
  color: white;
  width: 100%;
  margin: auto;
}

#consulta-gratuita-btn:hover {
  border-color: #0a0821;
  color: inherit;
}

.product-custom_liquid #consulta-gratuita-btn {
  width: 288px;
}

@media screen and (min-width: 990px) {
  .consulta-gratuita-btn-wrapper {
    padding: 0 5px;
  }
}


/* WhatsApp Floating button */

#whatsapp-floating-box_call-to-action-wrapper span {
  font-family: Muli, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
}

#ws-floating-box-chat-popup-text-field-wrapper textarea {
  font-family: "Roboto Regular", Roboto, Arial, Helvetica Neue, Helvetica, sans-serif !important;
}



/* Yield Calculator */

/* #MainContent .savings-calculator__button-wrapper {
  text-align: center;
  margin-bottom: 3rem;
}

#calculadora-de-ahorro #MainContent .grid .section-header .rte p,
#savings-calculator #MainContent .grid .section-header .rte p{
  font-family: Sailec-Thin;  
}

#calculadora-de-ahorro #shopify-section-rich-text,
#savings-calculator #shopify-section-rich-text {
  padding-top: 0;
}

@media screen and (max-width: 749px) {
  #calculadora-de-ahorro.template-page .section-header h1,
  #savings-calculator.template-page .section-header h1 {
    font-size: 2rem;
  }
}

#Yield-Calculator {
  padding-top: 55px;
  padding-bottom: 55px;
}

.Yield__Item {
  margin-bottom: 30px;
}

.Yield__Label {
  color: #151515;
  font-size: 16px;
  text-transform: none;
  padding-bottom: 10px;
  letter-spacing: 0
}

.Yield__Label span {
  margin-right: 8px;
}

.Yield__Label span svg {
  cursor: pointer;
}

.Yield__Label .Icon--yield-info {
  width: 17px;
  height: 17px;
}

.Yield__Label_Under {
  text-transform: none;
  padding-bottom: 10px;
  color: #4B4B4B;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}

.Yield__Input {
  background: #F2F2F2;
  width: 100%;
  border-radius: 10px;
  padding: 10px 14px;
}

.Yield__Input:focus {
  border-color: var(--yield-calculator-theme-main-bg-color);
}

.Yield__Tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  background: #F2F2F2;
}

.Yield__Tab_Item {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  color: #787E8C;
  user-select: none;
  cursor: pointer;
}

.Yield__Tab_Item.Active {
  background: var(--yield-calculator-theme-main-bg-color);
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  color: #151515;
}

#Yield_Consumption_Value_Per_Person {
  padding-top: 10px;
}

.Yield__Kit_Item_Inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 80%;
  pointer-events: none;
  min-height: 100px;
}

.Yield__Kit_Item_Inner_Text {
  width: 120px;
  text-align: left;
}

.Yield__Kit_Item_Inner_Text ul {
  list-style: none;
}

.Yield__Orientation_SVG {
  text-align: center;
  margin-top: 15px;
}

.Yield__Orientation_SVG svg {
  width: 100%;
}

.Yield__Orientation_SVG svg .graph-radar {
  transform-origin: 51.1% 49%;
  transition: transform 0.35s ease 0s;
}

.Yield__Angle_SVG {
  text-align: center;
  margin-top: 15px;
}

.Yield__Angle_SVG svg {
  width: 100%;
}

@media screen and (min-width: 641px) {
  .Yield__Item {
    margin-bottom: 50px;
  }

  .Yield__Tab_Item {
    padding: 13px;
  }
}


.Yield__Anual_Savings {
  background: var(--yield-calculator-theme-main-bg-color);
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.12), 0px 2px 3px rgba(0, 0, 0, 0.12);
  border-radius: 13px;
  padding: 26px;
  margin-bottom: 26px;
}

.Yield__Anual_Savings_0 {
  margin-bottom: 8px;
}

.Yield__Anual_Savings_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}

.Yield__Anual_Savings_Money_Label {
  font-size: 14px;
  font-weight: 600;
  color: #151515;
  text-transform: uppercase;
}

.Yield__Anual_Savings_Consumption_Label,
.Yield__Anual_Savings_Generated_Label {
  font-size: 10px;
  color: #151515;
  text-transform: uppercase;
}

.Yield__Anual_Savings_Money_Value {
  font-size: 40px;
  font-weight: 600;
  color: #151515;
  line-height: 1;
}

.Yield__Anual_Savings_CO2 {
  background: var(--yield-calculator-theme-secondary-bg-color);
  backdrop-filter: blur(4px);
  border-radius: 13px;
  padding: 8px;
  font-size: 40px;
  font-weight: 600;
  color: white;
  line-height: 1;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
}

.Yield__Anual_Savings_CO2_Unit {
  font-size: 20px;
}

.Yield__Anual_Savings_2 {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.Yield__Anual_Savings_Consumption {
  padding-right: 20px;
}

.Yield__Anual_Savings_Generated {
  padding-left: 20px;
  border-left: 1px solid #151515;
}

.Yield__Anual_Savings_Consumption_Value,
.Yield__Anual_Savings_Generated_Value {
  font-weight: 600;
  color: #151515;
  line-height: 1;
}

#Yield__Anual_Savings_Consumption_Unit_Value,
#Yield__Anual_Savings_Generated_Unit_Value {
  font-size: 30px;
}

.Yield__Anual_Savings_Notes {
  font-size: 12px;
}

.Yield__Anual_Savings_Notes ul {
  margin-bottom: 20px;
}

/*
.Yield__Anual_Savings_Container:before {
  display: inline-block;
  content: "";
  height: 100%;
}
*/

.Yield__Anual_Savings_11 {
  display: flex;
  justify-content: space-between;
}

.Yield__Anual_Savings_12, .Yield__Anual_Savings_13 {
  padding: 4px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  font-size: 14px;
  text-align: center;
  color: #151515;
  position: relative;
}

.Yield__Anual_Savings_12 {
  margin-right: 12px;
}

.Yield__Anual_Savings_13 {
  margin-left: 12px;
}

.Yield__Anual_Savings_12::before, .Yield__Anual_Savings_13::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 25%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom-color: #fff;
  border-top: 0;
  border-left: 0;
  margin-left: -10px;
  margin-right: -20px;
}

#Yield__Electricity_Price {
  font-weight: 600;
}

@media screen and (min-width: 1008px) {
  .Container_Inner {
    padding: 0 40px;  
  }
  
  .template-suffix-yield-calculator .PageHeader, .template-suffix-yield-calculator .PageContent {
    padding: 0 40px;
  }
  
  #Yield-Calculator .Grid {
    display: table;
    padding: 0 40px;
    width: 100%;
  }

  #Yield-Calculator .Grid .Grid__Cell {
    display: table-cell;
  }

  .Yield__Anual_Savings_Wrapper {
    position: sticky;
    top: 100px;
  }

  .Yield__Anual_Savings_Wrapper .Yield__Item {
    min-width: 420px;
  }
}

@media screen and (min-width: 1140px) {
  
  .Grid--xl > .Grid__Cell {
    padding-left: 100px
  }
}
 */

  /*
  Bullet Points
  */

  .BulletPoints {
    list-style-type: none;
    padding: 0;
    color: white;
    font-size: 20px;
    font-family: "Inter";
    margin-bottom: 10px;
  }

  .BulletPoint:before {
    content: "\2713";
    color: var(--yield-calculator-theme-main-bg-color);
    display: inline-block;
    width: 1em;
    margin-right: 0.5em;
  }

.BulletPoint:before {
    width: 0.8em;
  }

@media screen and (min-width: 1260px) {
  .Yield__Anual_Savings_Money_Value {
    font-size: 50px;
  }
  
  .Yield__Anual_Savings_CO2 {
    font-size: 50px;
  }
  
  .Yield__Anual_Savings_CO2_Unit {
    font-size: 26px;
  }

  .Yield__Anual_Savings_Consumption {
    padding-right: 50px;
  }
  
  .Yield__Anual_Savings_Generated {
    padding-left: 50px;
  }

  .Slideshow__Content br {
    display: none;
  }
}

.sequra-page-wrapper a {
  text-decoration: none !important;
}

@media screen and (min-width: 750px) {
  .finance_why-card-text-wrapper p {
    color: #f3f3f3;
  }
}

@media screen and (max-width: 749px) {

  .finance_header-wrapper img:first-of-type {
    display: none !important;
  }

  .sequra-page-wrapper .section-header {
    margin-bottom: auto;
  }

  .sequra-page-wrapper .section-header h1 {
    font-size: 2.5rem;  
  }

  .padding-section-medium,
  .padding-section-large {
    padding-top: 0 !important;
  }

  .finance_why-heading-wrapper > .margin-top {
    margin-top: 0
  }

  .sequra-page-wrapper .finance_heading,
  .sequra-page-wrapper .finance_heading .text-color-white {
    color: #1c1c1c;
  }
  
  .sequra-page-wrapper .finance_heading span {
    display: block;
    text-align: center;
  }

  .finance_faq-text h4:not(first-of-type) {
    margin-top: 3rem !important;
    margin-bottom: 1rem !important;
  }
}

/* Header */

#header-stiky > .page-width {
  padding-left: 55px;
  padding-right: 55px;
}

@media screen and (max-width: 749px) {
 #header-stiky > .page-width {
    padding-left: 15px;
    padding-right: 15px;
  } 
}

#header-stiky .grid--table {
  display: block;
}

.site-header__icons-wrapper {
  justify-content: center;
}
.site-header .btn_green {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  height: fit-content;
  word-wrap: anywhere;
}

@media (min-width: 750px) {
  #header-stiky {
    z-index: 10;
  }
}

.custom-three-percent {
  width: 3%;
}

localization-form .disclosure__button {
  border: none;
}

localization-form .disclosure__list {
  min-width: 40px;
}

localization-form .disclosure-list__option img {
  display: block;
}

localization-form #LanguageList {
  padding-top: 5px;
}

localization-form .disclosure__list,
localization-form-mobile .disclosure__list {
  z-index: 9999;
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  right: 0;
  background: white;
  width: fit-content;
  margin: auto;
  border: solid 1px var(--color-border-form);
}

localization-form .disclosure__list::after {
  content: "";
  display: block;
  background: white;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-top: solid 1px var(--color-border-form);
  border-left: solid 1px var(--color-border-form);
}

.localization-form-mobile-wrapper {
  padding-left: initial;
}

.bottom-bar-container {
  z-index: 0;
  position: relative;
}


/* FAQ page */

.faq-section {
  padding-bottom: 0;
}

.faq-section:not(:first-of-type) {
  padding-top: 27.5px;
}

.faq-section:nth-last-of-type(7) {
  padding-bottom: 55px;
}

.faq_list__item {
  padding: 12px;
  margin: 1.5rem auto;
  border: solid 1px gray;
  border-radius: 8px;
}
.faq_list__item.active .faq-list__answer {
  margin-top: 1rem;
}
.faq-list__question {
  font-size: inherit;
}

/* Product carousel */
.prod-carousel__miniature-preview {
  text-align: center;
  margin-top: 2rem;
}
.prod-carousel__miniature-preview button {
  display: inline-block;
  width: 80px;
  height: 80px;
  padding: 0;
  border: solid 1px gray;
  border-radius: unset;
  overflow: hidden;
}
.prod-carousel__miniature-preview img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

/* Footer */

.site-footer .footer-bottom {
  padding-left: 0;
  padding-right: 0;
}

.footer-bottom #localization_form .disclosure__toggle {
  background-color: unset;
  border: none;
  border-radius: unset;
}

.footer-bottom #localization_form #lang-list {
  overflow: visible;
}

.footer-bottom #localization_form #lang-list::after {
  content: "";
  display: block;
  background: white;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-bottom: solid 1px var(--color-border-form);
  border-right: solid 1px var(--color-border-form);
}

@media screen and (max-width: 749px) {
  .shopify-section.posibles-usos {
    padding-top: 0;
  }
}

#formulario #MainContent > .page-width,
#form #MainContent > .page-width {
  padding-left: 0;
  padding-right: 0;
}

.contact-page-content {
  /*background: #00dca7;*/
  background: white;
  align-items: baseline;
}

.contact-page-content .form-container {
  /*background: #49f2ca;*/
  background: white;
  min-width: 55vw;
  margin-top: 2.5rem;
  padding: 4rem 2.5rem;
}

.contact-page-content .form-container input,
.contact-page-content .form-container textarea {
  border-radius: 8px;
}

.contact-page-content > .page-width.wrapper {
  background: #49f2ca;
  color: #333333;
  text-align: initial;
  padding: 2.5rem;
  margin: 2.5rem;
  border-radius: 8px;
}

.contact-page-content > .page-width.wrapper .title-container {
  width: 100%;
}

.contact-page-content > .page-width.wrapper .title-container h4,
.contact-page-content > .page-width.wrapper p,
.contact-page-content > .page-width.wrapper a {
  text-align: initial;
}

.contact-page-content > .page-width.wrapper p {
  color: #333333;
}

.contact-page-content > .page-width.wrapper a {
  color: navy;
}

@media screen and (max-width: 750px) {
  .contact-page-content {
    display: block;
  }

  .contact-page-content .form-container {
    padding-top: 2rem;
    margin-top: auto;
  }
}

#shopify-section-collection-template #Collection > .grid {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}


#Collection > .grid > .grid__item {
  width: auto;
}

@media screen and (min-width: 1080px) {
  #shopify-section-collection-template #Collection > .grid > .grid__item {
    max-width: calc(25% - 2rem);
  }
}

@media screen and (max-width: 1079px) {
  #shopify-section-collection-template #Collection > .grid > .grid__item {
    max-width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 749px) {
  #shopify-section-collection-template #Collection > .grid > .grid__item {
    width: 100%;
  }
}

.product-card .product-card__image-wrapper div img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.product-card .product-card__title {
  min-height: 50px;
}

.product-card .price__sale {
  position: relative;
}

.product-card .price__sale .price__compare {
  position: absolute;
  top: -20px;
}

.site-footer__copyright-content--powered-by {
  display: none;
}


/* Custom fonts */

@font-face {
  font-family: "Roboto Regular";
  src: 
    local: "Roboto Regular",
    url('/cdn/shop/files/Roboto-Regular.ttf'), format('truetype');
}