﻿/* ==========================================================================
   BANNER HOME
   ========================================================================== */
.banner-home .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0; right: 0;
}

.banner-home .owl-nav {
    height: 0;
    margin: 0;
}

.banner-home .owl-nav div {
    display: inline-block;
    width: 50px;
    height: 50px;

    position: absolute;
    bottom: calc(50% - 20px);
    left: 0;

    background: none;
    background-color: rgba(000,000,000,.5) !important;

    outline: 0;

    z-index: 99;
    opacity: .8;
    transition: opacity .3s ease-in-out;

    font-size: 20px !important;
    color: #FFF;
    line-height: 50px;
    margin: 0 !important;
    padding: 0 !important;
    padding-right: 15px !important;

    border-radius: unset !important;
    border-bottom-right-radius: 25px !important;
    border-top-right-radius: 25px !important;
}

.banner-home .owl-nav .owl-next {
    right: 0;
    left: inherit;

    padding-left: 15px !important;
    padding-right: 0 !important;

    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 25px !important;
    border-top-left-radius: 25px !important;
}

.banner-home .owl-nav div:hover {
    opacity: 1;
}


/* ==========================================================================
   CARROSSEL HOME
   ========================================================================== */
.carrossel-home {

    /*background-color: #001e2f; padding: 0;
    background-image: url(https://www.trainning.com.br/imagens/home/bg-tech-home.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-animation: slide 12s linear infinite;
    animation: slide 15s linear infinite;*/
    background-color:#f8f8f8;
   


}

/*
@-webkit-keyframes slide {
    from { background-position: 0 10px; }
    to { background-position: 0 100%; }

}*/


@keyframes slide {
    0% {
        background-position: 0 10px;
    }
    50% {
        background-position: 0 100%;
    }
    100% {
        background-position: 0 10px;
    }
}

.carrossel-home h2 {
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    text-align-last: center;

    font-size: calc(30px + .1em);
    line-height: calc(30px + .1em);
    margin-bottom: calc(20px + .5em);
    margin-top: 0;
}

.carrossel-home .container > div {
    margin: 0 !important;
    overflow: hidden;
    height: 360px;
}

/* CARROSSEL
   ========================================================================== */
.carrossel-home .ch-padrao {
    display: block;
    width: 100%;
    overflow: hidden;
    min-height: 300px;
    margin-bottom: 30px;
}

.owl-carousel .owl-stage-outer {
    min-height: 301px;
}

.carrossel-home .ch-padrao .item {
    display: inline-block;
    overflow: hidden;
    width: 240px;
    min-width: 240px;
    background-color: #FFFFFF;
    float: left;
    border: none;
    transition: all .3s;
}

.carrossel-home .ch-padrao .item:hover {
    transform: scale(1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.carrossel-home .ch-padrao .item a {
    display: block;
    position: relative;
}

.carrossel-home .ch-padrao .item.mais-vendidos a:before {
    content: 'Mais vendido';
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 50;
    padding: 2px 10px 2px 8px;
    background-color: #FFEB3B;
    -webkit-clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'robotobold', sans-serif;
    color: #242424;
    line-height: normal;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
}

.carrossel-home .ch-padrao .item img {
    display: block;
    width: auto;
    min-height: 151px;
    max-width: 240px;
}

.carrossel-home .ch-padrao .item img:nth-child(2) {
    opacity: 1;
}

.carrossel-home .ch-padrao .item img.iconeblackfriday {
    position: absolute;
    left: 0; right: 0;
    top: 92px;
    height: 60px; width: 60px;
    margin: 0 auto;
    z-index: 1;
    min-height: auto;
}

.carrossel-home .ch-padrao .item a > span {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 141px;
    text-align: center;
    color: #FFF;
    font-size: 15px;
    text-shadow: 0px 0px 5px #000;
    padding: 15px 0 10px;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 35%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(35%, rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 35%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 35%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 35%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 35%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.carrossel-home .ch-padrao .item a > span i {
    display: block;
    padding: 15px 5px 5px;
    font-size: 11px;

}

.carrossel-home .ch-padrao .item a > span b {
    color: #FFEB3B;
}



.carrossel-home .ch-padrao .item .price-box {
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
}

.carrossel-home .ch-padrao .item .price-box > * {
    display: block;
    font-size: 14px;
    color: #242424;
    text-align: left;
    text-align-last: left;
}

.carrossel-home .ch-padrao .item .price-box > h4 {
    display: block;

    color: #0053aa;

    text-align: left;
    text-align-last: left;
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-weight: 600;

    min-height: 40px;
    font-size: 15px;

    margin-bottom: 10px;
}

.carrossel-home .ch-padrao .item .price-box > .dividir-blocos {
    display: flex;
    padding: 0;
}

.carrossel-home .ch-padrao .item .price-box > .dividir-blocos .bloco-2-1 {
    flex: 2;
}

.carrossel-home .ch-padrao .item .price-box > .dividir-blocos .bloco-1-1 {
    flex: 1;
    max-width: 50px;
}

.carrossel-home .ch-padrao .item .price-box > .dividir-blocos img {
    display: block;
    width: 50px; height: 50px;
   min-height: auto;
}

.carrossel-home .ch-padrao .item .price-box > .dividir-blocos > div > span {
    font-family: 'robotobold', sans-serif;
    color: #0053aa;
}

.carrossel-home .ch-padrao .item .price-box > .dividir-blocos > div > span > b {
    font-size: 25px;
}

.carrossel-home .ch-padrao .item .price-box > .dividir-blocos > div > i {
    font-size: 12px;
    color: red;
}

.carrossel-home .ch-padrao .item .price-box > .dividir-blocos > div > i b {
    font-size: 14px;
}

.carrossel-home.multiplos-carrosseis {
    /* max-height: 500px; */
    background: #c7c7c7 !important;
    padding: 20px 0 20px;
    overflow: hidden;
}

.carrossel-home.multiplos-carrosseis .container {
    height: auto;
}

.carrossel-home.multiplos-carrosseis .ch-padrao .owl-item {
    padding: 5px;
}

.carrossel-home.multiplos-carrosseis .ch-padrao .item {
    box-shadow: none;
        border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.carrossel-home.multiplos-carrosseis h2 {
    color: #242424;
    text-shadow: none;
	margin: 0;
    margin-bottom: 10px;
}
.carrossel-home.multiplos-carrosseis center {
margin-bottom: 20px;
}

.carrossel-home.multiplos-carrosseis .ch-padrao .owl-nav div {
    background-color: #2b6eb6 !important;
}

.carrossel-home.multiplos-carrosseis .ch-padrao .owl-nav div:before {
    color: #FFF;
}

/*-- CONTROLS --*/
.ch-padrao .owl-nav {
    margin-top: 10px;
}

.ch-padrao .owl-nav div {
    width: 40px; height: 40px;
    position: absolute;
    top: 150px;
    background: none;
    background-color: #FFF !important;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    border-radius: 50% !important;
    margin-top: -16px;
    outline: 0;
    text-indent: -9999px;
    z-index: 99;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    color: rgba(0, 0, 0, 0);
    font-size: 20px;
}

.ch-padrao .owl-nav div:before {
    font-family: FontAwesome;
    content: "\f054";
    width: 15px;
    height: 18px;
    color: #000;
    position: absolute;
    top: 30%;
    display: inline-block;
    text-indent: initial;
    font-size: 19px;
}

.ch-padrao .owl-nav .owl-next { right: 5px; }

.ch-padrao .owl-nav .owl-prev { left: 5px; }

.ch-padrao .owl-nav .owl-prev:before {
    content: "\f053";
    right: 15px;
}

.ch-padrao .owl-nav .owl-next:before {
    content: "\f054";
    left: 15px;
}

.ch-padrao .owl-nav div:hover {
    box-shadow: 0 2px 8px 2px rgba(20,23,28,.15);
}


@media screen and (max-width: 1346px) {

    .ch-padrao .owl-nav .owl-prev:before { right: 15px; }

    .ch-padrao .owl-nav .owl-next:before { left: 15px; }

}

@media screen and (min-width: 1200px) {

    .carrossel-home {
        padding: 20px 0 0px;
    }

    .carrossel-home .container {
        overflow: hidden;        
    }

    .ch-padrao .owl-nav {
        margin-top: 0;
    }

    .carrossel-home .ch-padrao {
        margin-bottom: 0;
    }

    .carrossel-home .ch-padrao .owl-item {
        min-width: 240px;
        max-width: 240px;
    }

}

@media screen and (max-width: 779px) {
    .carrossel-home .owl-carousel .owl-item {
        text-align: center;
    }

    .carrossel-home .ch-padrao .item {
        float: none;
    }
    
    .carousel-categorias {
        background: transparent !important;
    }
    
    .categorias-carousel .bx-wrapper {
        margin: 0px !important;
    }
    
    .bloco-1-1 no-desk {
        margin-top: 0px !important;
    }
}


/* ==========================================================================
   CARROSSEL CURSOS
   ========================================================================== */

.carrossel-cursos { background-color: #f7f8fa; padding: 0; }

.carrossel-cursos .container > div {
    margin: 0 !important;
    overflow: hidden;
}

/* FILTRA CATEGORIA
   ========================================================================== */

#filter-bar {
    display: block;

    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}


#wrapper-filter {
    display: block;

    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 30px auto;

    border-radius: 30px;
    background-color: #fff;
}

@media screen and (max-width: 1023px) {

    #wrapper-filter {
        display: none;
    }

    button.open-aside {
        text-align: center;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;

        display: inline-block;
        padding: 7px 18px;
        color: #fff;
        font-size: 18px;
        font-family: 'robotobold', sans-serif;
        line-height: 20px;
        position: relative;
        margin-top: 5px;
        margin-bottom: 5px;

        z-index: 10;
        box-sizing: border-box;
        width: 100%;
        height: 52px;
        width: calc(100% - 10px);

        border: 5px solid #eee;
        border-radius: 30px;
        background-color: #607D8B;
        font-weight: normal;
        text-transform: uppercase;
    }

}

#filter-bar li {
    font-family: 'roboto', sans-serif;
    font-size: 15px;
    line-height: 46px;
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    list-style-type: none;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
}

.pill {
    position: absolute;
    z-index: 10;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    width: calc(100% - 10px);
    color: #444;
    border: 5px solid #eee;
    border-radius: 30px;
    background-color: #39c;
}

.filter-option { transition: color 500ms; }

.filter-option.active {color:#fff; transition: color 200ms; }

#filter-bar.option-1 .pill {margin-top: 0px; transition: margin-top 200ms ease;}

#filter-bar.option-2 .pill {margin-top: 45px;transition: margin-top 200ms ease;}

#filter-bar.option-3 .pill {margin-top: 90px;transition: margin-top 200ms ease;}

#filter-bar.option-4 .pill {margin-top: 137px;transition: margin-top 200ms ease;}

#filter-bar.option-5 .pill {margin-top: 183px;transition: margin-top 200ms ease;}

#filter-bar.option-6 .pill {margin-top: 229px;transition: margin-top 200ms ease;}

#filter-bar.option-7 .pill {margin-top: 275px;transition: margin-top 200ms ease;}

#filter-bar.option-8 .pill {margin-top: 321px;transition: margin-top 200ms ease;}

#filter-bar.option-9 .pill {margin-top: 367px;transition: margin-top 200ms ease;}

#filter-bar.option-10 .pill {margin-top: 413px;transition: margin-top 200ms ease;}

#filter-bar.option-11 .pill {margin-top: 459px;transition: margin-top 200ms ease;}


@media screen and (min-width: 1280px) {

    #wrapper-filter {
        background-color:#eee;
        width: 100%;
        height:auto;
        margin:30px auto;
        border-radius: 30px;
        box-sizing: border-box;
    }

    #filter-bar {
        display: flex;
    }

    #filter-bar li {
        width: 9.090909090909091%;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        white-space: nowrap;
        border-radius: 30px;
        padding: 0 5px;
        border: 5px solid #eee;
    }

    .pill {
        position: absolute;
        width:9.090909090909091%; height: 57px;
    }

    .filter-option { transition: color 500ms; }

    #filter-bar.option-1 .pill { margin-top: 0px; margin-left: 0px; transition: margin-left 200ms ease;}

    #filter-bar.option-2 .pill {margin-top: 0px;margin-left: calc(9.090909090909091% - 2px);transition: margin-left 200ms ease;}

    #filter-bar.option-3 .pill {margin-top: 0px;margin-left: calc(18.18181818181818% - 3px);transition: margin-left 200ms ease;}

    #filter-bar.option-4 .pill {margin-top: 0px;margin-left: calc(27.27272727272727% - 3px);transition: margin-left 200ms ease;}

    #filter-bar.option-5 .pill {margin-top: 0px;margin-left: calc(36.36363636363636% - 4px);transition: margin-left 200ms ease;}

    #filter-bar.option-6 .pill {margin-top: 0px;margin-left: calc(45.45454545454546% - 5px);transition: margin-left 200ms ease;}

    #filter-bar.option-7 .pill {margin-top: 0px;margin-left: calc(54.54545454545455% - 6px);transition: margin-left 200ms ease;}

    #filter-bar.option-8 .pill {margin-top: 0px;margin-left: calc(63.63636363636364% - 7px);transition: margin-left 200ms ease;}

    #filter-bar.option-9 .pill {margin-top: 0px;margin-left: calc(72.72727272727273% - 8px);transition: margin-left 200ms ease;}

    #filter-bar.option-10 .pill {margin-top: 0px;margin-left: calc(81.81818181818182% - 9px);transition: margin-left 200ms ease;}

    #filter-bar.option-11 .pill {margin-top: 0px;margin-left: calc(90.90909090909091% - 10px);transition: margin-left 200ms ease;}
}


/* CARROSSEL
   ========================================================================== */
.carrossel-cursos .cc-padrao {
    display: block;
    width: 100%;
    overflow: hidden;
    min-height: 300px;
    margin-bottom: 30px;
}

.owl-carousel .owl-stage-outer {
    min-height: 301px;
}

.carrossel-cursos .cc-padrao .item {
    display: inline-block;
    min-width: 210px;
    background-color: #242424;
    float: left;

    box-shadow: 0px 2px 5px rgba(0,0,0,.3);
}

.carrossel-cursos .cc-padrao .item a {
    display: block;
    position: relative;
    border: 1px solid #ccc;
}

.carrossel-cursos .cc-padrao .item.mais-vendidos a:before {
    content: 'Mais vendido';
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 50;
    padding: 2px 10px 2px 8px;
    background-color: #FFEB3B;
    -webkit-clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'robotobold', sans-serif;
    color: #242424;
    line-height: normal;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
}

.carrossel-cursos .cc-padrao .item img {
    display: block;
    width: 100%;
    min-height: 151px;
}

.carrossel-cursos .cc-padrao .item img:nth-child(2) {
    opacity: .5;
}

.carrossel-cursos .cc-padrao .item img.iconeblackfriday {
    position: absolute;
    left: 0; right: 0;
    top: 92px;
    height: 60px; width: 60px;
    margin: 0 auto;
    z-index: 1;
    min-height: auto;
}

.carrossel {
    display: none;
    min-height: 350px;
}

.price-box {
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
}

.price-box > * {
    display: block;
    font-size: 14px;
    color: #7e7e7e;
}

.price-box > h4 {
    display: block;

    font-size: 20px;
    color: #242424;
    text-align: left;
    text-align-last: left;
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-weight: 600;

    min-height: 40px;
    font-size: 15px;
    color: #29303b;
    margin-bottom: 10px;
}

.carrossel-cursos .cc-padrao .item a:hover h4 {
    text-decoration: underline;
}

.tracado { text-decoration: line-through; }

.price-box > span {
    font-family: 'robotobold', sans-serif;
}

.price-box:nth-child(3) > i {
    color: #ff0000;
    font-weight: bold;
    text-transform: uppercase;
}

.price-box > span > b {
    font-size: 25px;
}


/*-- CONTROLS --*/
.cc-padrao .owl-nav {
    margin-top: 10px;
}

.cc-padrao .owl-nav div {
    width: 40px; height: 40px;
    position: absolute;
    top: 40%;
    background: none;
    background-color: #FFF !important;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    border-radius: 50% !important;
    margin-top: -16px;
    outline: 0;
    text-indent: -9999px;
    z-index: 99;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    color: rgba(0, 0, 0, 0);
    font-size: 20px;
}

.cc-padrao .owl-nav div:before {
    font-family: FontAwesome;
    content: "\f054";
    width: 15px;
    height: 18px;
    color: #000;
    position: absolute;
    top: 30%;
    display: inline-block;
    text-indent: initial;
    font-size: 19px;
}

.cc-padrao .owl-nav .owl-next { right: 5px; }

.cc-padrao .owl-nav .owl-prev { left: 5px; }

.cc-padrao .owl-nav .owl-prev:before {
    content: "\f053";
    right: 15px;
}

.cc-padrao .owl-nav .owl-next:before {
    content: "\f054";
    left: 15px;
}

.cc-padrao .owl-nav div:hover {
    box-shadow: 0 2px 8px 2px rgba(20,23,28,.15);
}


@media screen and (max-width: 1346px) {

    .cc-padrao .owl-nav .owl-prev:before { right: 15px; }

    .cc-padrao .owl-nav .owl-next:before { left: 15px; }

}

@media screen and (min-width: 1200px) {

    .carrossel-cursos {
        padding: 20px 0;
    }

    .carrossel-cursos .container {
        overflow: hidden;
        height: 430px;
    }

    .cc-padrao .owl-nav {
        margin-top: 0;
    }

    .carrossel-cursos .cc-padrao {
        margin-bottom: 0;
    }

    .carrossel-cursos .cc-padrao .owl-item {
        max-width: 215px;
    }

}


/* CARROSSEL DE VÍDEOS
   ========================================================================== */
.videos {
    padding: .7em 0 1.2em;
}

.videos .owl-carousel .owl-item { background-color: #000; opacity: .7; }

.videos .owl-carousel .owl-stage,
.videos .owl-carousel .owl-item,
.owl-carousel .owl-stage-outer,
.videos .owl-carousel .owl-item .item-video,
.videos .owl-carousel .owl-video-wrapper,
.videos .owl-carousel .owl-item .owl-lazy {
    min-height: auto;
}

.owl-carousel .owl-video-play-icon {
    background-image: url(../imagens/geral/owl.video.play.png);
}

.videos .owl-carousel .owl-item.owl-video-playing {
    opacity: 1;
}

/* Consertos */

/*Computadores para alunos sim ou não*/
.form-group input[type="radio"] {height: 12px !important;}
