@font-face{
    font-family: 'Avenir-light';
    src: url("../fonts/AvenirLTStd-Light.otf") format('opentype');
}
@font-face{
    font-family: 'Avenir-medium';
    src: url("../fonts/AvenirLTStd-Medium.otf") format('opentype');
}
@font-face{
    font-family: 'Avenir-heavy';
    src: url("../fonts/AvenirLTStd-Heavy.otf") format('opentype');
}
@font-face{
    font-family: 'Avenir-black';
    src: url("../fonts/AvenirLTStd-Black.otf") format('opentype');
}
@font-face{
    font-family: GaramondPremrPro-Med;
    src: url("https://mallorcaformentor.com/fonts/GaramondPremrPro-Med.otf") format('otf');
}
@font-face {
    font-family: Canela-Thin;
    src: url('https://mallorcaformentor.com/fonts/Canela-Thin.woff') format('woff');
}
body.topbar-open #content #home-header{
    overflow: hidden;
}

#index {
    overflow-x: hidden;
}

/*SLIDER*/

#header-gallery{
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-position: center center;
}
#header-gallery .slick-slide{
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}
#header-gallery .slick-slide svg {
    margin-top: 0;
    margin-bottom: 10px;
}
#header-gallery .slick-slide p{
    color:var(--white);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
}
#header-gallery .slick-slide h1{
    color:var(--white);
    font-size: 28px;
    font-weight: 600;
}
#header-gallery .slick-dots{
    list-style: none;
    position:absolute;
    display: flex !important;
    height: 100%;
    top:0;
    right: 4vw;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    margin: 0;
    opacity: 0;
    -moz-transition: all .15s cubic-bezier(0.77, 0, 0.175, 1) !important;
    -webkit-transition: all .15s cubic-bezier(0.77, 0, 0.175, 1) !important;
    -ms-transition: all .15s cubic-bezier(0.77, 0, 0.175, 1) !important;
    -o-transition: all .15s cubic-bezier(0.77, 0, 0.175, 1) !important;
    transition: all .15s cubic-bezier(0.77, 0, 0.175, 1) !important;
}
#header-gallery h1 {
    position: absolute;
    width: 100%;
    top: 45%;
    color: #fff;
    font-size: 60px;
    font-family: 'Avenir-light' !important;
    text-align: center;
}
@media(max-width: 768px){
    #header-gallery h1 {
        font-size: 30px;
    }
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    padding: 4px;
    cursor: pointer;
    color:transparent;
    border: 0;
    outline: none;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: var(--black);
    -moz-transition: all .15s cubic-bezier(0.77, 0, 0.175, 1) !important;
    -webkit-transition: all .15s cubic-bezier(0.77, 0, 0.175, 1) !important;
    -ms-transition: all .15s cubic-bezier(0.77, 0, 0.175, 1) !important;
    -o-transition: all .15s cubic-bezier(0.77, 0, 0.175, 1) !important;
    transition: all .15s cubic-bezier(0.77, 0, 0.175, 1) !important;
}
.slick-dots li button:hover {
    background-color: var(--white);
    opacity: 0.5;

}
.slick-dots li.slick-active button{
    background-color: var(--white);
}
/*
#header-gallery .slick-slide .filter{
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
}*/
#header-gallery .slick-slide .filter h1.slide-title{
    font-family: 'Gupter', serif;
    color: var(--white);
    font-size: 48px;
    width: 75vw;
    max-width: 440px;
    margin-top: 23.5vh;
}
#header-gallery .slick-slide .filter p.slide-subtitle{
    color: var(--white);
    font-size: 18px;
}
#header-gallery, #header-gallery * {
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
body #header-gallery .slick-slide {
    background-size: cover;
    background-position: center;
}
body #header-gallery .slick-slide {
    height: calc(100vh - 147px);
    width: 100%;
}
#header-gallery, #header-gallery * {
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
/*FIN SLIDER*/



#home-header form{
    position: absolute;
    background-color: var(--tertiary);
    border-radius: 5px;
}
#home-header select,
#home-header textarea,
#home-header input{
    position: relative;
    -webkit-text-fill-color: var(--black);
    -webkit-appearance: none;
    opacity: 1;
    border-radius: 0;
    border: none;
    font-family: 'Noto Sans', sans-serif;
    font-size: 22px;
    padding: 27px 48px 12px 15px;
    background-color: transparent;
    z-index: 1!important;
}
#home-header input{
    max-width: 190px;
}
#home-header input:last-child{
    padding: 27px 15px 12px 15px;
    max-width: 190px;
}
#home-header select{
    max-width: 322px;
}
#home-header button{
    font-size: 24px;
    padding: 16px 30px;
    font-weight: bold;
    white-space: nowrap;
    display: inline-block;
    border-radius: 0 5px 5px 0;

}
#home-header .form-element{
    position: relative;
    background-color: var(--white);
    margin:0 1.5px
}
#home-header .form-element:first-child{
    border-radius: 5px 0 0 5px;
}
#home-header .form-element:first-of-type{
    margin:0 1.5px 0 0;
}
#home-header .form-element:last-of-type{
    margin:0 0 0 1.5px;
}
#home-header .form-element label{
    color:var(--black);
    margin-bottom: -10px;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    margin-top: 8px;
    margin-left: 15px;
}
#home-header .form-element .arrow{
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: inline-block;
    z-index: 0;
}
#home-header .form-element .arrow span{
    display: inline-block;
    height: 2px;
    width: 12px;
    background-color: var(--black);
    transform: rotate(-45deg);
    margin-bottom: 4px;
}
#home-header .form-element .arrow span:first-child{
    transform: rotate(45deg);
    margin-right: -5px;
}
#index #our-restaurants .second-text {
    font-size: 40px !important;
    text-decoration: none;
}
#environments-title{
    margin-top: 20px;
    margin-bottom: 24px;
}
#environments .enviroment-element{
    width: 100%;
}
#environments .enviroment-element img{
    margin-bottom: 30px;
}
#environments .enviroment-element h2{
    font-family: 'Lora', serif;
    font-size: 18px;
    line-height: 1.33;
    font-weight: normal;
    padding: 0 15px;
}
#environments .enviroment-element p{
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 1.13;
    font-weight: normal;
    margin-bottom: 40px;
    padding: 0 15px;
}
#advantages-web-title{
    margin-top: 20px;
    margin-bottom: 24px;

}
#advantages-web-gallery{
    margin-bottom: 48px;
}
#advantages-web-gallery .advantage svg{
    height: 40px;
    width: 40px;
}
#advantages-web-gallery .advantage h3{
    font-size: 18px;
    line-height: 1.33;
    font-weight: normal;
    margin-top: 14px;
    max-width: 136px;
}
#offers-title{
    margin-top: 30px;
    margin-bottom: 32px;
}
#offers-gallery{
    width:100%;
    margin-bottom: 48px;
}

#offers-gallery .offer{
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 295px;
    width: 280px;
    color: var(--white);
    padding: 19px 16px;
    cursor: pointer;
}
#offers-gallery .offer h4{
    font-size: 24px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    line-height: 1.33;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
    z-index: 2;
    margin-bottom: 0;
}
#offers-gallery .offer p{
    margin: 6px 0 0 0;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    line-height: 1.33;
    text-align: left;
    width: 100%;
    color: var(--white);
    z-index: 2;
}
#offers-gallery .offer .filter{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
#offers-gallery .offer:hover .filter{
    background-color: rgba(0, 0, 0, 0.6);
}
.block-texture.dark{
    width: 100%;
}
#advantages-web-gallery .advantage img{
    height: 40px;
    width: 40px;
}
#our-hotels,
#our-restaurants{
    padding-top: 60px;
}
#our-hotels svg,
#our-restaurants svg{
    max-height: 28px;
    max-width: 48px;
    margin-bottom: 22px;
}
#our-hotels h2,
#our-restaurants h2 {
    text-decoration: underline;
    text-underline-position: under;
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
    font-family: Montserrat;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 33px;
}
#our-restaurants-hotels .text-our-restaurants,
#our-hotels .text-our-hotels{
    padding: 0 20px 36px 20px;
}
#our-restaurants .text-our-restaurants p,
#our-hotels .text-our-hotels p{
    max-width: 530px;
    font-size: 14px;
    text-align: center;
    margin: 0;
}
#our-restaurants-hotels .restaurant .restaurant-title,
#our-hotels-hotels .hotel .hotel-title{
    font-family: Montserrat;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

#our-hotels-hotels .hotel svg{
    max-width: 45px;
    max-height: 29px;
    margin-top: 26px;
}
#our-hotels-hotels .hotel .text-our-hotels{
    padding: 14px 20px 26px 20px;
}
#our-restaurants-hotels .restaurant .text-our-restaurants{
    padding: 26px 20px 26px 20px;
    width: 100%;
    max-width: 600px;
}
#our-restaurants-hotels .restaurant .text-our-restaurants p,
#our-hotels-hotels .hotel .text-our-hotels p{
    text-align: center;
    margin-bottom: 0;
}
.hotels-button,
.restaurant-button{
    max-width: 265px;
    max-height: 43px;
    margin: 0 16px;
    border-radius: 5px;
    border: solid 2px var(--black);
    color: var(--black) !important;
    background-color:#fcf8f0;
    text-align: center;
    padding: 7px 9px 12px 9px;
    padding-left: 25px;
    padding-right: 25px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}
.restaurant-button{
    color:var(--primary) !important;
    border: solid 2px var(--primary);
    background-color:transparent;
}
#our-restaurants-hotels{
    background-color:#f7f3eb;
}
#restaurants .d-flex.flex-column{
    padding: 0 15px;
}
.restaurant-button,.hotels-button{
    margin-bottom: 70px;
}
#our-hotels-hotels{
    background-color: white;
}
#restaurants{
    background-color: rgba(132, 152, 148, 0.3);
}
#our-restaurants-hotels img{
    padding: 0 15px;
    width: 100%;
    height: auto;
}
#where-adress{
    background-color: #f4f4f4;
    background-image: url("https://mallorcaformentor.com/img/galleries/page-generica-proyecto/pattern.svg");
    color: var(--white);
    padding: 50px 60px;
}
#where-adress #adress {
    background-color: var(--white);
    color: var(--black);
    text-align: center;
    padding: 30px;
    text-transform: uppercase;
}
#where-adress #adress svg {
    width: 20px;
    height: 29px;
    margin-bottom: 9px;
}
#where-adress #adress  h2 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
}
#where-adress #adress  p {
    font-size: 12px;
    margin-bottom: 2px;
}
#where #where-photo {
    min-height: 300px;
    background-size: cover;
    background-position: center center;
}
@media(min-width: 768px) {

    #header-gallery .slick-slide p{
        font-size: 15px;
    }
    #header-gallery .slick-slide h1{
        font-size: 35px;
    }
    body.topbar-open #content #home-header{
        height: calc(100vh - 99px);
    }
    #advantages {
        top: 66px;
    }
    #our-hotels svg,
    #our-restaurants svg {
        max-height: 31px;
        max-width: 54px;
        margin-bottom: 22px;
    }
    #our-restaurants-hotels img{
        padding: 0 5px;
        width: 100%;
        max-width: 600px;
        height: auto;
    }
    #our-hotels h2,
    #our-restaurants h2{
        font-size: 24px;
    }
    #our-hotels-hotels .hotel svg{
        max-height: 31px;
        max-width: 54px;
        margin-top: 35px;
    }
    #our-hotels-hotels .hotel .text-our-hotels {
        padding: 25px 20px 26px 20px;
    }
    #our-restaurants-hotels .restaurant .restaurant-title,
    #our-hotels-hotels .hotel .hotel-title {
        font-size: 20px;
    }
    #restaurants .restaurant:first-child{
        margin-left: 115px !important;
    }
    #restaurants .restaurant:last-child{
        margin-right: 115px !important;
    }
    #hotels .hotel{
        margin: 4px;
    }
    #hotels .hotel:first-child{
        margin-left: 0;
    }
    #hotels .hotel:last-child{
        margin-right: 0;
    }
    .text-our-hotels p{
        font-size: 16px;
    }
    .hotel-title,.restaurant-title{
        font-size:22px;
    }
    #where{
        margin-bottom: 20px;
    }
    #where-adress{
        background-color: #f4f4f4;
        background-image: url("https://mallorcaformentor.com/img/galleries/page-index/pattern-maps.svg");
        color: var(--white);
        padding: 100px 120px;
        width: 640px;
    }
    #where-adress #adress {
        background-color: var(--white);
        color: var(--black);
        text-align: center;
        padding: 46px 50px;
        text-transform: uppercase;
    }
    #where-adress #adress svg {
        width: 31px;
        height: 45px;
        margin-bottom: 9px;
    }
    #where-adress #adress  h2 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 9px;
    }
    #where-adress #adress  p {
        font-size: 16px;
        margin-bottom: 2px;
        font-weight: 500;
    }
    #where #where-photo {
        min-height: 300px;
        background-size: cover;
        background-position: center center;
        width: 100%;
    }
}

@media(min-width: 1200px) {

    body #header-gallery .slick-slide {
        height: 100vh;
        min-height: 740px;
    }
    #header-gallery .slick-slide svg {
        margin-top: -350px;
    }
    .block-texture{
        min-width: 40%;
    }
    .block-texture.dark{
        max-width: 40%;
    }
    .family-img{
        height: auto;
    }
    #family-img-container{
        width: 50%;
    }
    #family-img-container .family-img{

        max-width: 672px;
        min-height: 432px;
    }
    #offers-gallery .offer{
        height: 448px;
    }
    body.topbar-open #advantages{
        top: -20px;
    }

    #advantages{
        position: relative;
        width: max-content;
        top: -26px;
    }
}

@media(min-width: 1400px) {
    .block-texture.dark {
        max-width: 50%;
    }
    #offers-gallery .offer{
        height: 448px;
    }
    body.topbar-open #advantages{
        top: -20px;
    }

    #advantages{
        position: relative;
        width: max-content;
        top: -26px;
    }
}
@media(max-width:1200px){
    #contact-img{
        min-height: 192px;
    }
    #symbol img{
        width: 150px;
        height: 30px;
    }
}
.restaurant-button:hover{
    color:white !important;
    background-color: var(--primary) !important;
}
.hotels-button:hover{
    color:white !important;
    background-color: black !important;
}
.text-desc-formentor{
    padding-right: 65px;
    padding-left: 65px;
    /* margin-bottom: 40px; */
    margin-bottom: 10px;
}
.text-desc-small-formentor {
    padding-right: 65px;
    padding-left: 65px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 21px;
}
.text-desc-small-formentor p {
    font-family: 'Avenir-book' !important;
    padding: 0;
    font-size: 21px;
}
.second-img-index{
    /* margin-bottom: 280px; */
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
}
#index .index-block-complete-1 {
    margin-bottom: 50px;
}
#index .second-img-index {
    padding-right: 0 !important;
}
.index-block-1 {
    align-items: flex-end;
}
.index-block-text-1 {
    width: 67%;
    margin-top: 20px !important;
    margin-bottom: 40px;
    padding-left: 0 !important;
    font-size: 30px !important;
    text-transform: inherit !important;
    text-align: left;
}
@media(max-width:768px){
    #index .index-block-image-1 {
        align-items: center !important;
    }
    #index .second-img-index {
        width: 80%;
        padding-right: 35px !important;
    }
    .index-block-1 {
        justify-content: center;
    }
    .index-block-text-1 {
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        font-size: 25px !important;
        line-height: 30px;
        text-align: center;
    }
}
#index-gallery {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #FFFFFF;
    text-align: center;
}
#index-gallery h3 {
    font-size: 90px;
}
.index-gallery-text p {
    font-size: 21px;
    font-family: 'Avenir-book' !important;
    color: #FFFFFF;
}
.index-gallery-text a {
    display: block;
    width: 50%;
    font-size: 16px;
    font-family: 'Avenir-book' !important;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 10px;
    margin: 0 auto;
    color: #FFFFFF;
}
.index-gallery-text a:hover {
    text-decoration: none !important;
    color: #FFFFFF !important;
}
#index-gallery .slick-slide {
    width: 600px !important;
    min-height: 500px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 40px 150px;
    margin-bottom: 70px;
}
.slick-slide{
    opacity: 0;
}
.slick-current{
    opacity: 1;
}
#index-gallery #svg-11 {
    fill: #FFFFFF !important;
}
#index-gallery #svg-11:first-child {
    transform: rotate(180deg) !important;
    position: absolute !important;
    left: 19px !important;
    top: 50% !important;
    height: 35px !important;
    /* height: calc(100% - (20px + 30px)); */
    z-index: 999;
}
#index-gallery #svg-11:not(:first-child) {
    height: 35px !important;
    cursor: pointer !important;
    position: absolute !important;
    right: 8px !important;
    top: 50% !important;
    z-index: 999;
}
@media(max-width:768px){
    #index-gallery .slick-slide {
        padding: 0 100px;
    }
    #index-gallery h3 {
        font-size: 40px;
    }
    .index-gallery-text p {
        padding: 0 60px;
    }
}
.title-desc-seasons {
    width: 100%;
    margin-bottom: 0;
    padding: 60px 0;
}
.title-desc-seasons h2 {
    font-family: 'Avenir-light' !important;
    font-size: 16px !important;
    text-decoration: none !important;
    margin-bottom: -1px !important;
    color: black;
}
.text-desc-seasons {
    width: 100%;
    text-align: center;
}
.text-desc-seasons p {
    font-size: 40px;
    margin-bottom: 0;
    padding-bottom: 30px;
    color: black;
}
.index-block-seasons-complete {
    padding: 30px 0;
}
.index-block-seasons-complete > div {
    display: flex;
}
.index-block-seasons-complete .index-block-season-text-2 {
    display: flex;
    flex-direction: column;
    position:relative;
    margin: auto;
}
.index-block-seasons-complete .index-block-season-text-2 > div {
    width: 78%;
    text-align: center;
    padding: 0px 0 30px 30px;
}
.index-block-seasons-complete .index-block-season-text-2 p {
    font-size: 21px;
    font-family: 'Avenir-book' !important;
    margin-bottom: 30px;
    color:white;
    font-weight: 600;
    text-align: left;
    padding: 0px 30px 0px 30px;
}
.index-block-seasons-complete .index-block-season-text-2 img {
    width: 60%;
}
.index-block-seasons > div {
    height: 62vh;
    width: 63%;
}
@media(max-width:768px){
    .title-desc-seasons h2 {
        line-height: 30px;
    }
    .text-desc-seasons p {
        font-size: 30px;
        line-height: 33px;
        padding-right: 65px;
        padding-left: 65px;
    }
    .index-block-seasons-complete > div {
        flex-wrap: wrap;
    }
    .index-block-seasons > div {
        width: 100%;
        height: 45vh;
    }
    .index-block-seasons-complete .index-block-season-text-2 > div {
        width: 100%;
        padding: 30px 65px;
    }
    .index-block-seasons-complete .index-block-season-text-2 p {
        text-align: center;
    }
    .text-desc-small-formentor {
        margin-bottom: 4px;
    }
}
.activities-site .half-width-text .d-flex,
.experiences-site .half-width-text .d-flex  {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
}
.activities-site .half-width-text .d-flex p,
.experiences-site .half-width-text .d-flex p {
    margin: 60px 0;
    margin-top: 30px;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    max-width: 270px;
}
.activities-site .half-width-text .d-flex p strong,
.experiences-site .half-width-text .d-flex p strong {
    margin-top: 10px;
    font-size: 21px;
    line-height: 25px;
    font-family: 'Avenir-book' !important;
    display: block;
}
.activities-site .half-width-text .d-flex a,
.experiences-site .half-width-text .d-flex a {
    font-size: 16px;
    font-family: 'Avenir-book' !important;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px 20px;
    color: #FFFFFF;
}
.activities-site .half-width-text .d-flex a:hover,
.experiences-site .half-width-text .d-flex a:hover {
    text-decoration: none;
    color: #FFFFFF;
}
@media(max-width:1199px){
    .activities-site .half-width-text .d-flex,
    .experiences-site .half-width-text .d-flex  {
        padding: 60px;
    }
    .activities-site .half-width-text .d-flex p,
    .experiences-site .half-width-text .d-flex p {
        font-size: 30px;
        line-height: 35px;
    }
}
@media(max-width:991px){
    .full-category {
        height: auto !important;
    }

    .activities-site {
        margin-bottom: 20px !important;
    }
    .activities-site .img-three-row,
    .experiences-site .img-three-row {
        margin-bottom: 0;
    }
    .activities-site,
    .experiences-site {
        flex-wrap: wrap;
    }

    .activities-site .half-width,
    .experiences-site .half-width {
        width: 100%;
    }
    .experiences-site .half-width-text {
        order: 1;
    }

    .activities-site .half-width-text img,
    .experiences-site .half-width-text img {
        width: 90%;
    }
}
@media(max-width:768px){
    .activities-site .half-width-text .d-flex,
    .experiences-site .half-width-text .d-flex  {
        padding: 60px 0;
    }
    .activities-site .img-three-row,
    .experiences-site .img-three-row  {
        height: 30vh;
    }
    .activities-site .half-width-text img,
    .experiences-site .half-width-text img {
        width: 60%;
    }
}
#our-restaurants{
    background-color: #FFFFFF;
}
.second-text-index-img{
    padding-left: 35px;
    padding-right: 35px;
    font-size: 22px;
    text-transform: uppercase;
    color: #da9060;
    font-weight: 600;
    /* margin-top: -275px; */
    margin-left: 6px;
    font-weight: 500;
    /* font-family: 'Montserrat'; */
    font-family: 'Avenir-medium';
    max-width: 645px;
}
.img-text-container .d-flex{
    width: 50%;
}
.text-desc-formentor p{
    /* font-family: GaramondPremrPro-Med; */
    font-family: 'Avenir-medium';
    font-size: 30px;
    text-align:center;
    line-height: 1.25;
    padding: 0;
}
@media (min-width: 768px) {
    .image-title-background{
        letter-spacing: 68px;
        font-size: 18vh;
    }
    .text-desc-formentor p{
        font-size: 30px;
    }
    .slick-slide h3{
        margin-top: 60px;
    }
    .index-gallery-text p{
        margin-bottom: 90px;
    }
    .second-img-index{
        width: 67%;
    }
    .second-text-index-img{
        font-size:44px;
        /* margin-top: 100px; */
        margin-top: 0px;
        font-weight: 500;
    }
    .initial-row-direction{
        flex-direction: unset !important;
    }
    .container-footer{
        flex: auto;
    }

}
@media(max-width: 768px){
    .img-text-container .d-flex{
        width: 100%;
    }
    .text-desc-formentor p{
        line-height: 35px;
    }
    .slick-slide h3{
        margin-top: 60px;
    }
    .index-gallery-text p{
        margin-bottom: 90px;
    }
}
@media(max-width: 1700px){
    .image-title-background{
        letter-spacing: 22px;
    }
}
@media(max-width: 1000px){
    .image-title-background{
        letter-spacing: -4px;
    }
}
.third-text{
    font-size: 20px !important;
}
.fifth-text.show-text{
    font-size: 20px;
}
.img-three-row{
    /* height: auto; */
    height: 62vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-position: right;
    margin-bottom: 34px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color:white;
    font-size: 30px;
    cursor: pointer;
}
.under-title{
    margin-top:-5px !important;
}
#content-cap{
    width: 100%;
    padding-left: 18%;
    padding-right: 18%;
    margin-bottom: 30px;
}
#content-cap .d-flex{
    width: 100%;
    margin-right: 19px;
}
#our-restaurants .second-text{
    margin-bottom: 30px !important;
}
video{
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.formentor-title{
    z-index:1000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#home-header{
    position: relative;
}
#collapse-legal li{
    margin-bottom: 20px;
}
video::-webkit-media-controls-timeline {
    display: none;
}
video::-webkit-media-controls-volume-slider {
    display:none;
}

video::-webkit-media-controls-mute-button {
    display:none;
}
video::-webkit-media-controls-fullscreen-button{
    display:none;
}
video::-webkit-media-controls-time-remaining-display{
    display:none;
}
video::-webkit-media-controls-current-time-display {
    display: none;
}
.full-category{
    width: 85%;
    /* height: 63vh; */
    height: 70vh;
    margin: 0 auto;
}
.half-width{
    width: 50%;
}
.half-width .d-flex{
    width: 100%;
}
.m-r-25{
    margin-right: 25px;
}
.text-category{
    margin-bottom: 34px;
    width: 63%;
}
.subtitle{
    /* font-family: 'Montserrat'; */
    font-family: 'Avenir-light';
    font-size: 24px;
    margin-right: 20px;
}
.text{
    font-family: 'Montserrat';
    font-size: 22px;
    width: 75%;
}
.subtitle,.text{
    text-align: start;
}
.mobile-view{
    display: none !important;
}
.leer-mas{
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}
/* #our-restaurants a:hover{
    color:black !important;
    text-decoration: underline !important;
} */
@media (max-width: 768px){
    .subtitle, .text {
        text-align: center;
    }
    .text-first{
        padding-left: 0px;
    }
    .subtitle{
        font-size: 26px;
        margin-right: 0px;
    }
    .full-category{
        height: 32vh;
    }
    /* .two-sided{
        display: none !important;
    } */
    .mobile-view{
        display: flex !important;
    }
    .text-category{
        text-align: center;
    }
    .text-desc-formentor p{
        font-size: 25px;
    }
    .text-desc-seasons p{
        font-size: 35px;
    }
    .index-block-seasons-complete .index-block-season-text-2 p{
        padding:0px;
    }
}
.text-desc-formentor p,.text-desc-seasons p,.subtitle{
    font-family: Avenir-light !important;
}
@media(min-width: 992px) and (max-width: 1300px){
    .full-category,.index-block-seasons div{
        width: 85%;
    }
    .img-three-row{
        background-position: center;
    }
    .index-block-seasons div{
        background-position: right;
    }
}
@media(min-width: 1300px) and (max-width: 1700px){
    .img-three-row,.index-block-seasons div{
        background-position: center;
    }
    .index-block-seasons div{
        width: 85%;
    }
    .index-block-seasons div{
        background-position: right;
    }
}
@media(min-width: 768px) and (max-width: 992px){
    .index-block-seasons-complete{
        width: 100%;
    }
    .index-block-seasons div{
        width: 100%;
    }
    .index-block-seasons-complete > div {
        flex-wrap: wrap !important;
    }
    .img-text-container .d-flex {
        width: 100%;
    }
    .index-block-seasons > div {
        height: 56vh;
    }
    .index-block-seasons-complete .index-block-season-text-2 > div {
        width: 100%;
        padding: 30px 30px 30px 30px;
    }
    .index-block-seasons-complete .index-block-season-text-2 > div p{
        text-align: center;
    }
}
.image-winery,.img-activities-0{
    background-position: center !important;
}
.second-text-index-img.index-block-text-1{
    color: black;
}
.content-color-black p{
    color:black !important;
}
.content-color-black .button-goto{
    border-color:black !important;
    color:black !important;
}
*{
    font-family: Avenir-light !important;
}
@media(min-width: 768px){
    .title-desc-seasons h2{
        font-size: 40px !important;
        font-weight: 600 !important;
    }
    .text-desc-seasons p{
        font-size: 30px !important;
    }
    video{
        height: 74vh;
    }
}
@media(max-width: 768px){
    .title-desc-seasons h2{
        font-size: 30px !important;
        font-weight: 500 !important;
        padding: 0px 12px 0px 12px;
        line-height: 1.1;
    }
    .text-desc-seasons p{
        font-size: 25px !important;
    }
    #index #our-restaurants .second-text{
        font-size: 30px !important;
        padding: 0px 12px 0px 12px;
    }
    .index-block-season-text-2 div{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .four-seasons-icon{
        max-width: 350px;
    }
    .container-1{
        padding-left: 12px;
        padding-right: 12px;
    }
    .index-block-season-text-2 div{
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .text-desc-formentor,.text-desc-small-formentor{
        padding-left: 0px;
        padding-right: 0px;
    }
    .index-block-text-1{
        width: 100%;
    }
    .under-title .second-text{
        text-align: center;
    }
    .full-category{
        width: 100% !important;
    }
    .index-block-seasons-complete{
        padding-top: 0px;
    }
    .imagen-left-seasons{
        margin-bottom: 0px;
    }

}
@media(min-width: 993px) and (max-width: 1650px){
    .index-block-seasons-complete .index-block-season-text-2 img {
        width: 67%;
        left: 40px !important;
    }
    .index-block-text-seasons{
        padding-right: 0px !important;
    }
}
@media(min-width: 545px) and (max-width: 768px){
    .index-block-season-text-2 div img{
        width:70% !important;
    }
}
@media(max-width: 440px){
    .index-block-season-text-2 div img{
        width: 115% !important;
    }
}
@media(min-width: 440px) and (max-width: 545px){
    .index-block-season-text-2 div img{
        width: 65% !important;
    }
}
@media(min-width: 768px){
    .img-text-container{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .imagen-left-seasons{
        margin-bottom: 0px !important;
    }
    .image-winery{
        margin-bottom: 0px !important;
    }
    .content-color-black{
        padding-bottom:0px !important;
    }
    .index-block-seasons div {
        width: 85% !important;
    }
    .index-block-season-text-2{
        align-items: center;
    }
}