
/*
* 
* @author wagner santos
*/


	
html {
	scroll-behavior: smooth !important;
}

/* layout */
html, body, {
	overflow-x: hidden;
	font-family: 'Bebas Neue', sans-serif;

}

body {
	color: #a4a4a4;

}

h3, h5 {
	color: #868585;
}

a:hover {
	text-decoration: none;
}

i {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%); 
	transform: translateY(-50%);
}

#icone-cartao {
	color: rgba(255,255,255,0.3);
	margin-left: 8px;
	
}

/* botão volta ao topo */

#btn-back-to-top {
	display: none;
	position: fixed;
	width: 40px;
	height: 40px;
  bottom: 20px;
  right: 20px;
	z-index: 100;
	
	border-radius: 25px;
}

/* barra de navegação principal */
nav.navbar-transparente {
	background: rgba(0, 0, 0, 0.6);
	padding: 1px 0;
}

.navbar-light .navbar-nav .nav-link {
	color: white;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #9bf0e1;
}

.navbar-light .navbar-nav .nav-link:active {
	color: #9bf0e1;
}

.navbar-light .navbar-toggler {
    color: rgba(255,255,255,0.5);
    border-color: rgba(255,255,255,.1);
}

.divisor {
	width: 2px;
	height: 20px;
	background: white;
	align-self: center;	
}

/* carousel */
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 35%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    
}

.carousel-caption h5 {
	font-size: 4em;
	color: rgba(255, 255, 255, 0.7);
}

.carousel-caption p {
	font-size: 1em;
}


  /* cartões coloridos */

#cartao-topo1 {
	width: 230px;
	height: 60px;
	background-color: cadetblue;
	text-align: center;
	
	margin-top: -60px;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	
}

#cartao-topo2 {
	width: 230px;
	height: 60px;
	background-color: rebeccapurple;
	
	margin-top: -60px;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	
}

#cartao-topo3 {
	width: 230px;
	height: 60px;
	background-color: orangered;
	
	margin-top: -60px;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	
}

#cartao-topo4 {
	width: 230px;
	height: 60px;
	background-color: yellowgreen;
	
	margin-top: -60px;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	
}

#cartao-topo1:hover {
	height: 75px;
	margin-top: -75px;
	transition: 300ms;
}

#cartao-topo2:hover {
	height: 75px;
	margin-top: -75px;
	transition: 300ms;
}

#cartao-topo3:hover {
	height: 75px;
	margin-top: -75px;
	transition: 300ms;
}

#cartao-topo4:hover {
	height: 75px;
	margin-top: -75px;
	transition: 300ms;
}



/* nosso dia dia */
#nosso-dia-dia {
	color: #a4a4a4;
}
#nosso-dia-dia h3, h5 {
	color: #868585;
}

#nosso-dia-dia h6 {
	color: #a4a4a4;
}
span.badge {
	width: 80px;
	height: 80px;
	color: rgba(0,0,0,0.2);
	text-align: center;

}

#nosso-dia-dia span.barra-inferior {
	width: 80px;
	height: 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: orangered;
}

/* nossa MISSÃO */

#nossa-historia span.barra-inferior {
	width: 80px;
	height: 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: rebeccapurple;
}

#nossa-historia {
	position: relative;
	background-image: url(../img/img-nossa-historia.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

  /* equipe diretiva e professoras */
  #equipe {
  	
  }

 #equipe span.barra-inferior {
 	width: 80px;
	height: 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: darkred;
 }

 #equipe span img {
	width: 80px;
	height: 125px;
	
	
}

/*  metodologia   */
#metodologia span.barra-inferior {
 	width: 80px;
	height: 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: blueviolet;
}

#metodologia {
	
	background-image: url(../img/bg-metodologia.jpg);
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

/* tecnologias */
#tecnologias {
	
}
#tecnologias span.barra-inferior {
 	width: 80px;
	height: 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: red;
}

/* sistema etapa */
#etapa {
	background-color: #060b5b;
	height: 100vh;
	background-image: url(../img/img-etapa.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	
}

#etapa p {	
	text-align: justify;
}

#etapa span.barra-inferior {
 	width: 80px;
	height: 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: yellow;
}

#etapa h3 {
	color: white;
}

/* segmentos*/
#segmentos span.barra-inferior {
 	width: 80px;
	height: 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: darkgreen;
}

/* pensamento */
#pensamento {
	position: relative;
	background-image: url(../img/img-pensamento.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: white;
}

.v-line{
 border-left: thick solid darkred;
 height:40%;
 left: 10%;
 position: absolute;
 font-size: 1.3em;
 }

 .v-line footer {
 	background-color: transparent;
 }

 /* ------------ datas e eventos -------------- */

 #eventos span.barra-inferior {
 	width: 80px;
	height: 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: rebeccapurple;
 }

 .eventos-data {
 	position: absolute;
 	height: 40px;
 	width: 50px;
 	top: 7%;
 	border-top-right-radius: 10px;
 	border-bottom-right-radius: 10px;
 	
 }

 .eventos-data h6 {
 	text-align: center;
 	line-height: 18px;

 }

 /* ------------ contatos -------------- */
#contatos div.bg-ciza-claro {
	background-color: #f7f7f7;
	border-radius: 25px;
}

#contatos ul {
	list-style: none;
}

 #contatos span.barra-inferior {
 	width: 80px;
	height: 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: lightgray;
 }

 #contatos li {
	border: none;
	background-color: transparent;
 }


 /* footer */
footer {
	background: #000;
	padding: 50px 0 0 0;
	position: relative;
}

footer h4 {
	color: #919496;
	font-size: 0.8em;
	text-transform: uppercase;
}

footer .navbar-nav a {
	color: white;
	font-size: 0.8em;
}

footer .navbar-nav a:hover {
	color: #9bf0e1;
	text-decoration: none;
}

footer ul {
	list-style: none;
}

footer ul  li {
	float: left;
	margin: 0 20px 0 0;
}

footer p {
	margin: 15px 0 0 0;
}

/* ----------caroussel modal ---------------*/




/* ----------- MEDIA QUERIES -------------*/
/* Dispositivos extra small (telefones em modo retrato, com menos de 576px) */
@media (max-width: 575.98px) {
	.media {
		display: inline-block;
	}

	span.badge {
		margin-left: 45px;
	}

	#home {
		max-height: 260px;
		overflow-y: hidden;
	}

	#nossa-historia {
 	height: 60vh;
 	}

 	#metodologia p {
 	font-size: 0.78em;
 	}

 	#metodologia {
 	height: 100vh;
 	text-align: justify;
 	}


#etapa .etapa-texto {
	
	position: absolute;
	right: 0;
 	float: left;
 	font-size: 0.7em;
 	display: inline-flex;
 	}

 #etapa .etapa-video {
 	top: 80px;	
 	left: 10%;
 	position: relative;
 	align-self: center;
 	width: 270px;
 	height: 152px;

 }
 }

/* Dispositivos small (telefones em modo paisagem, com 576px ou mais) */
@media (min-width: 576px) and (max-width: 767.98px) {
	#etapa .etapa-texto {
	
	position: absolute;
	right: 0;
 	float: left;
 	font-size: 0.7em;
 	display: inline-flex;
 	}

 #etapa .etapa-video {s 	
 	position: relative;
 	align-self: center;

 }

}
	

/* Dispositivos médios (tablets com 768px ou mais) */
@media (min-width: 768px) and (max-width: 991.98px) {
	#etapa .etapa-texto {
	margin-left: auto;
	position: absolute;
	right: 0;
 	float: left;
 	font-size: 0.7em;
 	display: inline-flex;
 	}

 #etapa .etapa-video {s 	
 	position: relative;
 	align-self: center;

 }
}

/* Dispositivos large (desktops com 992px ou mais) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	#etapa .etapa-texto {
	margin-left: auto;
	position: absolute;
	right: 10%;
 	float: left;
 	font-size: 1em;
 	display: inline-flex;
 	}
}

/* Dispositivos extra large (desktops grandes com 1200px ou mais) */
@media (min-width: 1200px) {
}



	

