@charset "UTF-8";
/*
 Theme Name:   Avocado
 Theme URI:    https://atptips.com
 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://atptips.com
 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;
}

/* ==========================================================================
   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 #467dae;
  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, #ffbf00 0%, #467dae 47.52%, #29bf12 100%);
  background: -webkit-linear-gradient(132.68deg, #ffbf00 0%, #467dae 47.52%, #29bf12 100%);
  background: linear-gradient(317.32deg, #ffbf00 0%, #467dae 47.52%, #29bf12 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-max {
  background: #ffbf00;
  background: -webkit-linear-gradient(317.32deg, #ffbf00 0%, #467dae 47.52%, #29bf12 100%);
  background: -o-linear-gradient(317.32deg, #ffbf00 0%, #467dae 47.52%, #29bf12 100%);
  background: -moz-linear-gradient(317.32deg, #ffbf00 0%, #467dae 47.52%, #29bf12 100%);
  background: linear-gradient(317.32deg, #ffbf00 0%, #467dae 47.52%, #29bf12 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: -3em 0 !important;
  box-shadow: 1px 0px 20px 2px rgba(0, 0, 0, 0.1);
}

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

.seccion-shadow {
  box-shadow: 1px 0px 20px 2px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.material-cards .et_pb_blurb_content {
  max-width: 1000px;
  margin: 2em auto;
  -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);
}
.material-cards .et_pb_blurb_container {
  padding: 1.5em;
  padding-top: 0;
}

.eventos .et_pb_column {
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  background-color: #ffffff !important;
  padding: 1.5em;
}

/* ==========================================================================
   ESTILOS DE LOS FORMS (SEA CUAL SEA SU PROCEDENCIA)
   ========================================================================== */
input[type=text], input[type=email], input[type=tel], .input-base, textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: white;
  border-radius: 0;
  border: 1px solid #cacdd2;
  color: #999;
  font-family: inherit;
  font-size: 14px;
  margin-bottom: 1em;
  padding: 16px;
  width: 100%;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, .input-base:focus, textarea:focus {
  border-color: #467dae;
}

textarea:focus {
  border-color: #467dae;
}

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

#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 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: #467dae;
  font-size: 13px;
  margin-bottom: 1.5em;
}

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

#new-legal-text, .new-legal-text {
  margin-top: 1.5em;
  color: #494949;
  font-size: 12px;
  line-height: 1.6em;
}
#new-legal-text a, .new-legal-text a {
  color: #467dae;
}

._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: #494949;
  font-size: small;
  float: left;
}

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

.wpcf7-form .new-legal-text {
  border-top: 1px solid #ffffff85;
  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: #494949;
}
.aviso-legal a {
  color: #467dae;
  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: #494949;
}
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: #494949;
  border-color: #467dae;
}
body.single-post .aviso-legal a, body.single-post #new-legal-text a, body.single-post .new-legal-text a {
  color: #467dae;
}
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: #467dae !important;
}
#estimation_popup.wpe_bootstraped #lfb_legalNoticeContent a {
  border-bottom: 1px dotted #467dae !important;
  color: #467dae;
}
#estimation_popup.wpe_bootstraped .new-legal-text {
  color: #494949;
  font-size: 11px !important;
  line-height: 1.5em;
  padding-bottom: 1.5em !important;
}

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

#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
}

#top-menu li a:before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 100%;
  bottom: 50%;
  background: #467dae;
  /*** COLOR OF THE LINE ***/
  height: 3px;
  /*** THICKNESS OF THE LINE ***/
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#top-menu li:hover {
  opacity: 1 !important;
}

#top-menu li a:hover {
  opacity: 1 !important;
}

#top-menu li a:hover:before {
  right: 0;
}

#top-menu li li a:before {
  bottom: 10%;
}

#et-top-navigation .mobile_menu_bar:before {
  color: #467dae;
}

/* 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
   ========================================================================== */
.blog article.et_pb_post {
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid;
}
.blog article.et_pb_post .entry-title, .blog article.et_pb_post .post-meta, .blog article.et_pb_post .post-content {
  padding-left: 5vh;
  padding-right: 5vh;
}
.blog article.et_pb_post .post-content {
  padding-bottom: 5vh;
}
.blog article.et_pb_post:nth-child(1n+0) {
  border-color: #467dae;
  box-shadow: 0px 12px 18px -6px rgba(70, 125, 174, 0.55);
}
.blog article.et_pb_post:nth-child(1n+0) .et_overlay:before {
  color: #467dae !important;
}
.blog article.et_pb_post:nth-child(1n+0) .post-meta a {
  color: #467dae;
}
.blog article.et_pb_post:nth-child(2n+0) {
  border-color: #ffbf00;
  box-shadow: 0px 12px 18px -6px rgba(255, 191, 0, 0.55);
}
.blog article.et_pb_post:nth-child(2n+0) .et_overlay:before {
  color: #ffbf00 !important;
}
.blog article.et_pb_post:nth-child(2n+0) .post-meta a {
  color: #ffbf00;
}
.blog article.et_pb_post:nth-child(3n+0) {
  border-color: #29bf12;
  box-shadow: 0px 12px 18px -6px rgba(41, 191, 18, 0.55);
}
.blog article.et_pb_post:nth-child(3n+0) .et_overlay:before {
  color: #29bf12 !important;
}
.blog article.et_pb_post:nth-child(3n+0) .post-meta a {
  color: #29bf12;
}

.et_pb_blog_grid .et_pb_image_container img {
  padding: 5%;
}

.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: #467dae;
  font-family: "Roboto", 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: "Raleway", sans-serif;
  color: #467dae;
}
.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%;
  }
}

/* ==========================================================================
   REESCRIBIMOS ELEMENTOS BÁSICOS DE DIVI
   ========================================================================== */
blockquote {
  border-left: none;
  font-size: 4vh;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5em;
  margin: 5vh 0 6vh;
  position: relative;
}
blockquote:before {
  content: url("http://evolucion180.com.gt/wp-content/uploads/2018/11/quote-evolucion.png");
  opacity: 0.2;
  text-align: left;
  position: absolute;
  left: -1em;
  top: -2em;
}

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

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button,
.et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover, .et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt, .et_button_no_icon.et_button_left .et_pb_button:hover, .et_button_no_icon.et_button_left.woocommerce #content input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce #content input.button:hover, .et_button_no_icon.et_button_left.woocommerce #respond input#submit.alt:hover, .et_button_no_icon.et_button_left.woocommerce #respond input#submit:hover, .et_button_no_icon.et_button_left.woocommerce a.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce a.button:hover, .et_button_no_icon.et_button_left.woocommerce button.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce button.button:hover, .et_button_no_icon.et_button_left.woocommerce input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce input.button:hover, .et_button_no_icon.et_button_left.woocommerce-page #content input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page #content input.button:hover, .et_button_no_icon.et_button_left.woocommerce-page #respond input#submit.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page #respond input#submit:hover, .et_button_no_icon.et_button_left.woocommerce-page a.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page a.button:hover, .et_button_no_icon.et_button_left.woocommerce-page button.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page button.button:hover, .et_button_no_icon.et_button_left.woocommerce-page input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page input.button:hover, .et_button_no_icon.woocommerce #content input.button, .et_button_no_icon.woocommerce #content input.button.alt, .et_button_no_icon.woocommerce #content input.button.alt:hover, .et_button_no_icon.woocommerce #content input.button:hover, .et_button_no_icon.woocommerce #respond input#submit, .et_button_no_icon.woocommerce #respond input#submit.alt, .et_button_no_icon.woocommerce #respond input#submit.alt:hover, .et_button_no_icon.woocommerce #respond input#submit:hover, .et_button_no_icon.woocommerce a.button, .et_button_no_icon.woocommerce a.button.alt, .et_button_no_icon.woocommerce a.button.alt:hover, .et_button_no_icon.woocommerce a.button:hover, .et_button_no_icon.woocommerce button.button, .et_button_no_icon.woocommerce button.button.alt, .et_button_no_icon.woocommerce button.button.alt:hover, .et_button_no_icon.woocommerce button.button:hover, .et_button_no_icon.woocommerce input.button, .et_button_no_icon.woocommerce input.button.alt, .et_button_no_icon.woocommerce input.button.alt:hover, .et_button_no_icon.woocommerce input.button:hover, .et_button_no_icon.woocommerce-page #content input.button, .et_button_no_icon.woocommerce-page #content input.button.alt, .et_button_no_icon.woocommerce-page #content input.button.alt:hover, .et_button_no_icon.woocommerce-page #content input.button:hover, .et_button_no_icon.woocommerce-page #respond input#submit, .et_button_no_icon.woocommerce-page #respond input#submit.alt, .et_button_no_icon.woocommerce-page #respond input#submit.alt:hover, .et_button_no_icon.woocommerce-page #respond input#submit:hover, .et_button_no_icon.woocommerce-page a.button, .et_button_no_icon.woocommerce-page a.button.alt, .et_button_no_icon.woocommerce-page a.button.alt:hover, .et_button_no_icon.woocommerce-page a.button:hover, .et_button_no_icon.woocommerce-page button.button, .et_button_no_icon.woocommerce-page button.button.alt, .et_button_no_icon.woocommerce-page button.button.alt:hover, .et_button_no_icon.woocommerce-page button.button:hover, .et_button_no_icon.woocommerce-page input.button, .et_button_no_icon.woocommerce-page input.button.alt, .et_button_no_icon.woocommerce-page input.button.alt:hover, .et_button_no_icon.woocommerce-page input.button:hover, .woocommerce input.button, .woocommerce input.button:hover,
body.et_pb_button_helper_class .et_pb_button, body.et_pb_button_helper_class .et_pb_module.et_pb_button, .woocommerce.et_pb_button_helper_class a.button.alt, .woocommerce-page.et_pb_button_helper_class a.button.alt, .woocommerce.et_pb_button_helper_class button.button.alt, .woocommerce-page.et_pb_button_helper_class button.button.alt, .woocommerce.et_pb_button_helper_class input.button.alt, .woocommerce-page.et_pb_button_helper_class input.button.alt, .woocommerce.et_pb_button_helper_class #respond input#submit.alt, .woocommerce-page.et_pb_button_helper_class #respond input#submit.alt, .woocommerce.et_pb_button_helper_class #content input.button.alt, .woocommerce-page.et_pb_button_helper_class #content input.button.alt, .woocommerce.et_pb_button_helper_class a.button, .woocommerce-page.et_pb_button_helper_class a.button, .woocommerce.et_pb_button_helper_class button.button, .woocommerce-page.et_pb_button_helper_class button.button, .woocommerce.et_pb_button_helper_class input.button, .woocommerce-page.et_pb_button_helper_class input.button, .woocommerce.et_pb_button_helper_class #respond input#submit, .woocommerce-page.et_pb_button_helper_class #respond input#submit, .woocommerce.et_pb_button_helper_class #content input.button, .woocommerce-page.et_pb_button_helper_class #content input.button {
  padding: 1em 2em !important;
  box-shadow: 0px 20px 40px -7px rgba(0, 0, 0, 0.5);
}

#social-page .et_pb_button {
  min-width: 40vw;
}

@media only screen and (max-width: 767px) {
  .et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
    background-image: radial-gradient(circle at right, rgba(255, 255, 255, 0.6) 2%, #ffffff 39%) !important;
  }
}

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

.filter_xpro2 {
  -webkit-filter: contrast(1.3) brightness(0.8) sepia(0.3) saturate(1.5) hue-rotate(-20deg);
  filter: contrast(1.3) brightness(0.8) sepia(0.3) saturate(1.5) hue-rotate(-20deg);
}

.filter_walden {
  -webkit-filter: sepia(0.35) contrast(0.9) brightness(1.1) hue-rotate(-10deg) saturate(1.5);
  filter: sepia(0.35) contrast(0.9) brightness(1.1) hue-rotate(-10deg) saturate(1.5);
}

.filter_valencia {
  -webkit-filter: sepia(0.15) saturate(1.5) contrast(0.9);
  filter: sepia(0.15) saturate(1.5) contrast(0.9);
}

.filter_toaster {
  -webkit-filter: sepia(0.4) saturate(2.5) hue-rotate(-30deg) contrast(0.67);
  -filter: sepia(0.4) saturate(2.5) hue-rotate(-30deg) contrast(0.67);
}

.filter_sutro {
  -webkit-filter: brightness(0.75) contrast(1.3) sepia(0.5) hue-rotate(-25deg);
  filter: brightness(0.75) contrast(1.3) sepia(0.5) hue-rotate(-25deg);
}

.filter_rise {
  -webkit-filter: saturate(1.4) sepia(0.25) hue-rotate(-15deg) contrast(0.8) brightness(1.1);
  filter: saturate(1.4) sepia(0.25) hue-rotate(-15deg) contrast(0.8) brightness(1.1);
}

.filter_nashville {
  -webkit-filter: sepia(0.4) saturate(1.5) contrast(0.9) brightness(1.1) hue-rotate(-15deg);
  filter: sepia(0.4) saturate(1.5) contrast(0.9) brightness(1.1) hue-rotate(-15deg);
}

.filter_mayfair {
  -webkit-filter: saturate(1.4) contrast(1.1);
  filter: saturate(1.4) contrast(1.1);
}

.filter_kelvin {
  filter: sepia(0.4) saturate(2.4) brightness(1.3) contrast(1);
  -webkit-filter: sepia(0.4) saturate(2.4) brightness(1.3) contrast(1);
}

.filter_hudson {
  -webkit-filter: contrast(1.2) brightness(0.9) hue-rotate(-10deg);
  filter: contrast(1.2) brightness(0.9) hue-rotate(-10deg);
}

.filter_earlybird {
  -webkit-filter: sepia(0.4) saturate(1.6) contrast(1.1) brightness(0.9) hue-rotate(-10deg);
  filter: sepia(0.4) saturate(1.6) contrast(1.1) brightness(0.9) hue-rotate(-10deg);
}

.filter_1977 {
  -webkit-filter: sepia(0.5) hue-rotate(-30deg) saturate(1.2) contrast(0.8);
  filter: sepia(0.5) hue-rotate(-30deg) saturate(1.2) contrast(0.8);
}

/* ==========================================================================
   ESTILOS DE PLUGINS Y ELEMENTOS NO PROPIOS DE DIVI
   ========================================================================== */
.pum-title, .pum-theme-lightbox .pum-title {
  margin-bottom: 1rem !important;
}

.pum-container.pum-responsive {
  width: 80%;
}

.pum-content, .pum-theme-lightbox .pum-content {
  color: #494949 !important;
  font-size: inherit;
  line-height: 1.6;
}

.pum-container {
  border-radius: 5px !important;
}
.pum-container button.pum-close {
  border: none;
  color: white;
  background: transparent !important;
  box-shadow: none !important;
  top: -35px !important;
  right: 2px !important;
  font-family: "ETmodules" !important;
  content: attr(data-icon);
  font-size: 30px;
}

.cdp-cookies-alerta .cdp-ocultar {
  display: none;
  visibility: none;
}
.cdp-cookies-alerta .cdp-animacion-abajo {
  position: fixed !important;
}
.cdp-cookies-alerta .cdp-cookies-texto {
  position: relative;
  color: #494949 !important;
  font-size: 13px !important;
  line-height: 1.5em !important;
  padding: 2vh 4vw;
  background-color: #f1f0f0;
  font-weight: 300;
}
.cdp-cookies-alerta .cdp-cookies-texto a.cookies-link {
  color: #467dae !important;
  line-height: 21px !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: bold;
}
.cdp-cookies-alerta .cdp-cookies-texto a.cdp-cookies-boton-cerrar {
  background-color: #467dae;
  border-radius: 4px;
  display: inline !important;
  font-family: "Raleway", sans-serif;
  margin-left: 1em;
  text-shadow: none !important;
  padding: 4px 10px;
  color: white !important;
}

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