@charset "UTF-8";
/*
Theme Name:     MkCommerce Child
Theme URI:      https://www.markenetics.com
Description:    MkCommerce Child Theme
Author:         Markenetics
Author URI:     https://www.markenetics.com
Template:       mkcommerce
Version:        1.0.0
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-2.0.html
eCommerce con Marketing y Tecnología
*/
/* line 5, ../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 24, sass/helpers/_basics.scss */
.et_pb_row {
  max-width: 1920px !important;
  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 5, sass/typography/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IBM Plex Sans", sans-serif !important;
  padding-bottom: 15px;
}

/* line 15, sass/typography/_typography.scss */
h1 {
  font-size: 40px;
}
@media only screen and (max-width: 1100px) {
  /* line 15, sass/typography/_typography.scss */
  h1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 15, sass/typography/_typography.scss */
  h1 {
    font-size: 31px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 15, sass/typography/_typography.scss */
  h1 {
    font-size: 27px;
  }
}

/* line 27, sass/typography/_typography.scss */
h2 {
  font-size: 35px;
}
@media only screen and (max-width: 1100px) {
  /* line 27, sass/typography/_typography.scss */
  h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 27, sass/typography/_typography.scss */
  h2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 27, sass/typography/_typography.scss */
  h2 {
    font-size: 25px;
  }
}

/* line 39, sass/typography/_typography.scss */
h3 {
  font-size: 30px;
}
@media only screen and (max-width: 1100px) {
  /* line 39, sass/typography/_typography.scss */
  h3 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 39, sass/typography/_typography.scss */
  h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 39, sass/typography/_typography.scss */
  h3 {
    font-size: 22px;
  }
}

/* line 51, sass/typography/_typography.scss */
h4 {
  font-size: 25px;
}
@media only screen and (max-width: 1100px) {
  /* line 51, sass/typography/_typography.scss */
  h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 51, sass/typography/_typography.scss */
  h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 51, sass/typography/_typography.scss */
  h4 {
    font-size: 18px;
  }
}

/* line 63, sass/typography/_typography.scss */
h5 {
  font-size: 21px;
}
@media only screen and (max-width: 1100px) {
  /* line 63, sass/typography/_typography.scss */
  h5 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 63, sass/typography/_typography.scss */
  h5 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 63, sass/typography/_typography.scss */
  h5 {
    font-size: 16px;
  }
}

/* line 75, sass/typography/_typography.scss */
h6 {
  font-size: 18px;
}
@media only screen and (max-width: 1100px) {
  /* line 75, sass/typography/_typography.scss */
  h6 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 75, sass/typography/_typography.scss */
  h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 75, sass/typography/_typography.scss */
  h6 {
    font-size: 15px;
  }
}

/* line 101, sass/typography/_typography.scss */
p,
.textos p,
.et_pb_text_inner {
  font-family: "IBM Plex Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
  padding-bottom: 1em;
}
/* line 105, sass/typography/_typography.scss */
p strong,
.textos p strong,
.et_pb_text_inner strong {
  font-weight: 600;
}

/* line 109, sass/typography/_typography.scss */
.textos.destacados p,
.textos.destacados {
  font-size: 23px;
}
@media only screen and (max-width: 480px) {
  /* line 109, sass/typography/_typography.scss */
  .textos.destacados p,
  .textos.destacados {
    font-size: 19px;
  }
}

/* line 127, 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 31, sass/components/_forms.scss */
.et_pb_button {
  -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: #159cd4 !important;
  border-radius: 25px !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  font-size: 15px !important;
  padding: 7px 15px !important;
}
/* line 10, sass/components/_forms.scss */
.et_pb_button:hover {
  background: #233977 !important;
  padding: 7px 15px !important;
}
/* line 14, sass/components/_forms.scss */
.et_pb_button:after {
  display: none;
}

/* line 39, sass/components/_forms.scss */
.boton-dark {
  -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: #159cd4 !important;
  border-radius: 25px !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  font-size: 15px !important;
  padding: 7px 15px !important;
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #233977 !important;
}
/* line 10, sass/components/_forms.scss */
.boton-dark:hover {
  background: #233977 !important;
  padding: 7px 15px !important;
}
/* line 14, sass/components/_forms.scss */
.boton-dark:after {
  display: none;
}
/* line 44, sass/components/_forms.scss */
.boton-dark:hover {
  background: transparent !important;
  color: #fff !important;
}

/* line 58, sass/components/_forms.scss */
.boton-azul {
  -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: #159cd4 !important;
  border-radius: 25px !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  font-size: 15px !important;
  padding: 7px 15px !important;
  background: #233977 !important;
}
/* line 10, sass/components/_forms.scss */
.boton-azul:hover {
  background: #233977 !important;
  padding: 7px 15px !important;
}
/* line 14, sass/components/_forms.scss */
.boton-azul:after {
  display: none;
}
/* line 53, sass/components/_forms.scss */
.boton-azul:hover {
  background: #159cd4 !important;
}

/*
Formularios
En ajustes de wp-forms configurarlo como "solo estilos basicos"
*/
/* line 67, sass/components/_forms.scss */
.formulario .wpforms-field-container {
  padding: 25px 0 0;
}
/* line 70, 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 input[type="number"],
.formulario .wpforms-field-container textarea,
.formulario .wpforms-field-container select {
  font-family: "IBM Plex Sans", sans-serif !important;
  font-size: 16px;
  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: transparent !important;
  border: 1px solid #34393f !important;
  border-radius: 20px !important;
  box-shadow: none !important;
  color: #34393f !important;
  padding: 12px 10px;
  width: 100%;
}
/* line 88, 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 input[type="number"]:focus,
.formulario .wpforms-field-container textarea:focus,
.formulario .wpforms-field-container select:focus {
  border-color: #159cd4 !important;
}
/* line 92, sass/components/_forms.scss */
.formulario .wpforms-field-container input[type="text"]::placeholder,
.formulario .wpforms-field-container input[type="tel"]::placeholder,
.formulario .wpforms-field-container input[type="email"]::placeholder,
.formulario .wpforms-field-container input[type="password"]::placeholder,
.formulario .wpforms-field-container input[type="number"]::placeholder,
.formulario .wpforms-field-container textarea::placeholder,
.formulario .wpforms-field-container select::placeholder {
  color: #34393f !important;
}
/* line 97, sass/components/_forms.scss */
.formulario .wpforms-field-container textarea {
  border-radius: 10px !important;
}
/* line 100, sass/components/_forms.scss */
.formulario .wpforms-field-container label {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
  position: relative;
  width: 100%;
}
/* line 114, sass/components/_forms.scss */
.formulario .wpforms-field-container .wpforms-has-error label:first-child {
  color: red;
}
/* line 120, 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 129, 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 136, sass/components/_forms.scss */
.formulario .wpforms-field-container .wpforms-has-error label:last-child {
  color: red;
}
/* line 149, sass/components/_forms.scss */
.formulario .wpforms-submit-container .wpforms-submit {
  -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: #159cd4 !important;
  border-radius: 25px !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  font-size: 15px !important;
  padding: 7px 15px !important;
  background: #34393f !important;
  cursor: pointer;
}
/* line 10, sass/components/_forms.scss */
.formulario .wpforms-submit-container .wpforms-submit:hover {
  background: #233977 !important;
  padding: 7px 15px !important;
}
/* line 14, sass/components/_forms.scss */
.formulario .wpforms-submit-container .wpforms-submit:after {
  display: none;
}
/* line 153, sass/components/_forms.scss */
.formulario .wpforms-submit-container .wpforms-submit:hover {
  background: #000 !important;
}
/* line 159, sass/components/_forms.scss */
.formulario .wpforms-submit-container .wpforms-submit-spinner {
  display: none !important;
}
/* line 165, sass/components/_forms.scss */
.formulario .wpforms-confirmation-container {
  margin-top: 40px;
}
/* line 168, sass/components/_forms.scss */
.formulario .wpforms-confirmation-container p {
  color: #000;
  font-size: 18px;
}

/*Columnas
Se puede hacer desde opciones en wp-forms*/
/* line 180, 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 181, 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 181, 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 196, sass/components/_forms.scss */
.form-columnas .wpforms-field-html div {
  padding: 0;
}

/* line 209, 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 209, 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 218, 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 218, 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 226, 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 226, 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: url("/wp-content/themes/mkcommerce-child/images/footer.png") no-repeat top right/auto 90%, #233977;
}
@media only screen and (max-width: 767px) {
  /* line 1, sass/components/_footer.scss */
  #main-footer {
    background: url("/wp-content/themes/mkcommerce-child/images/footer.png") no-repeat top right/auto 30%, #233977;
  }
}
@media only screen and (max-width: 480px) {
  /* line 1, sass/components/_footer.scss */
  #main-footer {
    background: url("/wp-content/themes/mkcommerce-child/images/footer.png") no-repeat bottom right/auto 25%, #233977;
  }
}
/* line 15, sass/components/_footer.scss */
#main-footer .container {
  max-width: 1920px !important;
  width: 90% !important;
}
/* line 17, sass/components/_footer.scss */
#main-footer .container #footer-widgets {
  padding: 60px 0 20px;
}
@media only screen and (max-width: 767px) {
  /* line 17, 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-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 60px 0;
  }
}
/* line 24, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget {
  margin-bottom: 0 !important;
}
/* line 26, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:empty {
  display: none;
}
/* line 29, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget .fwidget {
  margin-bottom: 0 !important;
}
/* line 31, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget .fwidget h3,
#main-footer .container #footer-widgets .footer-widget .fwidget h4 {
  color: #fff;
}
/* line 35, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget .fwidget h3 {
  font-weight: 600;
  font-size: 20px;
}
/* line 39, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget .fwidget h4 {
  font-size: 17px;
}
/* line 45, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget .datos-footer ul li {
  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;
  gap: 15px;
  padding-left: 0;
}
/* line 50, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget .datos-footer ul li i {
  color: #159cd4;
  font-size: 20px;
  width: 20px;
}
/* line 55, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget .datos-footer ul li a,
#main-footer .container #footer-widgets .footer-widget .datos-footer ul li span {
  font-family: "IBM Plex Sans", sans-serif !important;
  color: #fff;
}
/* line 60, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget .datos-footer ul li::before {
  display: none;
}
/* line 67, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget .menu li {
  padding-left: 0;
}
/* line 69, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget .menu li::before {
  display: none;
}
/* line 74, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget #block-11 {
  margin-top: 30px;
}
@media only screen and (max-width: 980px) {
  /* line 78, sass/components/_footer.scss */
  #main-footer .container #footer-widgets .footer-widget .widget_media_image img {
    width: 260px;
  }
}
/* line 84, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget .widget_block {
  width: 100%;
}
/* line 87, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget .wp-block-social-links {
  float: right;
}
/* line 90, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget .wp-block-social-links li::before {
  display: none;
}
/* line 94, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget .wp-block-social-links li svg path {
  fill: #000;
}
@media only screen and (max-width: 767px) {
  /* line 100, sass/components/_footer.scss */
  #main-footer .container #footer-widgets .footer-widget:first-child {
    margin-top: 40px !important;
  }
}
/* line 108, sass/components/_footer.scss */
#main-footer .medios-de-pago {
  padding-bottom: 30px;
}
/* line 110, sass/components/_footer.scss */
#main-footer .medios-de-pago .et_pb_column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
/* line 113, sass/components/_footer.scss */
#main-footer .medios-de-pago .et_pb_column img {
  height: auto;
  max-height: 35px;
  max-width: 45px;
  width: auto;
}
/* line 119, sass/components/_footer.scss */
#main-footer .medios-de-pago .et_pb_column .et_pb_image {
  margin: 0 !important;
}

/* line 127, sass/components/_footer.scss */
#footer-bottom {
  background: #34393f;
  padding: 10px 0;
}
/* line 131, 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 131, 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 139, sass/components/_footer.scss */
#footer-bottom .container:after {
  display: none;
}
/* line 142, sass/components/_footer.scss */
#footer-bottom .container #markenetics {
  display: inline-block;
  height: auto;
  width: 150px;
}
/* line 146, 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 153, sass/components/_footer.scss */
#footer-bottom .container #markenetics:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
/* line 161, sass/components/_footer.scss */
#footer-bottom .container p {
  color: #fff;
  font-size: 14px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  /* line 161, sass/components/_footer.scss */
  #footer-bottom .container p {
    text-align: center;
    width: 100%;
  }
}

/* line 14, sass/components/_header.scss */
#main-header {
  background: #fff !important;
}
@media only screen and (max-width: 980px) {
  /* line 14, sass/components/_header.scss */
  #main-header {
    position: fixed !important;
    top: 0;
  }
}
/* line 21, sass/components/_header.scss */
#main-header .container {
  max-width: 1920px !important;
  width: 90% !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;
}
@media only screen and (max-width: 980px) {
  /* line 21, sass/components/_header.scss */
  #main-header .container {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
/* 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: 110px;
}
@media only screen and (max-width: 480px) {
  /* line 32, sass/components/_header.scss */
  #main-header .container #link-logo {
    width: 90px;
  }
}
/* line 39, sass/components/_header.scss */
#main-header .container #buscador {
  margin: 0 30px 0 30px;
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 1100px) {
  /* line 39, sass/components/_header.scss */
  #main-header .container #buscador {
    margin: 0 10px 0 10px;
  }
}
@media only screen and (max-width: 980px) {
  /* line 39, sass/components/_header.scss */
  #main-header .container #buscador {
    margin-left: auto;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 39, sass/components/_header.scss */
  #main-header .container #buscador {
    margin-right: 10px;
  }
}
/* line 54, sass/components/_header.scss */
#main-header .container #buscador form input[type="search"] {
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #233977 !important;
  height: 30px;
  padding-left: 35px;
  width: 220px;
}
@media only screen and (max-width: 480px) {
  /* line 54, sass/components/_header.scss */
  #main-header .container #buscador form input[type="search"] {
    width: 150px;
  }
}
/* line 64, sass/components/_header.scss */
#main-header .container #buscador form .is-search-submit {
  position: absolute;
  left: 2px;
}
/* line 67, sass/components/_header.scss */
#main-header .container #buscador form .is-search-submit .is-search-icon {
  background: transparent;
  border: none;
}
/* line 71, sass/components/_header.scss */
#main-header .container #buscador form .is-search-submit .is-search-icon svg path {
  fill: #233977;
}
/* line 80, sass/components/_header.scss */
#main-header .container #et-top-navigation {
  -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;
  margin-left: 0;
  margin-right: 0;
  padding-top: 33px;
}
@media only screen and (max-width: 980px) {
  /* line 80, sass/components/_header.scss */
  #main-header .container #et-top-navigation {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1100px) {
  /* line 90, sass/components/_header.scss */
  #main-header .container #et-top-navigation #top-menu-nav #top-menu li {
    padding-right: 14px;
  }
}
/* line 94, sass/components/_header.scss */
#main-header .container #et-top-navigation #top-menu-nav #top-menu li a {
  font-family: "IBM Plex Sans", 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;
  color: #233977;
  padding-bottom: 33px;
}
@media only screen and (max-width: 1100px) {
  /* line 94, sass/components/_header.scss */
  #main-header .container #et-top-navigation #top-menu-nav #top-menu li a {
    font-size: 13px !important;
  }
}
/* line 102, sass/components/_header.scss */
#main-header .container #et-top-navigation #top-menu-nav #top-menu li a i {
  color: #233977;
  padding-right: 4px;
}
/* line 107, sass/components/_header.scss */
#main-header .container #et-top-navigation #top-menu-nav #top-menu li .sub-menu {
  background: #fff;
  border-top: 4px solid #233977;
  right: 0;
}
/* line 111, sass/components/_header.scss */
#main-header .container #et-top-navigation #top-menu-nav #top-menu li .sub-menu li {
  margin-right: 0;
}
/* line 114, sass/components/_header.scss */
#main-header .container #et-top-navigation #top-menu-nav #top-menu li .sub-menu a {
  background: transparent !important;
  line-height: 1em;
  padding: 10px 0;
  text-align: left;
}
/* line 121, sass/components/_header.scss */
#main-header .container #et-top-navigation #top-menu-nav #top-menu li.login {
  padding-right: 5px;
  position: relative;
}
/* line 124, sass/components/_header.scss */
#main-header .container #et-top-navigation #top-menu-nav #top-menu li.login::after {
  color: #233977;
  content: " | ";
  position: absolute;
  top: 0;
  right: -2px;
}
/* line 134, sass/components/_header.scss */
#main-header .container #et-top-navigation #top-menu-nav #top-menu li.boton-header 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: #159cd4 !important;
  border-radius: 25px !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  font-size: 15px !important;
  padding: 7px 15px !important;
  opacity: 1 !important;
}
/* line 10, sass/components/_forms.scss */
#main-header .container #et-top-navigation #top-menu-nav #top-menu li.boton-header a:hover {
  background: #233977 !important;
  padding: 7px 15px !important;
}
/* line 14, sass/components/_forms.scss */
#main-header .container #et-top-navigation #top-menu-nav #top-menu li.boton-header a:after {
  display: none;
}
/* line 145, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar {
  padding-bottom: 0;
}
/* line 147, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar:before {
  color: #233977;
}
/* line 154, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar:before {
  content: "\4d";
}
/* line 160, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu {
  border-color: #233977;
  top: 95px;
}
@media only screen and (max-width: 480px) {
  /* line 160, sass/components/_header.scss */
  #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu {
    top: 79px;
  }
}
/* line 168, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu li a {
  border: none !important;
  background: transparent !important;
  color: #233977;
  opacity: 1 !important;
}
/* line 174, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu li.menu-item-has-children {
  position: relative;
}
/* line 176, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu li.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;
  padding: 0;
}
/* line 181, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu li.menu-item-has-children .sub-menu li {
  padding-left: 15px;
}
/* line 183, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu li.menu-item-has-children .sub-menu li a {
  font-size: 13px;
  font-weight: 300;
}
/* line 189, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu li.menu-item-has-children .toggle {
  position: absolute;
  right: 0;
  top: 9px;
}
/* line 193, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu li.menu-item-has-children .toggle::before {
  color: #233977;
  content: "\33";
  font-family: "etmodules";
  font-size: 20px;
}
/* line 201, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu li.menu-item-has-children.open .sub-menu {
  max-height: 1000px;
}
/* line 205, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu li.menu-item-has-children.open .toggle::before {
  content: "\32";
}
/* line 211, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu li#menu-item-1134, #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu li#menu-item-1122 {
  display: none;
}
/* line 220, sass/components/_header.scss */
#main-header .container .carrito {
  padding: 33px 0;
}
/* line 222, sass/components/_header.scss */
#main-header .container .carrito a {
  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;
  -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 227, sass/components/_header.scss */
#main-header .container .carrito a svg {
  width: 27px;
}
/* line 230, sass/components/_header.scss */
#main-header .container .carrito a span {
  color: #000;
  font-size: 13px;
}
/* line 237, 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;
  margin-left: auto !important;
  padding-top: 33px;
  position: relative;
  top: 3px;
}
/* line 244, sass/components/_header.scss */
#main-header .container #et-secondary-menu li {
  margin-right: 35px;
}
@media only screen and (max-width: 1250px) {
  /* line 244, sass/components/_header.scss */
  #main-header .container #et-secondary-menu li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  /* line 244, sass/components/_header.scss */
  #main-header .container #et-secondary-menu li {
    margin-right: 14px;
  }
}
/* line 252, sass/components/_header.scss */
#main-header .container #et-secondary-menu li a {
  color: #233977;
  font-size: 14px !important;
}
@media only screen and (max-width: 1100px) {
  /* line 252, sass/components/_header.scss */
  #main-header .container #et-secondary-menu li a {
    font-size: 13px !important;
  }
}
/* line 259, sass/components/_header.scss */
#main-header .container #et-secondary-menu li > a {
  padding-bottom: 33px;
}
/* line 262, sass/components/_header.scss */
#main-header .container #et-secondary-menu li .sub-menu {
  background: #fff;
  border-top: 4px solid #233977;
  left: 0;
}
/* line 266, sass/components/_header.scss */
#main-header .container #et-secondary-menu li .sub-menu li {
  margin-right: 0;
}
/* line 269, sass/components/_header.scss */
#main-header .container #et-secondary-menu li .sub-menu a {
  background: transparent !important;
  padding: 10px 0;
  text-align: left;
}
@media only screen and (min-width: 981px) {
  /* line 275, sass/components/_header.scss */
  #main-header .container #et-secondary-menu li.mobile {
    display: none;
  }
}
/* line 280, sass/components/_header.scss */
#main-header .container #et-secondary-menu li.menu-item-392 {
  margin-right: 0 !important;
}
/* line 287, sass/components/_header.scss */
#main-header.et-fixed-header .carrito {
  padding: 20px 0 !important;
}

/* line 293, sass/components/_header.scss */
.et-cart-info {
  display: none;
}

/* line 1, sass/components/_home.scss */
.productos-home {
  position: relative;
}
/* line 3, sass/components/_home.scss */
.productos-home::after {
  background: #fff;
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
  content: "";
  height: 320px;
  position: absolute;
  left: calc(50% - 254px);
  top: 0;
  width: 508px;
  visibility: visible;
  z-index: 1;
}
@media only screen and (max-width: 980px) {
  /* line 3, sass/components/_home.scss */
  .productos-home::after {
    left: 24%;
    width: 52%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 3, sass/components/_home.scss */
  .productos-home::after {
    left: 19%;
    width: 62%;
  }
}
/* line 24, sass/components/_home.scss */
.productos-home .et_pb_column:nth-child(1) {
  left: 0;
  right: auto;
}
/* line 28, sass/components/_home.scss */
.productos-home .et_pb_column:nth-child(2) {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
  height: 320px;
  left: calc(50% - 250px);
  position: absolute !important;
  width: 500px !important;
  z-index: 99999;
}
/* line 35, sass/components/_home.scss */
.productos-home .et_pb_column:nth-child(2) h3 {
  font-weight: 400;
}
@media only screen and (max-width: 980px) {
  /* line 28, sass/components/_home.scss */
  .productos-home .et_pb_column:nth-child(2) {
    left: 25%;
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 28, sass/components/_home.scss */
  .productos-home .et_pb_column:nth-child(2) {
    left: 20%;
    width: 60% !important;
  }
}
/* line 48, sass/components/_home.scss */
.productos-home .et_pb_column:nth-child(3) {
  margin-left: auto;
}
@media only screen and (max-width: 980px) {
  /* line 48, sass/components/_home.scss */
  .productos-home .et_pb_column:nth-child(3) {
    left: auto;
    position: absolute;
    right: 0;
  }
}
/* line 56, sass/components/_home.scss */
.productos-home .et_pb_column:nth-child(1), .productos-home .et_pb_column:nth-child(3) {
  width: 500px;
  z-index: 0;
}
@media only screen and (max-width: 980px) {
  /* line 56, sass/components/_home.scss */
  .productos-home .et_pb_column:nth-child(1), .productos-home .et_pb_column:nth-child(3) {
    display: block;
    height: 320px;
    width: 40% !important;
  }
}
/* line 68, sass/components/_home.scss */
.productos-home.alt::after {
  clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
}
/* line 72, sass/components/_home.scss */
.productos-home.alt .et_pb_column:nth-child(2) {
  clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
}

/* line 2, sass/components/_pages.scss */
.whatsappme__copy {
  display: none !important;
}

/* line 7, sass/components/_pages.scss */
#mi-cuenta .button {
  -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: #159cd4 !important;
  border-radius: 25px !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  font-size: 15px !important;
  padding: 7px 15px !important;
}
/* line 10, sass/components/_forms.scss */
#mi-cuenta .button:hover {
  background: #233977 !important;
  padding: 7px 15px !important;
}
/* line 14, sass/components/_forms.scss */
#mi-cuenta .button:after {
  display: none;
}
/* line 10, sass/components/_pages.scss */
#mi-cuenta .order-again {
  -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: #159cd4 !important;
  border-radius: 25px !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  font-size: 15px !important;
  padding: 7px 15px !important;
  background: #233977 !important;
  margin-left: 10px;
}
/* line 10, sass/components/_forms.scss */
#mi-cuenta .order-again:hover {
  background: #233977 !important;
  padding: 7px 15px !important;
}
/* line 14, sass/components/_forms.scss */
#mi-cuenta .order-again:after {
  display: none;
}
/* line 53, sass/components/_forms.scss */
#mi-cuenta .order-again:hover {
  background: #159cd4 !important;
}
/* line 14, sass/components/_pages.scss */
#mi-cuenta h3 {
  color: #233977;
}
/* line 18, sass/components/_pages.scss */
#mi-cuenta .woocommerce-Addresses .woocommerce-Address {
  margin-bottom: 30px;
  width: 100%;
}
/* line 21, sass/components/_pages.scss */
#mi-cuenta .woocommerce-Addresses .woocommerce-Address h3 {
  font-size: 20px;
}
/* line 26, sass/components/_pages.scss */
#mi-cuenta th.product-total,
#mi-cuenta .amount {
  display: none;
}
/* line 30, sass/components/_pages.scss */
#mi-cuenta tfoot {
  display: none;
}
/* line 33, sass/components/_pages.scss */
#mi-cuenta .woocommerce-customer-details {
  display: none;
}
/* line 37, sass/components/_pages.scss */
#mi-cuenta .woocommerce-order-details .order-again {
  display: none;
}

/* line 44, sass/components/_pages.scss */
body:not(.logged-in) #producto-plantilla__informacion__consulta .et_pb_toggle_content, body:not(.logged-in) .add_view_quote_btn a {
  display: none !important;
}

/* line 2, sass/components/_carrito.scss */
.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-quantity,
.woocommerce-cart-form .product-subtotal {
  display: none !important;
}

/* line 11, sass/components/_carrito.scss */
.et_pb_wc_cart_totals .cart_totals h2, .et_pb_wc_cart_totals .cart_totals .shop_table {
  display: none;
}
/* line 16, sass/components/_carrito.scss */
.et_pb_wc_cart_totals .wc-proceed-to-checkout .checkout-button {
  -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: #159cd4 !important;
  border-radius: 25px !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  font-size: 15px !important;
  padding: 7px 15px !important;
  font-size: 20px !important;
  width: fit-content;
}
/* line 10, sass/components/_forms.scss */
.et_pb_wc_cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background: #233977 !important;
  padding: 7px 15px !important;
}
/* line 14, sass/components/_forms.scss */
.et_pb_wc_cart_totals .wc-proceed-to-checkout .checkout-button:after {
  display: none;
}

@media only screen and (max-width: 980px) {
  /* line 1, sass/components/_categoria-producto.scss */
  .wc-block-product-categories-list {
    padding-left: 0 !important;
  }
}
/* line 5, sass/components/_categoria-producto.scss */
.wc-block-product-categories-list li {
  margin-bottom: 10px !important;
}
/* line 6, sass/components/_categoria-producto.scss */
.wc-block-product-categories-list li::marker {
  content: "";
}
/* line 11, sass/components/_categoria-producto.scss */
.wc-block-product-categories-list li a:hover {
  text-decoration: underline !important;
}
@media only screen and (max-width: 980px) {
  /* line 5, sass/components/_categoria-producto.scss */
  .wc-block-product-categories-list li {
    margin-bottom: 0 !important;
  }
}

/* line 21, sass/components/_categoria-producto.scss */
.wc-block-product-categories-list--depth-0
> .wc-block-product-categories-list-item {
  margin-bottom: 20px !important;
}

/* line 26, sass/components/_categoria-producto.scss */
.wc-block-product-categories-list--depth-1 {
  margin-top: 10px;
}
@media only screen and (max-width: 980px) {
  /* line 26, sass/components/_categoria-producto.scss */
  .wc-block-product-categories-list--depth-1 {
    padding-bottom: 0  !important;
  }
}

/* line 33, sass/components/_categoria-producto.scss */
.wc-block-product-categories-list--depth-0
> .wc-block-product-categories-list-item
> a {
  color: #233977 !important;
}

/* line 42, sass/components/_categoria-producto.scss */
.woocommerce-pagination .page-numbers {
  border: none !important;
}
/* line 44, sass/components/_categoria-producto.scss */
.woocommerce-pagination .page-numbers li {
  border: none !important;
}
/* line 47, sass/components/_categoria-producto.scss */
.woocommerce-pagination .page-numbers span,
.woocommerce-pagination .page-numbers a {
  background: transparent !important;
  border: none !important;
}
/* line 52, sass/components/_categoria-producto.scss */
.woocommerce-pagination .page-numbers a {
  color: #159cd4 !important;
}
/* line 55, sass/components/_categoria-producto.scss */
.woocommerce-pagination .page-numbers span {
  border-bottom: 1px solid #233977 !important;
  color: #233977 !important;
}

/* line 4, sass/components/_producto.scss */
#producto-plantilla__galeria .et_pb_wc_gallery .et_pb_gallery_item {
  padding: 0 70px;
}
/* line 9, sass/components/_producto.scss */
#producto-plantilla__galeria .et_pb_wc_gallery .et-pb-slider-arrows a {
  opacity: 1 !important;
}
/* line 11, sass/components/_producto.scss */
#producto-plantilla__galeria .et_pb_wc_gallery .et-pb-slider-arrows a::before {
  color: #233977;
}
/* line 14, sass/components/_producto.scss */
#producto-plantilla__galeria .et_pb_wc_gallery .et-pb-slider-arrows a.et-pb-arrow-prev {
  left: 0 !important;
}
/* line 17, sass/components/_producto.scss */
#producto-plantilla__galeria .et_pb_wc_gallery .et-pb-slider-arrows a.et-pb-arrow-next {
  right: 0 !important;
}
/* line 24, sass/components/_producto.scss */
#producto-plantilla__galeria .et_pb_wc_images img {
  margin: 0 auto;
  width: auto !important;
}
/* line 31, sass/components/_producto.scss */
#producto-plantilla__informacion__carrito {
  margin-bottom: 20px !important;
}
/* line 34, sass/components/_producto.scss */
#producto-plantilla__informacion__carrito .cart {
  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 38, sass/components/_producto.scss */
#producto-plantilla__informacion__carrito .cart .quantity input[type="number"] {
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #f7f7f7;
  border: 1px solid #233977 !important;
  border-color: #233977 !important;
  color: #233977;
  padding: 5px 10px;
}
/* line 45, sass/components/_producto.scss */
#producto-plantilla__informacion__carrito .cart .quantity input[type="number"]::-webkit-inner-spin-button, #producto-plantilla__informacion__carrito .cart .quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: auto !important;
  opacity: 1 !important;
}
/* line 52, sass/components/_producto.scss */
#producto-plantilla__informacion__carrito .cart .single_add_to_cart_button {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
/* line 63, sass/components/_producto.scss */
#producto-plantilla__informacion__carrito .cart .variations {
  margin-bottom: 0 !important;
}
/* line 65, sass/components/_producto.scss */
#producto-plantilla__informacion__carrito .cart .variations .label {
  display: none;
}
/* line 68, sass/components/_producto.scss */
#producto-plantilla__informacion__carrito .cart .variations .value {
  left: 80px;
  padding-bottom: 0 !important;
  position: absolute !important;
}
/* line 72, sass/components/_producto.scss */
#producto-plantilla__informacion__carrito .cart .variations .value .reset_variations {
  display: none !important;
}
/* line 75, sass/components/_producto.scss */
#producto-plantilla__informacion__carrito .cart .variations .value select {
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #233977 !important;
  height: 35px;
  color: #233977;
  padding-right: 20px;
}
/* line 84, sass/components/_producto.scss */
#producto-plantilla__informacion__carrito .cart .variations .value span::after {
  top: 30px;
}
/* line 91, sass/components/_producto.scss */
#producto-plantilla__informacion__carrito .woocommerce-variation-price {
  display: none;
}
/* line 94, sass/components/_producto.scss */
#producto-plantilla__informacion__carrito .woocommerce-variation-add-to-cart {
  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 118, sass/components/_producto.scss */
#producto-plantilla__informacion .et_pb_wc_meta {
  display: block !important;
  margin-bottom: 0 !important;
}
/* line 123, sass/components/_producto.scss */
#producto-plantilla__informacion .et_pb_wc_meta .product_meta {
  border: none;
}
/* line 126, sass/components/_producto.scss */
#producto-plantilla__informacion .et_pb_wc_meta .sku_wrapper {
  display: none;
}
/* line 130, sass/components/_producto.scss */
#producto-plantilla__informacion .et_pb_wc_meta .elex-rqst-quote-front-wrap .add_to_quote {
  -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: #159cd4 !important;
  border-radius: 25px !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  font-size: 15px !important;
  padding: 7px 15px !important;
  background: #233977 !important;
}
/* line 10, sass/components/_forms.scss */
#producto-plantilla__informacion .et_pb_wc_meta .elex-rqst-quote-front-wrap .add_to_quote:hover {
  background: #233977 !important;
  padding: 7px 15px !important;
}
/* line 14, sass/components/_forms.scss */
#producto-plantilla__informacion .et_pb_wc_meta .elex-rqst-quote-front-wrap .add_to_quote:after {
  display: none;
}
/* line 53, sass/components/_forms.scss */
#producto-plantilla__informacion .et_pb_wc_meta .elex-rqst-quote-front-wrap .add_to_quote:hover {
  background: #159cd4 !important;
}
/* line 133, sass/components/_producto.scss */
#producto-plantilla__informacion .et_pb_wc_meta .elex-rqst-quote-front-wrap a {
  text-decoration: none !important;
}
/* line 136, sass/components/_producto.scss */
#producto-plantilla__informacion .et_pb_wc_meta .elex-rqst-quote-front-wrap .elex-raq-view-quote-list-open-btn {
  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: #233977 !important;
  background: transparent !important;
  border: none !important;
  font-size: 15px !important;
  gap: 10px;
  padding: 0 !important;
  text-decoration: none !important;
}
/* line 146, sass/components/_producto.scss */
#producto-plantilla__informacion .et_pb_wc_meta .elex-rqst-quote-front-wrap .elex-raq-view-quote-list-open-btn::after {
  display: none !important;
}
/* line 149, sass/components/_producto.scss */
#producto-plantilla__informacion .et_pb_wc_meta .elex-rqst-quote-front-wrap .elex-raq-view-quote-list-open-btn::before {
  content: "\65";
  display: inline-block !important;
  font-family: "etmodules";
  font-size: 21px;
  margin: 0;
  opacity: 1;
  position: initial;
}
/* line 161, sass/components/_producto.scss */
#producto-plantilla__informacion__consulta {
  padding-left: 0 !important;
}
/* line 165, sass/components/_producto.scss */
#producto-plantilla__informacion__consulta .et_pb_toggle_title {
  -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: #159cd4 !important;
  border-radius: 25px !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  font-size: 15px !important;
  padding: 7px 15px !important;
  line-height: 1.7em;
  width: fit-content;
  padding-right: 40px !important;
}
/* line 10, sass/components/_forms.scss */
#producto-plantilla__informacion__consulta .et_pb_toggle_title:hover {
  background: #233977 !important;
  padding: 7px 15px !important;
}
/* line 14, sass/components/_forms.scss */
#producto-plantilla__informacion__consulta .et_pb_toggle_title:after {
  display: none;
}
/* line 171, sass/components/_producto.scss */
#producto-plantilla__informacion__consulta .et_pb_toggle_title:hover {
  padding-right: 40px !important;
}
/* line 174, sass/components/_producto.scss */
#producto-plantilla__informacion__consulta .et_pb_toggle_title::before {
  color: #fff;
  right: 10px;
}
/* line 179, sass/components/_producto.scss */
#producto-plantilla__informacion__consulta .et_pb_toggle_content {
  padding-top: 0;
}

/* line 187, sass/components/_producto.scss */
.single-product .woocommerce-message {
  background: #233977;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5) !important;
  font-size: 0 !important;
  position: fixed;
  z-index: 9999999;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 15px 7.5% !important;
}
/* line 197, sass/components/_producto.scss */
.single-product .woocommerce-message .button {
  -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: #159cd4 !important;
  border-radius: 25px !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  font-size: 15px !important;
  padding: 7px 15px !important;
}
/* line 10, sass/components/_forms.scss */
.single-product .woocommerce-message .button:hover {
  background: #233977 !important;
  padding: 7px 15px !important;
}
/* line 14, sass/components/_forms.scss */
.single-product .woocommerce-message .button:after {
  display: none;
}
/* line 200, sass/components/_producto.scss */
.single-product .woocommerce-message::after {
  content: "El producto se agregó a tu lista." !important;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 7.5%;
  top: 25px;
}

/* line 211, sass/components/_producto.scss */
.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;
  width: 100%;
}
/* line 216, sass/components/_producto.scss */
.related > h2,
.products > h2 {
  display: none;
}
/* line 219, sass/components/_producto.scss */
.related .product,
.products .product {
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-right: 2% !important;
  width: 23.5% !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: #fff !important;
  border: 1px solid #fff;
  margin-bottom: 20px !important;
  padding: 50px 25px !important;
}
/* line 246, sass/helpers/_mixins.scss */
.related .product:nth-child(4n + 4),
.products .product:nth-child(4n + 4) {
  margin-right: 0 !important;
}
@media only screen and (max-width: 980px) {
  /* line 219, sass/components/_producto.scss */
  .related .product,
  .products .product {
    width: 49% !important;
  }
  /* line 254, sass/helpers/_mixins.scss */
  .related .product:nth-child(2n + 2),
  .products .product:nth-child(2n + 2) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 219, sass/components/_producto.scss */
  .related .product,
  .products .product {
    margin-right: 0 !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 219, sass/components/_producto.scss */
  .related .product,
  .products .product {
    padding: 20px 15px !important;
    width: 100% !important;
  }
}
/* line 231, sass/components/_producto.scss */
.related .product:hover,
.products .product:hover {
  border-color: #233977;
}
/* line 235, sass/components/_producto.scss */
.related .product .et_shop_image img,
.products .product .et_shop_image img {
  border: none !important;
}
/* line 238, sass/components/_producto.scss */
.related .product .et_shop_image .et_overlay,
.products .product .et_shop_image .et_overlay {
  display: none !important;
}
/* line 242, sass/components/_producto.scss */
.related .product .woocommerce-loop-product__title,
.products .product .woocommerce-loop-product__title {
  font-weight: 600;
  color: #233977;
  line-height: 1em;
  padding-top: 20px !important;
  text-align: center;
  font-size: 18px !important;
}
/* line 250, sass/components/_producto.scss */
.related .product .descripcion_producto,
.products .product .descripcion_producto {
  color: #233977;
  text-align: center;
}

/* line 2, sass/components/_checkout.scss */
.woocommerce-checkout #main-content > .container {
  max-width: 1920px !important;
  width: 90% !important;
}
/* line 8, sass/components/_checkout.scss */
.woocommerce-checkout h3 {
  font-weight: 600;
  color: #000;
  font-size: 25px;
}
/* line 13, sass/components/_checkout.scss */
.woocommerce-checkout select,
.woocommerce-checkout input {
  background: #eee;
  border: 1px solid transparent !important;
  color: #000;
  padding: 16px;
}
/* line 19, sass/components/_checkout.scss */
.woocommerce-checkout select:focus,
.woocommerce-checkout 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-color: #000 !important;
}
/* line 25, sass/components/_checkout.scss */
.woocommerce-checkout #content-area {
  background: #fcfcfc;
  padding: 60px 30px;
  margin: 0 10%;
}
@media only screen and (max-width: 980px) {
  /* line 25, sass/components/_checkout.scss */
  .woocommerce-checkout #content-area {
    margin: 0;
    padding: 60px 10px;
  }
}
/* line 35, sass/components/_checkout.scss */
.woocommerce-checkout .main_title {
  display: none;
}
/* line 40, sass/components/_checkout.scss */
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  background: transparent !important;
  color: #000 !important;
  padding: 0 !important;
}
/* line 44, sass/components/_checkout.scss */
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
  font-weight: 600;
  color: #000 !important;
  text-decoration: underline;
}
/* line 51, sass/components/_checkout.scss */
.woocommerce-checkout .woocommerce-error {
  background: #000 !important;
}
/* line 55, sass/components/_checkout.scss */
.woocommerce-checkout .checkout_coupon .form-row-first {
  width: 75%;
}
/* line 58, sass/components/_checkout.scss */
.woocommerce-checkout .checkout_coupon .form-row-last {
  width: 20%;
}
/* line 60, sass/components/_checkout.scss */
.woocommerce-checkout .checkout_coupon .form-row-last button {
  -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: #159cd4 !important;
  border-radius: 25px !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  font-size: 15px !important;
  padding: 7px 15px !important;
  border: 1px solid #000 !important;
}
/* line 10, sass/components/_forms.scss */
.woocommerce-checkout .checkout_coupon .form-row-last button:hover {
  background: #233977 !important;
  padding: 7px 15px !important;
}
/* line 14, sass/components/_forms.scss */
.woocommerce-checkout .checkout_coupon .form-row-last button:after {
  display: none;
}
/* line 70, sass/components/_checkout.scss */
.woocommerce-checkout .checkout #customer_details .col-1,
.woocommerce-checkout .checkout #customer_details .col-2 {
  margin-bottom: 40px;
  width: 100%;
}
/* line 80, sass/components/_checkout.scss */
.woocommerce-checkout #wc_payment_form hr {
  display: none;
}
/* line 83, sass/components/_checkout.scss */
.woocommerce-checkout #wc_payment_form h4 {
  font-weight: 600;
  color: #000;
  font-size: 20px !important;
}
/* line 88, sass/components/_checkout.scss */
.woocommerce-checkout #wc_payment_form #btnAddCard {
  font-weight: 600;
  left: 37px;
  position: relative;
  top: 25px;
  white-space: nowrap;
}
/* line 95, sass/components/_checkout.scss */
.woocommerce-checkout #wc_payment_form #btnCheckoutCT {
  -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: #159cd4 !important;
  border-radius: 25px !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  font-size: 15px !important;
  padding: 7px 15px !important;
  top: 10px;
}
/* line 10, sass/components/_forms.scss */
.woocommerce-checkout #wc_payment_form #btnCheckoutCT:hover {
  background: #233977 !important;
  padding: 7px 15px !important;
}
/* line 14, sass/components/_forms.scss */
.woocommerce-checkout #wc_payment_form #btnCheckoutCT:after {
  display: none;
}
/* line 100, sass/components/_checkout.scss */
.woocommerce-checkout #btnAssociate,
.woocommerce-checkout .btnAddFav {
  -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: #159cd4 !important;
  border-radius: 25px !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  font-size: 15px !important;
  padding: 7px 15px !important;
}
/* line 10, sass/components/_forms.scss */
.woocommerce-checkout #btnAssociate:hover,
.woocommerce-checkout .btnAddFav:hover {
  background: #233977 !important;
  padding: 7px 15px !important;
}
/* line 14, sass/components/_forms.scss */
.woocommerce-checkout #btnAssociate:after,
.woocommerce-checkout .btnAddFav:after {
  display: none;
}
/* line 104, sass/components/_checkout.scss */
.woocommerce-checkout #btnVolver {
  -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: #159cd4 !important;
  border-radius: 25px !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  font-size: 15px !important;
  padding: 7px 15px !important;
}
/* line 10, sass/components/_forms.scss */
.woocommerce-checkout #btnVolver:hover {
  background: #233977 !important;
  padding: 7px 15px !important;
}
/* line 14, sass/components/_forms.scss */
.woocommerce-checkout #btnVolver:after {
  display: none;
}

/* line 111, sass/components/_checkout.scss */
#custom_iframe_window {
  top: 23% !important;
}

/* line 120, sass/components/_checkout.scss */
.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
  font-weight: 600;
  color: #000;
  font-size: 20px;
}

/* line 129, sass/components/_checkout.scss */
.payment_method_siemprepago label img {
  display: none;
}

/* line 135, sass/components/_checkout.scss */
.order_details {
  background: #f7f7f7;
  padding: 20px !important;
}
/* line 138, sass/components/_checkout.scss */
.order_details li {
  color: #000;
}

/* line 144, sass/components/_checkout.scss */
#wc_payment_form select,
#wc_payment_form input {
  background: transparent !important;
  border: 1px solid #000 !important;
  color: #000;
}
/* line 149, sass/components/_checkout.scss */
#wc_payment_form select:focus,
#wc_payment_form input:focus {
  border-color: #000 !important;
}
/* line 153, sass/components/_checkout.scss */
#wc_payment_form label,
#wc_payment_form h5 {
  font-family: "IBM Plex Sans", sans-serif !important;
  color: #000;
  font-size: 16px;
}
/* line 160, sass/components/_checkout.scss */
#wc_payment_form #sp_customer_cards span {
  color: #000;
  display: block;
  margin-bottom: 30px;
  margin-top: 10px;
}
/* line 167, sass/components/_checkout.scss */
#wc_payment_form #btnAddCard {
  color: #000;
  left: 0 !important;
  text-decoration: underline;
}

/* line 175, sass/components/_checkout.scss */
.woocommerce-order-pay .table {
  margin: 25px 0 !important;
}
/* line 177, sass/components/_checkout.scss */
.woocommerce-order-pay .table thead {
  background: #f7f7f7;
}
/* line 180, sass/components/_checkout.scss */
.woocommerce-order-pay .table thead tr th {
  font-weight: 600;
  color: #000;
}
/* line 187, sass/components/_checkout.scss */
.woocommerce-order-pay #btnAssociate,
.woocommerce-order-pay #btnVolver {
  -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: #159cd4 !important;
  border-radius: 25px !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  font-size: 15px !important;
  padding: 7px 15px !important;
  cursor: pointer;
}
/* line 10, sass/components/_forms.scss */
.woocommerce-order-pay #btnAssociate:hover,
.woocommerce-order-pay #btnVolver:hover {
  background: #233977 !important;
  padding: 7px 15px !important;
}
/* line 14, sass/components/_forms.scss */
.woocommerce-order-pay #btnAssociate:after,
.woocommerce-order-pay #btnVolver:after {
  display: none;
}

/* line 72, sass/components/_mi-lista.scss */
#quote_list {
  -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;
  opacity: 0;
}
/* line 75, sass/components/_mi-lista.scss */
#quote_list .quote_list_page {
  border: 1px solid #f7f7f7;
  border-radius: 0 !important;
  box-shadow: none !important;
}
/* line 79, sass/components/_mi-lista.scss */
#quote_list .quote_list_page .bg-secondary {
  background: #233977 !important;
}
/* line 81, sass/components/_mi-lista.scss */
#quote_list .quote_list_page .bg-secondary h6 {
  color: #fff;
  padding-bottom: 0;
}
/* line 86, sass/components/_mi-lista.scss */
#quote_list .quote_list_page .btn:not(.remove_product) {
  -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: #159cd4 !important;
  border-radius: 25px !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  font-size: 15px !important;
  padding: 7px 15px !important;
}
/* line 10, sass/components/_forms.scss */
#quote_list .quote_list_page .btn:not(.remove_product):hover {
  background: #233977 !important;
  padding: 7px 15px !important;
}
/* line 14, sass/components/_forms.scss */
#quote_list .quote_list_page .btn:not(.remove_product):after {
  display: none;
}
/* line 91, sass/components/_mi-lista.scss */
#quote_list .shadow {
  box-shadow: none !important;
}
/* line 93, sass/components/_mi-lista.scss */
#quote_list .shadow h5 {
  font-weight: 600;
  color: #233977 !important;
}
/* line 99, sass/components/_mi-lista.scss */
#quote_list .shadow #request_a_quote_form div label {
  color: #233977;
  padding-bottom: 10px;
}
/* line 103, sass/components/_mi-lista.scss */
#quote_list .shadow #request_a_quote_form div input {
  box-shadow: none !important;
}
/* line 105, sass/components/_mi-lista.scss */
#quote_list .shadow #request_a_quote_form div input:focus {
  border-color: #159cd4 !important;
}
/* line 110, sass/components/_mi-lista.scss */
#quote_list .shadow #request_a_quote_form div input[name="billing_phone"]::-webkit-inner-spin-button, #quote_list .shadow #request_a_quote_form div input[name="billing_phone"]::-webkit-outer-spin-button {
  opacity: 0;
}
/* line 116, sass/components/_mi-lista.scss */
#quote_list .shadow #request_a_quote_form .eraq-send-request {
  -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: #159cd4 !important;
  border-radius: 25px !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  font-size: 15px !important;
  padding: 7px 15px !important;
  background: #233977 !important;
}
/* line 10, sass/components/_forms.scss */
#quote_list .shadow #request_a_quote_form .eraq-send-request:hover {
  background: #233977 !important;
  padding: 7px 15px !important;
}
/* line 14, sass/components/_forms.scss */
#quote_list .shadow #request_a_quote_form .eraq-send-request:after {
  display: none;
}
/* line 53, sass/components/_forms.scss */
#quote_list .shadow #request_a_quote_form .eraq-send-request:hover {
  background: #159cd4 !important;
}
/* line 123, sass/components/_mi-lista.scss */
#quote_list .elex-raq-empty-list img,
#quote_list .elex-raq-empty-list a {
  display: none !important;
}
/* line 127, sass/components/_mi-lista.scss */
#quote_list .elex-raq-empty-list h6 {
  font-weight: 600;
  color: #233977;
  font-size: 20px;
}

/* line 134, sass/components/_mi-lista.scss */
.text-end {
  display: none !important;
}

/* 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: 90% !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;
}
/* line 46, 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 49, 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: "IBM Plex Sans", sans-serif !important;
  font-size: 22px;
}

/* 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: 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;
}
