body {
    background-color: #F2F4F7;
}
.headerImage {
    position: relative;
}
#slider-location {
    margin: 0;
}
.mySlides img {
    width: 100%;
    height: auto;
}
.box-content-thumbs {
    overflow: initial;
}

.location-container h2.titleSection {
    background-color: #05828b;
    color: white;
    border-radius: 8px 8px 0px 0px;
    padding: 14px;
    font-size: 18px;
}

.box-content-thumbs-images {
    display: flex;
    grid-gap: 26px;
    padding-bottom: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.link-to-video.vidscroll {
    display: none
}

@media screen and (max-width: 767px) {
    .box-content-thumbs-images {
        flex-wrap: wrap;
    }

    #slider, #slider-location {
        height: auto;
    }

    .box-content-thumbs-images {
        grid-gap: 15px;
    }
}

.box-colums-programs {
    padding: inherit;
    width: 31%;
}

@media screen and (max-width: 767px) {
    .box-colums-programs {
        /* width: calc(50% - 8px); */
        width: 100%;
    }
    .box-thumbs-programs .box-titleProgram { min-height: 58px!important;}

    .box-thumbs-programs .price-coupon { flex-direction: row;}

    .banners-deals {
        margin-top: 20px;
    }
}

.box-thumbs-programs {
    position: initial;
    color: #2C2C2C;
    font-size: 12px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    border-radius: 8px;
    background-color: white;
   /* width: 100%;*/
}

.box-thumbs-programs a {
    flex: 1 100%;
}

    .box-thumbs-programs a img {
        border-radius: 8px 8px 0px 0px;
        /* height: auto; */
    }

.box-thumbs-programs .box-titleProgram {
    position: initial;
    background-color: white;
    color: #2C2C2C;
    display: flex;
    flex: 2 0 0;
    align-items: center;
    padding: 8px;
    min-height: 44px;
    border-radius: 0px 0px 8px 8px;
}

    .box-thumbs-programs .box-titleProgram h3 {
        color: initial;
        font-size: 12px !important;
        margin-bottom: 0;
    }

    .box-thumbs-programs .box-titleProgram p {
        color: initial;
        font-size: 12px;
        display: none;
    }

.box-thumbs-programs a {
    flex: 1 100%;
}


.box-thumbs-programs>span {
    color: inherit;
    font-size: inherit;
    position: initial;
    flex: 1 0 0;
}

@media screen and (min-width:960px) and (max-width:1399px) {
    .box-content-thumbs-images {
        grid-gap: 22px;
    }
    .box-colums-programs {
        width:31%;
    }
    .box-thumbs-programs {
        width: initial;
    }
}

body {
    background: #F2F4F7!important;
}
.menubar {
    background: white;
    padding:22px 32px;
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}
.menubar li {
    list-style-type:none;		
    display:inline;
    padding-left: 64px;
}
.menubar li a ,.menubar p a {
    color:#02337A;
    font-family: 'Circular Std';
}
.menubar li a:hover {
    text-decoration: underline;
}
.menubar li.Item1 {
    display: none;
}

@media (max-width:767px) {
    .menubar {
        margin-bottom: 0;
        align-items: center;
    }
    .menubar div {
        width: 30%;
        text-align: right;
    }
    
    .menubar li {
        padding: 5px 0;
    }
    .menubar li.Item1 {
    display: block;
}
    .menubar li.menudesk {
        display: none;
    }
    .menubar a {
        text-decoration: none;
    }
    #menuD {
        background-color: white;
        text-align: center;
    }
    li.Item2 a {
        padding: 16px;
        color: #002F5C;
        border-top: 1px solid #f2f2f2;
        width: 100%;
    }
    li.Item2 a:hover {
        color: #05858E;
    }
}