/*
 Theme Name:   DescubreTours
 Theme URI:    
 Description:  
 Author:       Artenova
 Author URI:   https://artenova.es
 Template:     generatepress
 Version:      1.0
*/
p:last-child {
  margin: 0;
}
@media (max-width: 1024px) {
  p.p1:has(+ .p1) {
    margin-block-end: revert !important;
  }
}

a {
  color: inherit;
  font-weight: 600;
}
a:hover {
  color: inherit;
}

.descubre-contenido h3 {
  font-weight: 800;
  font-size: 1.4em;
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
}
 
/* @media (max-width: 1024px) {
  #content > div > div:has(iframe[title=FareHarbor]) > .e-con-inner {
    flex-direction: column !important;
  }
}
#content > div > div:has(iframe[title=FareHarbor]) > .e-con-inner > div:first-child {
  width: 70% !important;
}
@media (max-width: 1024px) {
  #content > div > div:has(iframe[title=FareHarbor]) > .e-con-inner > div:first-child {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
}
#content > div > div:has(iframe[title=FareHarbor]) > .e-con-inner > div:last-child {
  width: 30% !important;
  z-index: 1;
}
@media (max-width: 1024px) {
  #content > div > div:has(iframe[title=FareHarbor]) > .e-con-inner > div:last-child {
    width: 100% !important;
  }
}
#content > div > div:has(iframe[title=FareHarbor]) > .e-con-inner > div:last-child > div {
  width: 100% !important;
} */

svg.e-far-flag, svg.e-far-calendar-times {
  stroke-width: 20px !important;
  stroke: #fff !important;
}/*# sourceMappingURL=style.css.map */