@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 20, sass/helpers/_basics.scss */
.et_pb_row {
  max-width: 1200px;
  width: 85%;
}

/* line 25, sass/helpers/_basics.scss */
.full-container .et_pb_row {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 2.5% !important;
}

/* line 31, 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 10, sass/typography/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  color: #00899c;
  font-weight: 700;
  padding-bottom: 15px;
}

/* line 22, sass/typography/_typography.scss */
h1 {
  font-size: 40px;
}
@media only screen and (max-width: 1100px) {
  /* line 22, sass/typography/_typography.scss */
  h1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 22, sass/typography/_typography.scss */
  h1 {
    font-size: 31px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 22, sass/typography/_typography.scss */
  h1 {
    font-size: 27px;
  }
}

/* line 34, sass/typography/_typography.scss */
h2 {
  font-size: 35px;
}
@media only screen and (max-width: 1100px) {
  /* line 34, sass/typography/_typography.scss */
  h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 34, sass/typography/_typography.scss */
  h2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 34, sass/typography/_typography.scss */
  h2 {
    font-size: 25px;
  }
}

/* line 46, sass/typography/_typography.scss */
h3 {
  font-size: 30px;
}
@media only screen and (max-width: 1100px) {
  /* line 46, sass/typography/_typography.scss */
  h3 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 46, sass/typography/_typography.scss */
  h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 46, sass/typography/_typography.scss */
  h3 {
    font-size: 22px;
  }
}

/* line 58, sass/typography/_typography.scss */
h4 {
  font-size: 25px;
}
@media only screen and (max-width: 1100px) {
  /* line 58, sass/typography/_typography.scss */
  h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 58, sass/typography/_typography.scss */
  h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 58, sass/typography/_typography.scss */
  h4 {
    font-size: 18px;
  }
}

/* line 70, sass/typography/_typography.scss */
h5 {
  font-size: 21px;
}
@media only screen and (max-width: 1100px) {
  /* line 70, sass/typography/_typography.scss */
  h5 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 70, sass/typography/_typography.scss */
  h5 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 70, sass/typography/_typography.scss */
  h5 {
    font-size: 16px;
  }
}

/* line 82, sass/typography/_typography.scss */
h6 {
  font-size: 18px;
}
@media only screen and (max-width: 1100px) {
  /* line 82, sass/typography/_typography.scss */
  h6 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 82, sass/typography/_typography.scss */
  h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 82, sass/typography/_typography.scss */
  h6 {
    font-size: 15px;
  }
}

/* line 112, sass/typography/_typography.scss */
p,
.textos p,
.et_pb_text_inner {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
  padding-bottom: 1em;
}
@media only screen and (max-width: 480px) {
  /* line 112, sass/typography/_typography.scss */
  p,
  .textos p,
  .et_pb_text_inner {
    font-size: 16px;
  }
}
/* line 116, sass/typography/_typography.scss */
p strong,
.textos p strong,
.et_pb_text_inner strong {
  color: #00899c;
  font-weight: 600;
}

/* line 120, sass/typography/_typography.scss */
.textos.destacados p,
.textos.destacados,
.textos.destacados .et_pb_text_inner {
  font-size: 23px;
}
@media only screen and (max-width: 480px) {
  /* line 120, sass/typography/_typography.scss */
  .textos.destacados p,
  .textos.destacados,
  .textos.destacados .et_pb_text_inner {
    font-size: 19px;
  }
}

/* line 139, sass/typography/_typography.scss */
a {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

/* line 27, sass/components/_forms.scss */
.et_pb_button, #place_order, .checkout-button, .button {
  -webkit-border-radius: 15px 0 15px 0;
  -ms-border-radius: 15px 0 15px 0;
  -moz-border-radius: 15px 0 15px 0;
  border-radius: 15px 0 15px 0;
  font-family: 'Roboto', sans-serif;
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  background: #00899c !important;
  border: none !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px !important;
  padding: 14px 25px 14px !important;
  text-transform: uppercase;
}
/* line 16, sass/components/_forms.scss */
.et_pb_button:hover, #place_order:hover, .checkout-button:hover, .button:hover {
  background: #036673 !important;
  color: #fff !important;
  padding: 14px 25px 14px !important;
}
/* line 21, sass/components/_forms.scss */
.et_pb_button:after, #place_order:after, .checkout-button:after, .button:after {
  display: none;
}

/* line 40, sass/components/_forms.scss */
.btn-verde {
  -webkit-border-radius: 15px 0 15px 0;
  -ms-border-radius: 15px 0 15px 0;
  -moz-border-radius: 15px 0 15px 0;
  border-radius: 15px 0 15px 0;
  font-family: 'Roboto', sans-serif;
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  background: #00899c !important;
  border: none !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px !important;
  padding: 14px 25px 14px !important;
  text-transform: uppercase;
  background: #aec905 !important;
}
/* line 16, sass/components/_forms.scss */
.btn-verde:hover {
  background: #036673 !important;
  color: #fff !important;
  padding: 14px 25px 14px !important;
}
/* line 21, sass/components/_forms.scss */
.btn-verde:after {
  display: none;
}
/* line 35, sass/components/_forms.scss */
.btn-verde:hover {
  background: #9faf04 !important;
}

/* line 52, sass/components/_forms.scss */
.btn-amarillo {
  -webkit-border-radius: 15px 0 15px 0;
  -ms-border-radius: 15px 0 15px 0;
  -moz-border-radius: 15px 0 15px 0;
  border-radius: 15px 0 15px 0;
  font-family: 'Roboto', sans-serif;
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  background: #00899c !important;
  border: none !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px !important;
  padding: 14px 25px 14px !important;
  text-transform: uppercase;
  background: #FFCB00 !important;
}
/* line 16, sass/components/_forms.scss */
.btn-amarillo:hover {
  background: #036673 !important;
  color: #fff !important;
  padding: 14px 25px 14px !important;
}
/* line 21, sass/components/_forms.scss */
.btn-amarillo:after {
  display: none;
}
/* line 47, sass/components/_forms.scss */
.btn-amarillo:hover {
  background: #F5B40A !important;
}

/* line 64, sass/components/_forms.scss */
.btn-rojo {
  -webkit-border-radius: 15px 0 15px 0;
  -ms-border-radius: 15px 0 15px 0;
  -moz-border-radius: 15px 0 15px 0;
  border-radius: 15px 0 15px 0;
  font-family: 'Roboto', sans-serif;
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  background: #00899c !important;
  border: none !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px !important;
  padding: 14px 25px 14px !important;
  text-transform: uppercase;
  background: #E2000F !important;
}
/* line 16, sass/components/_forms.scss */
.btn-rojo:hover {
  background: #036673 !important;
  color: #fff !important;
  padding: 14px 25px 14px !important;
}
/* line 21, sass/components/_forms.scss */
.btn-rojo:after {
  display: none;
}
/* line 59, sass/components/_forms.scss */
.btn-rojo:hover {
  background: #AE000C !important;
}

/* line 69, sass/components/_forms.scss */
.formulario {
  border: 2px solid #00899c;
  padding: 20px;
}
/* line 73, sass/components/_forms.scss */
.formulario input[type="text"],
.formulario input[type="tel"],
.formulario input[type="email"],
.formulario input[type="password"],
.formulario input[type="number"],
.formulario textarea,
.formulario select {
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
  padding-bottom: 1em;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  background: #E6E2EB !important;
  border: 2px solid #E6E2EB !important;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  padding: 9px 15px !important;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  /* line 73, sass/components/_forms.scss */
  .formulario input[type="text"],
  .formulario input[type="tel"],
  .formulario input[type="email"],
  .formulario input[type="password"],
  .formulario input[type="number"],
  .formulario textarea,
  .formulario select {
    font-size: 16px;
  }
}
/* line 91, sass/components/_forms.scss */
.formulario input[type="text"]:focus,
.formulario input[type="tel"]:focus,
.formulario input[type="email"]:focus,
.formulario input[type="password"]:focus,
.formulario input[type="number"]:focus,
.formulario textarea:focus,
.formulario select:focus {
  border: 2px solid #00899c !important;
  color: #00899c !important;
}
/* line 96, sass/components/_forms.scss */
.formulario label {
  font-family: 'Roboto', sans-serif;
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
/* line 107, sass/components/_forms.scss */
.formulario .disclaimer p {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
  padding-bottom: 1em;
  font-size: 12px;
}
@media only screen and (max-width: 480px) {
  /* line 107, sass/components/_forms.scss */
  .formulario .disclaimer p {
    font-size: 16px;
  }
}
/* line 112, sass/components/_forms.scss */
.formulario .wpcf7-not-valid-tip {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
  padding-bottom: 1em;
  font-size: 12px;
  color: #000;
}
@media only screen and (max-width: 480px) {
  /* line 112, sass/components/_forms.scss */
  .formulario .wpcf7-not-valid-tip {
    font-size: 16px;
  }
}
/* line 117, sass/components/_forms.scss */
.formulario div.wpcf7-mail-sent-ok {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
  padding-bottom: 1em;
  font-size: 14px;
  margin: 0 auto;
  padding: 7px 9px;
}
@media only screen and (max-width: 480px) {
  /* line 117, sass/components/_forms.scss */
  .formulario div.wpcf7-mail-sent-ok {
    font-size: 16px;
  }
}
/* line 123, sass/components/_forms.scss */
.formulario .wpcf7-submit {
  -webkit-border-radius: 15px 0 15px 0;
  -ms-border-radius: 15px 0 15px 0;
  -moz-border-radius: 15px 0 15px 0;
  border-radius: 15px 0 15px 0;
  font-family: 'Roboto', sans-serif;
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  background: #00899c !important;
  border: none !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px !important;
  padding: 14px 25px 14px !important;
  text-transform: uppercase;
}
/* line 16, sass/components/_forms.scss */
.formulario .wpcf7-submit:hover {
  background: #036673 !important;
  color: #fff !important;
  padding: 14px 25px 14px !important;
}
/* line 21, sass/components/_forms.scss */
.formulario .wpcf7-submit:after {
  display: none;
}
/* line 126, sass/components/_forms.scss */
.formulario.traslados {
  border: 2px solid #FFCB00;
}
/* line 135, sass/components/_forms.scss */
.formulario.traslados input[type="text"]:focus,
.formulario.traslados input[type="tel"]:focus,
.formulario.traslados input[type="email"]:focus,
.formulario.traslados input[type="password"]:focus,
.formulario.traslados input[type="number"]:focus,
.formulario.traslados textarea:focus,
.formulario.traslados select:focus {
  border-color: #FFCB00 !important;
}
/* line 139, sass/components/_forms.scss */
.formulario.traslados input[type="submit"] {
  -webkit-border-radius: 15px 0 15px 0;
  -ms-border-radius: 15px 0 15px 0;
  -moz-border-radius: 15px 0 15px 0;
  border-radius: 15px 0 15px 0;
  font-family: 'Roboto', sans-serif;
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  background: #00899c !important;
  border: none !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px !important;
  padding: 14px 25px 14px !important;
  text-transform: uppercase;
  background: #FFCB00 !important;
}
/* line 16, sass/components/_forms.scss */
.formulario.traslados input[type="submit"]:hover {
  background: #036673 !important;
  color: #fff !important;
  padding: 14px 25px 14px !important;
}
/* line 21, sass/components/_forms.scss */
.formulario.traslados input[type="submit"]:after {
  display: none;
}
/* line 47, sass/components/_forms.scss */
.formulario.traslados input[type="submit"]:hover {
  background: #F5B40A !important;
}

/* line 149, sass/components/_forms.scss */
.full {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

/* line 158, sass/components/_forms.scss */
.full.con-medium, .full.con-cinco, .full.con-tres, .full.con-cuatro {
  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;
  -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 163, sass/components/_forms.scss */
  .full.con-medium:last-child, .full.con-cinco:last-child, .full.con-tres:last-child, .full.con-cuatro:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 158, sass/components/_forms.scss */
  .full.con-medium, .full.con-cinco, .full.con-tres, .full.con-cuatro {
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}

/* line 175, sass/components/_forms.scss */
.medium {
  -webkit-box-flex: 0 0 48%;
  -moz-box-flex: 0 0 48%;
  -webkit-flex: 0 0 48%;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}

/* line 179, sass/components/_forms.scss */
.tres {
  -webkit-box-flex: 0 0 31.333%;
  -moz-box-flex: 0 0 31.333%;
  -webkit-flex: 0 0 31.333%;
  -ms-flex: 0 0 31.333%;
  flex: 0 0 31.333%;
}

/* line 183, sass/components/_forms.scss */
.cuatro {
  -webkit-box-flex: 0 0 24%;
  -moz-box-flex: 0 0 24%;
  -webkit-flex: 0 0 24%;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
}

/* line 187, sass/components/_forms.scss */
.cinco {
  -webkit-box-flex: 0 0 18%;
  -moz-box-flex: 0 0 18%;
  -webkit-flex: 0 0 18%;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
}

/* line 4, sass/components/modules/_slider.scss */
#content-slider {
  height: 60vh;
}
/* line 7, sass/components/modules/_slider.scss */
#content-slider__slides {
  height: 100%;
}
/* line 9, sass/components/modules/_slider.scss */
#content-slider__slides .et_pb_slides {
  height: 100%;
}
/* line 11, sass/components/modules/_slider.scss */
#content-slider__slides .et_pb_slides .et_pb_slide {
  height: 100%;
  padding: 0;
}
/* line 14, sass/components/modules/_slider.scss */
#content-slider__slides .et_pb_slides .et_pb_slide .et_pb_container {
  max-width: 1200px;
  width: 85%;
}
/* line 17, 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 21, sass/components/modules/_slider.scss */
#content-slider__slides .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
  font-style: italic;
  font-weight: bold;
}
/* line 26, sass/components/modules/_slider.scss */
#content-slider__slides .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content, #content-slider__slides .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content p {
  font-size: 22px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  /* line 26, sass/components/modules/_slider.scss */
  #content-slider__slides .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content, #content-slider__slides .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content p {
    font-size: 13px;
  }
}
/* line 40, sass/components/modules/_slider.scss */
#content-slider__slides .et-pb-controllers a {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
/* line 43, sass/components/modules/_slider.scss */
#content-slider__slides .et-pb-controllers a.et-pb-active-control {
  opacity: 1;
}

/* line 1, sass/components/modules/_anuncios.scss */
.et_pb_blurb.titulo-mb {
  -webkit-border-radius: 15px 0 15px 0;
  -ms-border-radius: 15px 0 15px 0;
  -moz-border-radius: 15px 0 15px 0;
  border-radius: 15px 0 15px 0;
  -moz-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
/* line 5, sass/components/modules/_anuncios.scss */
.et_pb_blurb.titulo-mb.agencia {
  background: #9faf04;
}
/* line 8, sass/components/modules/_anuncios.scss */
.et_pb_blurb.titulo-mb.traslados {
  background: #FFCB00;
}
/* line 11, sass/components/modules/_anuncios.scss */
.et_pb_blurb.titulo-mb.espec {
  background: #E2000F;
}
/* line 14, sass/components/modules/_anuncios.scss */
.et_pb_blurb.titulo-mb.promo {
  background: #00899c;
}
/* line 17, sass/components/modules/_anuncios.scss */
.et_pb_blurb.titulo-mb .et_pb_blurb_content {
  max-width: 100%;
}
/* line 20, sass/components/modules/_anuncios.scss */
.et_pb_blurb.titulo-mb .et_pb_blurb_content .et_pb_blurb_container {
  padding: 10px 30px;
}
/* line 22, sass/components/modules/_anuncios.scss */
.et_pb_blurb.titulo-mb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
  color: #fff;
  font-weight: 700;
  padding-bottom: 0;
}

/* 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;
}

/* line 1, sass/components/_footer.scss */
#ilustracion {
  -moz-transform: translateY(8px);
  -o-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  position: relative;
  z-index: 99;
}

/* line 7, sass/components/_footer.scss */
#main-footer {
  background: #fff;
}
/* line 9, sass/components/_footer.scss */
#main-footer #et-footer-nav {
  background: #00899c;
}
/* line 11, sass/components/_footer.scss */
#main-footer #et-footer-nav .container {
  max-width: 1200px;
  width: 85%;
}
/* line 13, sass/components/_footer.scss */
#main-footer #et-footer-nav .container .bottom-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;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 17, sass/components/_footer.scss */
#main-footer #et-footer-nav .container .bottom-nav li {
  margin: 0 5px;
}
/* line 19, sass/components/_footer.scss */
#main-footer #et-footer-nav .container .bottom-nav li a {
  color: #fff;
  text-decoration: underline;
}
/* line 27, sass/components/_footer.scss */
#main-footer .container {
  max-width: 1200px;
  width: 85%;
}
/* line 29, 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-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding: 0;
}
/* line 33, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  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;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  border-bottom: 2px solid #00899c;
  margin: 0;
  padding: 30px 0;
  width: 100% !important;
}
/* line 42, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:last-child, #main-footer .container #footer-widgets .footer-widget:nth-child(2) {
  border-bottom: none;
}
/* line 45, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget:empty {
  display: none;
}
/* line 48, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget .fwidget {
  margin-bottom: 0 !important;
}
/* line 50, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget .fwidget .footer-tel, #main-footer .container #footer-widgets .footer-widget .fwidget .footer-dire {
  color: #00899c;
  font-size: 20px;
  text-align: center;
}
/* line 54, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget .fwidget .footer-tel a, #main-footer .container #footer-widgets .footer-widget .fwidget .footer-dire a {
  color: #00899c;
  font-weight: 600;
}
@media only screen and (max-width: 980px) {
  /* line 50, sass/components/_footer.scss */
  #main-footer .container #footer-widgets .footer-widget .fwidget .footer-tel, #main-footer .container #footer-widgets .footer-widget .fwidget .footer-dire {
    font-size: 15px;
  }
}
/* line 62, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget .fwidget .footer-logo {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  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 66, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget .fwidget .footer-logo img {
  height: auto;
  max-width: 180px;
}
/* line 70, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget .fwidget .footer-logo p {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #000;
  font-size: 14px;
  margin-left: 15px;
  max-width: 180px;
}
@media only screen and (max-width: 320px) {
  /* line 62, sass/components/_footer.scss */
  #main-footer .container #footer-widgets .footer-widget .fwidget .footer-logo {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
/* line 85, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget .fwidget.widget_nav_menu .menu {
  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;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
/* line 89, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget .fwidget.widget_nav_menu .menu li {
  margin-left: 20px;
  padding: 0;
}
/* line 92, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget .fwidget.widget_nav_menu .menu li:before {
  display: none;
}
/* line 95, sass/components/_footer.scss */
#main-footer .container #footer-widgets .footer-widget .fwidget.widget_nav_menu .menu li a {
  color: #00899c;
  font-size: 32px;
}
@media only screen and (max-width: 980px) {
  /* line 33, sass/components/_footer.scss */
  #main-footer .container #footer-widgets .footer-widget {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    gap: 20px;
  }
}

/* line 115, sass/components/_footer.scss */
#footer-bottom {
  background: #E6E2EB;
  border-bottom: 5px solid #00899c;
  padding: 10px 0;
}
/* line 120, 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 120, 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 128, sass/components/_footer.scss */
#footer-bottom .container:after {
  display: none;
}
/* line 131, sass/components/_footer.scss */
#footer-bottom .container p {
  color: #000;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  /* line 131, sass/components/_footer.scss */
  #footer-bottom .container p {
    text-align: center;
    width: 100%;
  }
}
/* line 139, sass/components/_footer.scss */
#footer-bottom .container #markenetics {
  display: inline-block;
  height: auto;
  width: 150px;
}
/* line 143, sass/components/_footer.scss */
#footer-bottom .container #markenetics img {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
}
/* line 150, sass/components/_footer.scss */
#footer-bottom .container #markenetics:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

/* line 1, sass/components/_header.scss */
#top-header {
  background: #00899c;
}
/* line 3, sass/components/_header.scss */
#top-header .container {
  max-width: 1200px;
  width: 85%;
}
/* line 6, sass/components/_header.scss */
#top-header .container #et-secondary-menu #et-secondary-nav {
  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 10, sass/components/_header.scss */
#top-header .container #et-secondary-menu #et-secondary-nav li a {
  color: #fff;
}

/* line 20, sass/components/_header.scss */
#main-header {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}
/* line 23, sass/components/_header.scss */
#main-header .container {
  max-width: 1200px;
  width: 85%;
  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;
  -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;
}
/* 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;
  margin: 15px 0;
}
/* line 35, sass/components/_header.scss */
#main-header .container #link-logo img {
  width: 160px;
}
@media only screen and (max-width: 1100px) {
  /* line 35, sass/components/_header.scss */
  #main-header .container #link-logo img {
    width: 140px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 35, sass/components/_header.scss */
  #main-header .container #link-logo img {
    width: 100px;
  }
}
/* line 48, sass/components/_header.scss */
#main-header .container #buscador {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 600px;
  margin: 0 25px;
}
/* line 54, sass/components/_header.scss */
#main-header .container #buscador .is-search-form .is-search-input {
  -webkit-border-radius: 10px 0 10px 0;
  -ms-border-radius: 10px 0 10px 0;
  -moz-border-radius: 10px 0 10px 0;
  border-radius: 10px 0 10px 0;
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  color: #000;
}
@media only screen and (max-width: 767px) {
  /* line 48, sass/components/_header.scss */
  #main-header .container #buscador {
    margin: 0 20px;
  }
}
/* line 66, sass/components/_header.scss */
#main-header .container #et-top-navigation {
  padding: 0;
}
/* line 70, sass/components/_header.scss */
#main-header .container #et-top-navigation #top-menu-nav #top-menu li {
  margin-left: 8px;
  padding: 0;
}
/* line 73, sass/components/_header.scss */
#main-header .container #et-top-navigation #top-menu-nav #top-menu li a {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  padding: 5px 0;
}
@media only screen and (max-width: 1100px) {
  /* line 73, sass/components/_header.scss */
  #main-header .container #et-top-navigation #top-menu-nav #top-menu li a {
    font-size: 15px;
  }
}
/* line 83, sass/components/_header.scss */
#main-header .container #et-top-navigation #top-menu-nav #top-menu li.current-menu-item a {
  color: #00899c;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 96, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar {
  padding-bottom: 0;
}
/* line 98, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar:before {
  color: #00899c;
}
/* line 103, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu {
  border: none;
  padding: 0;
  top: 87px;
}
/* line 107, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu li {
  position: relative;
}
/* line 110, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu li:after {
  background: #00899c;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
}
/* line 120, sass/components/_header.scss */
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu li:nth-last-child(-n + 4) {
  display: none;
}
@media only screen and (max-width: 480px) {
  /* line 103, sass/components/_header.scss */
  #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu {
    top: 84px;
  }
}
@media only screen and (max-width: 430px) {
  /* line 103, sass/components/_header.scss */
  #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu {
    top: 81px;
  }
}
/* line 139, sass/components/_header.scss */
#main-header .cantidad-carrito img {
  width: 32px;
}
/* line 142, sass/components/_header.scss */
#main-header .cantidad-carrito span {
  position: absolute;
  background: #e2000f;
  display: block;
  top: -2px;
  right: -8px;
  width: 16px;
  height: 16px;
  text-align: center;
  padding: 2px;
  border-radius: 9999px;
  font-size: 10px;
  color: #fff;
}

/* line 160, sass/components/_header.scss */
.is-ajax-search-result {
  padding: 0 !important;
}

@media only screen and (min-width: 981px) {
  /* line 166, sass/components/_header.scss */
  #main-header.et-fixed-header .container #link-logo {
    margin: 10px 0;
  }
}
@media only screen and (min-width: 981px) {
  /* line 170, sass/components/_header.scss */
  #main-header.et-fixed-header .container #link-logo img {
    width: 130px;
  }
}

/* line 1, sass/components/_menu-mobile.scss */
#main-header .et_mobile_menu .menu-item-has-children > a {
  background-color: transparent;
  position: relative;
}

/* line 5, sass/components/_menu-mobile.scss */
.et_pb_menu .et_mobile_menu .menu-item-has-children > a:after, #main-header .et_mobile_menu .menu-item-has-children > a:after {
  font-family: 'ETmodules';
  text-align: center;
  speak: none;
  font-weight: 600;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  font-size: 18px;
  content: '\4c';
  top: 11px;
  right: 13px;
}

/* line 20, sass/components/_menu-mobile.scss */
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after {
  content: '\4d';
}

/* line 24, sass/components/_menu-mobile.scss */
#main-header .et_mobile_menu ul.sub-menu,
.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu li ul.sub-menu {
  display: none !important;
  visibility: hidden !important;
  transition: all 1.5s ease-in-out;
}

/* line 31, sass/components/_menu-mobile.scss */
#main-header .et_mobile_menu li.visible > ul.sub-menu,
.et-db #et-boc .et-l #main-header .et_mobile_menu li.visible > ul.sub-menu,
.et-db #et-boc .et-l .et_pb_fullwidth_menu .et_mobile_menu li.visible > ul.sub-menu,
.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu li.visible > ul.sub-menu {
  display: block !important;
  visibility: visible !important;
}

/* line 2, sass/components/_blog.scss */
.et_pb_posts .et_pb_ajax_pagination_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: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
/* line 6, sass/components/_blog.scss */
.et_pb_posts .et_pb_ajax_pagination_container article {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 48% !important;
  margin-right: 4% !important;
}
/* line 10, sass/components/_blog.scss */
.et_pb_posts .et_pb_ajax_pagination_container article:nth-child(2n + 2) {
  margin-right: 0 !important;
}
/* line 13, sass/components/_blog.scss */
.et_pb_posts .et_pb_ajax_pagination_container article .entry-featured-image-url {
  margin-bottom: 0;
}
/* line 16, sass/components/_blog.scss */
.et_pb_posts .et_pb_ajax_pagination_container article .entry-title {
  border-left: 4px solid #00899c;
  color: #000;
  font-size: 20px;
  padding: 12px 10px;
  text-align: left;
  margin-bottom: 16px;
}
/* line 24, sass/components/_blog.scss */
.et_pb_posts .et_pb_ajax_pagination_container article .post-content {
  padding-bottom: 15px;
  position: relative;
}
/* line 27, sass/components/_blog.scss */
.et_pb_posts .et_pb_ajax_pagination_container article .post-content:after {
  background: #E6E2EB;
  bottom: 0;
  content: "";
  height: 2px;
  left: 5px;
  position: absolute;
  width: 150px;
}
/* line 42, sass/components/_blog.scss */
.et_pb_posts.traslados .et_pb_ajax_pagination_container article .entry-title {
  border-left: 4px solid #FFCB00;
}
/* line 45, sass/components/_blog.scss */
.et_pb_posts.traslados .et_pb_ajax_pagination_container article .post-content {
  background: url(/wp-content/themes/mbtransportes-child/images/iconos/ico-traslados_pasajeros.svg) no-repeat top left/25px auto;
  min-height: 30px;
  padding-left: 30px;
  padding-top: 3px;
}

/* line 1, sass/components/_home.scss */
#ver-precios {
  border-bottom: 6px solid #00899c;
  border-top: 6px solid #00899c;
  padding: 15px 0 !important;
}
/* line 5, sass/components/_home.scss */
#ver-precios .et_pb_row {
  padding: 0 !important;
}
/* line 7, sass/components/_home.scss */
#ver-precios .et_pb_row .et_pb_blurb_content {
  max-width: 100% !important;
}
/* line 10, sass/components/_home.scss */
#ver-precios .et_pb_row .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
  color: #fff;
  font-size: 50px;
  padding-bottom: 0;
}

/* line 21, sass/components/_home.scss */
#botonera .et_pb_row {
  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 25, sass/components/_home.scss */
#botonera .et_pb_row .et_pb_column .et_pb_blurb {
  height: 100%;
  padding: 40px 30px;
}
/* line 28, sass/components/_home.scss */
#botonera .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  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/_home.scss */
#botonera .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 0;
  width: 80px;
}
/* line 36, sass/components/_home.scss */
#botonera .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
  width: 100% !important;
}
@media only screen and (max-width: 980px) {
  /* line 32, sass/components/_home.scss */
  #botonera .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 32, sass/components/_home.scss */
  #botonera .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    width: 80px;
  }
}
/* line 46, sass/components/_home.scss */
#botonera .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
/* line 48, sass/components/_home.scss */
#botonera .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
  color: #fff;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  padding-bottom: 10px;
}
@media only screen and (max-width: 980px) {
  /* line 48, sass/components/_home.scss */
  #botonera .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 48, sass/components/_home.scss */
  #botonera .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
    font-size: 30px;
  }
}
/* line 61, sass/components/_home.scss */
#botonera .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description, #botonera .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
  padding-bottom: 1em;
  color: #fff;
  padding-bottom: 0;
}
@media only screen and (max-width: 480px) {
  /* line 61, sass/components/_home.scss */
  #botonera .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description, #botonera .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 980px) {
  /* line 61, sass/components/_home.scss */
  #botonera .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description, #botonera .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 61, sass/components/_home.scss */
  #botonera .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description, #botonera .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 21, sass/components/_home.scss */
  #botonera .et_pb_row {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

/* line 83, sass/components/_home.scss */
.titulo-seccion {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 480px) {
  /* line 83, sass/components/_home.scss */
  .titulo-seccion {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 88, sass/components/_home.scss */
  .titulo-seccion .et_pb_module_header {
    text-align: center;
  }
  /* line 91, sass/components/_home.scss */
  .titulo-seccion .et_pb_button_module_wrapper {
    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;
  }
}

@media only screen and (max-width: 980px) {
  /* line 100, sass/components/_home.scss */
  #somos-order {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 104, sass/components/_home.scss */
  #somos-order #somos-order-img {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  /* line 107, sass/components/_home.scss */
  #somos-order #somos-order-txt {
    margin-top: 50px;
  }
}

/* line 4, sass/components/_traslados.scss */
#contenido-traslados .wp-block-post-featured-image {
  display: none;
}

/* line 10, sass/components/_traslados.scss */
#iconos-traslados .et_pb_blurb_description,
#iconos-traslados .et_pb_blurb_description p {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
  padding-bottom: 1em;
}
@media only screen and (max-width: 480px) {
  /* line 10, sass/components/_traslados.scss */
  #iconos-traslados .et_pb_blurb_description,
  #iconos-traslados .et_pb_blurb_description p {
    font-size: 16px;
  }
}

/* line 2, sass/components/_pages.scss */
.whatsappme__copy {
  display: none !important;
}

/* line 2, sass/components/_paquetes.scss */
#itinerario-producto p {
  color: inherit !important;
}

/* line 10, sass/components/_paquetes.scss */
.titulos-paquete .et_pb_module_header {
  color: #9faf04;
}
/* line 14, sass/components/_paquetes.scss */
.titulos-paquete .et_pb_module_inner p {
  color: #9faf04 !important;
}
/* line 16, sass/components/_paquetes.scss */
.titulos-paquete .et_pb_module_inner p span, .titulos-paquete .et_pb_module_inner p strong {
  color: #9faf04;
}
/* line 23, sass/components/_paquetes.scss */
.titulos-paquete .et_pb_text_inner strong {
  color: #9faf04;
}

/* line 29, sass/components/_paquetes.scss */
.c-paquete {
  border: 2px solid #9faf04;
}
/* line 33, sass/components/_paquetes.scss */
.c-paquete .et_pb_module_inner .price bdi {
  color: #9faf04;
}
/* line 38, sass/components/_paquetes.scss */
.c-paquete .et_pb_module_inner .reset_variations {
  color: #9faf04;
}
/* line 41, sass/components/_paquetes.scss */
.c-paquete .et_pb_module_inner .single_add_to_cart_button {
  -webkit-border-radius: 15px 0 15px 0;
  -ms-border-radius: 15px 0 15px 0;
  -moz-border-radius: 15px 0 15px 0;
  border-radius: 15px 0 15px 0;
  font-family: 'Roboto', sans-serif;
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  background: #00899c !important;
  border: none !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px !important;
  padding: 14px 25px 14px !important;
  text-transform: uppercase;
  background: #aec905 !important;
}
/* line 16, sass/components/_forms.scss */
.c-paquete .et_pb_module_inner .single_add_to_cart_button:hover {
  background: #036673 !important;
  color: #fff !important;
  padding: 14px 25px 14px !important;
}
/* line 21, sass/components/_forms.scss */
.c-paquete .et_pb_module_inner .single_add_to_cart_button:after {
  display: none;
}
/* line 35, sass/components/_forms.scss */
.c-paquete .et_pb_module_inner .single_add_to_cart_button:hover {
  background: #9faf04 !important;
}

/* line 2, sass/components/_espectaculos.scss */
#itinerario-producto p {
  color: inherit !important;
}

/* line 10, sass/components/_espectaculos.scss */
.titulos-espectaculos .et_pb_module_header {
  color: #E2000F;
}
/* line 14, sass/components/_espectaculos.scss */
.titulos-espectaculos .et_pb_module_inner p {
  color: #E2000F !important;
}
/* line 16, sass/components/_espectaculos.scss */
.titulos-espectaculos .et_pb_module_inner p span, .titulos-espectaculos .et_pb_module_inner p strong {
  color: #E2000F;
}
/* line 23, sass/components/_espectaculos.scss */
.titulos-espectaculos .et_pb_text_inner strong {
  color: #E2000F;
}

/* line 29, sass/components/_espectaculos.scss */
.c-espectaculos {
  border: 2px solid #E2000F;
}
/* line 33, sass/components/_espectaculos.scss */
.c-espectaculos .et_pb_module_inner .price bdi {
  color: green;
}
/* line 38, sass/components/_espectaculos.scss */
.c-espectaculos .et_pb_module_inner .reset_variations {
  color: #E2000F;
}
/* line 41, sass/components/_espectaculos.scss */
.c-espectaculos .et_pb_module_inner .single_add_to_cart_button {
  -webkit-border-radius: 15px 0 15px 0;
  -ms-border-radius: 15px 0 15px 0;
  -moz-border-radius: 15px 0 15px 0;
  border-radius: 15px 0 15px 0;
  font-family: 'Roboto', sans-serif;
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  background: #00899c !important;
  border: none !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px !important;
  padding: 14px 25px 14px !important;
  text-transform: uppercase;
  background: #E2000F !important;
}
/* line 16, sass/components/_forms.scss */
.c-espectaculos .et_pb_module_inner .single_add_to_cart_button:hover {
  background: #036673 !important;
  color: #fff !important;
  padding: 14px 25px 14px !important;
}
/* line 21, sass/components/_forms.scss */
.c-espectaculos .et_pb_module_inner .single_add_to_cart_button:after {
  display: none;
}
/* line 59, sass/components/_forms.scss */
.c-espectaculos .et_pb_module_inner .single_add_to_cart_button:hover {
  background: #AE000C !important;
}

/* line 1, sass/components/_carrito.scss */
.woocommerce-message {
  -webkit-border-radius: 7px;
  -ms-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-family: 'Roboto', sans-serif;
  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 {
  -webkit-border-radius: 15px 0 15px 0;
  -ms-border-radius: 15px 0 15px 0;
  -moz-border-radius: 15px 0 15px 0;
  border-radius: 15px 0 15px 0;
  font-family: 'Roboto', sans-serif;
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  background: #00899c !important;
  border: none !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px !important;
  padding: 14px 25px 14px !important;
  text-transform: uppercase;
}
/* line 16, sass/components/_forms.scss */
.woocommerce-message .button:hover {
  background: #036673 !important;
  color: #fff !important;
  padding: 14px 25px 14px !important;
}
/* line 21, sass/components/_forms.scss */
.woocommerce-message .button:after {
  display: none;
}

@media only screen and (max-width: 1214px) {
  /* line 14, sass/components/_carrito.scss */
  #carrito-producto .et_pb_module_inner .cart button {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 980px) {
  /* line 14, sass/components/_carrito.scss */
  #carrito-producto .et_pb_module_inner .cart button {
    font-size: 13px !important;
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 367px) {
  /* line 14, sass/components/_carrito.scss */
  #carrito-producto .et_pb_module_inner .cart button {
    margin-top: 10px !important;
  }
}

/* line 1, sass/components/_categoria-producto.scss */
#category-cabezal {
  padding: 50vh 0 0 !important;
}
/* line 3, sass/components/_categoria-producto.scss */
#category-cabezal__row {
  padding: 0 !important;
}
/* line 6, sass/components/_categoria-producto.scss */
#category-cabezal__row__title .et_pb_blurb_content {
  max-width: 100% !important;
}
/* line 8, sass/components/_categoria-producto.scss */
#category-cabezal__row__title .et_pb_blurb_content .et_pb_main_blurb_image {
  width: 120px !important;
}
/* line 12, sass/components/_categoria-producto.scss */
#category-cabezal__row__title .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
  padding-bottom: 10px;
  padding-top: 20px;
}
/* line 19, sass/components/_categoria-producto.scss */
#category-cabezal__row__title .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 33, sass/components/_categoria-producto.scss */
#et-boc ul.products li, .archive ul.products li, body ul.products li {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  overflow: hidden;
}
/* line 51, sass/components/_categoria-producto.scss */
#et-boc ul.products li .woocommerce-LoopProduct-link .woocommerce-loop-product__title, .archive ul.products li .woocommerce-LoopProduct-link .woocommerce-loop-product__title, body ul.products li .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  font-family: 'Roboto', sans-serif;
  border-left: 4px solid;
  padding: 6px 10px;
  text-align: left;
  margin-bottom: 16px;
}
/* line 58, sass/components/_categoria-producto.scss */
#et-boc ul.products li .woocommerce-LoopProduct-link .price, .archive ul.products li .woocommerce-LoopProduct-link .price, body ul.products li .woocommerce-LoopProduct-link .price {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
  padding-bottom: 10px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 4px 10px;
  border-radius: 0 0 0 16px;
}
/* line 84, sass/components/_categoria-producto.scss */
#et-boc ul.products .type-product a div .info-lista li, .archive ul.products .type-product a div .info-lista li, body ul.products .type-product a div .info-lista li {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #666666;
  font-size: 10px;
}
/* line 90, sass/components/_categoria-producto.scss */
#et-boc ul.products .type-product a div .info-lista__icono, .archive ul.products .type-product a div .info-lista__icono, body ul.products .type-product a div .info-lista__icono {
  margin-bottom: 0px !important;
  margin-right: 8px !important;
  width: 18px;
}
/* line 100, sass/components/_categoria-producto.scss */
#et-boc ul.products .product_cat-espectaculos .et_shop_image, .archive ul.products .product_cat-espectaculos .et_shop_image, body ul.products .product_cat-espectaculos .et_shop_image {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
/* line 102, sass/components/_categoria-producto.scss */
#et-boc ul.products .product_cat-espectaculos .et_shop_image img, .archive ul.products .product_cat-espectaculos .et_shop_image img, body ul.products .product_cat-espectaculos .et_shop_image img {
  margin: 0 !important;
}
/* line 107, sass/components/_categoria-producto.scss */
#et-boc ul.products .product_cat-espectaculos .et_shop_image:hover .et_overlay::before, .archive ul.products .product_cat-espectaculos .et_shop_image:hover .et_overlay::before, body ul.products .product_cat-espectaculos .et_shop_image:hover .et_overlay::before {
  color: #E2000F;
}
/* line 113, sass/components/_categoria-producto.scss */
#et-boc ul.products .product_cat-espectaculos .woocommerce-loop-product__title, .archive ul.products .product_cat-espectaculos .woocommerce-loop-product__title, body ul.products .product_cat-espectaculos .woocommerce-loop-product__title {
  color: #000 !important;
  border-color: #E2000F !important;
}
/* line 116, sass/components/_categoria-producto.scss */
#et-boc ul.products .product_cat-espectaculos .woocommerce-loop-product__title:hover, .archive ul.products .product_cat-espectaculos .woocommerce-loop-product__title:hover, body ul.products .product_cat-espectaculos .woocommerce-loop-product__title:hover {
  color: #E2000F !important;
}
/* line 120, sass/components/_categoria-producto.scss */
#et-boc ul.products .product_cat-espectaculos .price, .archive ul.products .product_cat-espectaculos .price, body ul.products .product_cat-espectaculos .price {
  color: #E2000F !important;
}
/* line 125, sass/components/_categoria-producto.scss */
#et-boc ul.products .product_cat-paquetes .et_shop_image, .archive ul.products .product_cat-paquetes .et_shop_image, body ul.products .product_cat-paquetes .et_shop_image {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
/* line 127, sass/components/_categoria-producto.scss */
#et-boc ul.products .product_cat-paquetes .et_shop_image img, .archive ul.products .product_cat-paquetes .et_shop_image img, body ul.products .product_cat-paquetes .et_shop_image img {
  margin: 0 !important;
}
/* line 132, sass/components/_categoria-producto.scss */
#et-boc ul.products .product_cat-paquetes .et_shop_image:hover .et_overlay::before, .archive ul.products .product_cat-paquetes .et_shop_image:hover .et_overlay::before, body ul.products .product_cat-paquetes .et_shop_image:hover .et_overlay::before {
  color: #9faf04;
}
/* line 139, sass/components/_categoria-producto.scss */
#et-boc ul.products .product_cat-paquetes .woocommerce-loop-product__title, .archive ul.products .product_cat-paquetes .woocommerce-loop-product__title, body ul.products .product_cat-paquetes .woocommerce-loop-product__title {
  color: #000 !important;
  border-color: #9faf04 !important;
}
/* line 142, sass/components/_categoria-producto.scss */
#et-boc ul.products .product_cat-paquetes .woocommerce-loop-product__title:hover, .archive ul.products .product_cat-paquetes .woocommerce-loop-product__title:hover, body ul.products .product_cat-paquetes .woocommerce-loop-product__title:hover {
  color: #9faf04 !important;
}
/* line 146, sass/components/_categoria-producto.scss */
#et-boc ul.products .product_cat-paquetes .price, .archive ul.products .product_cat-paquetes .price, body ul.products .product_cat-paquetes .price {
  color: #9faf04 !important;
}
/* line 152, sass/components/_categoria-producto.scss */
#et-boc ul.products .product_cat-promociones .et_shop_image, .archive ul.products .product_cat-promociones .et_shop_image, body ul.products .product_cat-promociones .et_shop_image {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
/* line 154, sass/components/_categoria-producto.scss */
#et-boc ul.products .product_cat-promociones .et_shop_image img, .archive ul.products .product_cat-promociones .et_shop_image img, body ul.products .product_cat-promociones .et_shop_image img {
  margin: 0 !important;
}
/* line 159, sass/components/_categoria-producto.scss */
#et-boc ul.products .product_cat-promociones .et_shop_image:hover .et_overlay::before, .archive ul.products .product_cat-promociones .et_shop_image:hover .et_overlay::before, body ul.products .product_cat-promociones .et_shop_image:hover .et_overlay::before {
  color: #00899c;
}
/* line 166, sass/components/_categoria-producto.scss */
#et-boc ul.products .product_cat-promociones .woocommerce-loop-product__title, .archive ul.products .product_cat-promociones .woocommerce-loop-product__title, body ul.products .product_cat-promociones .woocommerce-loop-product__title {
  color: #000 !important;
  border-color: #00899c !important;
}
/* line 169, sass/components/_categoria-producto.scss */
#et-boc ul.products .product_cat-promociones .woocommerce-loop-product__title:hover, .archive ul.products .product_cat-promociones .woocommerce-loop-product__title:hover, body ul.products .product_cat-promociones .woocommerce-loop-product__title:hover {
  color: #00899c !important;
}
/* line 173, sass/components/_categoria-producto.scss */
#et-boc ul.products .product_cat-promociones .price, .archive ul.products .product_cat-promociones .price, body ul.products .product_cat-promociones .price {
  color: #00899c !important;
}

/* line 183, sass/components/_categoria-producto.scss */
#category-content .et_pb_column {
  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;
  -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 188, sass/components/_categoria-producto.scss */
#category-content__sidebar {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 200px;
}
/* line 192, sass/components/_categoria-producto.scss */
#category-content__shop {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 1, sass/components/_producto.scss */
#producto-cabezal {
  padding: 50vh 0 0 !important;
}
/* line 3, sass/components/_producto.scss */
#producto-cabezal__titulo {
  padding: 0;
}
/* line 5, sass/components/_producto.scss */
#producto-cabezal__titulo .et_pb_fullwidth_header_container {
  max-width: 1200px;
  width: 85%;
}
/* line 9, sass/components/_producto.scss */
#producto-cabezal__titulo .et_pb_fullwidth_header_container .header-content-container .header-content .et_pb_module_header {
  font-style: italic;
  font-weight: 700;
  padding-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  /* line 1, sass/components/_producto.scss */
  #producto-cabezal {
    padding: 80vh 0 0 !important;
  }
}

/* line 25, sass/components/_producto.scss */
#medios-de-pago-producto .et_pb_text_inner, #medios-de-pago-producto .et_pb_text_inner p {
  font-size: 14px;
  line-height: 18px;
}

/* line 31, sass/components/_producto.scss */
#medios-de-pago-producto2 p {
  font-size: 14px;
}

/* line 36, sass/components/_producto.scss */
#bread-producto {
  -webkit-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  background: #00899c;
  padding: 14px;
}
/* line 40, sass/components/_producto.scss */
#bread-producto .woocommerce-breadcrumb {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
/* line 46, sass/components/_producto.scss */
#bread-producto .woocommerce-breadcrumb a {
  color: #fff;
  font-weight: 300;
}

/* line 53, sass/components/_producto.scss */
#producto-data {
  padding-top: 100px !important;
}
/* line 56, sass/components/_producto.scss */
#producto-data__galeria .woocommerce-product-gallery {
  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;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
}
/* line 61, sass/components/_producto.scss */
#producto-data__galeria .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  left: 15px;
  right: auto;
}
/* line 65, sass/components/_producto.scss */
#producto-data__galeria .woocommerce-product-gallery .flex-viewport {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
/* line 68, sass/components/_producto.scss */
#producto-data__galeria .woocommerce-product-gallery .flex-control-nav {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 0 20px;
  width: 80px;
}
/* line 72, sass/components/_producto.scss */
#producto-data__galeria .woocommerce-product-gallery .flex-control-nav li {
  margin-right: 0;
  width: 100%;
}
/* line 79, sass/components/_producto.scss */
#producto-data__titulo {
  margin-bottom: 15px;
}
/* line 81, sass/components/_producto.scss */
#producto-data__titulo h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 45px;
}
/* line 89, sass/components/_producto.scss */
#producto-data__precio .et_pb_module_inner .price .woocommerce-Price-amount {
  color: #000;
  font-size: 30px;
  font-weight: 200;
}
/* line 98, sass/components/_producto.scss */
#producto-data__descripcion-corta .et_pb_module_inner, #producto-data__descripcion-corta p {
  font-size: 16px;
  letter-spacing: 2px;
}
/* line 105, sass/components/_producto.scss */
#producto-data__carrito .quantity .input-text {
  -webkit-border-radius: 7px;
  -ms-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-family: 'Roboto', sans-serif;
  background: #fff !important;
  border: 2px solid #000 !important;
  color: #000 !important;
}
/* line 111, sass/components/_producto.scss */
#producto-data__carrito .quantity .input-text:focus {
  border-color: #00899c !important;
}
/* line 119, sass/components/_producto.scss */
#producto-data__carrito form.cart .precios-mayoristas thead th {
  font-family: 'Roboto', sans-serif;
  color: #000;
  text-transform: uppercase;
}
/* line 126, sass/components/_producto.scss */
#producto-data__carrito form.cart .precios-mayoristas tbody td {
  font-family: 'Roboto', sans-serif;
  padding: 5px 10px;
}
/* line 137, sass/components/_producto.scss */
#producto-data__acordeon {
  -webkit-border-radius: 7px;
  -ms-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -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);
  border: 1px solid #E6E2EB;
  overflow: hidden;
}
/* line 142, sass/components/_producto.scss */
#producto-data__acordeon .et_pb_toggle {
  background: #fff;
  border: none;
  margin-bottom: 0;
}
/* line 146, sass/components/_producto.scss */
#producto-data__acordeon .et_pb_toggle:nth-child(2) {
  border-top: 1px solid #E6E2EB;
}
/* line 149, sass/components/_producto.scss */
#producto-data__acordeon .et_pb_toggle .et_pb_toggle_title {
  color: #000;
}
/* line 153, sass/components/_producto.scss */
#producto-data__acordeon .et_pb_toggle_open .et_pb_toggle_title {
  color: #00899c;
}
