/* SLIDER */
.item-banner-desk {
    height: 540px;
    background-position: center;
    background-size: auto 100%; 
    background-repeat: no-repeat;
}
.carousel-caption {
    top: 19%;
    left: 0;
    text-align: left;    width: 100%;
}
section.sobre_nos.col-md-12 {
    overflow: hidden;
    margin-top: 22px;
}
.textos_cap {
    padding-left: 6rem;
}
.textos_cap h3{
	font-weight: bold;
	font-size: 14px;
	padding-left: 3rem;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.5px;
}
section.sobre_nos.col-md-12 {
    overflow: hidden;
}
.banner-mobile{
    display: none;
}
.banner-desktop{
    display: block;
}
.textos_cap h3::before {
	content: '';
    position: absolute;
    width: 25px;
    height: 1px;
    background: #FFF;
    top: 50%;
    left: 0;
}.cada_depoimento
.textos_cap h2 {
    font-weight: 500;
    font-size: 46px;
    line-height: 43px;
}

.boxesVideos{
    display: inline-flex;
    width: 377px;
}
.textos_cap p {
	font-weight: 500;
    font-size: 23px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #FFF;
}
p.localizacao {
    margin-top: 7px;
}
video#myVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    -moz-transform: scale(1.8);
    transform: scale(1.8);
}
/* Section Sobre Nós */
.fundo_video{
    background-size: cover;
    min-height: 350px;
    position: relative;
    overflow: hidden; 
    background-image: url(../images/fundo-video-mobile.jpg);
}
.sobre_nos h3{
    font-weight: bold;
    font-size: 14px;
    padding-left: 2.7rem;
    text-transform: uppercase;
    position: relative;

    color: #9fa4af;
    font-family: 'Maven Pro', sans-serif; 
}
.sobre_nos h3::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 1px;
    background: #6e45e2;
    top: 50%;
    left: 0;
}

.sobre_nos h2{
    color: #4f4f6f;
    font-size: 28px;
    position: relative;
    padding-bottom: 25px;
    font-weight: bold;
    margin-top: 1.5rem;
}
.sobre_nos h2::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    background: #6e45e2;
    bottom:0;
    left: 0;
}

.sobre_nos p {
    font-family: 'Maven Pro', sans-serif; 
    font-size: 16px;
    color: #818691;
    line-height: 24px;
    font-weight: normal;
    margin-top: 2rem;
}
a.saibamais_simples {
    font-size: 18px;
    font-weight: 600;
    color: #4f4f6f;
    text-decoration: none;
}

/* Depoimentos */
.depoimentos_index{
    background: #021838;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.desc_secao{
    font-size: 16px;
    color: #FFF;
    margin-top: 1.5rem;
    text-align: center;
}
.cada_depoimento{
    /* box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9); */
    position: relative;
    transition: .4s;
    background-color: #1f84ec;
    cursor: pointer;
    display: none;
    width: 374px;
    height: 260px;
    background-position: center;
}
.cada_depoimento img{
    position: relative;
    transition: .4s;
}

.cada_depoimento:hover img{
    mix-blend-mode: multiply;
    transition: .4s;
}

/* Treinamentos Realizados */

h2.treinamentos_titulo {
    color: #4f4f6f;
    text-align: left;
}
h2.treinamentos_titulo:before {
    left: 0;
    transform: inherit;
}
.conteudo_treinamentos_realizados{
    margin-top: 1.2rem;
}
.conteudo_treinamentos_realizados .slick-slide {
    padding: 3px;
    
    text-align: center;
}
section.sobre_nos .col-lg-6.offset-lg-6.offset-md-3.pl-md-0.pl-3.pr-5.pt-6.pb-5 {
    padding-right: 0 !important;
}


@media (min-width: 992px){
    .offset-lg-6 {
        margin-left: 23%;
    }
   
}
@media screen and (max-width: 1024px){
     .item-banner-desk {
        /* height: 371px; */
        /* background-size: auto 100%; */
    }
}
@media screen and (max-width: 768px){
    .contVideo {
        width: 95%;
    }
    .banner-mobile{
        display: block;
    }
    .banner-desktop{
        display: none;
    }
}

@media screen and (max-width: 615px){
    .boxesVideos {
        display: block;
        width: 280px!important;
        display: block !important;
    }
    .col-md-3.aos-init {
        width: 50%;
    }
    .cada_depoimento{
        width: 100%;
    }
    .slick-prev {
        left: 0;
    }
    video#myVideo{
        display: none;
    }
    .flip{
        width: 257px;
        margin: auto;
    }
    .depoimentos_row.mt-5 {
        text-align: center;
        margin: auto;
        width: min-content;
    }
    [data-aos=fade-up] {
        transform: translate3d(0,20px,0);
    }
    .cada_galeria img {
        display: block;
        margin: auto;
    }
    .tamanho_treinamentos iframe {
        width: 100%;
        text-align: center !important;
    }
    .cada_botao{
        height: 158px;
    }
}