body{
    background-color: rgb(51,51,51);
}
#ccn-main-region{
    padding-bottom:0;
}
#ccn-main-region>.container {
    max-width: 100%;
    padding: 0;
}
header.header-nav{
    background-color: transparent !important;
}
header.header-nav.slideInDown {
    background-color: #333333 !important;
}
header.header-nav .navbar li.nav-item a{
    color: #FFF;
}

#btn-search-content{
    display: none;
}

.navbar_brand {
    background-image: url('/academia-corporativa/img/logo-formacion-virtual.png');
    max-height: 56px;
    max-width: none;
    width: 184px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.navbar_brand img{
    display: none;
}

.ccn-settings-nav-msg{
    display: none !important;
}

.home-three{
    /* margin-top: -200px; */
}
.academia-corporativa-header section.home-three.home8{
    /* background-repeat: no-repeat !important; */
    /* background-size: contain !important; */
    height: 550px !important;
}
.academia-corporativa-header .home8-overlay:before{
    background: unset  !important;
}

.academia-corporativa-header .container .home8_wave,
.academia-corporativa-header .container .home8.row_style{
    display: none  !important;
}
.block_cocoon_hero_2 .home-three .home-text{
    padding: 12% 5% 0 5%;
    text-align: left !important;
    max-width: 50%;
    margin-left: 0;
    height: 100%;
}
.fz50{
    font-size: 40px;
    line-height: normal;
    font-weight: bold;
}

.home-three .home-text a.btn{
    border-radius: 5px;
    background-color: rgb(219,62,87);
    color: #FFF;
    border-color: rgb(219,62,87);
    font-size: 16px;
    font-weight: bold;
    padding: 8px 30px;
}

.home-three .home-text a.btn:hover{
    background-color: #FFF;
    color: rgb(219,62,87);
    border-color: rgb(219,62,87);
}
.card h2 {
    font-size: 50px;
    line-height: normal;
    font-weight: bold;
    margin: 0;
}
.card p {
    line-height: normal;
}

.card-01{
    color: #FFF;
    background-color: rgb(74,184,203);
}
.card-01 h2{
    color: #FFF;
}
.card-02{
    color: rgb(34,44,85);
    background-color: rgb(232,203,91);
}
.card-02 h2{
    color: rgb(34,44,85);
}
.card-03{
    color: rgb(34,44,85);
    background-color: rgb(255,255,255);
}
.card-03 h2{
    color: rgb(34,44,85);
}
.card-04{
    color: #FFF;
    background-color: rgb(219,62,87);
}
.card-04 h2{
    color: #FFF;
}
.curva-01{
    position: absolute;
    left: -350px;
    height: 500px;
    z-index: -1;
    top: 0;
}
.curva-02{
    position: absolute;
    right: -350px;
    height: 500px;
    z-index: -1;
    bottom: -300px;
}
.btn-amarillo{
    color: rgb(34,44,85) !important;
    background-color: rgb(232,203,91) !important;
    border-color: rgb(232,203,91) !important;
}
.btn-amarillo:hover{
    color: rgb(232,203,91) !important;
    background-color: transparent !important;
    border-color: rgb(232,203,91) !important;
}

.bg-lightblue{
    background-color: rgb(228,237,255) !important;
}
.bg-center{
    height: 65vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
}

.navcenter .justify-content-end {
    justify-content: center !important;
}

#page-academia-corporativa-index .jmv_footer{
    background: linear-gradient(90deg, rgba(34, 44, 85, 1) 0%, rgba(34, 44, 85, 1) 60%, rgba(215, 62, 87, 1) 100%) !important;
}
.img-aliados{
    /* position: absolute;
    bottom: 3vh;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto; */
    width: 150px;
    height: auto;
    margin: 0 10px;
}
header.header-nav.menu_style_home_five .sign_up_btn .btn{
    color: #FFFFFF;
}

@media only screen and (max-width: 776px) {
    .block_cocoon_hero_2 .home-three .home-text{
        max-width: 100%;
        margin-top: 190px;
    }
    .top_courses{
        max-width: calc(100% - 20px) !important;
    }
    .pt35vh_mob{
        padding-top: 35vh !important;
    }

    #sect-aliados{
        height: 80vh !important;
    }
}