.row-tours .row-tours-grid .single-tour .single-tour-title {
    color: #8D8D8D;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    min-height: 72px;
}

.row-tours .row-tours-grid .single-tour .single-tour-place {
    color: #8D8D8D;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 19px;
}

.swiper-container .swiper-button-prev {
    width: 34px;
    height: 34px;
    padding: 5px;
    background-image: none;
    background-color: #C9484D;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 50%);
    top: 75%;
    right: calc(50% - 1140px / 2);
    left: 4%;
}

@media screen and (max-width:768px ){
   .swiper-container .swiper-button-prev {
        width: 34px;
        height: 34px;
        padding: 5px;
        background-image: none;
        background-color: #C9484D;
        border-radius: 50%;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 50%);
        top: 75%;
        right: calc(50% - 1140px / 2);
        margin-left: 0px;
     
    }

    .home-header .home-header-menu a div.material-icons, .home-slide {
        vertical-align: middle;
    }
}

.swiper-container .swiper-button-prev  i {
    color: #fff;
}

.button-notice {
    color: #8D8D8D !important;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    font-style: italic;
}

.row-tours .row-tours-grid .single-tour .single-tour-date {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
}

.row-tours .row-tours-grid .single-tour .single-tour-place {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 19px;
}

.home-row-section-50 .row-content .content .category {

    text-shadow: 2px 2px 2px #000;
    font-size: 21px;
}

.biography-cover {
    position: relative;
    background-image: url(../../images/biography/bio_as_photo-v2.jpg);
    background-position: center;
    height: 440px;
}

.biography-section-1 {
    background-image: url(../../images/biography/bio_as_photo-v3.jpg);
    height: 424px;
}

.biography-section-2 {
    background-image: url(../../images/biography/bio_as_photo-v4.jpg);
    height: 463px;
}

.logo-biography{
    width: 100%;

}


@media screen and (max-width:1280px ) {
    .home-slide-content {        
        margin: 0 auto;
        float: inherit;
        width: 87%;
    }
    .swiper-container .swiper-button-prev {
        left: 2%;
    }
}
@media screen and (max-width:1024px ) {
    .home-slide-content {        
        width: 74%;
    }
}
@media (max-width: 768px) {
    .swiper-container .swiper-button-prev {
        top: 70%;
    }
}
@media screen and (max-width:767px ) {
    .home-background {
        height: 100vh;
    }
}

@media screen and (max-width:820px ) {
    .home-background-mobile {
        /* background-image: url('https://media.alejandrosanz.com/landing/be073fd802dbb762f533e894ebeb34812862.jpg')!important; */
        background-image: url('../../images/sanz-gira-mobile.jpg')!important;
        height: 1520px;
    }
}
@media screen and (max-width:768px ) {
    .home-background-mobile {
        height: 1390px;
    }
}
@media screen and (max-width:767px ) {
    .home-background-mobile {
        height: 600px;
    }
}



@media screen and (max-width:767px ) {
    .home-header .container img {
      left: calc(30% / 3 - 62px / 2);
      max-width: 74%;
      height: auto;
      top: 7px;
    }
  }
  