* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    overscroll-behavior-x: contain;
}

/* Importação das fontes usadas */
@import url('https://fonts.googleapis.com/css2? family = Inter: wght @ 100; 200; 300; 400; 500; 600; 700; 800; 900 & display = swap');
@font-face {
    font-family: "Tusker Grotesk";
    src: url("../fontes/TuskerGrotesk-6500Medium.ttf");
}

@font-face {
    font-family: "Rawk Brush";
    src: url("../fontes/Rawk\ Brush.otf");
}



.slide {
    display: flex;
    height: 100vh;
    width: 100%;
    
}
.wrapper {
    display: flex;
    flex-direction: row;
    width: 12350px;

}
.one {
    background: white;
    background-image:    url("../imagens/background-interior.png"),url("../imagens/linha-meio.png"); 
    background-repeat:   no-repeat;
    background-position: bottom, center;
}
.wrapper {
    transform: rotate(90deg) translateY(-100vh);
    transform-origin: top left;
}

.outer-wrapper {
    width: 100vh;
    height: 100vw;
    transform: rotate(-90deg) translateX(-100vh);
    transform-origin: top left;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
  
}

.outer-wrapper {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

::-webkit-scrollbar {
    display: none;
}
/* Barra de navegação começo */
.navegacao {
    position:fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 100%;
    background: #E81E4E; 
    z-index: 20;   
}
.navegacao-texto {
    list-style: none;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 35px;
    margin-left: 10px; 
    height: 90%;
    display: flex;
    text-align: center;
    writing-mode: vertical-lr;
    justify-content: space-between;       
}
.navegacao-texto a {
    list-style: none;
    text-decoration: none;
}
.navegacao-texto :hover{
   
    text-shadow: 0px 0px 10px #fff;
}

 .navegacao h2 {
    font-family: 'Tusker Grotesk', sans-serif;
    list-style: none;
    color: white;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
}
/* Fim da barra de navegação */

/* Configuração das imagens */
.Imagem {
    margin-top: 100px;
    display: flex;
}

.Imagem img {
    height: 774px;
}

/* Fim da configuração */

/* Configuração de texto  */
.texto {
    margin-left: 50px;
    margin-top: 100px;
}

.texto p {
    font-size: 22px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    line-height: 167%;
}

.texto h2 {
    font-family: 'Tusker Grotesk', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 120px;
    text-transform: uppercase;
    color: #714B97;
}

.texto h3 {
    font-family: 'Rawk Brush', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 65px;
    line-height: 104px;
    color: #B8463F;
    transform: matrix(1, -0.07, 0.07, 1, 0, 0);
}
/* fim da  configuração de texto */

/* Identação de largura das seções */
.comemore-conosco{
    margin-left: 250px;
    margin-right: 250px;
}
/* seta-indicação-scroll */
.seta{
    align-items: center;
    margin-top: 500px;
}
/* indicação scroll fim */
.sobre-o-senai{
    margin-left: 250px;
    margin-right: 250px;
 
}

.sobre-o-info{
    margin-left: 250px;
    margin-right: 250px;
}

.sobre-os-cursos{
    margin-left: 250px;
    margin-right: 250px;
}
/* Fim da identação */

/* hover na parte dos cursos começo */
.redes{
    max-width: 600px;
    transition: 0.3s;
}
.redes a:hover img{
    transform: scale(1.5);
    transition: 0.5s;
    z-index: 1 ;    
}

.mt a:hover img{
    transform: scale(1.5);
    transition: 0.5s;   
}
.dev a:hover img{
    transform: scale(1.3);
    transition: 0.5s;  
}
/* fim do hover */

/* começo informações cursos cartões */

.cursos{
    margin-top: 150px;
    margin-left: 250px;
    margin-right: 250px;
}
.cursos-info-cards{
    margin-left: 250px;
    margin-right: 250px;
    width: 1400px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 300px;
    
    
}
.cursos-info-cards h3{
    margin-top: 50px;
    font-family: 'Rawk Brush', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    color: #B8463F;
    transform: matrix(1, -0.07, 0.07, 1, 0, 0);
}
/* Fim dos cards */

/* começo equipe */
.texto-equipe{
    margin-top: 300px;
    display: flex;
}
.Imagens-equipe{ 
    display: flex;
    justify-content: space-between;
}

.texto-equipe h2{
    font-family: 'Tusker Grotesk', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 120px;
    text-transform: uppercase;
    color: #714B97;
}

.texto-equipe h3{
    
    font-family: 'Rawk Brush', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 65px;
    line-height: 104px;
    color: #B8463F;
    transform: matrix(1, -0.07, 0.07, 1, 0, 0);
    
}
.texto-equipe p{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    margin-left: 80px;
    font-size: 22px;
    line-height: 150%;
    
}
/* Equipe fim */

/* galeria começo */
.nossa-galeria{
    /* margin-top: -650px; */
    padding-left: 300px;
    display: flex;
}



.galeria-texto{
    display: flex;
    position: relative;

    /* padding-bottom: 800px;
    margin-right: 150px; */
}



.galeria-texto h2{
    font-family: 'Tusker Grotesk', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 120px;
    text-transform: uppercase;
    color: #714B97;
    margin-top: 700px;
    position: absolute;
    /* margin-top: 600px; */
}

.galeria-texto h3{
    font-family: 'Rawk Brush', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 65px;
    line-height: 104px;
    color: #B8463F;
    transform: matrix(1, -0.07, 0.07, 1, 0, 0);
    margin-top: 610px;
    position:absolute;
    /* margin-top: 520px; */

}

.imgSlider {
    margin-top: 150px;
    transition: 0.75s;
    min-width: 500px !important;
    max-width: 600px !important;
    /* padding-bottom: 500px; */

}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .5s;
	transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}
#botao{}
/* galeira fim */

/* Pagina de cursos - redes começo */

.curso-pag{
    background-position: top;
    display: flex;
    margin-left: 200px;
    margin-top: 100px;
    
}
.curso-pag h2{
    margin-top: 90px;
    font-family: 'Tusker Grotesk', sans-serif;
    list-style: none;
    color:#61378C;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 90px;
    line-height: 44px;
    text-align: left;
    text-decoration: none;
    
}
.curso-pag p{
    margin-top: 50px;
    font-family: Inter, sans-serif  ;
    font-style: normal;   
    font-size: 20px;
    line-height: 166.6%;
}
.depoimetos {
    font-size: 20px;
    line-height: 166.6%;
}

.depoimetos {
    margin-top: 50px;
    font-size: 20px;
    line-height: 166.6%;
}

.curso-img-pag{
    max-width: 600px;
    transition: 0.1s;
}
.curso-img-pag a:hover {
    transform: scale(1.5);
    transition: 0.5s;
    z-index: 1 ;
}
