@charset "UTF-8";
/*
 Theme Name:   Avocado
 Theme URI:    https://dreamplanner.es
 Description:  Avocado es un child theme para Divi, creando una estructura básica con todas las necesidades de una página web actual: Pop-ups, aviso de cookies, formularios, etc. Incluye las librerias SASS para la personalización de los estílos.
 Author:       ATPtips
 Author URI:   https://dreamplanner.es
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  avocado
*/
/* =Theme customization starts here
------------------------------------------------------- */
h1, h2, h3, h4 {
  padding-bottom: 0;
}

body, p, a {
  font-weight: 300;
}

sup {
  bottom: 0.1em;
  vertical-align: super;
  font-size: 0.5em;
}

strong {
  font-weight: 600;
  color: #302d2b;
}

.et_pb_bg_layout_dark strong, .et_pb_bg_layout_dark b {
  color: whitesmoke;
}

body .et_pb_button,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
.woocommerce-message a.button.wc-forward {
  font-weight: 600 !important;
}

@media (min-width: 980px) {
  #programa .et_pb_button_module_wrapper, #bcn .et_pb_button_module_wrapper {
    display: inline-block;
  }
}

/* ==========================================================================
   HELPERS
   ========================================================================== 
   Mini Grid
   ========================================================================== */
.custom-row, .custom_row {
  position: relative;
  overflow: hidden;
}

@media (min-width: 700px) {
  .custom_row-6, .custom-row-6 {
    width: 49%;
    display: inline-block;
    margin-right: 2%;
    float: left;
  }
  .custom_row-6:last-child, .custom-row-6:last-child {
    margin-right: 0;
  }
}

@media (min-width: 800px) {
  .custom_row-4, .custom-row-4 {
    width: 32%;
    display: inline-block;
    margin-right: 2%;
    float: left;
  }
  .custom_row-4:last-child, .custom-row-4:last-child {
    margin-right: 0;
  }
}

@media (min-width: 800px) {
  .custom_row-3, .custom-row-3 {
    width: 23.5%;
    display: inline-block;
    margin-right: 2%;
    float: left;
  }
  .custom_row-3:last-child, .custom-row-3:last-child {
    margin-right: 0;
  }
}

.custom_row-last, .custom-row-last {
  margin-right: 0;
}

/*========================================================================== 
   IMG Effects
  ========================================================================== */
.img-circle img {
  border-radius: 50%;
}

.img-grey img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.img-hover-row .et_pb_column .et_pb_text {
  position: absolute;
  background: transparent;
  background: -webkit-linear-gradient(transparent, black);
  background: -o-linear-gradient(transparent, black);
  background: -moz-linear-gradient(transparent, black);
  background: linear-gradient(transparent, black);
  margin: 0 !important;
  color: #ffffff;
  z-index: 1;
  width: 100%;
  padding: 5em 2em 0.5em;
  bottom: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.material-cards .et_pb_blurb_content {
  max-width: 1000px;
  margin: 2em auto;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.inline {
  display: inline-block;
  width: auto;
  max-width: 75%;
  vertical-align: middle;
  padding: 0 !important;
}

.cards-cat .et_pb_column {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background: white;
}
.cards-cat .cat-blurb .et_pb_main_blurb_image {
  margin-bottom: 18px !important;
}
.cards-cat .et_pb_blurb_container {
  padding: 0 1em 1em;
}
.cards-cat .et_pb_text, .cards-cat .et_pb_button_module_wrapper {
  padding: 0 1.5rem;
}
.cards-cat .et_pb_button {
  margin-bottom: 1em !important;
}

.et_pb_video {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/*========================================================================== 
   Triangles
  ========================================================================== */
.triangle-bottom-white:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid white;
  z-index: 1;
  right: 0;
  margin: 0 auto;
}

.triangle-bottom-colormain:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #302d2b;
  z-index: 1;
  right: 0;
  margin: 0 auto;
}

.triangle-bottom-grey:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #f4f4f4;
  z-index: 1;
  right: 0;
  margin: 0 auto;
}

/*========================================================================== 
   Global Errors
  ========================================================================== */
.error, .seriousError {
  border: 1px #f00;
  background-color: #fdd;
}

.seriousError {
  border-width: 3px;
}

/*========================================================================== 
   Gradients
  ========================================================================== */
.gradient-title h1, .gradient-title h2, .gradient-title h3, .gradient-title h4, .gradient-title h5, .gradient-title h6 {
  background: -webkit-linear-gradient(317.32deg, #989695 0%, #302d2b 47.52%, #153243 100%);
  background: -webkit-linear-gradient(132.68deg, #989695 0%, #302d2b 47.52%, #153243 100%);
  background: linear-gradient(317.32deg, #989695 0%, #302d2b 47.52%, #153243 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-max {
  background: #989695;
  background: -webkit-linear-gradient(317.32deg, #989695 0%, #302d2b 47.52%, #153243 100%);
  background: -o-linear-gradient(317.32deg, #989695 0%, #302d2b 47.52%, #153243 100%);
  background: -moz-linear-gradient(317.32deg, #989695 0%, #302d2b 47.52%, #153243 100%);
  background: linear-gradient(317.32deg, #989695 0%, #302d2b 47.52%, #153243 100%);
}

.section-full-height {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  align-items: center;
  align-content: center;
  min-height: 90vh;
  flex-direction: column;
}

@media (min-width: 781px) {
  .blurbs-inline .et_pb_column {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    justify-content: space-between;
    align-items: center;
  }
}
.blurbs-inline .et_pb_column .et_pb_blurb {
  width: 300px;
}
@media (min-width: 981px) {
  .blurbs-inline .et_pb_column .et_pb_blurb {
    margin-bottom: 0;
  }
}

.link-button {
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.link-button:hover {
  font-weight: bold;
  letter-spacing: 1px;
}
.link-button:after {
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.2s;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.2s;
  content: "5";
  content: "$";
  font-family: ETmodules !important;
  font-size: 31px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1em;
  margin-left: 0.3em;
  opacity: 1;
  position: absolute;
  speak: none;
  text-shadow: 0 0;
  text-shadow: none;
  text-transform: none;
  transition: all 0.2s;
}

.shadow-card {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background: white;
}

@media all and (max-width: 980px) {
  /*** wrap row in a flex box ***/
  .custom-row-order {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-wrap: wrap;
  }

  /*** custom classes that will designate the order of columns in the flex box row ***/
  .first-on-mobile {
    -webkit-order: 1;
    order: 1;
  }

  .second-on-mobile {
    -webkit-order: 2;
    order: 2;
  }

  .third-on-mobile {
    -webkit-order: 3;
    order: 3;
  }

  .fourth-on-mobile {
    -webkit-order: 4;
    order: 4;
  }

  /*** add margin to last column ***/
}
/*========================================================================== 
   Columnas rotas
  ========================================================================== */
.column-up {
  z-index: 10;
  margin: -2em 0 !important;
  box-shadow: 3px 0px 9px 2px rgba(0, 0, 0, 0.35);
}

.column-down {
  z-index: 10;
  margin: 0 0 -2em !important;
  box-shadow: 3px 0px 9px 2px rgba(0, 0, 0, 0.35);
}

.seccion-shadow {
  box-shadow: 3px 0px 9px 2px rgba(0, 0, 0, 0.35);
  z-index: 10;
}

.hiden {
  display: none;
}

.categorias-bloques .section-click {
  max-width: 400px;
  margin: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.categorias-bloques .section-click a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.categorias-bloques .section-click:hover {
  box-shadow: 0px 52px 80px 0px rgba(0, 36, 73, 0.3);
  transform: scale(1.02);
}
@media (max-width: 750px) {
  .categorias-bloques .et_pb_column_1_4 {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

#testimonios .et_pb_slider_container_inner {
  padding: 0;
}
#testimonios .et_pb_slider_container_inner img {
  width: 100px;
  border-radius: 50%;
  margin-top: 1em;
}
#testimonios .et_pb_slider_container_inner h4 {
  font-size: 22px;
}

.lista-iconos .et_pb_blurb_content .et_pb_blurb_container {
  padding-bottom: 0;
  vertical-align: middle;
}

.line-through-diagonal {
  position: relative;
}
.line-through-diagonal:before {
  position: absolute;
  content: "";
  left: 0;
  top: 55%;
  right: 0;
  border-top: 3px solid;
  border-color: inherit;
  -webkit-transform: skewY(-25deg);
  -moz-transform: skewY(-25deg);
  transform: skewY(-25deg);
}

/* ==========================================================================
   ESTILOS DE PLUGINS Y ELEMENTOS NO PROPIOS DE DIVI
   ========================================================================== */
/* ***************************************************************************
   Cookies Plugin Asesor de Cookies
   ---------------------------------------------------------------------------
   Fuente: https://es.wordpress.org/plugins/asesor-cookies-para-la-ley-en-espana/;
   ***************************************************************************/
.cdp-cookies-alerta div.cdp-cookies-texto.cdp-mostrar {
  padding: 4vh 4vw;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-top: none;
}
@media (min-width: 900px) {
  .cdp-cookies-alerta div.cdp-cookies-texto.cdp-mostrar {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    align-items: center;
  }
}
.cdp-cookies-alerta div.cdp-cookies-texto.cdp-mostrar p.cdp-cookies-texto.cdp-mostrar {
  border: none;
  color: #7b7a79 !important;
  font-size: 12px !important;
  position: relative;
  display: inline;
  font-family: "Assistant", Helvetica, Arial, Lucida, sans-serif;
  line-height: 1.4em !important;
  border-top: none;
}
@media (min-width: 740px) {
  .cdp-cookies-alerta div.cdp-cookies-texto.cdp-mostrar p.cdp-cookies-texto.cdp-mostrar {
    line-height: 1.25 !important;
  }
}
.cdp-cookies-alerta div.cdp-cookies-texto.cdp-mostrar a.cookies-link {
  color: #302d2b !important;
  font-family: "Assistant", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 12px !important;
  font-weight: bold;
}
.cdp-cookies-alerta div.cdp-cookies-texto.cdp-mostrar a.cdp-cookies-boton-cerrar {
  background-color: transparent;
  border: 1px solid #302d2b;
  color: #302d2b !important;
  display: block !important;
  letter-spacing: 2px;
  margin: 2em auto;
  min-width: 200px;
  padding: 1em;
  text-shadow: none !important;
  width: 80%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 740px) {
  .cdp-cookies-alerta div.cdp-cookies-texto.cdp-mostrar a.cdp-cookies-boton-cerrar {
    display: inline !important;
    margin: auto;
    margin-left: 1em;
    width: auto;
  }
}
.cdp-cookies-alerta div.cdp-cookies-texto.cdp-mostrar a.cdp-cookies-boton-cerrar:hover {
  background-color: #302d2b;
  border-color: #302d2b;
  color: white !important;
}

#sb_instagram {
  background-color: #989695;
  margin-bottom: -1px;
}
#sb_instagram #sbi_images .sbi_item {
  padding: 0.5% 0.5% 0 !important;
  padding-right: 0 !important;
}
#sb_instagram #sbi_images .sbi_item:last-child {
  padding-right: 0.5% !important;
}

@media (max-width: 640px) {
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: 50%;
  }

  #sb_instagram .sbi_photo {
    height: 50vw !important;
  }
}
/* ==========================================================================
   ESTILOS DE LOS FORMS (SEA CUAL SEA SU PROCEDENCIA)
   ========================================================================== */
input[type=text], input[type=email], input[type=tel], input[type=url], input[type=number], .input-base, textarea, select {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: white;
  border-radius: 0;
  border: 1px solid transparent;
  color: #7b7a79;
  font-family: inherit;
  font-size: 20px;
  margin-bottom: 1.5em;
  padding: 16px;
  width: 100%;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=number]:focus, .input-base:focus, textarea:focus, select:focus {
  border-color: #302d2b;
}

textarea:focus {
  border-color: #302d2b;
}

input[type=submit] {
  cursor: pointer;
  padding: 0.5em 1em;
}
input[type=submit]:hover {
  padding: 0.5em 1em !important;
}

.wpcf7 {
  margin-top: 1em;
}
.wpcf7 br {
  display: none !important;
}
.wpcf7 .legal {
  margin-bottom: 1em;
  font-size: small;
}
@media (min-width: 767px) {
  .wpcf7 .legal {
    float: left;
  }
}
.wpcf7 .legal a {
  font-size: small;
}
@media (min-width: 767px) {
  .wpcf7 .legal {
    float: left;
  }
}
.wpcf7 .wpcf7-submit {
  width: 100%;
  margin-top: 1em;
  cursor: pointer;
}
.wpcf7 .wpcf7-submit:hover {
  color: #302d2b;
  background: white;
}
@media (min-width: 767px) {
  .wpcf7 .wpcf7-submit {
    float: right;
    width: auto;
    margin-top: 0;
    min-width: 150px;
  }
}

.wpcf7-form {
  position: relative;
  overflow: hidden;
}
.wpcf7-form label {
  font-weight: 500;
  color: white;
  display: block;
  margin-bottom: 14px;
}
.wpcf7-form .new-legal-text {
  margin: 6vh auto 6vh;
  padding: 0;
  border-bottom: 0;
}

#wpcf7-f50330-p50064-o1 br {
  display: none;
}
#wpcf7-f50330-p50064-o1 h3, #wpcf7-f50330-p50064-o1 h5 {
  margin-top: 1em;
}
#wpcf7-f50330-p50064-o1 label {
  margin: 0.5em auto 0;
  display: block;
}

/*========================================================================== 
   Mailchimp
  ========================================================================== */
#mc_embed_signup {
  position: relative;
  overflow: hidden;
}
#mc_embed_signup div.mce_inline_error {
  background-color: rgba(255, 0, 0, 0.42) !important;
  font-weight: normal !important;
  font-size: 85%;
}

#mce-responses {
  color: white;
}

/*========================================================================== 
 	Nuevos avisos legales
  ========================================================================== */
._error-inner {
  color: #302d2b;
  font-size: 13px;
  margin-bottom: 1.5em;
}

.pprivacy label {
  font-size: 14px;
}
.pprivacy label a {
  border-bottom: 1px dotted #302d2b;
}
.pprivacy .privacyBox {
  width: auto !important;
}

#new-legal-text, .new-legal-text {
  margin: 6vh auto 6vh;
  color: #7b7a79;
  font-size: 12px;
  line-height: 1.6em;
}
#new-legal-text a, .new-legal-text a {
  color: #302d2b;
}

._form br {
  display: none;
}
._form p {
  padding: 0;
}
._form ._checkbox-radio {
  margin-bottom: 2em;
}
@media (min-width: 981px) {
  ._form ._checkbox-radio {
    float: left;
    margin-bottom: 0;
  }
  ._form ._button-wrapper {
    float: right;
    width: auto;
  }
}
._form ._submit {
  cursor: pointer;
}

span.wpcf7-not-valid-tip {
  padding: 0 1em;
  background: #ffffffc7;
  font-size: small;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.wpcf7-response-output {
  background: white;
  font-size: small;
  float: left;
}

.new-legal-text {
  text-align: left;
  font-size: 11px;
  line-height: 1.5em;
  margin-top: 1em;
  color: #7b7a79;
  font-weight: 400;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  float: left;
}
.new-legal-text strong, .new-legal-text a {
  color: #7b7a79;
}
.new-legal-text a {
  border-bottom: 1px dotted #7b7a79;
  color: #302d2b;
}
.new-legal-text br {
  display: none;
}
.new-legal-text strong:first-of-type {
  font-size: 1.1em;
  display: block;
}

._form ._error._below {
  top: auto;
}

.ajax-loader {
  display: none !important;
}

.aviso-legal {
  font-size: small;
  margin-bottom: 6vh;
  text-align: left;
  font-size: small;
  color: #7b7a79;
}
.aviso-legal a {
  color: #302d2b;
  border-bottom: 1px dotted white !important;
}
body.single-post .aviso-legal, body.single-post #new-legal-text, body.single-post .new-legal-text {
  color: #7b7a79;
}
body.single-post .aviso-legal a, body.single-post .aviso-legal strong, body.single-post #new-legal-text a, body.single-post #new-legal-text strong, body.single-post .new-legal-text a, body.single-post .new-legal-text strong {
  color: #7b7a79;
  border-color: #302d2b;
}
body.single-post .aviso-legal a, body.single-post #new-legal-text a, body.single-post .new-legal-text a {
  color: #302d2b;
}
body.single-post .comment-form-url {
  display: none;
}
@media (min-width: 980px) {
  body.single-post .comment-form-author, body.single-post .comment-form-email {
    width: 49.2%;
    display: inline-block;
  }
  body.single-post .comment-form-author input, body.single-post .comment-form-email input {
    width: 100% !important;
  }
}
body.single-post .comment-form-author {
  padding-bottom: 0;
}
body.single-post .comment-form-author input#author {
  margin-bottom: 10px;
}
@media (min-width: 980px) {
  body.single-post .comment-form-author {
    margin-right: 1%;
  }
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

.legal-container {
  position: relative;
}

@media (min-width: 981px) {
  #_form_46_ ._button-wrapper {
    float: none;
  }
}
#_form_46_ #_form_46_submit {
  width: 100%;
}

.wpcf7-submit {
  margin-left: 0;
}
@media (min-width: 981px) {
  .wpcf7-submit {
    float: right;
  }
}
@media (max-width: 981px) {
  .wpcf7-submit {
    width: 100%;
  }
}

div.wpcf7 input[type=file] {
  float: none !important;
  margin-bottom: 2em;
}

#lfb_legalNoticeContent + .form-group {
  max-width: 799px;
  margin: 1em auto !important;
  text-align: left;
  padding-left: 1em !important;
}
#lfb_legalNoticeContent + .form-group label[for=lfb_legalCheckbox] {
  margin-top: 9px;
  margin-left: 5px;
}
#lfb_legalNoticeContent + .form-group .switch {
  float: left;
}
#lfb_legalNoticeContent + .form-group .switch label[for=lfb_legalCheckbox] {
  margin: 0 -15px;
}
#lfb_legalNoticeContent + .form-group .aviso-legal-link {
  text-decoration: underline;
}

#estimation_popup.wpe_bootstraped #lfb_legalNoticeContent {
  border: none;
  /* width: 90%; */
  max-width: 800px;
  overflow-y: unset;
  max-height: none;
  position: relative;
  overflow: hidden;
}
#estimation_popup.wpe_bootstraped #lfb_legalNoticeContent p {
  text-align: left;
  font-size: 11px;
  line-height: 1.5em;
  margin-bottom: 0;
}
#estimation_popup.wpe_bootstraped #lfb_legalNoticeContent p:first-child span {
  font-style: normal;
  background-color: transparent;
  font-weight: bold;
}
#estimation_popup.wpe_bootstraped #lfb_legalNoticeContent strong, #estimation_popup.wpe_bootstraped #lfb_legalNoticeContent a {
  color: #302d2b !important;
}
#estimation_popup.wpe_bootstraped #lfb_legalNoticeContent a {
  border-bottom: 1px dotted #302d2b !important;
  color: #302d2b;
}
#estimation_popup.wpe_bootstraped .new-legal-text {
  color: #7b7a79;
  font-size: 11px !important;
  line-height: 1.5em;
  padding-bottom: 1.5em !important;
}

.cf7-white input[type=text], .cf7-white input[type=email], .cf7-white input[type=tel], .cf7-white .input-base, .cf7-white textarea, #form-tabs input[type=text], #form-tabs input[type=email], #form-tabs input[type=tel], #form-tabs .input-base, #form-tabs textarea {
  border: none;
}
.cf7-white .legal-container, #form-tabs .legal-container {
  color: white;
}
.cf7-white .aviso-legal, .cf7-white .new-legal-text, #form-tabs .aviso-legal, #form-tabs .new-legal-text {
  color: white;
}
.cf7-white .aviso-legal a, .cf7-white .aviso-legal strong, .cf7-white .aviso-legal label, .cf7-white .new-legal-text a, .cf7-white .new-legal-text strong, .cf7-white .new-legal-text label, #form-tabs .aviso-legal a, #form-tabs .aviso-legal strong, #form-tabs .aviso-legal label, #form-tabs .new-legal-text a, #form-tabs .new-legal-text strong, #form-tabs .new-legal-text label {
  color: white;
  border-color: white;
}

.hide {
  display: none;
}

.new-legal-text {
  padding-top: 0;
  margin-top: 0;
}

.wpcf7-form-control.wpcf7-submit.et_pb_contact_submit.et_pb_button {
  display: block;
  float: none;
  width: auto;
  color: white;
  border-color: white;
  margin: 6vh auto 0;
}

.simpay-form-control button {
  background: #302d2b;
  border-color: #302d2b !important;
  border-radius: 0px;
  border: 2px solid;
  color: white;
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.7em !important;
  padding: 0.5em 1em;
  position: relative;
  margin-top: 2em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.simpay-form-control button:hover {
  background: #151413;
  border-color: #151413 !important;
}

/* ==========================================================================
   ESTILOS DEL HEADER Y MENUS
   ========================================================================== */
#top-header {
  display: none;
}

#main-header {
  box-shadow: none;
}
#main-header .et_menu_container #et-top-navigation #top-menu-nav {
  display: none;
}
#main-header .et_menu_container #et-top-navigation .et-cart-info {
  display: none;
}
@media (max-width: 480px) {
  #main-header .et_menu_container {
    width: 95%;
  }
}

#logo {
  margin: 1em;
  max-height: 60%;
}

@media (max-width: 980px) {
  #et_mobile_nav_menu {
    display: none;
  }

  #logo {
    max-height: 100%;
  }
}
#et-top-navigation ul.et-social-icons {
  margin-top: -5px;
}
@media (max-width: 980px) {
  #et-top-navigation ul.et-social-icons {
    width: 40vw;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  #et-top-navigation ul.et-social-icons {
    width: 50vw;
  }
}
#et-top-navigation ul.et-social-icons li a {
  font-size: 18px;
}
#et-top-navigation ul.et-social-icons li a:hover {
  color: #989695;
}

#et-top-navigation .mobile_menu_bar:before {
  color: #302d2b;
}

/* Estilos para menú plegable móvil Divi */
#main-header .et_mobile_menu .menu-item-has-children > a {
  background-color: transparent;
  position: relative;
}

#main-header .et_mobile_menu .menu-item-has-children > a:after {
  font-family: "ETmodules";
  text-align: center;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
}

#main-header .et_mobile_menu .menu-item-has-children > a:after {
  font-size: 16px;
  content: "L";
  top: 13px;
  right: 10px;
}

#main-header .et_mobile_menu .menu-item-has-children.visible > a:after {
  content: "M";
}

#main-header .et_mobile_menu ul.sub-menu {
  display: none !important;
  visibility: hidden !important;
  transition: all 1.5s ease-in-out;
}

#main-header .et_mobile_menu .visible > ul.sub-menu {
  display: block !important;
  visibility: visible !important;
}

/* ==========================================================================
   ESTILOS DEL FOOTER
   ========================================================================== */
#footer-info {
  font-size: 14px;
}

/* ==========================================================================
   ESTILOS DE BLOG Y POSTS
   ========================================================================== */
.gallery, #gallery-2 {
  margin-top: 2em !important;
}
.gallery .gallery-item, #gallery-2 .gallery-item {
  margin: -5px 0 0 0 !important;
}
.gallery .gallery-item img, #gallery-2 .gallery-item img {
  border: none !important;
  width: 100% !important;
}

body.single-post .entry-content {
  width: 100%;
  max-width: 800px;
  margin: 22vh auto 0;
}
body.single-post .entry-content a > strong {
  font-size: 1.5rem;
}

.et_pb_blog_grid .column.size-1of3 {
  margin: 1% !important;
  clear: none !important;
  width: 32.3% !important;
}
@media (max-width: 980px) {
  .et_pb_blog_grid .column.size-1of3 {
    margin: 1% !important;
    clear: none !important;
    width: 32.3% !important;
  }
}
@media (max-width: 767px) {
  .et_pb_blog_grid .column.size-1of3 {
    margin: 1% !important;
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  .et_pb_blog_grid .column.size-1of3 {
    margin: 1% !important;
    width: 100% !important;
  }
}
.et_pb_blog_grid .et_pb_post {
  padding: 0;
  border: 0;
  position: relative;
  overflow: hidden;
}
.et_pb_blog_grid .et_pb_post .post-content p {
  font-size: 18px;
  line-height: 1.8em;
}
.et_pb_blog_grid .et_pb_post .more-link {
  color: #302d2b;
  font-family: "Assistant", Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding-right: 0.7em;
  padding-top: 1.5em;
  font-weight: 800;
  text-decoration: underline;
  display: block;
}
.et_pb_blog_grid .et_pb_post.et_pb_has_overlay {
  border: none;
}
.et_pb_blog_grid h2.entry-title,
.et_pb_blog_grid h3.entry-title,
.et_pb_blog_grid h4.entry-title {
  margin: auto !important;
  width: 100%;
  padding: 0;
}
.et_pb_blog_grid h2.entry-title a,
.et_pb_blog_grid h3.entry-title a,
.et_pb_blog_grid h4.entry-title a {
  font-family: "Assistant", Helvetica, Arial, Lucida, sans-serif;
  color: #302d2b;
}
.et_pb_blog_grid .post-meta {
  font-size: 14px !important;
  padding-bottom: 1em;
}

.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
  width: 100%;
  max-width: 100%;
}

#comment-wrap {
  max-width: 800px;
  margin: 0 auto;
}
#comment-wrap #comments {
  font-size: 25px;
}
#comment-wrap .comment-body {
  padding: 0 12em 0 100px;
  font-size: 14px;
}

.single-post .et_post_meta_wrapper {
  max-width: 100%;
}
.single-post .et_post_meta_wrapper:first-child {
  position: relative;
  height: calc(100vh - 180px);
  background: #303030;
}
.single-post .et_post_meta_wrapper:first-child img {
  position: absolute;
  top: 0;
  height: 94vh;
  left: 0;
  width: 100%;
  object-fit: cover;
  object-position: top;
  z-index: 1;
}
@media (max-width: 780px) {
  .single-post .et_post_meta_wrapper:first-child img {
    height: 88vh;
  }
}
.single-post .entry-title {
  top: 73vh;
  left: 0;
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 10;
  font-style: normal;
  font-weight: 900 !important;
  color: white;
}
@media (max-width: 980px) {
  .single-post .entry-title {
    top: 52vh;
    font-size: 35px;
  }
}
.single-post p.post-meta {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: calc(94vh - 80px);
  text-align: center;
  color: #fff;
}
@media (max-width: 980px) {
  .single-post p.post-meta {
    top: calc(80vh - 80px);
  }
}
.single-post p.post-meta a {
  color: #fff;
  font-weight: 700;
}

.comment-form-url {
  display: none;
}

@media (min-width: 750px) {
  .comment-form-author, .comment-form-email {
    width: 49.1%;
    display: inline-block;
  }
  .comment-form-author input, .comment-form-email input {
    width: 100% !important;
  }
}

.comment-form-author {
  padding-bottom: 0;
}
.comment-form-author input#author {
  margin-bottom: 10px;
}
@media (min-width: 750px) {
  .comment-form-author {
    margin-right: 1%;
  }
}

.blog-lista .et_pb_post {
  margin-bottom: 1.5em;
}
.blog-lista .et_pb_post::before {
  content: url(https://martina-ferrer.com/wp-content/uploads/2018/10/favicon.png);
  display: inline-block;
  width: 13%;
  float: left;
}
.blog-lista .et_pb_post h2.entry-title, .blog-lista .et_pb_post .post-meta {
  display: inline;
}
.blog-lista .et_pb_post h2.entry-title a {
  font-weight: 400;
  padding-bottom: 0;
}
.blog-lista .et_pb_post .post-meta {
  padding-left: 0.4em;
}
.blog-lista .et_pb_post .post-content {
  display: none;
}

body.product-template-default #page-container #et-main-area #main-content > .container,
body.woocommerce-cart #page-container #et-main-area #main-content > .container,
body.woocommerce-checkout #page-container #et-main-area #main-content > .container {
  width: 100%;
  max-width: 100%;
  padding: 10vh 8vh;
  min-height: 90vh;
}
body.product-template-default .coupon,
body.woocommerce-cart .coupon,
body.woocommerce-checkout .coupon {
  display: none;
}
body.product-template-default .woocommerce-billing-fields,
body.woocommerce-cart .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-billing-fields {
  margin-top: 1.4rem;
}
body.product-template-default #back-to-cart,
body.woocommerce-cart #back-to-cart,
body.woocommerce-checkout #back-to-cart {
  margin-top: 1.4rem;
}
body.product-template-default .woocommerce-breadcrumb,
body.woocommerce-cart .woocommerce-breadcrumb,
body.woocommerce-checkout .woocommerce-breadcrumb {
  display: none;
}
body.product-template-default h1.entry-title,
body.woocommerce-cart h1.entry-title,
body.woocommerce-checkout h1.entry-title {
  font-weight: 600;
  font-size: 55px;
}
body.product-template-default h2, body.product-template-default h3,
body.woocommerce-cart h2,
body.woocommerce-cart h3,
body.woocommerce-checkout h2,
body.woocommerce-checkout h3 {
  font-weight: 600;
  font-size: 45px;
}
body.product-template-default .order_review_heading,
body.woocommerce-cart .order_review_heading,
body.woocommerce-checkout .order_review_heading {
  margin: 1.4rem 0 !important;
}
body.product-template-default .product_meta, body.product-template-default .woocommerce-form-coupon-toggle,
body.woocommerce-cart .product_meta,
body.woocommerce-cart .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .product_meta,
body.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none;
}
body.product-template-default section.related.products,
body.woocommerce-cart section.related.products,
body.woocommerce-checkout section.related.products {
  display: none;
}
body.product-template-default #place_order,
body.woocommerce-cart #place_order,
body.woocommerce-checkout #place_order {
  float: none !important;
  margin: 2em auto !important;
  text-align: center !important;
  display: block !important;
}
body.product-template-default .form-row.terms,
body.woocommerce-cart .form-row.terms,
body.woocommerce-checkout .form-row.terms {
  margin-top: 1.4rem !important;
  float: none !important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border: 1px solid #302d2b;
  border-radius: 0;
}

.woocommerce-additional-fields {
  display: none;
}

.single-product #main-content .container:before, body.woocommerce #main-content .container:before, body.woocommerce-page #main-content .container:before {
  display: none;
}
.single-product #left-area, body.woocommerce #left-area, body.woocommerce-page #left-area {
  width: 100%;
  padding: 0 !important;
}
.single-product #left-area .entry-summary .price, .single-product #left-area .entry-summary .posted_in a, body.woocommerce #left-area .entry-summary .price, body.woocommerce #left-area .entry-summary .posted_in a, body.woocommerce-page #left-area .entry-summary .price, body.woocommerce-page #left-area .entry-summary .posted_in a {
  color: #989695;
}

body.woocommerce-checkout .woocommerce-billing-fields .mailchimp-newsletter {
  display: none;
}
body.woocommerce-checkout #customer_details .col-1 {
  width: 100%;
  float: none;
}
@media (min-width: 990px) {
  body.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
  }
  body.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper .form-row {
    width: 100%;
  }
}
body.woocommerce-checkout #customer_details .col-1 #billing_country_field {
  float: left;
}
body.woocommerce-checkout #customer_details .col-1 #billing_email_field {
  float: right;
}
body.woocommerce-checkout #customer_details .col-1 .select2-container .select2-selection--single {
  height: 48px;
}
body.woocommerce-checkout #customer_details .col-1 #select2-billing_country-container {
  padding-top: 10px;
}
body.woocommerce-checkout #customer_details .col-2 {
  float: none;
  margin-top: 8vh;
  width: 100%;
}
body.woocommerce-checkout #customer_details .col-2 #order_comments {
  height: 8em;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  background: #302d2b;
}

#product-header .woocommerce-breadcrumb, #product-header .product_categories {
  margin-left: 0;
}

.product-gallery {
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-height: 32vh;
  position: relative;
  top: 0;
}

.product-gallery-3 .et_pb_gallery_item, .product-gallery-2 .et_pb_gallery_item {
  margin: 0 !important;
  clear: none !important;
}
.product-gallery-3 .et_pb_gallery_item img, .product-gallery-2 .et_pb_gallery_item img {
  width: 100%;
}

.woocommerce-checkout-review-order {
  padding-top: 5vh;
}

.product-gallery-3 .et_pb_gallery_item {
  width: 33.33% !important;
}

.product-gallery-2 {
  top: -35%;
}
.product-gallery-2 .et_pb_gallery_item {
  width: 50% !important;
}
@media (min-width: 1100px) {
  .product-gallery-2 .et_pb_gallery_item {
    max-height: 45vh;
  }
}

.product-description h4 {
  text-transform: none !important;
  color: #7b7a79;
}

body.single-product .et_pb_woopro_excerpt_0 {
  margin-top: 0.5 !important;
}
body.single-product .et_pb_woopro_additional_info table tr, body.single-product .et_pb_woopro_additional_info table th {
  padding: 0.2em;
}

#content-area table td,
#content-area table tr,
#main-content table.cart td,
#main-content table.cart tr,
table.cart td,
table.cart tr {
  padding: 0.2em;
}

#content-area table th,
#main-content table.cart th,
table.cart th {
  padding: 0.2em 0.2em 0.2em 5em;
}

.woocommerce-product-details__short-description h4, .advantages h4 {
  color: #7b7a79;
  margin-bottom: 1em;
  font-family: inherit !important;
}
.woocommerce-product-details__short-description ul, .advantages ul {
  padding-left: 0;
}
.woocommerce-product-details__short-description ul li, .advantages ul li {
  list-style: none;
  font-size: 18px;
  margin-bottom: 1em;
}
.woocommerce-product-details__short-description ul li:before, .advantages ul li:before {
  content: "N";
  font-family: "ETmodules";
  color: green;
  padding-right: 10px;
  font-size: 22px;
  font-weight: bold;
}

.woocommerce button.button.alt.disabled,
.woocommerce button.button, .woocommerce-page button.button {
  background-color: #302d2b;
  padding-top: 7px;
  padding-bottom: 7px;
}

.woocommerce-page div.product p.price {
  font-weight: bold;
}

.et_pb_woopro_description .et_pb_row {
  width: 92% !important;
}

.single-product .blurbs-inline .et_pb_column .et_pb_blurb {
  margin-right: auto;
  margin-left: auto;
}

.products-cards .product {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 1em !important;
  text-align: center;
}
.products-cards .product .price {
  display: none !important;
}
.products-cards .product .et_overlay {
  border: none;
}

.woocommerce-new-legal-text {
  padding: 1em 2em 2em;
  background: #ebe9eb;
  border-radius: 0 0 5px 5px;
  margin-top: -23px;
  margin-bottom: 2em;
  color: #7b7a79;
}
.woocommerce-new-legal-text a, .woocommerce-new-legal-text strong {
  color: #7b7a79;
}

.woocommerce .new-legal-text {
  background: #ebe9eb;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 2em;
  margin-top: -6px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

body.woocommerce-checkout + .woocommerce-new-legal-text {
  display: none;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  background: #302d2b;
}

#back-to-cart {
  margin-bottom: 1em;
  display: inline-block;
  background-color: transparent;
  color: #302d2b;
  border: none;
  box-shadow: none;
  border-bottom: 1px dotted #302d2b;
  padding: 0 !important;
}
#back-to-cart:hover {
  border-bottom: 1px solid #4b4643;
  color: #4b4643;
}

body.woocommerce-checkout .woocommerce-info {
  background-color: transparent !important;
  color: #302d2b !important;
}
body.woocommerce-checkout .woocommerce-info a {
  color: #302d2b !important;
}

.woocommerce-checkout-review-order-table thead tr {
  padding: 1em;
}

/************************************************************
//Estilos de la página mi cuenta
/***********************************************************/
.woocommerce-MyAccount-navigation ul {
  list-style: none !important;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 15px 5px 15px 45px !important;
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 500 !important;
  text-transform: uppercase;
  line-height: 1.3;
  color: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce-MyAccount-navigation ul li:last-child a {
  border: none;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #302d2b;
}

.woocommerce-MyAccount-navigation ul li.is-active a:after {
  content: "";
  height: 100%;
  width: 2px;
  background-color: #302d2b;
  position: absolute;
  top: 0;
  color: inherit;
}

.woocommerce-MyAccount-navigation ul li a:before {
  font-family: ETmodules !important;
  line-height: 1;
  font-size: 20px;
  margin-top: -10px;
  color: inherit;
  position: absolute;
  left: 15px;
  top: 50%;
}

ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "";
}

ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "";
}

ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "";
}

ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "";
}

ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "";
}

ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "J";
}

ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  content: "";
}

@media (min-width: 769px) {
  .woocommerce-MyAccount-navigation {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }

  .woocommerce-MyAccount-navigation ul li.is-active a:after {
    right: 0;
  }
}
@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 25px;
  }

  .woocommerce-MyAccount-navigation ul li.is-active a:after {
    left: 0;
  }
}
.woocommerce-MyAccount-navigation ul {
  line-height: 15px;
}

/* ==========================================================================
   REESCRIBIMOS ELEMENTOS BÁSICOS DE DIVI
   ========================================================================== */
@media (max-width: 980px) {
  .et_pb_row {
    width: 90%;
  }
}
#main-section {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.et_pb_sum, .et_pb_pricing li a, .et_pb_pricing_table_button, .et_overlay:before, .et_pb_member_social_links a:hover, .woocommerce-page #content input.button:hover .et_pb_widget li a:hover, .et_pb_bg_layout_light .et_pb_promo_button, .et_pb_bg_layout_light.et_pb_module.et_pb_button, .et_pb_bg_layout_light .et_pb_more_button, .et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active, .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active, .et_pb_contact_submit, .et_pb_bg_layout_light .et_pb_newsletter_button {
  color: white;
}

blockquote {
  border-left: none;
  font-style: italic;
  line-height: 1.5em;
  position: relative;
}
blockquote:before {
  content: url("https://www.ciclus.com/shareproduction/wp-content/uploads/2019/07/quotes-img.png");
  opacity: 0.2;
  text-align: left;
  position: absolute;
  left: 0em;
  top: -1em;
}

/* ==========================================================================
   ESTILOS DE LOS CONTENIDOS PRINCIPALES
   ========================================================================== */
.et_pb_button {
  padding: 0.5em 1em;
}
.et_pb_button:hover {
  padding: 0.5em 2em 0.5em 1em !important;
}

body.page-id-48039 .et_pb_gallery .et-pb-controllers {
  display: none;
}

.packs .et_pb_blurb_content .et_pb_main_blurb_image {
  margin-bottom: 0;
}
.packs .et_pb_blurb_content .et_pb_blurb_description p:first-child {
  font-size: 25px;
}
.packs .et_pb_button {
  cursor: pointer;
}

.open-tab-particulares {
  background: #302d2b !important;
  color: white !important;
}

.anuncio-centrado .et_pb_blurb_container {
  vertical-align: middle;
}

#form-tabs {
  border: none;
}
#form-tabs .et_pb_tabs_controls {
  margin-bottom: 0.7rem !important;
}
#form-tabs .et_pb_tab {
  padding: 0;
}

#galeria-logos br {
  display: none;
}
@media (max-width: 981px) {
  #galeria-logos #gallery-1 .gallery-item {
    width: 49%;
  }
}

.gallery-3-columns .et_pb_gallery_0.et_pb_gallery .et_pb_gallery_item {
  margin: 0.1rem !important;
  clear: none !important;
  width: 32.2%;
  margin-bottom: 0.7rem;
}
.gallery-3-columns .et_pb_gallery_0.et_pb_gallery .et_pb_gallery_item:last-child {
  margin-bottom: 0;
}
@media (min-width: 981px) {
  .gallery-3-columns .et_pb_gallery_0.et_pb_gallery .et_pb_gallery_item {
    margin: 0.35rem !important;
    clear: none !important;
    width: 32.5%;
  }
}

.particulares .price-particular, .particulares .price-text {
  display: inline-block;
  vertical-align: middle;
}
.particulares .price-particular {
  font-size: 34px;
  font-weight: bold;
  color: #302d2b;
}
.particulares .price-particular .line-through-diagonal {
  opacity: 0.8;
  font-weight: 300;
}
@media (min-width: 981px) {
  .particulares .price-particular {
    width: 12%;
  }
  .particulares .price-text {
    width: 86%;
  }
}

@media (max-width: 981px) {
  .img-scroll .et_pb_image_wrap {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .img-scroll .et_pb_image_wrap img {
    max-width: 800px;
  }
}

@media (min-width: 981px) {
  #seccion-precio .et_pb_column_2 {
    width: 19.667%;
  }
}
#seccion-precio .et_pb_column_3 {
  overflow: hidden;
}
@media (min-width: 981px) {
  #seccion-precio .et_pb_column_3 {
    width: 39.667%;
  }
}
@media (min-width: 981px) {
  #seccion-precio .et_pb_column_4 {
    width: 29.667%;
  }
}
#seccion-precio .precio {
  margin-bottom: 0;
}
#seccion-precio .precio p {
  line-height: 1;
}
#seccion-precio .titulares {
  margin-bottom: 0.7rem;
}
#seccion-precio .titulares p {
  font-size: 27px;
  font-weight: 600;
}
#seccion-precio .titulares h2 {
  font-size: 27px;
  font-weight: 100;
}
#seccion-precio .redes .et_pb_text_inner {
  align-items: center;
}
@media (min-width: 981px) {
  #seccion-precio .redes .et_pb_text_inner {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
  }
}
#seccion-precio .redes .et_pb_text_inner p {
  width: 40%;
  padding-bottom: 0;
}
#seccion-precio .redes .et_pb_text_inner .ssbp-wrap > div > span.ssba-share-text {
  display: none;
}
#seccion-precio .redes .et_pb_text_inner .ssbp-wrap br {
  display: none;
}
#seccion-precio .redes .et_pb_text_inner .ssbp-wrap a {
  color: white;
  background: #302d2b;
}
@media (min-width: 981px) {
  #seccion-precio .redes .et_pb_text_inner .ssbp-wrap {
    margin-top: -3vh;
  }
}
@media (min-width: 981px) {
  #seccion-precio .redes {
    margin-top: 1em;
  }
}
#seccion-precio .botones .et_pb_button {
  border: 2px solid white !important;
  color: white;
  display: inline-block;
  margin-bottom: 16px;
}
#seccion-precio .botones .et_pb_button:hover {
  color: #302d2b !important;
  background: white !important;
}
#seccion-precio .botones p {
  font-size: 30px;
  font-weight: 600;
  margin-top: -12px;
}
#seccion-precio .botones p span {
  font-size: 18px;
}

#cabecera {
  line-height: 1;
}
@media (min-width: 981px) {
  #cabecera h1 {
    padding-bottom: 0;
  }
}

.aviso-legal-general h1, .aviso-legal-general h2, .aviso-legal-general h3, .aviso-legal-general h4 {
  margin-bottom: 0.7rem;
}

@media (max-width: 768px) {
  .custom-video .et_pb_video_play {
    margin-top: -3.5rem;
    margin-left: -3rem;
    font-size: 5rem;
    line-height: 7rem;
  }
}

#custom-wpml {
  text-align: right;
  float: right;
  z-index: 50000000;
  position: relative;
}
@media (max-width: 768px) {
  #custom-wpml {
    position: fixed;
    top: 0;
    right: 0;
    background: white;
  }
}
#custom-wpml .wpml-ls-current-language a {
  font-weight: 600;
  text-decoration: underline;
}
#custom-wpml .wpml-ls-display {
  display: none;
}

.btn-inline .et_pb_button_module_wrapper {
  display: inline-block;
  width: auto;
}

#form-personalizador .btn, #form-personalizador .btn-large, #form-personalizador .btn-primary,
#form-personalizador #btnStart, #form-personalizador #lfb_btnNext_11 {
  background: #302d2b !important;
  font-family: "Assistant", Helvetica, Arial, Lucida, sans-serif !important;
  text-transform: uppercase !important;
  border: 2px solid #302d2b !important;
  font-weight: 600 !important;
  display: block !important;
  text-align: center !important;
  margin: auto !important;
  max-width: 250px;
  border-radius: 0 !important;
}
#form-personalizador .btn:hover, #form-personalizador .btn-large:hover, #form-personalizador .btn-primary:hover,
#form-personalizador #btnStart:hover, #form-personalizador #lfb_btnNext_11:hover {
  color: #302d2b !important;
  background: transparent !important;
}
#form-personalizador #mainPanel {
  padding: 3vh 5vh !important;
}
@media (min-width: 768px) {
  #form-personalizador #mainPanel {
    padding: 5vh 9vh !important;
  }
}
#form-personalizador #mainPanel h1, #form-personalizador #mainPanel h2, #form-personalizador #mainPanel h3, #form-personalizador #mainPanel h4, #form-personalizador #mainPanel h5, #form-personalizador #mainPanel h6, #form-personalizador #mainPanel p, #form-personalizador #mainPanel a, #form-personalizador #mainPanel strong, #form-personalizador #mainPanel span {
  font-family: "Assistant", Helvetica, Arial, Lucida, sans-serif;
  text-align: left;
  position: relative !important;
}
#form-personalizador #mainPanel h1, #form-personalizador #mainPanel h2, #form-personalizador #mainPanel h3, #form-personalizador #mainPanel h4, #form-personalizador #mainPanel h5, #form-personalizador #mainPanel h6 {
  color: #302d2b;
}
#form-personalizador #mainPanel h1, #form-personalizador #mainPanel h2 {
  font-weight: 600 !important;
  font-size: 45px !important;
  color: #302d2b !important;
  text-align: left !important;
}
#form-personalizador #mainPanel .genSlide.lfb_activeStep #lfb_stepDescription {
  top: 0 !important;
  padding: 0 !important;
  line-height: 1.4rem;
  font-weight: 300;
  font-family: "Assistant", Helvetica, Arial, Lucida, sans-serif;
  font-size: 23px;
  color: #7b7a79;
  text-align: left;
}
@media (min-width: 768px) {
  #form-personalizador #mainPanel .genSlide.lfb_activeStep #lfb_stepDescription {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: -36px !important;
  }
}
@media (min-width: 768px) {
  #form-personalizador #mainPanel .genSlide.lfb_activeStep .genContent .itemBloc:first-child {
    padding-left: 0 !important;
  }
  #form-personalizador #mainPanel .genSlide.lfb_activeStep .genContent .itemBloc:last-child {
    padding-right: 0 !important;
  }
}
#form-personalizador #mainPanel .genSlide.lfb_activeStep .genContent .itemBloc .form-group label {
  display: block;
}
#form-personalizador #mainPanel .genSlide.lfb_activeStep .genContent .itemBloc .form-group label h4.pack-title {
  background-color: #302d2b;
  padding-top: 0.7rem !important;
  padding-right: 0.7rem !important;
  padding-bottom: 0.7rem !important;
  padding-left: 0.7rem !important;
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
  font-weight: 600;
  font-size: 25px;
  color: white;
  text-align: center;
}
#form-personalizador #mainPanel .genSlide.lfb_activeStep .genContent .itemBloc .unidades {
  font-weight: 600;
  color: #302d2b;
  font-size: 25px;
  line-height: 1.2em;
  margin-bottom: 1.4rem;
}
#form-personalizador #mainPanel .genSlide.lfb_activeStep .genContent .itemBloc p, #form-personalizador #mainPanel .genSlide.lfb_activeStep .genContent .itemBloc .pluses {
  margin-bottom: 0;
}
#form-personalizador #mainPanel .genSlide.lfb_activeStep .genContent .itemBloc .pluses {
  font-weight: 600;
  color: #302d2b;
  line-height: 1.4em;
}
#form-personalizador #mainPanel .genSlide.lfb_activeStep input.form-control, #form-personalizador #mainPanel .genSlide.lfb_activeStep select, #form-personalizador #mainPanel .genSlide.lfb_activeStep textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: white;
  border-radius: 0;
  border: 1px solid #bbb;
  color: #7b7a79;
  font-family: inherit;
  font-size: 16px;
  margin-bottom: 1.5em;
  padding: 16px !important;
  width: 100% !important;
  height: auto;
}
#form-personalizador #mainPanel .genSlide.lfb_activeStep input.form-control:focus, #form-personalizador #mainPanel .genSlide.lfb_activeStep select:focus, #form-personalizador #mainPanel .genSlide.lfb_activeStep textarea:focus {
  border-color: #302d2b;
}
#form-personalizador .lfb_floatingSummaryBtnCtWrapper {
  display: none;
}
#form-personalizador .itemBloc.col-md-2.lfb_item.lfb_itemContainer_324,
#form-personalizador .itemBloc.col-md-12.lfb_item.lfb_itemContainer_324,
#form-personalizador .itemBloc.col-md-2.lfb_item.lfb_itemContainer_331,
#form-personalizador .itemBloc.col-md-12.lfb_item.lfb_itemContainer_331,
#form-personalizador .itemBloc.col-md-2.lfb_item.lfb_itemContainer_332,
#form-personalizador .itemBloc.col-md-12.lfb_item.lfb_itemContainer_332,
#form-personalizador .itemBloc.col-md-2.lfb_item.lfb_itemContainer_334,
#form-personalizador .itemBloc.col-md-12.lfb_item.lfb_itemContainer_334,
#form-personalizador .itemBloc.col-md-2.lfb_item.lfb_itemContainer_336,
#form-personalizador .itemBloc.col-md-12.lfb_item.lfb_itemContainer_336,
#form-personalizador .itemBloc.col-md-2.lfb_item.lfb_itemContainer_337,
#form-personalizador .itemBloc.col-md-12.lfb_item.lfb_itemContainer_337,
#form-personalizador .itemBloc.col-md-2.lfb_item.lfb_itemContainer_352,
#form-personalizador .itemBloc.col-md-12.lfb_item.lfb_itemContainer_352,
#form-personalizador .itemBloc.col-md-2.lfb_item.lfb_itemContainer_378,
#form-personalizador .itemBloc.col-md-12.lfb_item.lfb_itemContainer_378,
#form-personalizador .itemBloc.col-md-2.lfb_item.lfb_itemContainer_383,
#form-personalizador .itemBloc.col-md-12.lfb_item.lfb_itemContainer_383,
#form-personalizador .itemBloc.col-md-2.lfb_item.lfb_itemContainer_374,
#form-personalizador .itemBloc.col-md-12.lfb_item.lfb_itemContainer_374,
#form-personalizador .itemBloc.col-md-2.lfb_item.lfb_itemContainer_329,
#form-personalizador .itemBloc.col-md-2.lfb_item.lfb_itemContainer_386,
#form-personalizador .itemBloc.col-md-12.lfb_item.lfb_itemContainer_386,
#form-personalizador .itemBloc.col-md-12.lfb_item.lfb_itemContainer_329 {
  display: none !important;
}
@media (min-width: 768px) {
  #form-personalizador .itemBloc.col-md-2.lfb_item.lfb_itemContainer_330,
#form-personalizador .itemBloc.col-md-2.lfb_item.lfb_itemContainer_335 {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  #estimation_popup.wpe_bootstraped .lfb_stepDescription {
    padding-left: 0;
    padding-right: 0;
    top: 0 !important;
  }
}
@media (min-width: 768px) {
  #estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .col-md-2 {
    width: 50%;
  }

  #estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemBloc.col-md-2.lfb_item.lfb_itemContainer_27,
#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemBloc.col-md-2.lfb_item.lfb_itemContainer_243,
#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemBloc.col-md-2.lfb_item.lfb_itemContainer_244,
#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemBloc.col-md-2.lfb_item.lfb_itemContainer_279,
#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemBloc.col-md-2.lfb_item.lfb_itemContainer_277,
#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemBloc.col-md-2.lfb_item.lfb_itemContainer_305,
#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemBloc.col-md-2.lfb_item.lfb_itemContainer_303,
#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemBloc.col-md-2.lfb_item.lfb_itemContainer_304,
#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemBloc.col-md-2.lfb_item.lfb_itemContainer_327,
#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemBloc.col-md-2.lfb_item.lfb_itemContainer_328,
#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemBloc.col-md-2.lfb_item.lfb_itemContainer_375,
#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemBloc.col-md-2.lfb_item.lfb_itemContainer_376,
#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemBloc.col-md-2.lfb_item.lfb_itemContainer_377,
#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemBloc.col-md-2.lfb_item.lfb_itemContainer_326 {
    width: 33%;
  }
}
#estimation_popup.wpe_bootstraped #mainPanel .genSlide .stepTitle {
  margin-top: 0;
}

#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent {
  padding: 0 !important;
}

.lfb_item.lfb_itemContainer_1 {
  width: 100% !important;
  max-width: 100% !important;
}
.lfb_item.lfb_itemContainer_1 .itemDes, .lfb_item.lfb_itemContainer_1 #lfb_legalNoticeContent {
  margin-top: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.lfb_item.lfb_itemContainer_1 .itemDes > .form-group, .lfb_item.lfb_itemContainer_1 #lfb_legalNoticeContent > .form-group {
  max-width: 100%;
  width: 100%;
}

#finalSlide h2.stepTitle,
#finalSlide #lfb_finalLabel,
#finalSlide #finalPrice {
  padding: 18px;
}
@media (min-width: 768px) {
  #finalSlide .lfb_item.lfb_itemContainer_236 {
    padding-left: 0;
  }
}
#finalSlide input.form-control, #finalSlide select, #finalSlide textarea {
  padding: 16px;
}
#finalSlide .form-group {
  text-align: left;
}
#finalSlide .form-group label {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 20px;
}
#finalSlide input.form-control, #finalSlide select, #finalSlide textarea {
  text-align: left !important;
  padding: 27px;
}
#finalSlide .lfb_item.lfb_itemContainer_240, #finalSlide #lfb_legalNoticeContent {
  width: 100% !important;
  text-align: left !important;
}
#finalSlide #wpe_btnOrder {
  max-width: 600px;
}
#finalSlide .itemDes, #finalSlide #lfb_legalNoticeContent {
  width: 100% !important;
  max-width: 100% !important;
}
#finalSlide .form-group > .has-switch {
  width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 980px) {
  #finalSlide .genContent .genContentSlide .lfb_item.lfb_itemContainer_238,
#finalSlide .genContent .genContentSlide .lfb_item.lfb_itemContainer_265,
#finalSlide .genContent .genContentSlide .lfb_item.lfb_itemContainer_266,
#finalSlide .genContent .genContentSlide .lfb_item.lfb_itemContainer_267,
#finalSlide .genContent .genContentSlide .lfb_item.lfb_itemContainer_238,
#finalSlide .genContent .genContentSlide .lfb_item.lfb_itemContainer_291,
#finalSlide .genContent .genContentSlide .lfb_item.lfb_itemContainer_292,
#finalSlide .genContent .genContentSlide .lfb_item.lfb_itemContainer_293 {
    width: 25% !important;
  }
}

#estimation_popup.wpe_bootstraped[data-form="1"] #lfb_legalNoticeContent {
  font-size: 13px;
  margin-left: 2px;
  margin-right: 2px;
  overflow-y: auto;
  font-family: "Assistant", Helvetica, Arial, Lucida, sans-serif;
  text-align: left;
  position: relative !important;
  line-height: 1.72222;
  padding: 18px;
}

#estimation_popup.wpe_bootstraped #lfb_legalNoticeContent p {
  font-size: 14px;
}

.lfb_item.lfb_itemContainer_240 {
  padding-bottom: 0;
}

#lfb_legalNoticeContent {
  padding-top: 0;
}

#estimation_popup.wpe_bootstraped[data-animspeed="0"] #mainPanel .genSlide .stepTitle,
#estimation_popup.wpe_bootstraped #mainPanel .genSlide .stepTitle.positioned {
  top: 0 !important;
}

#estimation_popup.wpe_bootstraped .form-group.has-error .form-control {
  color: #e74c3c !important;
  border-color: #e74c3c !important;
}

.et_divi_100_custom_login_page--style-1 div#login h1 a,
.et_divi_100_custom_login_page--style-2 div#login h1 a,
.et_divi_100_custom_login_page--style-3 div#login h1 a,
.et_divi_100_custom_login_page--style-4 div#login h1 a,
.et_divi_100_custom_login_page--style-5 div#login h1 a,
.et_divi_100_custom_login_page--style-6 div#login h1 a,
.et_divi_100_custom_login_page--style-7 div#login h1 a {
  width: 204px;
  height: 63px;
}

body.login.et_divi_100_custom_login_page--style-1 .divi-login__submit input.button {
  border: 1px solid white !important;
  padding: 1em !important;
  width: 100% !important;
}
body.login.et_divi_100_custom_login_page--style-1 .divi-login__submit input.button:hover {
  padding: 1em !important;
  background: white !important;
  color: #302d2b !important;
}

body.login.et_divi_100_custom_login_page .divi-login__submit input.button,
body.login.et_divi_100_custom_login_page .divi-login__submit input.button:hover {
  border-color: white !important;
}

/*# sourceMappingURL=style.css.map */
