@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");

html{
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
}

/*NAVBAR*/

nav{
	padding:20px 0;
	background-color: #fff;
}

.navbar .navbar-toggler{
 color: red;
}

.navegacao {
	font-family: "Open Sans", sans-serif;
	float: right;
	margin-bottom: 25px;
}

.navegacao li{
	margin-right: 20px;
	margin-top: 35px;
	font-weight: 650;
	color: #a4a4a4;
	transition: 0.3s;
}

.navegacao a{
	color:#6b6b6b;
	transition: 0.3s;
}

.navegacao a:hover{
	color: #004a8f;
	transition: 0.3s;
	
}

.ativado a{
	color: #fed52f !important;
	font-weight: 700;
}

.dropdown-item.ativado{
	color: #fed52f !important;
	font-weight: 700;
}

.dropdown-item{
	font-weight: 650;
}

.btn-matricula{
	padding:15px 35px;
	margin-top: -7px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 650;
	background: #004a8f;
	color: #fff;
	border-radius: 50px;
	transition: 0.3s;
}

.btn-matricula:hover{
	background-color: #fed52f;
}


.titulo-paginas{
  background: url(../img/fundo.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 90px;
  padding-top: 120px;
}

.titulo-paginas h2{
text-align: center;
color: #fff;
font-weight: 900;
font-size: 40px;
}



/*INDEX*/

.sobre-inicial{
 padding-top: 15px;
 padding-bottom: 5px;
}

.sobre-inicial img{
	width: 100%;
}


.sobre-inicial h1{
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	margin-top: 180px
}

.sobre-inicial h2{
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	font-weight: 900;
	color: #004a8f;
}

.sobre-inicial p{
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 300;
	margin-top: 25px;
}

#nossos-cursos{
	margin-bottom: 50px;
}


.cursos-inicial{
	background-color: #004a8f;
	opacity: 0.8;
	background: repeating-linear-gradient( 45deg, #004586, #004586 2px, #004a8f 2px, #004a8f 10px );
}

.cursos-inicial img{
	width: 100%;
	border:5px solid #f9c03b;
	border-radius: 200px;
}

.cursos-inicial h2{
	text-align: center;
	color: #f8b00a;
	padding-top: 25px;
	font-size: 40px;
	font-weight: 900;
}

.cursos-inicial h3{
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	color: #facd62;
	margin-top: 20px;
	font-weight: 900;
}

.cursos-inicial h4{
	color: #fff;
	text-align: center;
	font-size: 20px;
}

.cursos-inicial p{
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin-top: 25px;
}

.unidades{
	padding: 50px;
	margin-bottom: 50px;
	height: 500px;
    background: #eab947;
}

.unidades h2{
	margin-bottom: 10px;
	font-size: 40px;
	line-height: 60px;
    color: #004a8f;
    font-weight: 900;
    
}



.unidades h3{
	font-size: 28px;
    color: #fff;
    font-weight: 700;
    margin-top: 100px;
    padding-left: 5px;
}

.unidades h4{
	color: #004a8f;
    font-size: 17px;
    margin-top: 25px;
    font-weight: 700;
}

.unidades p{
	color: #fff;
    font-size: 15px;  
}

#numero{
	font-size: 20px;
	font-weight: 800;
}

#maker{
	padding: 50px 0;
}

#maker h2{
	color: #004a8f;
	font-size: 40px;
	font-weight: 900;
	margin-bottom: 20px;
}

#maker p{
	font-size: 15px;
}

.blog{
	background-color: #f2f2f2;
	padding-bottom: 25px;
}

.blog h2{
	text-align: center;
	color: #004a8f;
	padding-top: 30px;
	font-size: 40px;
	font-weight: 900;

}

.blog p{
	text-align: center;
	font-size: 17px;
	margin-top: 30px;

}

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  margin-top: 25px;
  height: 750px;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card h4{
	font-weight: 700;
	color: #004a8f;
	margin-top: 5px;
	text-align: center;
}

.container-card {
  padding: 2px 16px;
}

.btn-blog{
	background-color: transparent;
    color: #004a8f;
    padding: 15px 35px;
    margin: 0 5px;
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    border: 1.5px solid #004a8f;
    border-radius: 30px;
    margin-top: 70px;
    text-align: center;
    margin-left: auto;
    width: 20%;
    margin-left: 40%;
    transition: 0.3s;
}


.btn-blog:hover{
	text-decoration: none;
 	background-color: #004a8f;
 	color: #fff;
}

.sessao-matricula{
	background-color: #001b33;
	padding-top: 40px;
	padding-bottom: 40px;
}

.sessao-matricula h3{
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.sessao-matricula h2{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
}

.btn-sessao-matricula{
	background-color: #fed52f;
    color: #fff;
    padding: 15px 35px;
    margin: 0 5px;
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    border: 1.5px solid #ebbf0e;
    border-radius: 30px;
    margin-top: 50px;
    text-align: center;
    margin-left: auto;
    width: 20%;
    margin-left: 40%;
    transition: 0.3s;
    -webkit-box-shadow: 5px 6px 0px -4px #000000; 
	box-shadow: 5px 6px 0px -4px #000000;
}

.btn-sessao-matricula:hover{
	text-decoration: none;
	-webkit-box-shadow: 7px 11px 0px -4px #000000; 
	box-shadow: 7px 11px 0px -4px #000000;
	color: #fff;

}


/*PÁGINA COLÉGIO*/



#unidades-colegio{
	padding-top: 50px;
	padding-bottom: 50px;
}

#unidades-colegio img{
	width: 100%;
	margin-bottom: 50px;
}

#unidades-colegio h2{
	color: #004a8f;
	font-size: 40px;
	margin-bottom: 50px;
	font-weight: 700;
}

#unidades-colegio h3{
	color: #fed52f;
}




.btn-sessao-unidades{
	background-color: #004a8f;
    color: #fff;
    padding: 15px 35px;
    font-size: 12px;
    font-weight: 700;
    border: 1.5px solid #fed52f;
    text-transform: uppercase;
    border-radius: 30px;
    margin-top: 50px;
    text-align: center;
    margin-left: auto;
    margin-top: 10%;
    transition: 0.3s;
}

.btn-sessao-unidades:hover{
	text-decoration: none;
	color: #004a8f;
	border-color: #004a8f;
	background-color: transparent;

}

#btn-sessao-unidades{
	margin-top: 50px;
}


/*PÁGINAS ENSINO*/

.ensinos{
	margin-top: 100px;
}

.ensinos h2{
	margin-bottom: 10px;
	font-size: 40px;
	line-height: 60px;
    color: #004a8f;
    font-weight: 900;
}

.ensinos h3{
	font-size: 18px;
    color: #fed52f;
    font-weight: 500;
    margin-bottom: 50px;
    text-transform: uppercase;
}

/*PÁGINA UNIDADES*/

#sobre-colegio{
	margin-top: 100px;
}



#sobre-colegio img{
	width: 100%;
	margin-bottom: 30px;
}


#sobre-colegio-caieiras{
	margin-top: 100px;
}


#sobre-colegio-caieiras img{
	width: 100%;
	margin-bottom: 30px;
}

/*CONTATO*/

#pagina_matriculas{
	padding-top: 50px;
	padding-bottom: 50px;
}

#pagina_matriculas h2{
	font-size: 35px;
    font-weight: 600;
    color: #fed52f;

}

#pagina_matriculas img{
	width: 100%;
}

.div_matriculas{
	margin-top: 25px;
}

#pagina_matriculas span{
	color: #fed52f;
	font-weight: 700;
}



/*RODAPÉ*/
footer{
	background-color: #004a8f;
	padding-top: 50px;
	padding-bottom: 25px;
}

footer a:hover{
	text-decoration: none;
}

footer p{
	color: #fff;
}

footer h2{
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
}

footer i{
	color: #fff;
	transition: 0.3s;
	margin-right: 5px;
}

footer i:hover{
	opacity: 0.8;
}
.logo-footer{
}

.logo-footer img{
	width: 60%;
	margin-bottom: 12px;
}

.logo-footer p{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
}


.unidades-footer p{
	font-size: 15px;
}

#bottom-bar{
	padding-top: 15px;
	padding-bottom:10px;
	margin-bottom: -30px;
	background-color: #033c71;
	text-align: center;

}

#bottom-bar a{
	text-decoration: none;
	color: #c9c9c9;
	transition: 0.3s;
}

.btn-trabalhe{
	background-color: #004a8f;
    color: #fff;
    padding: 15px 25px;
    font-size: 12px;
    font-weight: 700;
    border: 1.5px solid #fff;
    border-radius: 30px;
    margin-top: 50px;
    text-align: center;
    margin-left: auto;
    transition: 0.3s;
}

.btn-trabalhe:hover{
	background-color: #fff;
	color: #004a8f;
}

@media screen and (max-width: 699px){

	.sobre-inicial h1 {
		margin-top: 0;
	}

	.btn-blog{
		width: 100%;
		margin-left: 0;
	}

	.btn-sessao-matricula {
		width: 100%;
		margin-left: 0;
	}
}

@media screen and (max-width: 992px){
	.btn-blog{
		width: 100%;
		margin-left: 0;
	}

	.btn-sessao-matricula {
		width: 100%;
		margin-left: 0;
	}
}


/* cards */

.custom-card {
  position: relative;
  border: none;
  border-radius: 0;
  overflow: hidden;
  text-align: center;
}

.custom-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  opacity: 0.6;
}

.custom-card .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Fundo semi-transparente */
  padding: 10px 0;
}

.custom-card .card-title {
  color: white; /* Cor branca */
  font-weight: bold; /* Texto em negrito */
  margin: 0;
}

/* Cores personalizadas dos cards */
.card-bg-blue {
  background-color: #3f51b5; /* Azul */
}

.card-bg-light-blue {
  background-color: #03a9f4; /* Azul claro */
}

.card-bg-green {
  background-color: #c22f33;
}

.card-bg-light-green {
  background-color: #dbc27b;
}