.top {

        font-size: 70px;
        color: #75c8d8;
    }

    .bottom {
        font-size: 23px;


    }

    @media (max-width: 600px) {
        .center-mobile {
            text-align: center;
        }

        .center-mobile a {
            display: block;
            margin: 0 auto;
            padding-top: 10px;
        }

        .reg_button {
            font-size: 11px;
            padding: 0 2px;
        }

        .stores_row {
            margin-bottom: 10px;
        }

        .top_section_text {
            margin-top: 90px;
        }

        .preview_img {
            width: 275px;
        }
        .course_instance_container {

        margin-left: 0px !important;

    }
    }
    @media (max-width:400px){
        .course_instance_container {
        margin-left: 0px !important;
    }
    }

    /*.top_landing_banner::before {
        content: "";
        background: url('{{asset('img/landing/topbanner.jpg')}}');
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.75;
    }
    */
   .top-letter {
        color: #090A1F;
        font: normal normal 800 57px Montserrat;
        opacity: 1;
        font-weight: bold;
        padding-bottom: 50px;
        padding-top: 114px;
   }

   .round_button {
        background: #090A1F;
        width: 100%;
        max-width: 190px;
        height: 45px;
        border-radius: 5px;
        right: 10px;
        border: none;
        outline: none;
        cursor: pointer;
        font-weight: 500;
    }

.white-text {
    color: #fff !important;
}

.top_landing_banner {
    background:url('{{asset('img/landing/grupo.png')}}');
    min-height: 700px;
    background-position: center !important;
    background-size: cover !important;

}

.top_bar {
    height: 75px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    z-index: 2;
    padding-left: 60px;
}


@media (max-width: 600px){
    .top_landing_banner {
        background:url('{{asset('img/landing/grupo-ver.png')}}');
        min-height: 1204px;
        background-position: center !important;
        background-size: cover !important;

    }
    .top-letter {
        color: #090A1F;
        font: normal normal 800 47px Montserrat;
        opacity: 1;
        font-weight: bold;
        padding-left: 50px;
        padding-top: 0px;
        padding-bottom: 1px;
   }
   .bottom {
        font-size: 20px;
        padding-left: 50px;
        padding-right: 20px;
    }
    .main_img_container, .top_section_text_container_wrapper {
        height: 100%;
        justify-content: center;
        align-items: center;
        display: contents;
        height: 100%;
    }
    .blue_banner__circles_container {
        width: 100%;
        display: block;
        justify-content: space-evenly;
        align-items: center;
    }
    .padding-butom{
        padding-bottom: 50px;
    }
    .course_categories__inner_container {
        color: var(--darkBlue);
        font: normal normal medium 25px Montserrat;
        font-size: 35px;
        font-weight: 500;
        letter-spacing: -1px;
        padding: 20px 15px !important;
        text-align: center;
        }
    .preview_img {
        overflow: visible !important;
        }
    .course_instance_container {
        max-width: 300px !important;
        }
    .course_categories__category_container {
        padding-left: 0px !important;
        }

    .icon-play {
        background: #323232;
        width: 47px;
        height: 47px;
        position: relative;
        border-radius: 50%;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
        padding: 4px 10px;
        top: 60px !important;
        left: 130px !important;
        opacity: .8;
        }
    .slick-dots li{
        margin:0px 3px !important;
    }
    .slick-dots{
        left: 47%;

    }
    .hidde{
        display: none;
    }


    }

    .circle_heart{
        padding-right: 24px;
        padding-left: 24px;
    }

    .top_section_button_bar {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-top: 17px;
    }
    .course_categories__inner_container {
        color: var(--darkBlue);
        font-size: 25px;
        font-weight: 500;
        /* padding-left: 20px; */
        letter-spacing: -1px;
        padding: 20px 10px;
        text-align: center !important;
    }
    .course_categories__navigation {
        margin-top: 0;
        display: flex;
        height: 70px;
        justify-content: center !important;
    }

    .course_instance_container {

        margin-bottom: 30px !important;
        width: 100%;
        max-width: 352px;
        height: 340px;
        overflow: hidden;
        border-radius: 5px;
        background-color: white;
        margin-left: 30px !important;
        border: 1px solid #F4F4F4;
    }

    .price_course{
        padding-top: 18px;
        width: 60%;
        color: #090A1F;
        font-weight: 800;
    }

    .d-flex{
        display: flex;
    }


   .course_duration_content {
    width: fit-content;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    padding: 10px 20px;
    display: flex;
}

.circle-play{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    width:25px;
    height: 25px;
    border: 2px solid #090A1F;
    border-radius: 50%;

}

.navigation_item {
    font-size: 15px;
    margin: 8px 18px 18px 18px;
    cursor: pointer;
    font-weight: 100;
    color: #090A1F;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navigation_item_active {
    font-weight: 300;
    font-size: 18px;
}

.preview_img {
    background-repeat: no-repeat !important;
    width: 100%;
    height: 172px;
    background-size: cover !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.course_instance {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
}

.course_instance_info_container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

.course_title {
    font-size: 15px;
    margin-bottom: -2px;
}

.course_description {
    color: #a9a7a7;
    font-size: 12px;
    height: 50px;
}

.course_blue_button {
    background-color: white;
    border: 1px solid #090A1F;
    width: fit-content;
    max-width: 200px;
    min-width: 115px;
    height: 35px;
    right: 10px;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 5px;
}

.icon-play {
    background: #323232;
    width: 47px;
    height: 47px;
    position: relative;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    padding: 4px 10px;
    top:70px;
    left: 150px;
    opacity: .8;
}
.testimonial_instace_container{
    border: 1px solid #E1E1E1;
    width: 423px;
    height:224px;
    margin: 15px;
    cursor:pointer;
}

.testimonial__photo {
    width: 80px;
    height: 80px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.testimonial__author_position {
    font-size: 14px;
    font-weight: 100;
    color: #090A1F;
}

.testimonial__author {
    font-size: 14px;
    font-weight: 400;
    color: #090A1F;
}

.testimonial__info_container {
    padding: 14px 1px 16px 18px;
}
.testimonial-content{
    padding:20px 10px 10px 20px;
}
.course_categories__category_container {
    display: flex;
    flex-wrap: wrap;
    padding-left: 26px;
}
.rounded_section {
    border-radius: 10px;
    overflow: hidden;
}
.container_slider_max{
    display:flex;
    justify-content: center;
    align-items: center;

}
.slick-dots{
    position:absolute;
    bottom:-20%;
    left: 49%;
    transform: translateX(-50%);
}
.slick-dots li{
    display: inline-block;
    margin:0px 10px;
}
.slick-dots li button{
   font-size: 0px;
   height: 16px;
   width: 16px;
   background: #C9C9C9;
   border-radius: 50%;
   border: none;
   opacity: 0.5;
}
.slick-dots .slick-active button{
    background: #C9C9C9;
    height: 18px;
    width: 18px;
    opacity: 1;
}

.testimonial__text {
    font-size: 13px;
    margin-bottom: 10px;
    color: #090A1F;
}

.blue_section_author {
    background: #fff;
    padding-bottom: 60px;
}

.degradient-right{
   width:500px;
   height:300px;
   float: left;
   top: 2547px;
   position: absolute;
   z-index: 1;
   background:linear-gradient(to right,white,rgba(0,0,0,0))
}

.degradient-left{
    width:500px;
    height:300px;
    right: 0px;
    top: 2547px;
    position: absolute;
    float: right;
    z-index: 1;
    background:linear-gradient(to left,white,rgba(0,0,0,0))
}

.benefits_section {
    margin-top: 5%;
    margin-bottom: 0 !important;
    padding-top: 30px;
    padding-bottom: 30px !important;
}
.course_categories {
    min-height: 400px;
    padding: 66px 20px !important;
}
.feat_top_title {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    margin: 10px 0;
}
.feature_title {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -1px;
}
.feature_description {
    font-size: 13px;
    margin-top: 3px;
    font-weight: 300;
}
.feature_instance {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 98px;
}

.feat_mock_image>img {
    width: 100%;
    max-width: 369px;
}

@media screen and (max-width:1000px){
    .justify{
        justify-content: unset !important;
 }

}