

/*-----------------------------slider activities------------------------------------*/

.slide-container {
    max-width: 100%;
    width: 100%;
    padding: 2% 0;
}

.slide-content {
    overflow: hidden;
}

.card {
    border-radius: 25px;
    background-color: #FFF;
}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070F4;
    border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4070F4;
}

.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #FFF;
}

.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}

.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070F4;
}

.name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.description {
    font-size: 14px;
    color: #707070;
    text-align: center;
}

.button {
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button:hover {
    background: #265DF2;
}

.swiper-navBtn {
    color: #6E93f7;
    transition: color 0.3s ease;
}

.swiper-navBtn:hover {
    color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 35px;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullet {
    background-color: #6E93f7;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #4070F4;
}

.swiper-wrapper{
    align-items: flex-end !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: none !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: none !important;
}

.icon-slider{
    width: 60px;
}

.swiper-navBtn {
    background-color: transparent;
    border-radius: 5px !important;
    padding: 80px 0px !important;
    z-index: 1;
}

.swiper-navBtn:hover {
    background-color: #bebebe57 !important;
}

.icon-slider{
    width:70px !important;
}

.swiper-button-next, .swiper-button-prev {
    width:auto !important;
    top: 40% !important;
}

.swiper-slide{
    height: 500px !important;
    display: flex !important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.content-banner{
    margin: 2%;
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
}

.content-middle-banner{
    padding-right: 10%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
    justify-content: space-between;

}

@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
    }

    .swiper-navBtn {
        display: none;
    }
}


/*-----------------------------------------------------------------------------------*/

h1{
    font-weight: normal !important;
    font-size: 64px !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #fff;
    line-height: 1em;
}

h2{
    font-weight: normal !important;
    font-size: 46px !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #003056 !important;
    line-height: 1em;
}

h3{
    font-weight: normal !important;
    font-size: 40px !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #003056 !important;
    line-height: 1em;
    margin: 0 0 6% 0!important;
}

h4{
    font-weight: normal !important;
    font-size: 24px !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #003056 !important;
    line-height: 1em;
    margin: 4% 0 !important;
}


.paragraph-white {
    font-weight: 100 !important;
    font-size: 22px ;
    font-family: 'Open Sans', sans-serif !important;
    color: #fff;
    line-height: 1.2em;
}

.section-platforms{
    margin: 3% 10% 4% 10%;
    text-align: center !important;
    background-color: #F2F2F2;
}

.btn-more{
    font-size: 15px;
    font-family:'Open Sans', sans-serif !important;
    font-weight: 500;
    height: 48px;
    color: #003056 !important;
    background-color: #DED558;
    text-transform: uppercase;
    padding: 12px 25px;
    cursor: pointer;
    margin: 2% 0 0;
    display: inline-block;
    border-bottom: 4px solid #A29934;
    transition: 0.35s all;
}

.btn-more:hover{
    transform: translateY(2px);
    border-bottom: 4px solid transparent;
    color: #fff !important;
}

.cont-subtitle{
    padding:  0 20%;
}

.cont-platforms{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 4%;
    align-items: stretch;
    justify-content: center;
    margin: 4% 0 0 0;
    justify-content: space-around;
    align-content: center;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.slider {
    position: relative !important;
}

.arrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 2rem !important;
    cursor: pointer !important;
    z-index: 1 !important;
}

.left {
    left: 0 !important;
}

.right {
    right: 0 !important;
}

.details-platform{
    margin: 0 5%;
    border-left: 3px solid #DED558;
    border-bottom: 3px solid #DED558;
    border-right: 3px solid #DED558;
    background-color: #fff;
    padding: 8%;
    text-align: left;
    /* height: 320px !important; */
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
    height: 100%;
}

.btn-more-info{
    font-size: 15px;
    font-family:'Open Sans', sans-serif !important;
    font-weight: 500;
    height: 48px;
    color: #fff !important;
    background-color: #0073CE;
    text-transform: uppercase;
    padding: 12px 25px;
    cursor: pointer;
    margin: 2% 0  2% 0;
    display: inline-block;
}

.btn-more-info:hover{
    background-color: #064F8E;
    color: #fff !important;
}

.card-platform{
    width: 30% !important;
    /* max-width: 30% !important; */
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-platform-account{
    width: 100% !important;
    /* max-width: 30% !important; */
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-banner{
    /* background-image:url('/assets/images/banners/banner-1.png'); */
    height: 600px !important;
    display: flex !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    align-items: center;
}

.left-side{
    width: 60%;
}

.right-side{
    width: 46%;
}

.section-post{
    margin: 3% 15%;
    text-align: center !important;
    background-color: #F2F2F2;
}

.img-post{
    /* background-image:url('/assets/images/posts/post-1.png'); */
    height: 500px !important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
}

.title-blue{
    color: #003056 !important;
}

.paragraph-blue{
    font-weight: 100 !important;
    font-size: 22px ;
    font-family: 'Open Sans', sans-serif !important;
    color: #003056;
    line-height: 1.2em;
}

.btn-more-transparent{
    font-size: 15px;
    font-family:'Open Sans', sans-serif !important;
    font-weight: 600;
    height: 48px;
    color: #DED558 !important;
    background-color: transparent;
    text-transform: uppercase;
    cursor: pointer;
    margin: 2% 0 0;
}

.btn-more-transparent:hover{
    color: #003056 !important;
}


.card-post{
    text-align: left;
    background-color: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.content-post{
    padding: 3% 6%;
}

.card-platform-second{
    display: flex;
    width: 45%;
    margin-bottom: 3%;
    justify-content: space-around;

}

.details-platform-second{
    margin: 3% 0;
    border-bottom: 3px solid #DED558;
    border-right: 3px solid #DED558;
    border-top: 3px solid #DED558;
    background-color: #fff;
    padding: 3% 6%;
    text-align: left;
    height: auto !important;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    width: 55%;
    justify-content: space-between;
    height: 100% !important;
}

.img-platform-second{
    width: 45%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.container-body-index{
    background-color: #F2F2F2;
}

.containter-video{
    display: flex;
    margin: 5% 12% 4% 12%;
    height: 500px;
}

.content-txt-video{
    padding: 3% 4%;
    background-color: #fff;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important
    ;
}

.sect-2{
    height: 50% !important;
    display: flex;
    flex-direction: column;
    grid-row-gap: 0 !important;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.img-section{
    width: 100%;
}

.view-video{
    width: 100%;
    height: 500px;
}

.content-video{
    padding: 0%;
    width: 60%;
}

.video-index{
    width: 100%;
}

.icons{
    margin: 0 1%;
    width: 35px;
}

.sect-title-free{
    /* height: 80px !important; */
    /* display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline; */
    display: contents;

}

.title-free{
    margin: 0 !important;
    height: auto !important;
    padding: 5% 0 2% 0 !important;
}

.desc-free{
    margin-top: 2%;
}

.section-products{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2% 10% 0 10%;
}

.details-product{
    background-color: transparent;
    margin: 4% 5%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
    min-height: 160px;
    max-height: 160px;
}

.cont-products{
    display: flex;
    grid-gap: 80px;
    margin: 3% 0 0 0;
    width: 100%;
}

.section-cover{
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-section-product{
    text-align: left;
}

.video-products{
    width: 100%;
}

.card-podcast{
    /* background-image: url('/storage/platforms/images/podcast.jpg'); */
    padding: 40% 5% 4% 5%;
    text-align: center;
    background-position: center;
    background-size: cover;
    height: 255px;
    
}

.card-file{
    /* background-image: url('/storage/platforms/images/file.jpg'); */
    padding: 24% 0 0 0;
    background-position: top;
    background-size: cover;
    height: 270px;
    text-align: center;
}



.cont-audio{
    width: 100%;
    border-radius: 0px !important;
}

.txt-download{
    font-size: 25px;
    font-weight: 600;
    z-index: 1;
}

.download {
    cursor: pointer;
    color: #003056;
    background-color: rgba(0, 0, 0, 0.836);
}

.title-index-platforms{
    font-size: 40px !important;
    font-weight: 600 !important;
    text-align: center;
    margin: 1% 0 1% 0;
}

.section-content-free{
    justify-content: flex-start !important;
}

.card-activity-free{
    margin-bottom: 0 !important;
    height: 100% !important;
}

.section-btn-activity{
    margin: 0 10%;
    padding-bottom: 5%;
}

@media only screen and (max-width:1650px) {
    .card-podcast {
        padding: 35% 5% 4% 5%;
        height: 220px;
    }

    .card-file {
        padding: 25% 0 0 0;
        height: 210px;
    }

    .section-cover{
        height: 220px !important;
    }

    .sect-2{
        height: 55% !important;
    }
}


/*--------------------------RESPONSIVE DESKTOP Medium---------------------*/
@media only screen and (max-width:1440px) {
    .swiper-slide {
        height: 400px !important;
        background-position: center;
    }

    .icon-slider {
        width: 50px !important;
    }

    .content-banner {
        margin: 3% 2% 2% 2%;
        padding-right: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: baseline;
    }

    h1 {
        font-size: 40px !important;
    }

    .paragraph-white {
        font-size: 20px;
    }

    h2 {
        font-size: 35px !important;;
    }

    h3 {
        font-size: 35px !important;
    }

    .details-platform {
        padding: 4% 8%;
        margin: 0 5% !important;
        width: 300px;
    }

    .section-banner {
        height: 450px !important;
        background-position: center;
        line-height: 1em;
    }

    .section-post {
        margin: 3% 10%;
    }

    .img-post {
        height: 400px !important;
    }

    .view-video {
        height: 360px;
    }

    .containter-video {
        height: 360px;
    }

    .paragraph-blue {
        font-size: 18px;
    }

    .font-weight-bold{
        margin-bottom: 3% !important;
        font-weight: 600 !important;
    }

    .containter-video {
        margin: 5% 10% 4% 10%;
    }

    .details-product {
        margin: 5px 6%;
    }

    h4 {
        font-size: 20px !important;
        margin: 5% 0 !important;
    }

    .btn-more-info {
        font-size: 14px;
        padding: 12px 15px;
    }

    .card-file {
        padding: 25% 0 0 0;
        height: 200px !important;
    }

    .section-cover{
        height: 190px !important;
    }

    .card-podcast {
        padding: 35% 5% 4% 5%;
        height: 190px;
    }

    .sect-title-free{
        /* height: 60px !important; */
        display: contents;
    }

    .cont-products {
        grid-gap: 50px;
    }

    .sect-2{
        height: 55% !important;
    }
}


/*--------------------------RESPONSIVE DESKTOP Small---------------------*/
@media only screen and (max-width:1366px){
    .card-file {
        padding: 25% 0 0 0;
        height: 185px !important;
    }

    .section-cover{
        height: 180px !important;
    }

    .card-podcast {
        padding: 35% 5% 4% 5%;
        height: 180px;
    }

    .card-activity-free {
        height: auto !important;
    }

    .details-platform {
        margin: 0 !important;
        width: 100%;
    }

    h3 {
        font-size: 28px !important;
    }

    p {
        line-height: 1.4em !important;
    }

    .btn-more-info {
        font-size: 12px;
        padding: 4px 25px !important;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
    }
}

@media only screen and (max-width:1240px) and (min-width: 1025px) {
    .details-platform {
        margin: 0 !important;
    }

    h2 {
        font-size: 26px !important;
    }

    .section-platforms {
        padding: 3% 5% 0 5%;
    }

    .img-middle-banner{
        display: none !important;
    }

    .section-banner {
        height: 280px !important;
        background-position-x: 100% !important;
    }

    .content-post {
        padding: 3% 4%;
    }

}


/*--------------------------RESPONSIVE TABLET---------------------*/
@media only screen and (max-width:1024px)  and (min-width: 721px){
    .section-platforms {
        margin: 3% 6% 4% 6%;
    }

    .details-platform {
        margin: 0 !important;
        width: 260px;
    }
    
    .sect-2{
        height: 65% !important;
    }
    .card-file {
        padding: 25% 0 0 0;
        height: 130px !important;
    }

    .section-cover{
        height: 130px !important;
    }

    .card-podcast {
        padding: 35% 5% 4% 5%;
        height: 130px;
    }

    .sect-title-free{
        height: 50px !important;
    }

    .cont-products {
        grid-gap: 40px;
    }

    h4{
        font-size: 16px !important;
    }

    .paragraph-blue {
        font-size: 16px;
        margin-bottom: 5px !important;
    }

    h2 {
        font-size: 30px !important;
        margin-bottom: 15px !important;
    }

    .view-video {
        height: 280px;
    }

    .containter-video {
        height: 280px;
    }


    .btn-more-transparent {
        height: 35px;
    }

    .section-products {
        margin:  5%;
    }

    .title-index-platforms{
        margin: 5% 0 0 0;
        font-size: 32px !important;
    }

    h3 {
        font-size: 28px !important;
    }

    p {
        line-height: 1.1em;
    }

    .btn-more-info {
        font-size: 12px;
        padding: 12px;
    }
}


/*--------------------------RESPONSIVE MOBILE---------------------*/
@media only screen and (max-width:720px) {

    .cont-platforms {
        padding-bottom: 15px !important;
    }

    .card-platform, .card-platform-second {
        flex: 0 0 80% !important;
        margin-right: 15px !important;
    }

    .img-platform-second {
        width: 100% !important;
        padding: 40% !important;
        background-size: cover !important;
        background-position: center !important;
    }    

    .details-platform {
        margin: 0 !important;
    }

    h2 {
        font-size: 22px !important;
        font-weight: bold !important;
        margin-bottom: 0;
        line-height: 1em;
    }

    .cont-subtitle {
        padding: 2% 5%;
    }

    .card-platform {
        width: 95% !important;
    }

    .card-platform-account {
        width: 95%;
    }

    .cont-platforms {
        grid-gap: 12%;
        overflow-x: auto;
        flex-direction: row;
        flex-wrap: nowrap;
        margin: 5% 0 8% 0;
        justify-content: flex-start;
    }

    .opcSubcat {
        margin: 8% 0 0 0;
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        padding: 5% 0 0 0;
    }

    .section-platforms {
        margin: 0 !important;
        padding: 5%;
    }

    .swiper-wrapper{
        height: auto !important;
    }

    h1 {
        font-size: 20px !important;
        margin-bottom: 10px;
    }

    .paragraph-white {
        font-size: 12px;
    }

    .icon-slider {
        width: 35px !important;
    }

    .slide-content {
        margin: 0 !important;
    }

    .btn-more {
        font-size: 11px;
        height: 35px;
        padding: 8px 25px;
    }

    .swiper-button-next, .swiper-button-prev {
        width: auto !important;
        top: 30% !important;
    }

    h3 {
        font-size: 28px !important;
        margin: 0 !important;
    }

    p{
        font-size: 13px;
        margin: 5% 0;
    }

    .img-platforms{
        width: 300px;
    }

    .img-middle-banner{
        background-image:url('/assets/images/banners/banner-1.png');
        height: 300px !important;
        display: flex !important;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        align-items: center;
        display: inline;
    }

    .left-side {
        width: 0;
    }

    .right-side {
        width: 100%;
    }

    .section-banner {
        height: 280px !important;
        background-position-x: 100% !important;
        padding: 2% 5%;
    }

    .card-post {
        margin: 5% 0;
        flex-direction: column;
    }

    .paragraph-blue {
        font-size: 14px;
    }

    .btn-more-transparent {
        font-size: 14px;
    }

    .content-post {
        padding: 8%;
    }

    .img-post {
        height: 250px !important;
    }

    .card-platform-second {
        width: 95%;
        display: inline-flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .details-platform-second{
        padding: 4% 8%;
        margin: 0 !important;
        width: 300px;
        border-left: 3px solid #DED558;
        border-bottom: 3px solid #DED558;
        border-right: 3px solid #DED558;
        border-top: 0px !important;
        background-color: #fff;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: space-between;
        height: 100%
    }

    .img-platform-second{
        width: 300px;
        padding: 40%;
    }

    .containter-video {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        height: auto !important;
    }

    .content-txt-video {
        padding: 10% 10% 5% 10%;
        width: 100%;
    }

    .view-video {
        height: auto !important;
        width: 100% !important;
    }

    .content-video {
        padding: 0%;
        width: 100%;
    }

    .cont-products {
        grid-gap: 20px;
        width: 1000px !important;
        display: inline-flex;
    }

    .section-more{
        text-align: center;
        padding:  0 4%;
    }

    .title-index-platforms{
        font-size: 28px !important;
        margin: 10% 0  4% 0;
    }

    .section-products {
        display: flex;
        align-items: center;
        margin: 2% 10% 4% 10%;
        grid-gap: 12%;
        overflow-x: auto;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .section-content-free{
        width: 300px !important;
        justify-content: flex-start !important;
    }

    .options-profile{
        padding: 3%;
    }
}

@media only screen and (max-width: 550px) {
    .swiper-slide {
        background-position: top center !important;
        background-size: 500px 300px;
        height: 300px !important;
    }
}