@font-face {
  font-family: 'Sourcesanspro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Semibold.otf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Donau';
  src: url('/wp-content/themes/yatatheme/fonts/Donau Neue_Uppercase.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.section-listedepages.active {
  padding: 60px 0 110px;
  background-color: #E4EEEB;
}
.section-listedepages.active:last-child {
  margin-bottom: -50px;
  padding-bottom: 150px;
}
.section-listedepages .flexcol {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-listedepages div.swiper-button-disabled {
  display: none;
}
.section-listedepages .objetcross {
  width: 23.7%;
  margin-right: 1.73%;
  height: 376px;
}
.section-listedepages .objetcross:last-child {
  margin-right: 0;
}
.section-listedepages .objetcross a .imgcropCtn {
  height: 100%;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-listedepages .objetcross a .imgcropCtn span.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 40%,#000000 100%);
  opacity: 0.75;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.section-listedepages .objetcross a .imgcropCtn span.overlaysurvol {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #363738;
  opacity: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.section-listedepages .objetcross a .imgcropCtn h3 {
  color: #ffffff;
  position: absolute;
  bottom: 4%;
  left: 0;
  padding: 0 22px;
  margin-bottom: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.section-listedepages .objetcross a .imgcropCtn p {
  position: absolute;
  margin-bottom: 0;
  padding: 0 22px;
  top: 100%;
  left: 0;
  color: #ffffff;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.section-listedepages .objetcross a:hover .imgcropCtn span.overlay {
  opacity: 0;
}
.section-listedepages .objetcross a:hover .imgcropCtn span.overlaysurvol {
  opacity: 0.70;
}
.section-listedepages .objetcross a:hover .imgcropCtn h3 {
  bottom: 68%;
}
.section-listedepages .objetcross a:hover .imgcropCtn h3:after {
  content: '';
  display: block;
  width: 160px;
  height: 1px;
  background-color: #ffffff;
  margin-top: 20px;
}
.section-listedepages .objetcross a:hover .imgcropCtn p {
  top: 40%;
}
@media (max-width: 1399px) {
  .section-listedepages .objetcross a .imgcropCtn p {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .section-listedepages .swiper-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 1199px) {
  .section-listedepages .flexcol {
    flex-direction: column;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
  }
  .section-listedepages .flexcol .objetcross {
    width: 100%;
    margin: 0 0;
  }
}
@media (max-width: 767px) {
  .section-listedepages .flexcol {
    display: flex;
    flex-direction: column;
  }
  .section-listedepages .objetcross {
    height: 60vw;
  }
  .section-listedepages .objetcross a .imgcropCtn h3 {
    bottom: 8%;
  }
  .section-listedepages .objetcross a:hover .imgcropCtn span.overlay {
    opacity: 0.75;
  }
  .section-listedepages .objetcross a:hover .imgcropCtn span.overlaysurvol {
    opacity: 0;
  }
  .section-listedepages .objetcross a:hover .imgcropCtn h3 {
    bottom: 8%;
  }
  .section-listedepages .objetcross a:hover .imgcropCtn h3:after {
    display: none;
  }
  .section-listedepages .objetcross a:hover .imgcropCtn p {
    top: 100%;
  }
}
