@charset "UTF-8";
/*
 Theme Name:   Module
 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
------------------------------------------------------- */
sup {
  bottom: 0.1em;
  vertical-align: super;
  font-size: 0.5em;
}

.et_pb_text_4 a {
  font-size: 100% !important;
}

.et_pb_text_3.et_pb_text a, .et_pb_text_2.et_pb_text a {
  color: #6fa287 !important;
}

body.single #et-main-area .et_builder_inner_content .et_pb_text .et_pb_text_inner a,
body.single #et-main-area .et_builder_inner_content .et_pb_text .et_pb_text_inner p a {
  color: #6fa287 !important;
  font-size: 16px !important;
}

/* ==========================================================================
   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;
  }
}

.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 #6fa287;
  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, #5b6770 0%, #6fa287 47.52%, #18AFD3 100%);
  background: -webkit-linear-gradient(132.68deg, #5b6770 0%, #6fa287 47.52%, #18AFD3 100%);
  background: linear-gradient(317.32deg, #5b6770 0%, #6fa287 47.52%, #18AFD3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-max {
  background: #5b6770;
  background: -webkit-linear-gradient(317.32deg, #5b6770 0%, #6fa287 47.52%, #18AFD3 100%);
  background: -o-linear-gradient(317.32deg, #5b6770 0%, #6fa287 47.52%, #18AFD3 100%);
  background: -moz-linear-gradient(317.32deg, #5b6770 0%, #6fa287 47.52%, #18AFD3 100%);
  background: linear-gradient(317.32deg, #5b6770 0%, #6fa287 47.52%, #18AFD3 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;
  }
}

#menu-button .et_pb_blurb_0 span.et-waypoint {
  color: white;
}

.links-button .et_pb_button_module_wrapper .et_pb_button {
  width: 100%;
}

.et_portfolio_image {
  display: none;
}

/* ==========================================================================
   ESTILOS DE LOS FORMS (SEA CUAL SEA SU PROCEDENCIA)
   ========================================================================== */
input[type=text],
input[type=email],
input[type=tel],
input[type=color],
input[type=date],
input[type=number],
input[type=password],
input[type=url],
select,
.input-base,
textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #cacdd2;
  color: #999;
  font-family: inherit;
  font-size: 13px;
  margin-bottom: 1em;
  padding: 16px;
  width: 100%;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
select:focus,
.input-base:focus,
textarea:focus {
  border-color: #6fa287;
}

form {
  color: #7c7c7c;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
}
form label {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
}

textarea:focus {
  border-color: #6fa287;
}

input[type=submit] {
  cursor: pointer;
  padding: 0.5em 1em;
}
input[type=submit]:hover {
  padding: 0.5em 1em !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;
}
@media (min-width: 767px) {
  .wpcf7 .wpcf7-submit {
    float: right;
    width: auto;
    margin-top: 0;
    min-width: 150px;
  }
}

/*========================================================================== 
   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: #6fa287;
  font-size: 13px;
  margin-bottom: 1.5em;
}

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

#new-legal-text, .new-legal-text {
  margin-top: 1.5em;
  color: #7c7c7c;
  font-size: 12px;
  line-height: 1.6em;
}
#new-legal-text a, .new-legal-text a {
  color: #6fa287;
}

._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: #7c7c7c;
  font-weight: 400;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  float: left;
}
.new-legal-text strong, .new-legal-text a {
  color: #7c7c7c;
}
.new-legal-text a {
  border-bottom: 1px dotted #7c7c7c;
  color: #6fa287;
}
.new-legal-text br {
  display: none;
}
.new-legal-text strong:first-of-type {
  font-size: 1.1em;
  display: block;
}

.wpcf7-form {
  position: relative;
  overflow: hidden;
}
.wpcf7-form .new-legal-text {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-bottom: 0;
}

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

.aviso-legal {
  font-size: small;
  margin-bottom: 1em;
  text-align: left;
  font-size: small;
  color: #7c7c7c;
}
.aviso-legal a {
  color: #6fa287;
  border-bottom: 1px dotted white !important;
}
@media (min-width: 981px) {
  .aviso-legal {
    float: left;
  }
}

body.single-post .aviso-legal, body.single-post #new-legal-text, body.single-post .new-legal-text {
  color: #7c7c7c;
}
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: #7c7c7c;
  border-color: #6fa287;
}
body.single-post .aviso-legal a, body.single-post #new-legal-text a, body.single-post .new-legal-text a {
  color: #6fa287;
}
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;
}

.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;
}

.cf7-white input[type=text], .cf7-white input[type=email], .cf7-white input[type=tel], .cf7-white input[type=color], .cf7-white input[type=date], .cf7-white input[type=number], .cf7-white input[type=password], .cf7-white input[type=url], .cf7-white select, .cf7-white .input-base, .cf7-white textarea {
  border: none;
}
.cf7-white .legal-container {
  color: white;
}
.cf7-white .aviso-legal, .cf7-white .new-legal-text {
  color: white;
}
.cf7-white .aviso-legal a, .cf7-white .aviso-legal strong, .cf7-white .new-legal-text a, .cf7-white .new-legal-text strong {
  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: 100%;
}

.simpay-form-control button {
  background: #6fa287;
  border-color: #6fa287 !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: #57876e;
  border-color: #57876e !important;
}

span.cv {
  position: relative;
}

span.cv:before {
  content: "Subir archivo";
  position: absolute;
  left: 0;
  padding: 5px;
  background: #6fa287;
  color: #fff;
  width: 130px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

span.cv > input {
  /*visibility:hidden;*/
  margin-left: 1.2vw;
}

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

.et-cart-info {
  display: none;
}

#et-top-navigation .menu-destacado a {
  background: #5b6770;
}

#mobile_menu .menu-item-28896,
#mobile_menu .menu-item-28897 {
  display: none;
}

.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_split #et-top-navigation nav > ul > li > a {
  padding-bottom: 0;
  padding: 1em 0.5em;
  font-weight: 400;
}

.et_header_style_left #et-top-navigation nav > ul > li,
.et_header_style_split #et-top-navigation nav > ul > li {
  margin-bottom: 12px;
  padding-right: 10px;
}
@media (min-width: 1180px) {
  .et_header_style_left #et-top-navigation nav > ul > li,
.et_header_style_split #et-top-navigation nav > ul > li {
    padding-right: 1em;
  }
}

#et-secondary-nav .menu-item-has-children > a:first-child:after, #top-menu .menu-item-has-children > a:first-child:after {
  top: 14px;
}

.menu-button {
  margin-left: 1em;
}
.menu-button a {
  background: #18AFD3;
  color: white !important;
  border-radius: 5px;
  font-weight: 400;
  padding: 1em !important;
}

@media only screen and (min-width: 981px) {
  .et-fixed-header #top-menu li.current-menu-ancestor.menu-button > a, .et-fixed-header #top-menu li.current-menu-item.menu-button > a {
    color: white !important;
  }
}
.mobile_menu_bar.et_pb_header_toggle {
  width: 60px;
}
.mobile_menu_bar.et_pb_header_toggle .menu-text {
  float: left;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 7px;
  color: #948e8e;
  padding: 0 8px;
}

#et-top-navigation .mobile_menu_bar:before, #et-top-navigation .et_toggle_slide_menu:after, .et_pb_slide_menu_active .mobile_menu_bar:before, .et_pb_slide_menu_active .et_toggle_slide_menu:after {
  color: #6fa287;
  font-size: 40px;
}
#et-top-navigation .et-social-icons, #et-top-navigation .et-cart-info, .et_pb_slide_menu_active .et-social-icons, .et_pb_slide_menu_active .et-cart-info {
  margin-top: -4px;
}
#et-top-navigation .et-social-icons li.et-social-icon a, #et-top-navigation .et-cart-info li.et-social-icon a, .et_pb_slide_menu_active .et-social-icons li.et-social-icon a, .et_pb_slide_menu_active .et-cart-info li.et-social-icon a {
  font-size: 17px;
  color: #6fa287;
}

.et_slide_menu_top .et-social-icons {
  float: none !important;
}
.et_slide_menu_top .slide-menu-custom {
  margin: 1.5em 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.et_slide_menu_top .et-search-form {
  background: #f9f9f940 !important;
}

body #page-container .et_slide_menu_top {
  padding: 1.5em;
  background: rgba(0, 0, 0, 0.3);
}
body #page-container .et_slide_menu_top .et-social-icons li a {
  color: white;
}
body #page-container .et_slide_in_menu_container {
  background-image: linear-gradient(180deg, #000000b8 0%, rgba(0, 0, 0, 0.18) 100%), url("https://coworkingwordpress.com/dream/wp-content/uploads/2019/08/bgd.jpg") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top;
}
@media (max-width: 980px) {
  body #page-container .et_slide_in_menu_container {
    background-image: -webkit-linear-gradient(#000000b8 0%, rgba(0, 0, 0, 0.18) 100%), url("https://coworkingwordpress.com/dream/wp-content/uploads/2019/08/bgd.jpg") !important;
    background-image: -o-linear-gradient(#000000b8 0%, rgba(0, 0, 0, 0.18) 100%), url("https://coworkingwordpress.com/dream/wp-content/uploads/2019/08/bgd.jpg") !important;
    background-image: linear-gradient(#000000b8 0%, rgba(0, 0, 0, 0.18) 100%), url("https://coworkingwordpress.com/dream/wp-content/uploads/2019/08/bgd.jpg") !important;
  }
}
body #page-container .et_slide_in_menu_container #mobile_menu_slide {
  padding: 0 !important;
}
body #page-container .et_slide_in_menu_container #mobile_menu_slide li {
  padding: 0 2em;
  border-bottom: 1px solid #ffffff33;
}
body #page-container .et_slide_in_menu_container #mobile_menu_slide li li {
  border-bottom: none;
}
body #page-container .et_slide_in_menu_container #mobile_menu_slide li li a {
  opacity: 0.9;
}
body #page-container .et_slide_in_menu_container #mobile_menu_slide li.current-menu-item {
  background: linear-gradient(90deg, #00000059 0%, rgba(0, 0, 0, 0.25) 100%);
}
body #page-container .et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a {
  color: white;
}
body #page-container .et_slide_in_menu_container #mobile_menu_slide li.menu-button a {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px !important;
  display: inline-block;
}
body #page-container .et_slide_in_menu_container #mobile_menu_slide li.menu-button a:after {
  content: " >";
  color: white;
}

#custom-header-call {
  position: absolute;
  right: 45px;
}
@media (min-width: 981px) {
  #custom-header-call {
    right: 100px;
  }
}
#custom-header-call ul {
  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 */
}
#custom-header-call ul li {
  padding: 2.5em 1em;
}
#custom-header-call ul li .custom-link-header {
  text-decoration: underline;
}
#custom-header-call ul li .custom-link-header:after {
  content: " >";
}
#custom-header-call ul li .custom-link-header-button {
  padding: 0.5em 1em;
  background: #6fa287;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
#custom-header-call ul li .custom-link-header-button:hover {
  background: #8eb6a1;
}
@media (max-width: 767px) {
  #custom-header-call {
    display: none;
  }
}

#main-header.et-fixed-header {
  background: white;
}
#main-header.et-fixed-header #custom-header-call li {
  padding: 1.8em 1em;
}

.special-top-button .et-pb-icon {
  color: white !important;
  padding-right: 1em;
}

.et_slide_menu_top {
  display: block !important;
}

/* ==========================================================================
   ESTILOS PARA EL DESPLAZAMIENTO
   ========================================================================== */
@media (max-width: 980px) {
  .et_fixed_nav #main-header {
    position: fixed;
  }
  .et_fixed_nav #main-header .mobile_menu_bar {
    padding-bottom: 0;
  }
  .et_fixed_nav #main-header #logo {
    max-height: 45px;
  }
}
body.et_pb_slide_menu_active #page-container {
  left: 0 !important;
}
body.et_pb_slide_menu_active .menu-text {
  display: none;
}
body.et_pb_slide_menu_active #logo {
  margin-left: 320px;
}
body.et_pb_slide_menu_active #et-top-navigation .mobile_menu_bar:before,
body.et_pb_slide_menu_active #et-top-navigation .et_toggle_slide_menu:after {
  color: white;
  background: #6fa287;
  border-radius: 50%;
}

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

#menu-menu-legal {
  margin-bottom: 0;
  margin-left: 0;
}

#main-footer .container {
  max-width: 100%;
}
#main-footer .container #footer-widgets .widget_media_image {
  margin-bottom: 0;
  max-width: 335px;
}
#main-footer .container #footer-widgets .widget_nav_menu li {
  padding-left: 0;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
}
#main-footer .container #footer-widgets .menu-button {
  margin-left: 0;
  margin-top: 1em;
}
#main-footer .container #footer-widgets .menu-button a {
  -webkit-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

/* ==========================================================================
   ESTILOS DE BLOG Y POSTS
   ========================================================================== */
#blog-sidebar {
  border: none;
}
#blog-sidebar ul#menu-tratamientos li {
  border-bottom: 1px solid #cacdd2;
}
#blog-sidebar ul#menu-tratamientos li a {
  padding-bottom: 0.6em;
  font-size: 15px;
}
#blog-sidebar ul#menu-tratamientos li:last-child {
  border: none;
}
#blog-sidebar .et_pb_button_module_wrapper a.et_pb_button {
  color: white;
  font-size: 16px;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
}

@media (max-width: 980px) {
  .et_pb_post_slider .et_pb_slide_description h2.et_pb_slide_title {
    font-weight: 800 !important;
  }
}

body.single-post .et_pb_post_content h2, body.single-post .et_pb_post_content h3, body.single-post .et_pb_post_content h4 {
  margin-top: 2rem;
}
body.single-post .et_pb_post_content ul li, body.single-post .et_pb_post_content ol li {
  margin-bottom: 0.3em;
}
body.single-post .et_pb_post_content .et_pb_text strong a {
  color: #6fa287 !important;
  font-size: inherit !important;
}

#comment-wrap h1 {
  font-size: 25px !important;
}

.et_pb_text_0 h2 {
  font-size: 30px !important;
}

.heateorSssClear {
  padding-bottom: 1em !important;
}

#comment-wrap {
  margin-top: 4.5em;
}
#comment-wrap #respond #reply-title {
  font-size: 30px;
}

body.et_divi_100_custom_login_page #login h1 a {
  width: 360px;
  height: 97px;
  margin-top: 10vh;
}
body.et_divi_100_custom_login_page #login .divi-login__remember {
  color: #2f3130;
}
body.et_divi_100_custom_login_page p#nav, body.et_divi_100_custom_login_page p#backtoblog, body.et_divi_100_custom_login_page a.privacy-policy-link {
  color: #2f3130 !important;
}
body.et_divi_100_custom_login_page label {
  color: #2f3130;
}
body.et_divi_100_custom_login_page #wp-submit:hover {
  padding: 12px 20px !important;
  background: #2f3130 !important;
}

/* ==========================================================================
   REESCRIBIMOS ELEMENTOS BÁSICOS DE DIVI
   ========================================================================== */
@media (max-width: 980px) {
  .et_pb_row {
    width: 90%;
  }
}
.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 {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none;
  line-height: 1.7;
  margin-top: 1.5em;
  position: relative;
  padding-left: 2em;
  font-style: italic;
}
blockquote:before {
  content: url("https://clinicaabarno.com/wp-content/uploads/2020/03/quote.png");
  position: absolute;
  left: -6px;
  top: -19px;
  opacity: 0.6;
}
.no-float .et_pb_team_member_image {
  float: none;
}

@media (max-width: 767px) {
  .et_pb_team_member .et_pb_team_member_image {
    max-width: 100%;
    margin-bottom: 2em !important;
  }
}

.small-team-member .et_pb_team_member_description {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}

.medium-team-member .et_pb_team_member_image {
  max-width: 200px;
}
.medium-team-member .et_pb_team_member_description {
  padding-top: 1.5em;
}

.dr-titles .et_pb_toggle_content h5, .dr-titles h6 {
  text-align: left !important;
}
.dr-titles .et_pb_toggle_content h5 h5, .dr-titles h6 h5 {
  font-size: 18px !important;
  font-weight: bold;
}
.dr-titles .et_pb_toggle_content h5 h6, .dr-titles h6 h6 {
  font-size: 16px !important;
  font-weight: 500;
  opacity: 0.9;
  color: #7c7c7c;
  padding-bottom: 0;
}
.dr-titles .et_pb_toggle_content h5 p, .dr-titles h6 p {
  font-size: 14px !important;
  color: #6fa287;
  border-bottom: 1px solid #cacdd2;
  margin-bottom: 2em;
  padding-bottom: 0.5em;
}

body.single-project h3 {
  margin-top: 1em;
}
body.single-project ul {
  margin-left: 1em;
  margin-bottom: 1em;
}
body.single-project #main-content .et_builder_inner_content .et_pb_section:nth-last-child(2n) .et_pb_portfolio .project:first-child {
  display: none;
}
body.single-project #main-content .et_builder_inner_content .et_pb_section:nth-last-child(2n) .et_pb_portfolio .project {
  margin-bottom: 0;
}
body.single-project #main-content .et_builder_inner_content .et_pb_section:nth-last-child(2n) .et_pb_portfolio .project .et_pb_module_header {
  margin: 0.6em auto;
}
body.single-project #main-content .et_builder_inner_content .et_pb_section:nth-last-child(2n) .et_pb_portfolio .project .et_pb_module_header a {
  font-size: 20px !important;
  padding: 0.6em 1em;
  border-bottom: 1px solid #cacdd2;
  transition: 0.2s ease-in-out;
  font-weight: 500;
}
body.single-project #main-content .et_builder_inner_content .et_pb_section:nth-last-child(2n) .et_pb_portfolio .project .et_pb_module_header a:before {
  font-family: ETmodules;
  content: "5";
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  transition: 0.2s ease-in-out;
}
body.single-project #main-content .et_builder_inner_content .et_pb_section:nth-last-child(2n) .et_pb_portfolio .project .et_pb_module_header a:hover {
  padding-left: 1.5em;
}
body.single-project #main-content .et_builder_inner_content .et_pb_section:nth-last-child(2n) .et_pb_portfolio .project .et_pb_module_header a:hover:before {
  left: 0.25em;
}

#tratamientos .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
  position: relative;
  overflow: hidden;
}
#tratamientos .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image img {
  transition: 0.5s ease-in-out;
}
#tratamientos .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image img:hover {
  transform: scale(1.05);
}

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

.borrar-programado {
  filter: opacity(46%) blur(1px);
  backface-visibility: hidden;
}

@media (max-width: 980px) {
  body.page-id-50222 #main-footer {
    margin-bottom: 105px;
  }
}

#dictante {
  overflow: visible;
}
#dictante img {
  width: 160px;
  margin-top: -80px;
  border-radius: 50%;
  border: 7px solid white;
}
#dictante h2, #dictante h3, #dictante h3, #dictante h4, #dictante h5, #dictante h6, #dictante p {
  text-align: left;
}

/* ==========================================================================
   ESTILOS DE PLUGINS Y ELEMENTOS NO PROPIOS DE DIVI
   ========================================================================== */
/* ***************************************************************************
   Plugin de Instagram
   ---------------------------------------------------------------------------
   https://es.wordpress.org/plugins/instagram-feed/
   ***************************************************************************/
#sb_instagram {
  background-color: #5b6770;
  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;
  }
}
/* ***************************************************************************
   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 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px 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: #7c7c7c !important;
  font-size: 12px !important;
  position: relative;
  display: inline;
  font-family: "Montserrat", 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: 2.2em !important;
  }
}
.cdp-cookies-alerta div.cdp-cookies-texto.cdp-mostrar a.cookies-link {
  color: #6fa287 !important;
  font-family: "Montserrat", 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-radius: 30px;
  border: 1px solid #6fa287;
  color: #6fa287 !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: #57876e;
  border-color: #57876e;
  color: white !important;
}

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