@charset "UTF-8";
/*
Theme Name:     MkCommerce Child
Theme URI:      https://www.markenetics.com
Description:    MkCommerce Child Theme
Author:         Programa Uruguay Ltda.
Author URI:     https://www.markenetics.com
Template:       mkcommerce
Version:        1.0.0
*/
/* line 24, sass/helpers/_basics.scss */
.et_pb_row {
  max-width: 1920px !important;
  width: 85% !important;
}
@media only screen and (max-width: 480px) {
  /* line 24, sass/helpers/_basics.scss */
  .et_pb_row {
    width: 90% !important;
  }
}

/* line 29, sass/helpers/_basics.scss */
.full-container .et_pb_row {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 2.5% !important;
}

/* line 35, sass/helpers/_basics.scss */
.columna-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}

/* line 6, sass/typography/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'DM Sans',Helvetica,Arial,Lucida,sans-serif !important;
  padding-bottom: 15px;
}

/* line 16, sass/typography/_typography.scss */
h1 {
  font-size: 46px !important;
}
@media only screen and (max-width: 767px) {
  /* line 16, sass/typography/_typography.scss */
  h1 {
    font-size: 38px !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 16, sass/typography/_typography.scss */
  h1 {
    font-size: 30px !important;
  }
}

/* line 25, sass/typography/_typography.scss */
h2 {
  font-size: 35px;
}
@media only screen and (max-width: 1100px) {
  /* line 25, sass/typography/_typography.scss */
  h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 25, sass/typography/_typography.scss */
  h2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 25, sass/typography/_typography.scss */
  h2 {
    font-size: 25px;
  }
}

/* line 37, sass/typography/_typography.scss */
h3 {
  font-size: 30px !important;
}
@media only screen and (max-width: 1100px) {
  /* line 37, sass/typography/_typography.scss */
  h3 {
    font-size: 27px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 37, sass/typography/_typography.scss */
  h3 {
    font-size: 25px !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 37, sass/typography/_typography.scss */
  h3 {
    font-size: 22px !important;
  }
}

/* line 49, sass/typography/_typography.scss */
h4 {
  font-size: 25px;
}
@media only screen and (max-width: 1100px) {
  /* line 49, sass/typography/_typography.scss */
  h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 49, sass/typography/_typography.scss */
  h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 49, sass/typography/_typography.scss */
  h4 {
    font-size: 18px;
  }
}

/* line 61, sass/typography/_typography.scss */
h5 {
  font-size: 21px;
}
@media only screen and (max-width: 1100px) {
  /* line 61, sass/typography/_typography.scss */
  h5 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 61, sass/typography/_typography.scss */
  h5 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 61, sass/typography/_typography.scss */
  h5 {
    font-size: 16px;
  }
}

/* line 73, sass/typography/_typography.scss */
h6 {
  font-size: 18px;
}
@media only screen and (max-width: 1100px) {
  /* line 73, sass/typography/_typography.scss */
  h6 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 73, sass/typography/_typography.scss */
  h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 73, sass/typography/_typography.scss */
  h6 {
    font-size: 15px;
  }
}

/* line 102, sass/typography/_typography.scss */
p,
.textos p,
.et_pb_text_inner {
  font-family: 'DM Sans',Helvetica,Arial,Lucida,sans-serif !important;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
  padding-bottom: 1em;
}
@media only screen and (max-width: 480px) {
  /* line 102, sass/typography/_typography.scss */
  p,
  .textos p,
  .et_pb_text_inner {
    font-size: 16px;
  }
}
/* line 106, sass/typography/_typography.scss */
p strong,
.textos p strong,
.et_pb_text_inner strong {
  font-weight: 600;
}

/* line 110, sass/typography/_typography.scss */
.textos.destacados p,
.textos.destacados {
  font-size: 23px;
}
@media only screen and (max-width: 480px) {
  /* line 110, sass/typography/_typography.scss */
  .textos.destacados p,
  .textos.destacados {
    font-size: 19px;
  }
}

/* line 128, sass/typography/_typography.scss */
a {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

/* line 39, sass/components/_forms.scss */
.et_pb_button {
  font-family: 'DM Sans',Helvetica,Arial,Lucida,sans-serif !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  font-weight: 600;
  background: #0087b2 !important;
  border: none !important;
  color: #fff !important;
  font-size: 15px !important;
  padding: 10px 20px !important;
}
/* line 12, sass/components/_forms.scss */
.et_pb_button:hover {
  background: #00a17c !important;
  padding: 10px 20px !important;
}
/* line 16, sass/components/_forms.scss */
.et_pb_button:after {
  display: none;
}
@media only screen and (max-width: 980px) {
  /* line 39, sass/components/_forms.scss */
  .et_pb_button {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 39, sass/components/_forms.scss */
  .et_pb_button {
    font-size: 12px !important;
    height: auto;
    padding: 10px !important;
  }
  /* line 26, sass/components/_forms.scss */
  .et_pb_button:hover {
    padding: 10px !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 39, sass/components/_forms.scss */
  .et_pb_button {
    font-size: 11px !important;
    padding: 7px !important;
  }
  /* line 33, sass/components/_forms.scss */
  .et_pb_button:hover {
    padding: 7px !important;
  }
}

/* line 43, sass/components/_forms.scss */
.button, .edit {
  font-family: 'DM Sans',Helvetica,Arial,Lucida,sans-serif !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  font-weight: 600;
  background: #0087b2 !important;
  border: none !important;
  color: #fff !important;
  font-size: 15px !important;
  padding: 10px 20px !important;
}
/* line 12, sass/components/_forms.scss */
.button:hover, .edit:hover {
  background: #00a17c !important;
  padding: 10px 20px !important;
}
/* line 16, sass/components/_forms.scss */
.button:after, .edit:after {
  display: none;
}
@media only screen and (max-width: 980px) {
  /* line 43, sass/components/_forms.scss */
  .button, .edit {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 43, sass/components/_forms.scss */
  .button, .edit {
    font-size: 12px !important;
    height: auto;
    padding: 10px !important;
  }
  /* line 26, sass/components/_forms.scss */
  .button:hover, .edit:hover {
    padding: 10px !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 43, sass/components/_forms.scss */
  .button, .edit {
    font-size: 11px !important;
    padding: 7px !important;
  }
  /* line 33, sass/components/_forms.scss */
  .button:hover, .edit:hover {
    padding: 7px !important;
  }
}

/* line 56, sass/components/_forms.scss */
.boton-dark {
  font-family: 'DM Sans',Helvetica,Arial,Lucida,sans-serif !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  font-weight: 600;
  background: #0087b2 !important;
  border: none !important;
  color: #fff !important;
  font-size: 15px !important;
  padding: 10px 20px !important;
  background: #00a17c !important;
}
/* line 12, sass/components/_forms.scss */
.boton-dark:hover {
  background: #00a17c !important;
  padding: 10px 20px !important;
}
/* line 16, sass/components/_forms.scss */
.boton-dark:after {
  display: none;
}
@media only screen and (max-width: 980px) {
  /* line 56, sass/components/_forms.scss */
  .boton-dark {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 56, sass/components/_forms.scss */
  .boton-dark {
    font-size: 12px !important;
    height: auto;
    padding: 10px !important;
  }
  /* line 26, sass/components/_forms.scss */
  .boton-dark:hover {
    padding: 10px !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 56, sass/components/_forms.scss */
  .boton-dark {
    font-size: 11px !important;
    padding: 7px !important;
  }
  /* line 33, sass/components/_forms.scss */
  .boton-dark:hover {
    padding: 7px !important;
  }
}
/* line 50, sass/components/_forms.scss */
.boton-dark:hover {
  background: #0087b2 !important;
}

/*
Formularios
En ajustes de wp-forms configurarlo como "solo estilos basicos"
*/
/* line 95, sass/components/_forms.scss */
.formulario .wpforms-field-container {
  padding: 25px 0 0;
}
/* line 99, sass/components/_forms.scss */
.formulario .wpforms-field-container input[type="text"],
.formulario .wpforms-field-container input[type="tel"],
.formulario .wpforms-field-container input[type="email"],
.formulario .wpforms-field-container input[type="password"],
.formulario .wpforms-field-container textarea,
.formulario .wpforms-field-container select {
  -webkit-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
  font-family: 'DM Sans',Helvetica,Arial,Lucida,sans-serif !important;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
  padding-bottom: 1em;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #f7f7f7 !important;
  color: #000;
  border: 1px solid transparent !important;
  margin-bottom: 10px;
  padding: 12px 10px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  /* line 99, sass/components/_forms.scss */
  .formulario .wpforms-field-container input[type="text"],
  .formulario .wpforms-field-container input[type="tel"],
  .formulario .wpforms-field-container input[type="email"],
  .formulario .wpforms-field-container input[type="password"],
  .formulario .wpforms-field-container textarea,
  .formulario .wpforms-field-container select {
    font-size: 16px;
  }
}
/* line 115, sass/components/_forms.scss */
.formulario .wpforms-field-container input[type="text"]:focus,
.formulario .wpforms-field-container input[type="tel"]:focus,
.formulario .wpforms-field-container input[type="email"]:focus,
.formulario .wpforms-field-container input[type="password"]:focus,
.formulario .wpforms-field-container textarea:focus,
.formulario .wpforms-field-container select:focus {
  border-color: #0087b2 !important;
}
/* line 121, sass/components/_forms.scss */
.formulario .wpforms-field-container label {
  color: #0087b2;
  display: block;
  font-size: 13px !important;
  margin-bottom: 4px;
  position: relative;
  text-align: left;
  width: 100%;
}
/* line 131, sass/components/_forms.scss */
.formulario .wpforms-field-container .wpforms-field {
  padding-top: 0 !important;
}
/* line 139, sass/components/_forms.scss */
.formulario .wpforms-field-container .wpforms-has-error label:first-child {
  color: red;
}
/* line 145, sass/components/_forms.scss */
.formulario .wpforms-field-container .wpforms-has-error input[type="text"],
.formulario .wpforms-field-container .wpforms-has-error input[type="tel"],
.formulario .wpforms-field-container .wpforms-has-error input[type="email"],
.formulario .wpforms-field-container .wpforms-has-error textarea,
.formulario .wpforms-field-container .wpforms-has-error select {
  border-color: red;
}
/* line 152, sass/components/_forms.scss */
.formulario .wpforms-field-container .wpforms-has-error input[type="text"]::placeholder,
.formulario .wpforms-field-container .wpforms-has-error input[type="tel"]::placeholder,
.formulario .wpforms-field-container .wpforms-has-error input[type="email"]::placeholder,
.formulario .wpforms-field-container .wpforms-has-error textarea::placeholder,
.formulario .wpforms-field-container .wpforms-has-error select::placeholder {
  color: red;
}
/* line 159, sass/components/_forms.scss */
.formulario .wpforms-field-container .wpforms-has-error label:last-child {
  color: red;
}
/* line 167, sass/components/_forms.scss */
.formulario .wpforms-submit-container .wpforms-submit {
  font-family: 'DM Sans',Helvetica,Arial,Lucida,sans-serif !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  font-weight: 600;
  background: #0087b2 !important;
  border: none !important;
  color: #fff !important;
  font-size: 15px !important;
  padding: 10px 20px !important;
  cursor: pointer;
}
/* line 12, sass/components/_forms.scss */
.formulario .wpforms-submit-container .wpforms-submit:hover {
  background: #00a17c !important;
  padding: 10px 20px !important;
}
/* line 16, sass/components/_forms.scss */
.formulario .wpforms-submit-container .wpforms-submit:after {
  display: none;
}
@media only screen and (max-width: 980px) {
  /* line 167, sass/components/_forms.scss */
  .formulario .wpforms-submit-container .wpforms-submit {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 167, sass/components/_forms.scss */
  .formulario .wpforms-submit-container .wpforms-submit {
    font-size: 12px !important;
    height: auto;
    padding: 10px !important;
  }
  /* line 26, sass/components/_forms.scss */
  .formulario .wpforms-submit-container .wpforms-submit:hover {
    padding: 10px !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 167, sass/components/_forms.scss */
  .formulario .wpforms-submit-container .wpforms-submit {
    font-size: 11px !important;
    padding: 7px !important;
  }
  /* line 33, sass/components/_forms.scss */
  .formulario .wpforms-submit-container .wpforms-submit:hover {
    padding: 7px !important;
  }
}
/* line 173, sass/components/_forms.scss */
.formulario .wpforms-submit-container .wpforms-submit-spinner {
  display: none !important;
}
/* line 179, sass/components/_forms.scss */
.formulario .wpforms-confirmation-container {
  margin-top: 40px;
}
/* line 182, sass/components/_forms.scss */
.formulario .wpforms-confirmation-container p {
  color: #000;
  font-size: 18px;
}
/* line 190, sass/components/_forms.scss */
.formulario.newsletter .wpforms-field-container input[type="text"],
.formulario.newsletter .wpforms-field-container input[type="tel"],
.formulario.newsletter .wpforms-field-container input[type="email"],
.formulario.newsletter .wpforms-field-container textarea,
.formulario.newsletter .wpforms-field-container select {
  -webkit-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  border: 1px solid #0087b2 !important;
  color: #000;
}
/* line 198, sass/components/_forms.scss */
.formulario.newsletter .wpforms-field-container input[type="text"]:focus,
.formulario.newsletter .wpforms-field-container input[type="tel"]:focus,
.formulario.newsletter .wpforms-field-container input[type="email"]:focus,
.formulario.newsletter .wpforms-field-container textarea:focus,
.formulario.newsletter .wpforms-field-container select:focus {
  border-color: #00a17c !important;
}
/* line 201, sass/components/_forms.scss */
.formulario.newsletter .wpforms-field-container input[type="text"]::placeholder,
.formulario.newsletter .wpforms-field-container input[type="tel"]::placeholder,
.formulario.newsletter .wpforms-field-container input[type="email"]::placeholder,
.formulario.newsletter .wpforms-field-container textarea::placeholder,
.formulario.newsletter .wpforms-field-container select::placeholder {
  font-weight: 600;
  color: #0087b2;
}
/* line 207, sass/components/_forms.scss */
.formulario.newsletter .wpforms-field-container .wpforms-field {
  padding-top: 0 !important;
}

/*Columnas
Se puede hacer desde opciones en wp-forms*/
/* line 221, sass/components/_forms.scss */
.form-columnas {
  /* Para columna medium, third, etc con mas de una fila.
    Añadir un elemento tipo html con un div abierto arriba de los campos que iran en la columna, y luego agregar otro elemento html abajo, cerrando el div
    */
}
/* line 222, sass/components/_forms.scss */
.form-columnas .wpforms-field-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media only screen and (max-width: 980px) {
  /* line 222, sass/components/_forms.scss */
  .form-columnas .wpforms-field-container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* line 236, sass/components/_forms.scss */
.form-columnas .wpforms-field-html div {
  padding: 0;
}

/* line 249, sass/components/_forms.scss */
.medium .wpforms-field-html {
  -webkit-box-flex: 0 45%;
  -moz-box-flex: 0 45%;
  -webkit-flex: 0 45%;
  -ms-flex: 0 45%;
  flex: 0 45%;
}
@media only screen and (max-width: 980px) {
  /* line 249, sass/components/_forms.scss */
  .medium .wpforms-field-html {
    -webkit-box-flex: 1 1;
    -moz-box-flex: 1 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
}

/* line 258, sass/components/_forms.scss */
.third {
  -webkit-box-flex: 0 32%;
  -moz-box-flex: 0 32%;
  -webkit-flex: 0 32%;
  -ms-flex: 0 32%;
  flex: 0 32%;
}
@media only screen and (max-width: 980px) {
  /* line 258, sass/components/_forms.scss */
  .third {
    -webkit-box-flex: 1 1;
    -moz-box-flex: 1 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
}

/* line 266, sass/components/_forms.scss */
.four {
  -webkit-box-flex: 0 23.5%;
  -moz-box-flex: 0 23.5%;
  -webkit-flex: 0 23.5%;
  -ms-flex: 0 23.5%;
  flex: 0 23.5%;
}
@media only screen and (max-width: 980px) {
  /* line 266, sass/components/_forms.scss */
  .four {
    -webkit-box-flex: 1 1;
    -moz-box-flex: 1 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
}

/* line 1, sass/components/_footer.scss */
#main-footer {
  background: #fff;
}
/* line 3, sass/components/_footer.scss */
#main-footer .container {
  max-width: 1920px !important;
  width: 85% !important;
}
@media only screen and (max-width: 480px) {
  /* line 3, sass/components/_footer.scss */
  #main-footer .container {
    width: 90% !important;
  }
}
/* line 5, sass/components/_footer.scss */
#main-footer .container #footer-widgets {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 0;
}
/* line 9, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 0 !important;
  width: 100% !important;
}
/* line 14, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:first-child {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 17, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:first-child .fwidget {
  height: fit-content;
  margin-bottom: 0 !important;
}
/* line 21, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:first-child .fwidget:first-child {
  width: 40%;
}
@media only screen and (max-width: 980px) {
  /* line 21, sass/components/_footer.scss */
  #main-footer .container #footer-widgets .footer-widget:first-child .fwidget:first-child {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 21, sass/components/_footer.scss */
  #main-footer .container #footer-widgets .footer-widget:first-child .fwidget:first-child {
    width: 100%;
  }
}
/* line 29, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:first-child .fwidget:first-child .wp-block-media-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
/* line 32, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:first-child .fwidget:first-child .wp-block-media-text .wp-block-media-text__media {
  width: fit-content;
}
/* line 34, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:first-child .fwidget:first-child .wp-block-media-text .wp-block-media-text__media img {
  width: 25px;
}
/* line 38, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:first-child .fwidget:first-child .wp-block-media-text .wp-block-media-text__content {
  padding-left: 20px;
}
/* line 40, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:first-child .fwidget:first-child .wp-block-media-text .wp-block-media-text__content p {
  font-size: 20px;
}
/* line 42, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:first-child .fwidget:first-child .wp-block-media-text .wp-block-media-text__content p a {
  color: #0087b2;
}
/* line 50, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:first-child .fwidget:nth-child(2) {
  width: 40%;
}
@media only screen and (max-width: 1100px) {
  /* line 50, sass/components/_footer.scss */
  #main-footer .container #footer-widgets .footer-widget:first-child .fwidget:nth-child(2) {
    width: 50%;
  }
}
@media only screen and (max-width: 980px) {
  /* line 50, sass/components/_footer.scss */
  #main-footer .container #footer-widgets .footer-widget:first-child .fwidget:nth-child(2) {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 50, sass/components/_footer.scss */
  #main-footer .container #footer-widgets .footer-widget:first-child .fwidget:nth-child(2) {
    margin-top: 20px;
    width: 100%;
  }
}
/* line 62, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:first-child .fwidget:nth-child(2) .newsletter {
  margin: 0;
}
/* line 64, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:first-child .fwidget:nth-child(2) .newsletter form {
  position: relative;
}
/* line 67, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:first-child .fwidget:nth-child(2) .newsletter .wpforms-recaptcha-container {
  padding: 0;
}
/* line 70, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:first-child .fwidget:nth-child(2) .newsletter__email {
  padding-bottom: 0;
}
/* line 72, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:first-child .fwidget:nth-child(2) .newsletter__email input[type="email"] {
  font-family: "DMSans", Helvetica, Arial, Lucida, sans-serif, "FontAwesome" !important;
  height: 41px;
}
@media only screen and (max-width: 767px) {
  /* line 78, sass/components/_footer.scss */
  #main-footer .container #footer-widgets .footer-widget:first-child .fwidget:nth-child(2) .newsletter__email input[type="email"]::placeholder {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 78, sass/components/_footer.scss */
  #main-footer .container #footer-widgets .footer-widget:first-child .fwidget:nth-child(2) .newsletter__email input[type="email"]::placeholder {
    font-size: 13px !important;
  }
}
/* line 88, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:first-child .fwidget:nth-child(2) .newsletter .wpforms-submit-container {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 0;
}
/* line 93, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:first-child .fwidget:nth-child(2) .newsletter .wpforms-submit-container .wpforms-submit {
  font-size: 15px !important;
  padding: 10px !important;
}
/* line 101, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:first-child .fwidget:last-child {
  width: 100%;
}
/* line 103, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:first-child .fwidget:last-child .wp-block-separator {
  color: #0087b2;
  margin: 20px 0;
}
/* line 111, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:nth-child(2) .wp-block-columns {
  flex-wrap: nowrap !important;
  margin-bottom: 0;
}
/* line 115, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:nth-child(2) .wp-block-columns .wp-block-image {
  margin-bottom: 0;
}
/* line 117, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:nth-child(2) .wp-block-columns .wp-block-image img {
  width: 40px;
}
/* line 123, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:last-child {
  margin-top: 50px !important;
}
/* line 125, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:last-child #block-6 {
  position: absolute;
}
@media only screen and (max-width: 480px) {
  /* line 125, sass/components/_footer.scss */
  #main-footer .container #footer-widgets .footer-widget:last-child #block-6 {
    margin-bottom: 0 !important;
    position: static;
  }
}
/* line 132, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:last-child #block-7 {
  left: 17%;
  position: absolute;
}
@media only screen and (max-width: 980px) {
  /* line 132, sass/components/_footer.scss */
  #main-footer .container #footer-widgets .footer-widget:last-child #block-7 {
    left: 25%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 132, sass/components/_footer.scss */
  #main-footer .container #footer-widgets .footer-widget:last-child #block-7 {
    left: 50%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 132, sass/components/_footer.scss */
  #main-footer .container #footer-widgets .footer-widget:last-child #block-7 {
    margin-bottom: 0 !important;
    position: static;
  }
}
/* line 146, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:last-child .fwidget {
  margin-bottom: 0 !important;
}
/* line 149, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:last-child .fwidget:first-child, #main-footer .container #footer-widgets .footer-widget:last-child .fwidget:nth-child(2), #main-footer .container #footer-widgets .footer-widget:last-child .fwidget:nth-child(3) {
  width: 17%;
}
@media only screen and (max-width: 980px) {
  /* line 149, sass/components/_footer.scss */
  #main-footer .container #footer-widgets .footer-widget:last-child .fwidget:first-child, #main-footer .container #footer-widgets .footer-widget:last-child .fwidget:nth-child(2), #main-footer .container #footer-widgets .footer-widget:last-child .fwidget:nth-child(3) {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 149, sass/components/_footer.scss */
  #main-footer .container #footer-widgets .footer-widget:last-child .fwidget:first-child, #main-footer .container #footer-widgets .footer-widget:last-child .fwidget:nth-child(2), #main-footer .container #footer-widgets .footer-widget:last-child .fwidget:nth-child(3) {
    margin-bottom: 40px !important;
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 149, sass/components/_footer.scss */
  #main-footer .container #footer-widgets .footer-widget:last-child .fwidget:first-child, #main-footer .container #footer-widgets .footer-widget:last-child .fwidget:nth-child(2), #main-footer .container #footer-widgets .footer-widget:last-child .fwidget:nth-child(3) {
    width: 100%;
  }
}
/* line 163, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:last-child .fwidget:first-child h4, #main-footer .container #footer-widgets .footer-widget:last-child .fwidget:nth-child(2) h4, #main-footer .container #footer-widgets .footer-widget:last-child .fwidget:nth-child(3) h4 {
  font-weight: 600;
  color: #000 !important;
  font-size: 20px !important;
  text-transform: uppercase;
}
/* line 170, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:last-child .fwidget:first-child ul li, #main-footer .container #footer-widgets .footer-widget:last-child .fwidget:nth-child(2) ul li, #main-footer .container #footer-widgets .footer-widget:last-child .fwidget:nth-child(3) ul li {
  font-family: 'DM Sans',Helvetica,Arial,Lucida,sans-serif !important;
  color: #0087b2;
  font-size: 15px;
  padding-left: 0;
}
/* line 172, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:last-child .fwidget:first-child ul li::before, #main-footer .container #footer-widgets .footer-widget:last-child .fwidget:nth-child(2) ul li::before, #main-footer .container #footer-widgets .footer-widget:last-child .fwidget:nth-child(3) ul li::before {
  display: none;
}
/* line 178, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:last-child .fwidget:first-child ul li a, #main-footer .container #footer-widgets .footer-widget:last-child .fwidget:nth-child(2) ul li a, #main-footer .container #footer-widgets .footer-widget:last-child .fwidget:nth-child(3) ul li a {
  font-family: 'DM Sans',Helvetica,Arial,Lucida,sans-serif !important;
  color: #0087b2;
  font-size: 15px;
}
/* line 186, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:last-child .fwidget .menu-help {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
@media only screen and (max-width: 480px) {
  /* line 186, sass/components/_footer.scss */
  #main-footer .container #footer-widgets .footer-widget:last-child .fwidget .menu-help {
    margin-top: 30px;
  }
}
/* line 191, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:last-child .fwidget .menu-help h4 {
  font-weight: 600;
  color: #000 !important;
  font-size: 20px !important;
  text-transform: uppercase;
}
/* line 197, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:last-child .fwidget .menu-help li {
  padding-left: 0;
}
/* line 199, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:last-child .fwidget .menu-help li::before {
  display: none;
}
/* line 202, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:last-child .fwidget .menu-help li a {
  color: #0087b2;
}
/* line 207, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:last-child .fwidget .menu-help li:nth-child(2) a, #main-footer .container #footer-widgets .footer-widget:last-child .fwidget .menu-help li:last-child a {
  font-weight: 600;
  color: #000 !important;
}
/* line 214, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:last-child .fwidget.widget_nav_menu {
  padding-top: 30px;
}
@media only screen and (max-width: 480px) {
  /* line 214, sass/components/_footer.scss */
  #main-footer .container #footer-widgets .footer-widget:last-child .fwidget.widget_nav_menu {
    padding-top: 0;
  }
}
/* line 220, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:last-child .fwidget.widget_nav_menu .menu li {
  padding-left: 0;
}
/* line 222, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:last-child .fwidget.widget_nav_menu .menu li::before {
  display: none;
}
/* line 225, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:last-child .fwidget.widget_nav_menu .menu li a {
  color: #0087b2;
}
/* line 232, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:last-child .fwidget:last-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  width: 49%;
}
@media only screen and (max-width: 980px) {
  /* line 232, sass/components/_footer.scss */
  #main-footer .container #footer-widgets .footer-widget:last-child .fwidget:last-child {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 232, sass/components/_footer.scss */
  #main-footer .container #footer-widgets .footer-widget:last-child .fwidget:last-child {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 232, sass/components/_footer.scss */
  #main-footer .container #footer-widgets .footer-widget:last-child .fwidget:last-child {
    width: 100%;
  }
}
/* line 248, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:last-child .fwidget:last-child img {
  width: 220px;
}
@media only screen and (max-width: 980px) {
  /* line 248, sass/components/_footer.scss */
  #main-footer .container #footer-widgets .footer-widget:last-child .fwidget:last-child img {
    width: 150px;
  }
}
/* line 257, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:empty {
  display: none;
}

/* line 286, sass/components/_footer.scss */
#footer-bottom {
  background: #000;
  padding: 10px 0;
}
/* line 290, sass/components/_footer.scss */
#footer-bottom .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media only screen and (max-width: 767px) {
  /* line 290, sass/components/_footer.scss */
  #footer-bottom .container {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
/* line 298, sass/components/_footer.scss */
#footer-bottom .container:after {
  display: none;
}
/* line 301, sass/components/_footer.scss */
#footer-bottom .container #markenetics {
  display: inline-block;
  height: auto;
  width: 150px;
}
/* line 305, sass/components/_footer.scss */
#footer-bottom .container #markenetics img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
}
/* line 312, sass/components/_footer.scss */
#footer-bottom .container #markenetics:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
/* line 320, sass/components/_footer.scss */
#footer-bottom .container p {
  color: #fff;
  font-size: 14px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  /* line 320, sass/components/_footer.scss */
  #footer-bottom .container p {
    text-align: center;
    width: 100%;
  }
}

/* line 1, sass/components/_header.scss */
#top-header {
  display: none;
}

/* line 16, sass/components/_header.scss */
#main-header {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 15px 0 5px;
}
@media only screen and (max-width: 980px) {
  /* line 16, sass/components/_header.scss */
  #main-header {
    padding: 15px 0;
    position: fixed !important;
  }
}
/* line 23, sass/components/_header.scss */
#main-header .container {
  max-width: 1920px !important;
  width: 85% !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media only screen and (max-width: 480px) {
  /* line 23, sass/components/_header.scss */
  #main-header .container {
    width: 90% !important;
  }
}
/* line 29, sass/components/_header.scss */
#main-header .container:after {
  display: none;
}
/* line 32, sass/components/_header.scss */
#main-header .container #link-logo {
  display: inline-block;
  width: 200px;
}
@media only screen and (max-width: 1100px) {
  /* line 32, sass/components/_header.scss */
  #main-header .container #link-logo {
    width: 155px;
  }
}
@media only screen and (max-width: 980px) {
  /* line 32, sass/components/_header.scss */
  #main-header .container #link-logo {
    position: relative;
    top: 5px;
    width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 32, sass/components/_header.scss */
  #main-header .container #link-logo {
    width: 130px;
  }
}
@media only screen and (max-width: 440px) {
  /* line 32, sass/components/_header.scss */
  #main-header .container #link-logo {
    width: 100px;
  }
}
@media only screen and (max-width: 330px) {
  /* line 32, sass/components/_header.scss */
  #main-header .container #link-logo {
    width: 87px;
  }
}
/* line 54, sass/components/_header.scss */
#main-header .container #buscador {
  margin-left: auto;
  margin-right: 0;
  min-width: 300px;
}
@media only screen and (max-width: 980px) {
  /* line 54, sass/components/_header.scss */
  #main-header .container #buscador {
    min-width: auto;
  }
  /* line 61, sass/components/_header.scss */
  #main-header .container #buscador .dgwt-wcas-ico-magnifier-handler path {
    fill: #0087b2;
  }
}
@media only screen and (max-width: 767px) {
  /* line 67, sass/components/_header.scss */
  #main-header .container #buscador .dgwt-wcas-search-icon {
    width: fit-content;
  }
  /* line 69, sass/components/_header.scss */
  #main-header .container #buscador .dgwt-wcas-search-icon .dgwt-wcas-ico-magnifier-handler {
    max-width: 14px;
  }
}
/* line 74, sass/components/_header.scss */
#main-header .container #buscador .dgwt-wcas-sf-wrapp {
  padding-right: 0;
}
/* line 77, sass/components/_header.scss */
#main-header .container #buscador .dgwt-wcas-search-input {
  -webkit-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: transparent;
  border: 1px solid #0087b2;
  border-radius: 0;
  height: 36px;
}
@media only screen and (max-width: 980px) {
  /* line 77, sass/components/_header.scss */
  #main-header .container #buscador .dgwt-wcas-search-input {
    height: 35px;
    padding: 10px 24px 13px 48px;
  }
}
/* line 88, sass/components/_header.scss */
#main-header .container #buscador .dgwt-wcas-search-input::placeholder {
  color: #0087b2;
}
@media only screen and (max-width: 980px) {
  /* line 88, sass/components/_header.scss */
  #main-header .container #buscador .dgwt-wcas-search-input::placeholder {
    font-size: 12px;
  }
}
/* line 94, sass/components/_header.scss */
#main-header .container #buscador .dgwt-wcas-search-input:focus {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: 1px solid #00a17c !important;
  box-shadow: none;
}
/* line 100, sass/components/_header.scss */
#main-header .container #buscador .dgwt-wcas-search-submit {
  background: transparent;
  top: 12px;
}
/* line 101, sass/components/_header.scss */
#main-header .container #buscador .dgwt-wcas-search-submit::before {
  display: none;
}
@media only screen and (max-width: 980px) {
  /* line 100, sass/components/_header.scss */
  #main-header .container #buscador .dgwt-wcas-search-submit {
    top: 11px;
  }
}
/* line 109, sass/components/_header.scss */
#main-header .container #buscador .dgwt-wcas-search-submit svg {
  max-width: 15px;
}
@media only screen and (max-width: 980px) {
  /* line 109, sass/components/_header.scss */
  #main-header .container #buscador .dgwt-wcas-search-submit svg {
    max-width: 14px;
  }
}
/* line 114, sass/components/_header.scss */
#main-header .container #buscador .dgwt-wcas-search-submit svg path {
  fill: #0087b2;
}
/* line 121, sass/components/_header.scss */
#main-header .container #et-top-navigation {
  padding-top: 0;
}
/* line 124, sass/components/_header.scss */
#main-header .container #et-top-navigation #top-menu-nav #top-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 40px;
}
/* line 128, sass/components/_header.scss */
#main-header .container #et-top-navigation #top-menu-nav #top-menu li {
  height: -webkit-fill-available;
  padding-right: 0;
}
/* line 131, sass/components/_header.scss */
#main-header .container #et-top-navigation #top-menu-nav #top-menu li.boton-header {
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  /* line 131, sass/components/_header.scss */
  #main-header .container #et-top-navigation #top-menu-nav #top-menu li.boton-header {
    margin-left: 5px;
    position: relative;
    top: 5px;
  }
  /* line 137, sass/components/_header.scss */
  #main-header .container #et-top-navigation #top-menu-nav #top-menu li.boton-header#menu-item-220 {
    margin-left: 10px;
  }
}
@media (max-width: 380px) {
  /* line 142, sass/components/_header.scss */
  #main-header .container #et-top-navigation #top-menu-nav #top-menu li.boton-header#menu-item-221 {
    display: none;
  }
}
/* line 146, sass/components/_header.scss */
#main-header .container #et-top-navigation #top-menu-nav #top-menu li.boton-header a {
  font-family: 'DM Sans',Helvetica,Arial,Lucida,sans-serif !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  font-weight: 600;
  background: #0087b2 !important;
  border: none !important;
  color: #fff !important;
  font-size: 15px !important;
  padding: 10px 20px !important;
}
/* line 12, sass/components/_forms.scss */
#main-header .container #et-top-navigation #top-menu-nav #top-menu li.boton-header a:hover {
  background: #00a17c !important;
  padding: 10px 20px !important;
}
/* line 16, sass/components/_forms.scss */
#main-header .container #et-top-navigation #top-menu-nav #top-menu li.boton-header a:after {
  display: none;
}
@media only screen and (max-width: 980px) {
  /* line 146, sass/components/_header.scss */
  #main-header .container #et-top-navigation #top-menu-nav #top-menu li.boton-header a {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 146, sass/components/_header.scss */
  #main-header .container #et-top-navigation #top-menu-nav #top-menu li.boton-header a {
    font-size: 12px !important;
    height: auto;
    padding: 10px !important;
  }
  /* line 26, sass/components/_forms.scss */
  #main-header .container #et-top-navigation #top-menu-nav #top-menu li.boton-header a:hover {
    padding: 10px !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 146, sass/components/_header.scss */
  #main-header .container #et-top-navigation #top-menu-nav #top-menu li.boton-header a {
    font-size: 11px !important;
    padding: 7px !important;
  }
  /* line 33, sass/components/_forms.scss */
  #main-header .container #et-top-navigation #top-menu-nav #top-menu li.boton-header a:hover {
    padding: 7px !important;
  }
}
/* line 150, sass/components/_header.scss */
#main-header .container #et-top-navigation #top-menu-nav #top-menu li.account {
  margin-left: 20px;
  position: relative;
  top: 7px;
}
@media only screen and (max-width: 980px) {
  /* line 150, sass/components/_header.scss */
  #main-header .container #et-top-navigation #top-menu-nav #top-menu li.account {
    top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 150, sass/components/_header.scss */
  #main-header .container #et-top-navigation #top-menu-nav #top-menu li.account {
    margin-left: 10px;
    top: 11px;
  }
}
/* line 161, sass/components/_header.scss */
#main-header .container #et-top-navigation #top-menu-nav #top-menu li.account svg {
  width: 22px;
}
@media only screen and (max-width: 767px) {
  /* line 161, sass/components/_header.scss */
  #main-header .container #et-top-navigation #top-menu-nav #top-menu li.account svg {
    width: 18px;
  }
}
/* line 166, sass/components/_header.scss */
#main-header .container #et-top-navigation #top-menu-nav #top-menu li.account svg path {
  stroke: #0087b2;
}
/* line 172, sass/components/_header.scss */
#main-header .container #et-top-navigation #top-menu-nav #top-menu li#menu-item-220::before {
  font-family: 'DM Sans',Helvetica,Arial,Lucida,sans-serif !important;
  content: "or";
  font-size: 15px;
  position: absolute;
  color: #0087b2;
  right: -20px;
  top: 12px;
}
@media only screen and (max-width: 767px) {
  /* line 172, sass/components/_header.scss */
  #main-header .container #et-top-navigation #top-menu-nav #top-menu li#menu-item-220::before {
    font-size: 12px;
    right: -17px;
    top: 11px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 172, sass/components/_header.scss */
  #main-header .container #et-top-navigation #top-menu-nav #top-menu li#menu-item-220::before {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  /* line 192, sass/components/_header.scss */
  #main-header .container #et-top-navigation #top-menu-nav #top-menu li#menu-item-220 a, #main-header .container #et-top-navigation #top-menu-nav #top-menu li#menu-item-221 a {
    font-size: 10px !important;
  }
}
@media only screen and (max-width: 400px) {
  /* line 192, sass/components/_header.scss */
  #main-header .container #et-top-navigation #top-menu-nav #top-menu li#menu-item-220 a, #main-header .container #et-top-navigation #top-menu-nav #top-menu li#menu-item-221 a {
    font-size: 9px !important;
  }
}
@media only screen and (max-width: 360px) {
  /* line 192, sass/components/_header.scss */
  #main-header .container #et-top-navigation #top-menu-nav #top-menu li#menu-item-220 a, #main-header .container #et-top-navigation #top-menu-nav #top-menu li#menu-item-221 a {
    font-size: 8px !important;
  }
}
/* line 206, sass/components/_header.scss */
#main-header .container #et-top-navigation #top-menu-nav #top-menu li a:hover {
  opacity: 1 !important;
}
/* line 214, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 214, sass/components/_header.scss */
  #main-header .container #et-top-navigation #et_mobile_nav_menu {
    margin-left: 5px;
  }
}
/* line 221, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar {
  padding-bottom: 0;
  position: relative;
  top: 4px;
}
@media only screen and (max-width: 767px) {
  /* line 221, sass/components/_header.scss */
  #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar {
    top: 8px;
  }
}
/* line 228, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar:before {
  color: #0087b2;
}
@media only screen and (max-width: 767px) {
  /* line 228, sass/components/_header.scss */
  #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar:before {
    font-size: 25px;
  }
}
/* line 236, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-color: #0087b2;
  left: -130%;
  display: block !important;
  height: calc(100vh - 90px) !important;
  padding: 15px !important;
  overflow: auto;
  top: 55px;
  width: 118%;
}
/* line 246, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu #menu-item-24874,
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu #menu-item-203,
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu #menu-item-220,
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu #menu-item-221 {
  display: none;
}
/* line 253, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu li a {
  background: transparent !important;
  border: none !important;
  padding: 5px 30px !important;
  color: #0087b2;
}
/* line 260, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu > li {
  border-bottom: 1px solid #f7f7f7;
  padding: 5px;
}
/* line 264, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu .menu-item-has-children {
  position: relative;
}
/* line 268, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu .menu-item-has-children .sub-menu {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  max-height: 0;
  overflow: hidden;
}
/* line 272, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu .menu-item-has-children .sub-menu li {
  padding-left: 10px;
}
/* line 274, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu .menu-item-has-children .sub-menu li a {
  color: #292929;
  font-size: 13px;
  font-weight: 300;
}
/* line 283, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu .menu-item-has-children .sub-menu .sub-menu li {
  padding-left: 20px;
}
/* line 285, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu .menu-item-has-children .sub-menu .sub-menu li a {
  color: #474747;
  font-size: 11px;
}
/* line 292, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu .menu-item-has-children .toggle {
  height: 24px;
  position: absolute;
  right: 0;
  top: 7px;
  width: 40px;
}
/* line 298, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu .menu-item-has-children .toggle::before {
  color: #0087b2;
  content: "\43";
  font-family: "ETModules";
  font-size: 20px;
}
/* line 306, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu .menu-item-has-children.open > .sub-menu {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  max-height: 1000px;
}
/* line 311, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu .menu-item-has-children.open > .toggle::before {
  content: "\42";
}
/* line 320, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
  content: "\4d";
}
/* line 324, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav.opened #mobile_menu {
  left: -9%;
}
/* line 332, sass/components/_header.scss */
#main-header .container .cantidad-carrito {
  height: 100%;
  margin-left: 20px;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 767px) {
  /* line 332, sass/components/_header.scss */
  #main-header .container .cantidad-carrito {
    margin-left: 5px;
    top: 3px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 332, sass/components/_header.scss */
  #main-header .container .cantidad-carrito {
    top: 2px;
  }
}
/* line 344, sass/components/_header.scss */
#main-header .container .cantidad-carrito svg {
  width: 25px;
}
@media only screen and (max-width: 767px) {
  /* line 344, sass/components/_header.scss */
  #main-header .container .cantidad-carrito svg {
    width: 19px;
  }
}
/* line 349, sass/components/_header.scss */
#main-header .container .cantidad-carrito svg path {
  stroke: #0087b2;
}
/* line 354, sass/components/_header.scss */
#main-header .container .cantidad-carrito span {
  bottom: 8px;
  color: #0087b2;
  font-size: 12px;
  left: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 354, sass/components/_header.scss */
  #main-header .container .cantidad-carrito span {
    bottom: 5px;
    font-size: 11px;
  }
}
/* line 367, sass/components/_header.scss */
#main-header .container #et-secondary-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 40px;
  padding: 0;
  width: 100%;
}
/* line 373, sass/components/_header.scss */
#main-header .container #et-secondary-menu #et-secondary-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
}
/* line 377, sass/components/_header.scss */
#main-header .container #et-secondary-menu #et-secondary-nav li {
  margin: 0 20px;
  position: static;
}
@media (max-width: 1350px) {
  /* line 377, sass/components/_header.scss */
  #main-header .container #et-secondary-menu #et-secondary-nav li {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1100px) {
  /* line 377, sass/components/_header.scss */
  #main-header .container #et-secondary-menu #et-secondary-nav li {
    margin: 0 9px;
  }
}
/* line 386, sass/components/_header.scss */
#main-header .container #et-secondary-menu #et-secondary-nav li a {
  font-family: 'DM Sans',Helvetica,Arial,Lucida,sans-serif !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #00a17c;
  font-size: 16px;
  font-weight: 300;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}
@media (max-width: 1400px) {
  /* line 386, sass/components/_header.scss */
  #main-header .container #et-secondary-menu #et-secondary-nav li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1100px) {
  /* line 386, sass/components/_header.scss */
  #main-header .container #et-secondary-menu #et-secondary-nav li a {
    font-size: 13px;
  }
}
/* line 402, sass/components/_header.scss */
#main-header .container #et-secondary-menu #et-secondary-nav li a::after {
  position: static;
}
/* line 405, sass/components/_header.scss */
#main-header .container #et-secondary-menu #et-secondary-nav li a:hover {
  opacity: 1 !important;
}
/* line 410, sass/components/_header.scss */
#main-header .container #et-secondary-menu #et-secondary-nav li .sub-menu {
  -webkit-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
  background: linear-gradient(90deg, #fcfcfc 0%, #fcfcfc calc(25% + 27px), #ffffff calc(25% + 27px), #ffffff 100%);
  left: 10%;
  overflow: hidden;
  padding: 15px 0;
  pointer-events: none;
  width: 80%;
}
@media (max-width: 1700px) {
  /* line 410, sass/components/_header.scss */
  #main-header .container #et-secondary-menu #et-secondary-nav li .sub-menu {
    left: 5%;
    width: 90%;
  }
}
@media (max-width: 1350px) {
  /* line 410, sass/components/_header.scss */
  #main-header .container #et-secondary-menu #et-secondary-nav li .sub-menu {
    left: 0;
    width: 100%;
  }
}
/* line 433, sass/components/_header.scss */
#main-header .container #et-secondary-menu #et-secondary-nav li .sub-menu > li {
  padding-left: 0;
  padding-right: 10px;
  text-align: left;
}
/* line 437, sass/components/_header.scss */
#main-header .container #et-secondary-menu #et-secondary-nav li .sub-menu > li a {
  -webkit-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  color: #000;
  font-size: 15px;
  padding: 10px;
  position: relative;
  text-align: left;
  width: 25%;
  z-index: 10;
}
@media (max-width: 1500px) {
  /* line 437, sass/components/_header.scss */
  #main-header .container #et-secondary-menu #et-secondary-nav li .sub-menu > li a {
    font-size: 14px;
  }
}
/* line 449, sass/components/_header.scss */
#main-header .container #et-secondary-menu #et-secondary-nav li .sub-menu > li a::after {
  margin-left: auto;
  transform: rotate(-90deg);
}
/* line 453, sass/components/_header.scss */
#main-header .container #et-secondary-menu #et-secondary-nav li .sub-menu > li a:hover {
  background: #c2e4ee8c;
  color: #005C79;
}
/* line 458, sass/components/_header.scss */
#main-header .container #et-secondary-menu #et-secondary-nav li .sub-menu > li .sub-menu {
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  background: transparent;
  box-shadow: none;
  left: auto;
  height: 100%;
  opacity: 0;
  padding-left: 40px;
  right: 0;
  visibility: visible;
  top: 15px;
  width: 75%;
  z-index: 1;
}
/* line 474, sass/components/_header.scss */
#main-header .container #et-secondary-menu #et-secondary-nav li .sub-menu > li .sub-menu::before {
  content: "";
  border-left: 1px solid #f1f1f1;
  height: 100%;
  left: 26px;
  position: absolute;
  top: 0;
  width: 2px;
}
/* line 483, sass/components/_header.scss */
#main-header .container #et-secondary-menu #et-secondary-nav li .sub-menu > li .sub-menu li {
  margin: 0 !important;
  width: 33.33%;
}
/* line 486, sass/components/_header.scss */
#main-header .container #et-secondary-menu #et-secondary-nav li .sub-menu > li .sub-menu li a {
  font-size: 14px;
  padding: 10px;
  text-align: left;
  width: 100%;
}
/* line 491, sass/components/_header.scss */
#main-header .container #et-secondary-menu #et-secondary-nav li .sub-menu > li .sub-menu li a::before {
  content: "●";
  color: #0087b2;
  margin-right: 5px;
}
/* line 500, sass/components/_header.scss */
#main-header .container #et-secondary-menu #et-secondary-nav li .sub-menu > li:hover > a {
  background: #c2e4ee8c;
  color: #005C79;
}
/* line 504, sass/components/_header.scss */
#main-header .container #et-secondary-menu #et-secondary-nav li .sub-menu > li:hover .sub-menu {
  opacity: 1;
  z-index: 9;
}
/* line 513, sass/components/_header.scss */
#main-header .container #et-secondary-menu #et-secondary-nav li:hover .sub-menu {
  pointer-events: all;
}
/* line 518, sass/components/_header.scss */
#main-header .container #et-secondary-menu #et-secondary-nav li.boton-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 521, sass/components/_header.scss */
#main-header .container #et-secondary-menu #et-secondary-nav li.boton-head a {
  font-family: 'DM Sans',Helvetica,Arial,Lucida,sans-serif !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  font-weight: 600;
  background: #0087b2 !important;
  border: none !important;
  color: #fff !important;
  font-size: 15px !important;
  padding: 10px 20px !important;
  background: transparent !important;
  border: 1px solid #00a17c !important;
  color: #00a17c !important;
  height: fit-content;
  font-size: 13px !important;
  padding: 2px 15px !important;
}
/* line 12, sass/components/_forms.scss */
#main-header .container #et-secondary-menu #et-secondary-nav li.boton-head a:hover {
  background: #00a17c !important;
  padding: 10px 20px !important;
}
/* line 16, sass/components/_forms.scss */
#main-header .container #et-secondary-menu #et-secondary-nav li.boton-head a:after {
  display: none;
}
@media only screen and (max-width: 980px) {
  /* line 521, sass/components/_header.scss */
  #main-header .container #et-secondary-menu #et-secondary-nav li.boton-head a {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 521, sass/components/_header.scss */
  #main-header .container #et-secondary-menu #et-secondary-nav li.boton-head a {
    font-size: 12px !important;
    height: auto;
    padding: 10px !important;
  }
  /* line 26, sass/components/_forms.scss */
  #main-header .container #et-secondary-menu #et-secondary-nav li.boton-head a:hover {
    padding: 10px !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 521, sass/components/_header.scss */
  #main-header .container #et-secondary-menu #et-secondary-nav li.boton-head a {
    font-size: 11px !important;
    padding: 7px !important;
  }
  /* line 33, sass/components/_forms.scss */
  #main-header .container #et-secondary-menu #et-secondary-nav li.boton-head a:hover {
    padding: 7px !important;
  }
}
@media only screen and (max-width: 1250px) {
  /* line 521, sass/components/_header.scss */
  #main-header .container #et-secondary-menu #et-secondary-nav li.boton-head a {
    font-size: 11px !important;
  }
}
@media only screen and (max-width: 1100px) {
  /* line 521, sass/components/_header.scss */
  #main-header .container #et-secondary-menu #et-secondary-nav li.boton-head a {
    font-size: 10px !important;
  }
}
/* line 535, sass/components/_header.scss */
#main-header .container #et-secondary-menu #et-secondary-nav li.boton-head a:hover {
  background: #00a17c !important;
  color: #fff !important;
  padding: 2px 15px !important;
}
/* line 543, sass/components/_header.scss */
#main-header .container #et-secondary-menu #et-secondary-nav li.destacado-head a {
  font-weight: 600;
  color: #0087b2;
}
/* line 551, sass/components/_header.scss */
#main-header .container #et-secondary-menu #et-secondary-nav .small-menu {
  position: relative;
}
/* line 553, sass/components/_header.scss */
#main-header .container #et-secondary-menu #et-secondary-nav .small-menu > .sub-menu {
  background: #fcfcfc;
  left: 0;
  min-width: 200px;
  width: fit-content;
}
/* line 558, sass/components/_header.scss */
#main-header .container #et-secondary-menu #et-secondary-nav .small-menu > .sub-menu a {
  width: 100%;
}
/* line 568, sass/components/_header.scss */
#main-header .container #et-secondary-menu .et-cart-info {
  display: none;
}

/* line 2, sass/components/_home.scss */
.categorias-home .et_pb_column {
  -webkit-box-shadow: 0 0 11px #eaf0f6;
  -ms-box-shadow: 0 0 11px #eaf0f6;
  -moz-box-shadow: 0 0 11px #eaf0f6;
  box-shadow: 0 0 11px #eaf0f6;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 980px) {
  /* line 2, sass/components/_home.scss */
  .categorias-home .et_pb_column {
    height: 250px;
  }
}
/* line 8, sass/components/_home.scss */
.categorias-home .et_pb_column:hover {
  -webkit-box-shadow: 0 10px 50px -5px rgba(46, 71, 93, 0.12);
  -ms-box-shadow: 0 10px 50px -5px rgba(46, 71, 93, 0.12);
  -moz-box-shadow: 0 10px 50px -5px rgba(46, 71, 93, 0.12);
  box-shadow: 0 10px 50px -5px rgba(46, 71, 93, 0.12);
  transition: 0.2s ease-in-out;
  transform: scale(1.02);
}

/* line 2, sass/components/_pages.scss */
.whatsappme__copy {
  display: none !important;
}

/* line 6, sass/components/_pages.scss */
.tablepress {
  border: 1px solid #005C79 !important;
}
/* line 10, sass/components/_pages.scss */
.tablepress thead tr th {
  background: #005C79;
  color: #fff;
}
/* line 19, sass/components/_pages.scss */
.tablepress tbody tr.odd td {
  background: #fff;
}
/* line 24, sass/components/_pages.scss */
.tablepress tbody tr.even td {
  background: #f6f9fc;
}
/* line 29, sass/components/_pages.scss */
.tablepress tbody tr:hover td {
  color: #fff !important;
  background: #0087b2 !important;
}
/* line 35, sass/components/_pages.scss */
.tablepress tbody tr td {
  border: none;
  color: #000;
  font-size: 14px;
}

@media only screen and (max-width: 980px) {
  /* line 45, sass/components/_pages.scss */
  .et_pb_text {
    width: auto !important;
  }
}

/* line 51, sass/components/_pages.scss */
table {
  display: block;
  overflow-x: auto;
}

/* line 58, sass/components/_pages.scss */
.tablas {
  border: 1px solid #005C79;
}

/* line 62, sass/components/_pages.scss */
.tablas p {
  background: #005C79;
  color: #fff;
  font-size: 16px;
  padding: 3px 10px !important;
  text-align: center;
}

/* line 70, sass/components/_pages.scss */
.tablas table {
  border: 1px solid #005C79;
  display: table;
  margin-bottom: 0 !important;
}

/* line 76, sass/components/_pages.scss */
.tablas table thead {
  background: #005C79;
}

/* line 80, sass/components/_pages.scss */
.tablas table thead tr {
  background: transparent !important;
}

/* line 84, sass/components/_pages.scss */
.tablas table thead th {
  color: #fff;
  text-align: center;
}

/* line 89, sass/components/_pages.scss */
.tablas table td {
  color: #000;
  text-align: center;
}

/* line 94, sass/components/_pages.scss */
.tablas table tr:nth-child(even) {
  background: #f2f2f2;
}

/* line 98, sass/components/_pages.scss */
.tablas table tr:hover {
  background: #0087b2;
}

/* line 102, sass/components/_pages.scss */
.tablas table tr:hover td {
  color: #fff;
}

/* line 109, sass/components/_pages.scss */
#billing_wcj_checkout_field_1_field {
  margin-top: 50px;
}
/* line 111, sass/components/_pages.scss */
#billing_wcj_checkout_field_1_field::before {
  font-weight: 600;
  color: #0087b2;
  content: "Tax Exempt";
  font-size: 25px;
  margin-bottom: 15px;
}
/* line 119, sass/components/_pages.scss */
#billing_wcj_checkout_field_1_field label[for="billing_wcj_checkout_field_1"]::before {
  content: "If you are a Florida tax exempted company please fill out the boxes below";
  font-size: 13px;
  display: block;
}

/* line 1, sass/components/_carrito.scss */
.woocommerce-message {
  -webkit-border-radius: 7px !important;
  -ms-border-radius: 7px !important;
  -moz-border-radius: 7px !important;
  border-radius: 7px !important;
  font-family: 'DM Sans',Helvetica,Arial,Lucida,sans-serif !important;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
  padding-bottom: 1em;
  background: #000 !important;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  /* line 1, sass/components/_carrito.scss */
  .woocommerce-message {
    font-size: 16px;
  }
}
/* line 6, sass/components/_carrito.scss */
.woocommerce-message .button {
  font-family: 'DM Sans',Helvetica,Arial,Lucida,sans-serif !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  font-weight: 600;
  background: #0087b2 !important;
  border: none !important;
  color: #fff !important;
  font-size: 15px !important;
  padding: 10px 20px !important;
}
/* line 12, sass/components/_forms.scss */
.woocommerce-message .button:hover {
  background: #00a17c !important;
  padding: 10px 20px !important;
}
/* line 16, sass/components/_forms.scss */
.woocommerce-message .button:after {
  display: none;
}
@media only screen and (max-width: 980px) {
  /* line 6, sass/components/_carrito.scss */
  .woocommerce-message .button {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 6, sass/components/_carrito.scss */
  .woocommerce-message .button {
    font-size: 12px !important;
    height: auto;
    padding: 10px !important;
  }
  /* line 26, sass/components/_forms.scss */
  .woocommerce-message .button:hover {
    padding: 10px !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 6, sass/components/_carrito.scss */
  .woocommerce-message .button {
    font-size: 11px !important;
    padding: 7px !important;
  }
  /* line 33, sass/components/_forms.scss */
  .woocommerce-message .button:hover {
    padding: 7px !important;
  }
}

/* line 13, sass/components/_carrito.scss */
#carrito .order-total td {
  font-size: 16px;
}
/* line 18, sass/components/_carrito.scss */
#carrito .woocommerce-shipping-destination {
  text-align: left;
  font-size: 16px;
}
/* line 24, sass/components/_carrito.scss */
#carrito .quantity span {
  display: none;
}
/* line 29, sass/components/_carrito.scss */
#carrito td[data-title="Shipping"] {
  text-align: left;
}

/* line 35, sass/components/_carrito.scss */
.woocommerce-NoticeGroup-checkout .woocommerce-error {
  background: #0087b2;
}
/* line 37, sass/components/_carrito.scss */
.woocommerce-NoticeGroup-checkout .woocommerce-error li {
  font-size: 13px;
}

/* line 43, sass/components/_carrito.scss */
.woocommerce-thankyou-order-received {
  font-weight: 600;
  color: #0087b2;
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
}

/* line 53, sass/components/_carrito.scss */
.woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-order-details .woocommerce-column__title,
.woocommerce-customer-details .woocommerce-order-details__title,
.woocommerce-customer-details .woocommerce-column__title {
  color: #000;
  font-size: 22px !important;
  text-align: center;
}
/* line 59, sass/components/_carrito.scss */
.woocommerce-order-details .order_details,
.woocommerce-order-details address,
.woocommerce-customer-details .order_details,
.woocommerce-customer-details address {
  border: none !important;
  margin-bottom: 40px;
}

/* line 68, sass/components/_carrito.scss */
#mi-cuenta .woocommerce {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 71, sass/components/_carrito.scss */
#mi-cuenta .woocommerce-MyAccount-navigation {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  background: #fcfcfc;
  height: fit-content;
  margin-right: 5%;
  padding: 40px;
  width: 25%;
}
@media only screen and (max-width: 980px) {
  /* line 71, sass/components/_carrito.scss */
  #mi-cuenta .woocommerce-MyAccount-navigation {
    margin-bottom: 40px;
    margin-right: 0;
    width: 100%;
  }
}
/* line 84, sass/components/_carrito.scss */
#mi-cuenta .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
}
/* line 87, sass/components/_carrito.scss */
#mi-cuenta .woocommerce-MyAccount-navigation ul li::marker {
  content: "";
}
/* line 90, sass/components/_carrito.scss */
#mi-cuenta .woocommerce-MyAccount-navigation ul li a {
  color: #000;
}
/* line 96, sass/components/_carrito.scss */
#mi-cuenta .woocommerce-MyAccount-content {
  width: 70%;
}
@media only screen and (max-width: 980px) {
  /* line 96, sass/components/_carrito.scss */
  #mi-cuenta .woocommerce-MyAccount-content {
    width: 100%;
  }
}
/* line 103, sass/components/_carrito.scss */
#mi-cuenta .woocommerce-MyAccount-content .addresses .title h3 {
  font-weight: 600;
  color: #0087b2;
  font-size: 23px !important;
}
@media only screen and (max-width: 980px) {
  /* line 110, sass/components/_carrito.scss */
  #mi-cuenta .woocommerce-MyAccount-content .addresses address {
    margin-bottom: 30px;
  }
}
/* line 118, sass/components/_carrito.scss */
#mi-cuenta .woocommerce-MyAccount-content form h3 {
  font-weight: 600;
  color: #0087b2;
  text-align: center;
}

/* line 2, sass/components/_categoria-producto.scss */
#subcategorias__categoria-producto .subcategorias {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-left: 0;
}
/* line 7, sass/components/_categoria-producto.scss */
#subcategorias__categoria-producto .subcategorias li::marker {
  content: "";
}
/* line 11, sass/components/_categoria-producto.scss */
#subcategorias__categoria-producto .subcategorias .subcategoria {
  -webkit-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  margin-right: 2% !important;
  width: 23.5% !important;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
/* line 220, sass/helpers/_mixins.scss */
#subcategorias__categoria-producto .subcategorias .subcategoria:nth-child(4n) {
  margin-right: 0 !important;
}
@media only screen and (max-width: 1100px) {
  /* line 11, sass/components/_categoria-producto.scss */
  #subcategorias__categoria-producto .subcategorias .subcategoria {
    margin-right: 2% !important;
    width: 32% !important;
  }
  /* line 20, sass/components/_categoria-producto.scss */
  #subcategorias__categoria-producto .subcategorias .subcategoria:nth-child(4n + 4) {
    margin-right: 2% !important;
  }
  /* line 220, sass/helpers/_mixins.scss */
  #subcategorias__categoria-producto .subcategorias .subcategoria:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 11, sass/components/_categoria-producto.scss */
  #subcategorias__categoria-producto .subcategorias .subcategoria {
    margin-right: 2% !important;
    width: 49% !important;
  }
  /* line 26, sass/components/_categoria-producto.scss */
  #subcategorias__categoria-producto .subcategorias .subcategoria:nth-child(3n + 3) {
    margin-right: 2% !important;
  }
  /* line 220, sass/helpers/_mixins.scss */
  #subcategorias__categoria-producto .subcategorias .subcategoria:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 11, sass/components/_categoria-producto.scss */
  #subcategorias__categoria-producto .subcategorias .subcategoria {
    margin-right: 0 !important;
    width: 100% !important;
  }
  /* line 32, sass/components/_categoria-producto.scss */
  #subcategorias__categoria-producto .subcategorias .subcategoria:nth-child(3n + 3) {
    margin-right: 0 !important;
  }
}
/* line 39, sass/components/_categoria-producto.scss */
#subcategorias__categoria-producto .subcategorias .subcategoria > div {
  position: relative;
}
/* line 41, sass/components/_categoria-producto.scss */
#subcategorias__categoria-producto .subcategorias .subcategoria > div a {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: transparent;
  display: block;
  height: 200px;
  margin: 0 !important;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 41, sass/components/_categoria-producto.scss */
  #subcategorias__categoria-producto .subcategorias .subcategoria > div a {
    height: 140px;
  }
}
/* line 52, sass/components/_categoria-producto.scss */
#subcategorias__categoria-producto .subcategorias .subcategoria > div a .thum {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  height: 200px;
  overflow: hidden;
}
/* line 59, sass/components/_categoria-producto.scss */
#subcategorias__categoria-producto .subcategorias .subcategoria > div a .thum picture {
  object-fit: cover;
  width: 100%;
}
/* line 63, sass/components/_categoria-producto.scss */
#subcategorias__categoria-producto .subcategorias .subcategoria > div a .thum img {
  mix-blend-mode: darken;
  object-fit: cover;
  width: 100%;
}
/* line 74, sass/components/_categoria-producto.scss */
#subcategorias__categoria-producto .subcategorias .subcategoria > div a p {
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  left: 0;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  top: calc(50% - 13px);
  z-index: 2;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 74, sass/components/_categoria-producto.scss */
  #subcategorias__categoria-producto .subcategorias .subcategoria > div a p {
    font-size: 18px;
  }
}
/* line 90, sass/components/_categoria-producto.scss */
#subcategorias__categoria-producto .subcategorias .subcategoria > div a p:hover {
  text-decoration: underline;
}
/* line 96, sass/components/_categoria-producto.scss */
#subcategorias__categoria-producto .subcategorias .subcategoria > div a:hover .thum {
  background: rgba(0, 0, 0, 0.6);
}
/* line 113, sass/components/_categoria-producto.scss */
#subcategorias__categoria-producto .subcategorias .subcategoria .sub-subcategorias {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: none;
  left: 0;
  padding: 0 !important;
  position: absolute;
  top: 0;
}
/* line 126, sass/components/_categoria-producto.scss */
#subcategorias__categoria-producto .subcategorias .subcategoria .sub-subcategorias .sub-subcategoria a span {
  display: none;
}

/* line 197, sass/components/_categoria-producto.scss */
.filter-row .et_pb_column:first-child .filtro-size-checkboxes label {
  color: #000;
  display: block;
  margin-bottom: 5px;
}
/* line 201, sass/components/_categoria-producto.scss */
.filter-row .et_pb_column:first-child .filtro-size-checkboxes label input {
  accent-color: #0087b2;
}
@media only screen and (min-width: 981px) {
  /* line 195, sass/components/_categoria-producto.scss */
  .filter-row .et_pb_column:first-child {
    width: 20% !important;
  }
}
@media only screen and (min-width: 981px) {
  /* line 210, sass/components/_categoria-producto.scss */
  .filter-row .et_pb_column:last-child {
    width: 80% !important;
  }
}

/* line 221, sass/components/_categoria-producto.scss */
.tax-product_cat .filter-row {
  display: none !important;
}
/* line 224, sass/components/_categoria-producto.scss */
.tax-product_cat .productos-general-closeouts {
  display: block !important;
}
/* line 228, sass/components/_categoria-producto.scss */
.tax-product_cat.no-subcategories .filter-row {
  display: block !important;
}
/* line 231, sass/components/_categoria-producto.scss */
.tax-product_cat.no-subcategories .filter-row .products .product {
  margin-bottom: 40px;
  width: 23.5%;
}
/* line 234, sass/components/_categoria-producto.scss */
.tax-product_cat.no-subcategories .filter-row .products .product:nth-child(4n + 4) {
  margin-right: 0;
}

/* line 249, sass/components/_categoria-producto.scss */
.titulo-subcat {
  margin-bottom: 50px;
  text-align: center;
}
/* line 252, sass/components/_categoria-producto.scss */
.titulo-subcat h3 {
  font-weight: 600;
  color: #315ca8;
  padding-bottom: 5px;
  text-align: center;
}
/* line 258, sass/components/_categoria-producto.scss */
.titulo-subcat i {
  font-weight: 600;
  color: #315ca8;
  font-size: 25px;
}

/* line 265, sass/components/_categoria-producto.scss */
.customs-banner {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* line 267, sass/components/_categoria-producto.scss */
.customs-banner:hover {
  -webkit-box-shadow: 0 10px 50px -5px rgba(46, 71, 93, 0.12);
  -ms-box-shadow: 0 10px 50px -5px rgba(46, 71, 93, 0.12);
  -moz-box-shadow: 0 10px 50px -5px rgba(46, 71, 93, 0.12);
  box-shadow: 0 10px 50px -5px rgba(46, 71, 93, 0.12);
  background-color: #00a17c !important;
  transform: scale(1.02);
}

/* line 277, sass/components/_categoria-producto.scss */
#lista-cat h2 {
  display: none;
}
/* line 281, sass/components/_categoria-producto.scss */
#lista-cat .lista-categorias a {
  display: inline-block;
  color: #000 !important;
  line-height: 1.2em;
}
/* line 287, sass/components/_categoria-producto.scss */
#lista-cat .lista-categorias .toggle::before {
  color: #000;
}

/* line 295, sass/components/_categoria-producto.scss */
select.woocommerce-widget-layered-nav-dropdown {
  -webkit-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: 1px solid #000;
  box-shadow: none !important;
  color: #000;
}
/* line 301, sass/components/_categoria-producto.scss */
select.woocommerce-widget-layered-nav-dropdown:focus {
  border-color: #0087b2;
}

/* line 309, sass/components/_categoria-producto.scss */
.columna-filtros:not(:has(.woocommerce-widget-layered-nav-dropdown)) .columna-filtros-size,
.columna-filtros:not(:has(.woocommerce-widget-layered-nav-dropdown)) .columna-filtros-titulo {
  display: none;
}

/* line 111, sass/components/_producto.scss */
#closeouts .products {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 114, sass/components/_producto.scss */
#closeouts .products .product {
  margin-right: 2% !important;
  width: 23.5% !important;
}
/* line 117, sass/components/_producto.scss */
#closeouts .products .product:nth-child(4n + 4) {
  margin-right: 0 !important;
}
@media only screen and (max-width: 980px) {
  /* line 114, sass/components/_producto.scss */
  #closeouts .products .product {
    width: 49% !important;
  }
  /* line 123, sass/components/_producto.scss */
  #closeouts .products .product:nth-child(2n + 2) {
    margin-right: 0 !important;
  }
}

/* line 216, sass/components/_producto.scss */
#best-sellers .products {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 219, sass/components/_producto.scss */
#best-sellers .products .product {
  margin-right: 2% !important;
  width: 23.5% !important;
}
/* line 222, sass/components/_producto.scss */
#best-sellers .products .product:nth-child(4n + 4) {
  margin-right: 0 !important;
}
@media only screen and (max-width: 980px) {
  /* line 219, sass/components/_producto.scss */
  #best-sellers .products .product {
    width: 49% !important;
  }
  /* line 228, sass/components/_producto.scss */
  #best-sellers .products .product:nth-child(2n + 2) {
    margin-right: 0 !important;
  }
}

/* line 2, sass/components/_producto.scss */
#productos-general .products {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 0;
}
/* line 6, sass/components/_producto.scss */
#productos-general .products .product {
  -webkit-border-radius: 25px 0 25px 0 !important;
  -ms-border-radius: 25px 0 25px 0 !important;
  -moz-border-radius: 25px 0 25px 0 !important;
  border-radius: 25px 0 25px 0 !important;
  margin-right: 2% !important;
  width: 23.5% !important;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
/* line 220, sass/helpers/_mixins.scss */
#productos-general .products .product:nth-child(4n) {
  margin-right: 0 !important;
}
@media only screen and (max-width: 1250px) {
  /* line 6, sass/components/_producto.scss */
  #productos-general .products .product {
    margin-right: 2% !important;
    width: 32% !important;
  }
  /* line 220, sass/helpers/_mixins.scss */
  #productos-general .products .product:nth-child(3n) {
    margin-right: 0 !important;
  }
}
/* line 16, sass/components/_producto.scss */
#productos-general .products .product .woocommerce-LoopProduct-link .et_shop_image {
  display: inline-block;
  margin-right: 5%;
  position: absolute;
  width: 47.5%;
}
/* line 21, sass/components/_producto.scss */
#productos-general .products .product .woocommerce-LoopProduct-link .et_shop_image img {
  margin-bottom: -8px !important;
}
/* line 24, sass/components/_producto.scss */
#productos-general .products .product .woocommerce-LoopProduct-link .et_shop_image .et_overlay {
  display: none;
}
/* line 28, sass/components/_producto.scss */
#productos-general .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  font-weight: 600;
  color: #00a17c;
  display: inline-block;
  line-height: 1em;
  padding: 30px 15px 0 52%;
  vertical-align: top;
}
/* line 38, sass/components/_producto.scss */
#productos-general .products .product .descripcion {
  color: #000;
  font-size: 12px;
  padding: 5px 15px 30px 52%;
}
/* line 42, sass/components/_producto.scss */
#productos-general .products .product .descripcion p,
#productos-general .products .product .descripcion a {
  font-size: 12px;
}
/* line 46, sass/components/_producto.scss */
#productos-general .products .product .descripcion .link {
  font-weight: 600;
  color: #00a17c;
}
/* line 53, sass/components/_producto.scss */
#productos-general .products .product.low-price .price .amount {
  white-space: nowrap;
}
/* line 55, sass/components/_producto.scss */
#productos-general .products .product.low-price .price .amount::before {
  color: #fff;
  content: "AS LOW AS  ";
  font-size: 10px;
}
/* line 239, sass/components/_producto.scss */
#productos-general .products .product {
  -webkit-border-radius: 0 0 25px 25px !important;
  -ms-border-radius: 0 0 25px 25px !important;
  -moz-border-radius: 0 0 25px 25px !important;
  border-radius: 0 0 25px 25px !important;
  background: #fff;
  margin-bottom: 20px !important;
  margin-right: 2%;
  width: 20%;
}
@media only screen and (max-width: 480px) {
  /* line 239, sass/components/_producto.scss */
  #productos-general .products .product {
    width: 100% !important;
  }
}
/* line 249, sass/components/_producto.scss */
#productos-general .products .product .woocommerce-LoopProduct-link .et_shop_image {
  max-height: 260px;
  overflow: hidden;
  position: initial;
  width: 100%;
}
/* line 255, sass/components/_producto.scss */
#productos-general .products .product .woocommerce-LoopProduct-link .descripcion {
  display: none;
}
/* line 258, sass/components/_producto.scss */
#productos-general .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  color: #0087b2;
  min-height: 50px;
  padding: 15px 10px 0;
}
@media only screen and (max-width: 1250px) {
  /* line 258, sass/components/_producto.scss */
  #productos-general .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    font-size: 22px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 258, sass/components/_producto.scss */
  #productos-general .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 258, sass/components/_producto.scss */
  #productos-general .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    font-size: 18px !important;
  }
}
/* line 272, sass/components/_producto.scss */
#productos-general .products .product .woocommerce-LoopProduct-link .price {
  padding: 10px 10px 15px;
}
/* line 274, sass/components/_producto.scss */
#productos-general .products .product .woocommerce-LoopProduct-link .price .amount {
  -webkit-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  border-radius: 25px !important;
  background: #00a17c;
  padding: 2px 8px;
}
/* line 275, sass/components/_producto.scss */
#productos-general .products .product .woocommerce-LoopProduct-link .price .amount::before {
  font-weight: 600;
  color: #fff;
  font-style: italic;
}
/* line 283, sass/components/_producto.scss */
#productos-general .products .product .woocommerce-LoopProduct-link .price .amount bdi,
#productos-general .products .product .woocommerce-LoopProduct-link .price .amount span {
  font-weight: 600;
  color: #fff;
  font-style: italic;
}
/* line 292, sass/components/_producto.scss */
#productos-general .products .product .woocommerce-LoopProduct-link .tiered-loop-variation-name {
  color: #000;
  font-size: 10px;
  padding: 0 10px;
}
/* line 297, sass/components/_producto.scss */
#productos-general .products .product .woocommerce-LoopProduct-link .tpt__tiered-pricing {
  margin-top: 5px;
  padding: 0 10px;
}
/* line 300, sass/components/_producto.scss */
#productos-general .products .product .woocommerce-LoopProduct-link .tpt__tiered-pricing .shop_table {
  display: table;
}
/* line 302, sass/components/_producto.scss */
#productos-general .products .product .woocommerce-LoopProduct-link .tpt__tiered-pricing .shop_table tr {
  background: transparent !important;
}
/* line 304, sass/components/_producto.scss */
#productos-general .products .product .woocommerce-LoopProduct-link .tpt__tiered-pricing .shop_table tr th {
  font-size: 12px;
  padding: 5px;
}
/* line 308, sass/components/_producto.scss */
#productos-general .products .product .woocommerce-LoopProduct-link .tpt__tiered-pricing .shop_table tr td {
  background: transparent;
  font-size: 11px;
}
/* line 311, sass/components/_producto.scss */
#productos-general .products .product .woocommerce-LoopProduct-link .tpt__tiered-pricing .shop_table tr td span {
  color: #000 !important;
}
/* line 316, sass/components/_producto.scss */
#productos-general .products .product .woocommerce-LoopProduct-link .tpt__tiered-pricing .shop_table tr:nth-child(odd) td {
  background: #f7f7f7 !important;
}
/* line 326, sass/components/_producto.scss */
#productos-general .products .product.product_cat-cellophane-cello-sheets .woocommerce-LoopProduct-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 329, sass/components/_producto.scss */
#productos-general .products .product.product_cat-cellophane-cello-sheets .woocommerce-LoopProduct-link .et_shop_image {
  order: 1;
}
/* line 332, sass/components/_producto.scss */
#productos-general .products .product.product_cat-cellophane-cello-sheets .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  order: 2;
}
/* line 335, sass/components/_producto.scss */
#productos-general .products .product.product_cat-cellophane-cello-sheets .woocommerce-LoopProduct-link .cello-attributes {
  color: #000;
  font-size: 15px;
  line-height: 1.2em;
  order: 3;
  padding: 10px 10px 0;
}
/* line 341, sass/components/_producto.scss */
#productos-general .products .product.product_cat-cellophane-cello-sheets .woocommerce-LoopProduct-link .cello-attributes .cello-sep {
  color: #000;
}
/* line 345, sass/components/_producto.scss */
#productos-general .products .product.product_cat-cellophane-cello-sheets .woocommerce-LoopProduct-link .price {
  order: 4;
}
/* line 353, sass/components/_producto.scss */
#productos-general .products.related .products {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media only screen and (max-width: 1250px) {
  /* line 353, sass/components/_producto.scss */
  #productos-general .products.related .products {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
/* line 359, sass/components/_producto.scss */
#productos-general .products.related .products .product {
  margin-right: 2% !important;
  width: 18.4% !important;
}
/* line 220, sass/helpers/_mixins.scss */
#productos-general .products.related .products .product:nth-child(5n) {
  margin-right: 0 !important;
}
@media only screen and (max-width: 1250px) {
  /* line 359, sass/components/_producto.scss */
  #productos-general .products.related .products .product {
    margin-right: 2% !important;
    width: 32% !important;
  }
  /* line 220, sass/helpers/_mixins.scss */
  #productos-general .products.related .products .product:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 359, sass/components/_producto.scss */
  #productos-general .products.related .products .product {
    margin-right: 2% !important;
    width: 49% !important;
  }
  /* line 365, sass/components/_producto.scss */
  #productos-general .products.related .products .product:nth-child(3n + 3) {
    margin-right: 2% !important;
  }
  /* line 220, sass/helpers/_mixins.scss */
  #productos-general .products.related .products .product:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 359, sass/components/_producto.scss */
  #productos-general .products.related .products .product {
    margin-right: 0 !important;
    width: 100% !important;
  }
}
/* line 378, sass/components/_producto.scss */
#productos-general .flickity-button {
  background: transparent;
  height: auto;
  padding: 0;
  position: absolute;
  top: 110%;
  width: 50px;
}
/* line 385, sass/components/_producto.scss */
#productos-general .flickity-button svg {
  display: none;
}
/* line 388, sass/components/_producto.scss */
#productos-general .flickity-button.previous {
  left: calc(50% - 50px) !important;
}
/* line 390, sass/components/_producto.scss */
#productos-general .flickity-button.previous::after {
  color: #fff;
  content: "\23";
  font-family: "etmodules";
  font-size: 40px;
}
/* line 398, sass/components/_producto.scss */
#productos-general .flickity-button.next {
  left: 50%;
  right: auto !important;
}
/* line 401, sass/components/_producto.scss */
#productos-general .flickity-button.next::after {
  color: #fff;
  content: "\24";
  font-family: "etmodules";
  font-size: 40px;
}
/* line 410, sass/components/_producto.scss */
#productos-general .flickity-button:focus {
  box-shadow: none !important;
}

/* line 417, sass/components/_producto.scss */
.single-product .woocommerce-message {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px !important;
}
/* line 421, sass/components/_producto.scss */
.single-product .woocommerce-message .button {
  margin-top: 20px;
  text-align: center;
}

@media only screen and (max-width: 980px) {
  /* line 2, sass/components/_producto-plantilla.scss */
  #producto__fila {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* line 8, sass/components/_producto-plantilla.scss */
#producto__galeria {
  position: sticky;
  top: 155px;
  width: 30%;
}
@media only screen and (max-width: 980px) {
  /* line 8, sass/components/_producto-plantilla.scss */
  #producto__galeria {
    position: static;
    order: 1;
    width: 100%;
  }
}
/* line 20, sass/components/_producto-plantilla.scss */
#producto__galeria .et_pb_wc_gallery .et-pb-slider-arrows a::before {
  color: #0087b2;
}
/* line 51, sass/components/_producto-plantilla.scss */
#producto__datos {
  padding: 0 40px;
  width: 50%;
}
@media only screen and (max-width: 980px) {
  /* line 51, sass/components/_producto-plantilla.scss */
  #producto__datos {
    padding: 30px 0;
    order: 3;
    width: 100%;
  }
}
/* line 60, sass/components/_producto-plantilla.scss */
#producto__datos__titulo h1 {
  font-size: 35px !important;
}
/* line 66, sass/components/_producto-plantilla.scss */
#producto__datos__titulo .et_pb_blurb_container .et_pb_blurb_description .et-dynamic-content-woo--product_short_description p {
  font-size: 20px !important;
}
/* line 76, sass/components/_producto-plantilla.scss */
#producto__datos__carrito .variations .woo-variation-items-wrapper {
  padding-bottom: 0 !important;
}
/* line 78, sass/components/_producto-plantilla.scss */
#producto__datos__carrito .variations .woo-variation-items-wrapper .variable-item-span::after {
  display: none;
}
/* line 82, sass/components/_producto-plantilla.scss */
#producto__datos__carrito .variations .reset_variations {
  display: none !important;
}
/* line 87, sass/components/_producto-plantilla.scss */
#producto__datos__carrito .variations .variable-items-wrapper li {
  -webkit-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  border: 1px solid #3d3d3d;
  box-shadow: none;
}
/* line 92, sass/components/_producto-plantilla.scss */
#producto__datos__carrito .variations .variable-items-wrapper li.selected {
  background: #0087b2;
  border-color: #0087b2;
  color: #fff;
}
/* line 99, sass/components/_producto-plantilla.scss */
#producto__datos__carrito .min {
  font-size: 14px;
  margin-top: 25px;
}
/* line 102, sass/components/_producto-plantilla.scss */
#producto__datos__carrito .min span {
  font-weight: 600;
  color: #0087b2;
  font-size: 18px;
}
/* line 108, sass/components/_producto-plantilla.scss */
#producto__datos__carrito .tiered-pricing-wrapper {
  margin: 30px 0;
}
/* line 110, sass/components/_producto-plantilla.scss */
#producto__datos__carrito .tiered-pricing-wrapper::before {
  font-weight: 600;
  content: "Price table";
  display: block;
  padding-bottom: 10px;
}
/* line 117, sass/components/_producto-plantilla.scss */
#producto__datos__carrito .shop_table {
  -webkit-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  display: table !important;
  border: none;
  margin: 0;
  overflow: hidden;
}
/* line 124, sass/components/_producto-plantilla.scss */
#producto__datos__carrito .shop_table thead th {
  background: #f2f2f2;
  font-size: 12px;
}
/* line 127, sass/components/_producto-plantilla.scss */
#producto__datos__carrito .shop_table thead th:nth-child(2) {
  text-align: center;
}
/* line 130, sass/components/_producto-plantilla.scss */
#producto__datos__carrito .shop_table thead th:nth-child(3) {
  text-align: right;
}
/* line 137, sass/components/_producto-plantilla.scss */
#producto__datos__carrito .shop_table tbody tr td {
  color: #000;
  padding: 10px;
}
/* line 140, sass/components/_producto-plantilla.scss */
#producto__datos__carrito .shop_table tbody tr td:nth-child(2) {
  text-align: center;
}
/* line 143, sass/components/_producto-plantilla.scss */
#producto__datos__carrito .shop_table tbody tr td:nth-child(3) {
  text-align: right;
}
/* line 148, sass/components/_producto-plantilla.scss */
#producto__datos__carrito .shop_table tbody tr:nth-child(even) td {
  background: #fcfcfc;
}
/* line 153, sass/components/_producto-plantilla.scss */
#producto__datos__carrito .shop_table tbody tr.tiered-pricing--active td {
  font-weight: 600;
  background: #0087b2 !important;
  color: #fff;
}
/* line 164, sass/components/_producto-plantilla.scss */
#producto__datos__carrito form .variations {
  overflow-x: visible;
}
/* line 167, sass/components/_producto-plantilla.scss */
#producto__datos__carrito form .variations tbody tr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
}
/* line 171, sass/components/_producto-plantilla.scss */
#producto__datos__carrito form .variations tbody tr:last-child {
  margin-bottom: 0;
}
/* line 181, sass/components/_producto-plantilla.scss */
#producto__datos__relacionado .upsells > h2 {
  display: none;
}
/* line 184, sass/components/_producto-plantilla.scss */
#producto__datos__relacionado .upsells .product {
  -webkit-border-radius: 15px 0 !important;
  -ms-border-radius: 15px 0 !important;
  -moz-border-radius: 15px 0 !important;
  border-radius: 15px 0 !important;
  border: 1px solid #0087b2;
  margin: 0 !important;
  padding: 15px;
  width: 100% !important;
}
/* line 190, sass/components/_producto-plantilla.scss */
#producto__datos__relacionado .upsells .product .et_shop_image {
  display: none;
}
/* line 193, sass/components/_producto-plantilla.scss */
#producto__datos__relacionado .upsells .product .woocommerce-loop-product__title {
  font-weight: 600;
  color: #0087b2;
  font-size: 20px;
  padding-right: 215px;
}
@media only screen and (max-width: 1250px) {
  /* line 193, sass/components/_producto-plantilla.scss */
  #producto__datos__relacionado .upsells .product .woocommerce-loop-product__title {
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 193, sass/components/_producto-plantilla.scss */
  #producto__datos__relacionado .upsells .product .woocommerce-loop-product__title {
    font-size: 18px;
  }
}
/* line 205, sass/components/_producto-plantilla.scss */
#producto__datos__relacionado .upsells .product .cello-attributes {
  margin-bottom: 0;
}
/* line 207, sass/components/_producto-plantilla.scss */
#producto__datos__relacionado .upsells .product .cello-attributes li {
  color: #000;
  font-size: 16px;
}
/* line 212, sass/components/_producto-plantilla.scss */
#producto__datos__relacionado .upsells .product .price {
  display: none;
}
/* line 216, sass/components/_producto-plantilla.scss */
#producto__datos__relacionado .upsells .product::after {
  font-family: 'DM Sans',Helvetica,Arial,Lucida,sans-serif !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  font-weight: 600;
  background: #0087b2 !important;
  border: none !important;
  color: #fff !important;
  font-size: 15px !important;
  padding: 10px 20px !important;
  background: #315ca8 !important;
  letter-spacing: 2px;
  padding: 5px 40px !important;
  text-transform: uppercase;
  content: "View more";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: calc(50% - 18px);
  z-index: -1;
}
/* line 12, sass/components/_forms.scss */
#producto__datos__relacionado .upsells .product::after:hover {
  background: #00a17c !important;
  padding: 10px 20px !important;
}
/* line 16, sass/components/_forms.scss */
#producto__datos__relacionado .upsells .product::after:after {
  display: none;
}
@media only screen and (max-width: 980px) {
  /* line 216, sass/components/_producto-plantilla.scss */
  #producto__datos__relacionado .upsells .product::after {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 216, sass/components/_producto-plantilla.scss */
  #producto__datos__relacionado .upsells .product::after {
    font-size: 12px !important;
    height: auto;
    padding: 10px !important;
  }
  /* line 26, sass/components/_forms.scss */
  #producto__datos__relacionado .upsells .product::after:hover {
    padding: 10px !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 216, sass/components/_producto-plantilla.scss */
  #producto__datos__relacionado .upsells .product::after {
    font-size: 11px !important;
    padding: 7px !important;
  }
  /* line 33, sass/components/_forms.scss */
  #producto__datos__relacionado .upsells .product::after:hover {
    padding: 7px !important;
  }
}
/* line 67, sass/components/_forms.scss */
#producto__datos__relacionado .upsells .product::after:hover {
  background: #0087b2 !important;
  padding: 5px 40px !important;
}
@media only screen and (max-width: 980px) {
  /* line 216, sass/components/_producto-plantilla.scss */
  #producto__datos__relacionado .upsells .product::after {
    padding: 5px 40px !important;
  }
  /* line 73, sass/components/_forms.scss */
  #producto__datos__relacionado .upsells .product::after:hover {
    padding: 5px 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 216, sass/components/_producto-plantilla.scss */
  #producto__datos__relacionado .upsells .product::after {
    padding: 5px 40px !important;
  }
  /* line 79, sass/components/_forms.scss */
  #producto__datos__relacionado .upsells .product::after:hover {
    padding: 5px 40px !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 216, sass/components/_producto-plantilla.scss */
  #producto__datos__relacionado .upsells .product::after {
    padding: 5px 40px !important;
  }
  /* line 85, sass/components/_forms.scss */
  #producto__datos__relacionado .upsells .product::after:hover {
    padding: 5px 40px !important;
  }
}
@media only screen and (max-width: 1250px) {
  /* line 216, sass/components/_producto-plantilla.scss */
  #producto__datos__relacionado .upsells .product::after {
    position: static;
    margin-top: 20px;
  }
}
/* line 230, sass/components/_producto-plantilla.scss */
#producto__datos__relacionado .upsells .product:hover::after {
  background: #0087b2 !important;
}
/* line 238, sass/components/_producto-plantilla.scss */
#producto__datos__detalles p {
  font-size: 15px;
}
/* line 241, sass/components/_producto-plantilla.scss */
#producto__datos__detalles h2,
#producto__datos__detalles h3,
#producto__datos__detalles h4 {
  font-weight: 600;
  color: #000;
  font-size: 20px;
}
/* line 250, sass/components/_producto-plantilla.scss */
#producto__comprar {
  order: 2;
  position: sticky;
  top: 175px;
  width: 20%;
}
@media only screen and (max-width: 980px) {
  /* line 250, sass/components/_producto-plantilla.scss */
  #producto__comprar {
    position: static;
    width: 100%;
  }
}
/* line 259, sass/components/_producto-plantilla.scss */
#producto__comprar__total {
  font-weight: 600;
  color: #000;
  font-size: 35px;
  margin-bottom: 5px;
}
/* line 266, sass/components/_producto-plantilla.scss */
#producto__comprar__precio-per .et_pb_text_inner {
  color: #0087b2;
  font-size: 10px !important;
}
/* line 272, sass/components/_producto-plantilla.scss */
#producto__comprar__priceper .et_pb_blurb_description {
  -webkit-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  background: #0087b2;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
}
/* line 282, sass/components/_producto-plantilla.scss */
#producto__comprar .woocommerce-variation-price .price,
#producto__comprar .single-price .price {
  color: #3d3d3d;
  font-size: 15px !important;
  display: block;
  margin: 5px 0 20px;
}
/* line 287, sass/components/_producto-plantilla.scss */
#producto__comprar .woocommerce-variation-price .price::after,
#producto__comprar .single-price .price::after {
  content: " per unit";
  display: block;
  font-size: 12px;
  line-height: 1px;
}
/* line 296, sass/components/_producto-plantilla.scss */
#producto__comprar .single-price {
  display: none;
}
/* line 301, sass/components/_producto-plantilla.scss */
#producto__comprar__carrito .tiered-pricing-wrapper {
  display: none;
}
/* line 306, sass/components/_producto-plantilla.scss */
#producto__comprar__carrito form .woocommerce-variation-add-to-cart {
  margin-top: 10px;
}
/* line 309, sass/components/_producto-plantilla.scss */
#producto__comprar__carrito form .quantity {
  margin-bottom: 20px !important;
  width: 100%;
}
/* line 311, sass/components/_producto-plantilla.scss */
#producto__comprar__carrito form .quantity::before {
  color: #0087b2;
  content: "Quantity";
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}
/* line 319, sass/components/_producto-plantilla.scss */
#producto__comprar__carrito form .quantity input {
  -webkit-border-radius: 10px 0 !important;
  -ms-border-radius: 10px 0 !important;
  -moz-border-radius: 10px 0 !important;
  border-radius: 10px 0 !important;
  background: transparent;
  border: 1px solid #0087b2 !important;
  color: #000;
  line-height: 1em;
  font-size: 20px;
  max-width: none;
  padding: 5px;
  width: 90px;
}
/* line 329, sass/components/_producto-plantilla.scss */
#producto__comprar__carrito form .quantity input::placeholder {
  color: #000;
  font-size: 10px;
  opacity: 1;
}
/* line 335, sass/components/_producto-plantilla.scss */
#producto__comprar__carrito form .quantity.full {
  position: initial;
  margin-bottom: 20px !important;
}
/* line 343, sass/components/_producto-plantilla.scss */
#producto__comprar__carrito form .variations tbody tr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 349, sass/components/_producto-plantilla.scss */
#producto__comprar__carrito form .button {
  font-family: 'DM Sans',Helvetica,Arial,Lucida,sans-serif !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  font-weight: 600;
  background: #0087b2 !important;
  border: none !important;
  color: #fff !important;
  font-size: 15px !important;
  padding: 10px 20px !important;
  background: #315ca8 !important;
  letter-spacing: 2px;
  padding: 5px 40px !important;
  text-transform: uppercase;
  letter-spacing: normal !important;
}
/* line 12, sass/components/_forms.scss */
#producto__comprar__carrito form .button:hover {
  background: #00a17c !important;
  padding: 10px 20px !important;
}
/* line 16, sass/components/_forms.scss */
#producto__comprar__carrito form .button:after {
  display: none;
}
@media only screen and (max-width: 980px) {
  /* line 349, sass/components/_producto-plantilla.scss */
  #producto__comprar__carrito form .button {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 349, sass/components/_producto-plantilla.scss */
  #producto__comprar__carrito form .button {
    font-size: 12px !important;
    height: auto;
    padding: 10px !important;
  }
  /* line 26, sass/components/_forms.scss */
  #producto__comprar__carrito form .button:hover {
    padding: 10px !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 349, sass/components/_producto-plantilla.scss */
  #producto__comprar__carrito form .button {
    font-size: 11px !important;
    padding: 7px !important;
  }
  /* line 33, sass/components/_forms.scss */
  #producto__comprar__carrito form .button:hover {
    padding: 7px !important;
  }
}
/* line 67, sass/components/_forms.scss */
#producto__comprar__carrito form .button:hover {
  background: #0087b2 !important;
  padding: 5px 40px !important;
}
@media only screen and (max-width: 980px) {
  /* line 349, sass/components/_producto-plantilla.scss */
  #producto__comprar__carrito form .button {
    padding: 5px 40px !important;
  }
  /* line 73, sass/components/_forms.scss */
  #producto__comprar__carrito form .button:hover {
    padding: 5px 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 349, sass/components/_producto-plantilla.scss */
  #producto__comprar__carrito form .button {
    padding: 5px 40px !important;
  }
  /* line 79, sass/components/_forms.scss */
  #producto__comprar__carrito form .button:hover {
    padding: 5px 40px !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 349, sass/components/_producto-plantilla.scss */
  #producto__comprar__carrito form .button {
    padding: 5px 40px !important;
  }
  /* line 85, sass/components/_forms.scss */
  #producto__comprar__carrito form .button:hover {
    padding: 5px 40px !important;
  }
}
@media only screen and (max-width: 1250px) {
  /* line 349, sass/components/_producto-plantilla.scss */
  #producto__comprar__carrito form .button {
    font-size: 11px !important;
  }
}
/* line 356, sass/components/_producto-plantilla.scss */
#producto__comprar__carrito form .out-of-stock {
  -webkit-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  background: #0087b2;
  color: #fff;
  font-size: 18px;
  margin-top: -20px;
  padding: 15px;
}

/* line 4, sass/components/modules/_slider-full.scss */
#content-slider-full__slides {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto;
}
/* line 9, sass/components/modules/_slider-full.scss */
#content-slider-full__slides .et_pb_slides .et_pb_slide {
  padding: 0 !important;
}
/* line 11, sass/components/modules/_slider-full.scss */
#content-slider-full__slides .et_pb_slides .et_pb_slide .et_pb_container {
  height: auto !important;
  min-height: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
/* line 17, sass/components/modules/_slider-full.scss */
#content-slider-full__slides .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner {
  position: relative;
}
/* line 20, sass/components/modules/_slider-full.scss */
#content-slider-full__slides .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  top: 0 !important;
  width: 100% !important;
}
/* line 27, sass/components/modules/_slider-full.scss */
#content-slider-full__slides .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image img {
  max-height: none !important;
  width: 100% !important;
}
/* line 32, sass/components/modules/_slider-full.scss */
#content-slider-full__slides .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
  max-width: 1920px !important;
  width: 85% !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  bottom: 0 !important;
  height: auto !important;
  left: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
}
@media only screen and (max-width: 480px) {
  /* line 32, sass/components/modules/_slider-full.scss */
  #content-slider-full__slides .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
    width: 90% !important;
  }
}
/* line 67, sass/components/modules/_slider-full.scss */
#content-slider-full__slides .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
  padding-bottom: 15px;
}
/* line 70, sass/components/modules/_slider-full.scss */
#content-slider-full__slides .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content {
  font-family: 'DM Sans',Helvetica,Arial,Lucida,sans-serif !important;
  font-size: 22px;
}
/* line 76, sass/components/modules/_slider-full.scss */
#content-slider-full__slides .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_button_wrapper .et_pb_button {
  font-family: 'DM Sans',Helvetica,Arial,Lucida,sans-serif !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  font-weight: 600;
  background: #0087b2 !important;
  border: none !important;
  color: #fff !important;
  font-size: 15px !important;
  padding: 10px 20px !important;
  background: #00a17c !important;
}
/* line 12, sass/components/_forms.scss */
#content-slider-full__slides .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_button_wrapper .et_pb_button:hover {
  background: #00a17c !important;
  padding: 10px 20px !important;
}
/* line 16, sass/components/_forms.scss */
#content-slider-full__slides .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_button_wrapper .et_pb_button:after {
  display: none;
}
@media only screen and (max-width: 980px) {
  /* line 76, sass/components/modules/_slider-full.scss */
  #content-slider-full__slides .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_button_wrapper .et_pb_button {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 76, sass/components/modules/_slider-full.scss */
  #content-slider-full__slides .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_button_wrapper .et_pb_button {
    font-size: 12px !important;
    height: auto;
    padding: 10px !important;
  }
  /* line 26, sass/components/_forms.scss */
  #content-slider-full__slides .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_button_wrapper .et_pb_button:hover {
    padding: 10px !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 76, sass/components/modules/_slider-full.scss */
  #content-slider-full__slides .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_button_wrapper .et_pb_button {
    font-size: 11px !important;
    padding: 7px !important;
  }
  /* line 33, sass/components/_forms.scss */
  #content-slider-full__slides .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_button_wrapper .et_pb_button:hover {
    padding: 7px !important;
  }
}
/* line 50, sass/components/_forms.scss */
#content-slider-full__slides .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_button_wrapper .et_pb_button:hover {
  background: #0087b2 !important;
}
/* line 90, sass/components/modules/_slider-full.scss */
#content-slider-full__slides .et-pb-arrow-prev, #content-slider-full__slides .et-pb-arrow-next {
  font-size: 20px;
  opacity: 1 !important;
  top: 96%;
}
/* line 96, sass/components/modules/_slider-full.scss */
#content-slider-full__slides .et-pb-slider-arrows .et-pb-arrow-prev {
  left: calc(50% - 50px);
}
/* line 99, sass/components/modules/_slider-full.scss */
#content-slider-full__slides .et-pb-slider-arrows .et-pb-arrow-next {
  left: calc(50% + 40px);
}

/* line 109, sass/components/modules/_slider-full.scss */
.tax-product_cat #content-slider-full .et_pb_slide_description {
  display: none !important;
}

/* line 4, sass/components/modules/_slider.scss */
#content-slider {
  height: 100vh;
}
/* line 8, sass/components/modules/_slider.scss */
#content-slider__slides .et_pb_slides {
  height: 100%;
}
/* line 10, sass/components/modules/_slider.scss */
#content-slider__slides .et_pb_slides .et_pb_slide {
  height: 100%;
  padding: 0;
}
/* line 13, sass/components/modules/_slider.scss */
#content-slider__slides .et_pb_slides .et_pb_slide .et_pb_container {
  max-width: 1920px !important;
  width: 85% !important;
}
@media only screen and (max-width: 480px) {
  /* line 13, sass/components/modules/_slider.scss */
  #content-slider__slides .et_pb_slides .et_pb_slide .et_pb_container {
    width: 90% !important;
  }
}
/* line 15, sass/components/modules/_slider.scss */
#content-slider__slides .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner {
  vertical-align: bottom;
}
/* line 31, sass/components/modules/_slider.scss */
#content-slider__slides .et-pb-controllers a {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* line 34, sass/components/modules/_slider.scss */
#content-slider__slides .et-pb-controllers a.et-pb-active-control {
  opacity: 1;
}

/* line 2, sass/components/plugins/_profile-press.scss */
.formulario .profilepress-login-status {
  background-color: #34495e;
  color: #ffffff;
  border: medium none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  padding: 8px 5px;
  margin: 4px 0;
  transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;
}
/* line 15, sass/components/plugins/_profile-press.scss */
.formulario .profilepress-login-status a {
  color: #ea9629 !important;
}
