﻿#s4-workspace{
	background: #f1f4f9;
	font-family: "Montserrat", serif !important;
	overflow-x: hidden !important;
	scroll-behavior: smooth !important;
}


/* =================================== */
/*  MENU 
/* =================================== */
.bg-body-tertiary{
	background: #282828 !important;
	font-size: 14px;
} 

.nav-link{
    color: #FFF;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #FFF !important;
    text-decoration: none;
}

.navbar-nav .nav-link:hover{
    color: #ffc107 !important;
    text-decoration: none;
    font-weight:700;
}

nav .btn-inscricao{
	font-weight: 800;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 0;
	background: #f29100 !important;
}

.btn-inscricao-home{
	font-weight: 800;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 0;
	background: #f29100 !important;
	padding: 10px;
}


nav .btn-inscricao:hover, .btn-inscricao-home:hover{
	text-decoration: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background: #f29100;
    margin-top: -1px;
    border-radius: 0;
    box-shadow: none;
}

.dropdown-item {
	color: #FFF !important;
}

.dropdown-item:hover{
	background: none !important;
	text-decoration: none !important;
}

.dropdown-menu.show {
    background: #f29100;
    margin-top: -1px;
    border-radius: 0;
    box-shadow: none;
	color: #FFF !important;
	font-size: 14px !important;
}


nav a:visited {
    color: #FFFFFF !important;
    text-decoration: none;
}

/*** displays ***/
@media screen and (max-width: 1440px){
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: 0.7rem !important;
	    padding-left: 0.7rem !important;
	    font-size: 0.8rem !important;
	}
}

@media screen and (max-width: 1280px){
	.bg-body-tertiary{
		font-size: 12px !important;
	} 
}

@media screen and (max-width: 1024px){
	.bg-body-tertiary{
		font-size: 10px !important;
	} 
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: 0.5rem;
	    padding-left: 0.5rem;
	}
}

@media screen and (max-width: 768px){
	.navbar-toggler {
		border: 1px solid #FFF;
	}
	.navbar-toggler-icon {
	    background: url('../img/2025/menu-mobile.png') !important;
	    background-repeat: no-repeat !important;
	    background-position: center !important;
	    background-size: 100% !important;
	}
}





/* =================================== */
/*  HEADER 
/* =================================== */
#header{
	background: url('../img/2025/cabecalho-pucaberta-2025.png') no-repeat;
	background-size: contain;
	height: 556px;
}

/*** displays ***/
@media screen and (max-width: 1680px){
	#header{
		height: 490px;
	}
}

@media screen and (max-width: 1440px){
	#header{
		height: 420px;
	}
}

@media screen and (max-width: 1366px){
	#header{
		height: 400px;
	}
}

@media screen and (max-width: 1280px){
	#header{
		height: 370px;
	}
}

@media screen and (max-width: 1024px){
	#header{
		height: 300px;
	}
}

@media screen and (max-width: 768px){
	#header{
		height: 230px;
	}
}

@media screen and (max-width: 440px){
	#header{
		background: url('../img/2025/cabecalho-mobile-pucaberta-2025.png') no-repeat;
		background-size: contain;
		height: 460px;
	}
}

@media screen and (max-width: 380px){
	#header{
		height: 410px;
	}
}

@media screen and (max-width: 330px){
	#header{
		height: 350px;
	}
}






/* =================================== */
/*  PUC ABERTA 
/* =================================== */
#pucaberta{
	padding-top: 5%;
}

#pucaberta .intro{
	text-align: center;
	font-size: 18px;
	line-height: 35px;
	margin-bottom: 2.5%;
}

#pucaberta .card{
	padding: 30px 0px;
	border: 2px solid #cdd4e0;
	border-radius: 15px;
	height: 220px;
}

#pucaberta .card-title{
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	margin-top: 5%;
}

#pucaberta .unico{
	margin-top: 12%;
}

#pucaberta .card-text{
	text-align: center;
	font-size: 11px;
	font-style: italic;
}

/*** displays ***/
@media screen and (max-width: 1366px){
	#pucaberta .card-title{
		font-size: 14px;
	}
}

@media screen and (max-width: 768px){
	#pucaberta .card{
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 440px){
	#pucaberta .card{
		height: 250px;
	}
	#pucaberta .unico{
		margin-top: 0%;
	}
}





/* =================================== */
/*  FEIRA DE CURSOS
/* =================================== */
#feira{
	background: url('../img/2025/background-feira.png') no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 5%;
	color: #FFF;
}

#feira .texto{
	padding: 8% 25% 5% 8%;
}

#feira .titulo{
	padding: 5% 5% 5% 10%;
}

#feira .destaque{
	padding: 8% 0% 0% 10%;
	text-transform: uppercase;
}

#feira .destaque h2{
	font-size: 1.7em;
	font-weight: 300;
	font-family: "Montserrat", serif !important;
}

#feira .destaque h1{
	font-size: 2em;
	font-weight: 800;
	font-family: "Montserrat", serif !important;
}

/*** displays ***/
@media screen and (max-width: 1680px){
	#feira .titulo{
		padding: 5% 5% 5% 5%;
	}
	#feira .destaque h2 {
	    font-size: 1.5em;
	}
	#feira .destaque h1 {
    	font-size: 1.8em;
	}
}

@media screen and (max-width: 1600px){
	#feira .texto {
	    padding: 5% 30% 5% 5%;
	}
	#feira .destaque h2 {
	    font-size: 1.3em;
	}
	#feira .destaque h1 {
    	font-size: 1.7em;
	}
}

@media screen and (max-width: 1440px){
	#feira .texto {
		font-size: 14px
	}
}

@media screen and (max-width: 1366px){
	#feira .texto {
	    padding: 5% 35% 5% 5%;
	}
}

@media screen and (max-width: 1280px){
	#feira .texto {
		font-size: 12px;
	    padding: 9% 35% 5% 7%;
	}
	#feira .destaque h2 {
	    font-size: 1.2em;
	}
	#feira .destaque h1 {
    	font-size: 1.5em;
	}
}

@media screen and (max-width: 768px){
	#feira{
		background: none;
	}
	#feira .texto, #feira .conteudo{
		background: #f29100;
	}
	#feira .texto {
        font-size: 16px;
        padding: 5%;
    }
    #feira .destaque {
	    padding: 0% 0% 5% 5%;
	}
	#feira .titulo{
		background: #bd1622;
	}
	#feira .titulo img{
		width: 70%;
		margin-left: 12%;
	}
}




/* =================================== */
/*  PROGRAMAÇÃO
/* =================================== */
#programacao{
	margin-top: 5%;
}

#programacao .menor{
	margin-top: 9%;
}

#programacao .card{
	padding: 15px 8px 20px 8px;
	border: 1px solid #cdd4e0;
	border-radius: 15px;
	margin-bottom: 10px;
}

#programacao .card i{
	color: #f29100;
	margin-right: 5px;
	font-size: 1.3em;
}

#programacao .card-title{
	font-weight: 700;
	font-family: "Montserrat", serif !important;
}

#programacao .card .fa-location-dot{
	rotate: -10deg;
}

#programacao .titulo{
	padding:2% 40% 2% 0;
	border-left: 5px solid #f29100;
}

#programacao h1{
	font-size: 2.7em;
	font-weight: 800;
	text-transform: uppercase;
	padding-left: 5%;
	font-family: "Montserrat", serif !important;
}

#programacao .texto{
	margin-top: 10%;
	padding-right: 40%;
}

#programacao .btn-programacao{
	font-size: 13px;
	font-weight: 600;
	background: #f8b133;
	border: none;
	transition: 150ms ease;
}

#programacao .btn-programacao:hover{
	background: #e95a1a;
	color: #FFF;
	border: none;
	scale: 1.15;
	text-decoration: none;
}

#programacao a{
	color: #000 !important;
}

/*** displays ***/
@media screen and (max-width: 1366px){
	#programacao .texto{
		padding-right: 30%;
	}
}

@media screen and (max-width: 768px){
	#programacao .titulo{
		padding:2% 0% 2% 0;
	}
	#programacao .texto {
	    padding-right: 10%;
	}
	#programacao .menor{
		margin-top: 0%;
	}
}





/* =================================== */
/*  AGENDA
/* =================================== */
#agenda{
	background: #bd1622;
	margin-top: 3%;
	padding-bottom: 3%;
}

#agenda img{
	margin-top: -33%;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
}

#agenda .titulo{
	padding:2% 20% 2% 0;
	border-left: 5px solid #f29100;
	margin: 15% 0% 10% 13%;
	font-family: "Montserrat", serif !important;
}

#agenda h1{
	font-size: 2.7em;
	font-weight: 800;
	text-transform: uppercase;
	padding-left: 5%;
	color: #FFF;
	font-family: "Montserrat", serif !important;
}

#agenda .puccomvc{
	margin: 30% 0% 0% 13%;
	color: #FFF;
	padding:0% 45% 0% 0;
}


#agenda h3{
	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Montserrat", serif !important;
}

#agenda .lista{
	margin-top: 10%;
	color: #FFF;
}

#agenda .lista h2{
	color: #f29100;
	font-size: 1.3em;
	font-weight: 700;
	font-family: "Montserrat", serif !important;
}

/*** displays ***/
@media screen and (max-width: 1440px){
	#agenda h1{
		font-size: 2em;
	}
	#agenda .puccomvc {
    	margin: 30% 0% 0% 10%;
	}
}

@media screen and (max-width: 1366px) {
    #agenda h1 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 1024px){
	#agenda h1{
		font-size: 1.5em;
	}
	#agenda .lista h2 {
	    font-size: 1.15em;
	}
	#agenda .lista p, #agenda .puccomvc p{
	    font-size: 0.85em;
	    line-height: 17px;
	}
	#agenda h3 {
	    font-size: 1.15em;
	}
	#agenda .puccomvc {
    	margin: 45% 0% 0% 10%;
	}
}

@media screen and (max-width: 1024px){
	#agenda .alunos{
		display: none;
	}
}

@media screen and (max-width: 440px){
	#agenda .puccomvc, #agenda .lista{
        margin: 0% 0% 0% 13%;
    }
}





/* =================================== */
/*  MAPA
/* =================================== */
.mapa{	
	margin-top: 15%;
}

.btn-caminho{
    font-size: 10px;
    border: 2px solid #bd1622;
    border-radius: 0;
    margin-bottom: 10px;
    color: #bd1622;
    font-weight: 600;
}

.btn-caminho:hover{
    background: #bd1622;
    color: #FFF;
    text-decoration: none
}



/* =================================== */
/*  DIFERENCIAIS
/* =================================== */
#diferenciais{
	margin-top: 5%;
}

#diferenciais h1{
	font-size: 2.55em;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	font-family: "Montserrat", serif !important;
}

#diferenciais a{
	text-decoration: none;
}

#diferenciais .itens{
	margin-top: 3%;
	padding: 0 3%;
}

#diferenciais .card{
	margin-bottom: 8%;
	border: none;
	border-radius: 0;
}

#diferenciais .card p{
	color: #FFF;
	text-align: center;
	line-height: 24px;
}

#diferenciais .card .tag{
	background: #f8b133;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 60%;
}

#diferenciais .internacionalizacao{
	background: url('../img/2025/internacionalizacaopuc.png') 35% 0% no-repeat;
	height: 410px;
}

#diferenciais .carreiras{
	background: url('../img/2025/puccarreiraspuc.png') no-repeat;
	height: 410px;
}

#diferenciais .bolsas{
	background: url('../img/2025/bolsaspuc.png') 50% 0% no-repeat;
	height: 410px;
}


#diferenciais .puctec{
	background: url('../img/2025/puctecpuc.png') 30% 0% no-repeat;
	height: 410px;
}


#diferenciais .laboratorios{
	background: url('../img/2025/laboratoriospuc.png') no-repeat;
	height: 410px;
}

/*** displays ***/
@media screen and (max-width: 1440px){
	#diferenciais .itens{
		padding: 0 1.5%;
	}
	#diferenciais .card-body{
    	padding: 1rem;
	}
	#diferenciais .card .tag{
		font-size: 10px;
		margin-bottom: 60%;
	}
}

@media screen and (max-width: 1366px){
	#diferenciais .card p{
	    font-size: 0.85em;
	}
	#diferenciais .card .tag{
		margin-bottom: 70%;
	}
}

@media screen and (max-width: 1024px){
	#diferenciais .desktop{
		padding: 0 5%;
	}
	#diferenciais h1{
		font-size: 2em;
	}
}

@media screen and (max-width: 768px){
	#diferenciais h1 {
	    font-size: 2em;
	}
}

@media screen and (max-width: 440px){
	#diferenciais h1 {
        font-size: 1.5em;
        padding: 0 15%;
    }
}




/* =================================== */
/*  FAQ
/* =================================== */
#faq{
	background: #f29100;
	padding: 3% 0 5% 0;
	-webkit-box-shadow: 0px -8px 18px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px -8px 18px 1px rgba(0,0,0,0.3);
	box-shadow: 0px -8px 18px 1px rgba(0,0,0,0.3);
	margin-top: 5%;
}

#faq .titulo{
	background: #bd1622;
	rotate: 1deg;
	padding: 1.5% 0;
}

#faq .titulo h1{
	text-align: center;
	color: #FFF;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 800;
	font-family: "Montserrat", serif !important;
}

#faq .perguntas{
	margin-top: 6%;
}

#faq .accordion-item{
	margin-bottom: 5px;
}

#faq .accordion-item, #faq .accordion-button{
	background: rgba(255, 255, 255, .35);
	border-radius: 0;
	border: none;
	font-family: "Montserrat", serif !important;
}

#faq .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url('../img/2025/arrow.png');
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

#faq .accordion-button:not(.collapsed)::after {
    background-image: url('../img/2025/arrow.png');
    transform: rotate(-180deg);
}

/*** displays ***/
@media screen and (max-width: 1366px){
	#faq .titulo h1 {
	    font-size: 2em;
	}
}

@media screen and (max-width: 1024px){
	#faq .titulo h1 {
	    font-size: 1.8em;
	}
}

@media screen and (max-width: 440px){
	#faq .titulo {
	    padding: 3.5% 0;
	}
	#faq .titulo h1 {
	    font-size: 1.5em;
	}
}





/* =================================== */
/*  PUC COM VOCÃŠ
/* =================================== */
#puccomvc{
	background: #055d75;
	padding: 5% 0;
	color: #FFF;
}

#puccomvc .titulo{
	padding: 2% 50% 2% 0;
	border-left: 5px solid #f29100;
	margin-bottom: 10%;
}

#puccomvc h1{
	font-size: 2.7em;
	font-weight: 800;
	text-transform: uppercase;
	padding-left: 5%;
	color: #FFF;
	font-family: "Montserrat", serif !important;
}

#puccomvc a{
	color: #f29100;
}

#puccomvc p{
	padding-right: 20%;
}

#puccomvc .form{
	margin-top: 0%;
}

#puccomvc .form-control, #puccomvc .form-select{
	background: none !important;
	border-radius: 0;
	color: #FFF;
	border: 1px solid #c6c6c6;
	margin-bottom: 2%;
}

#puccomvc ::placeholder{
	font-size: 13px;
	font-style: italic;
	color: #c6c6c6;
}

#puccomvc ::selected{
	font-size: 13px !important;
	font-style: italic !important;
	color: #c6c6c6 !important;
}

#puccomvc .btn-enviar{
	float: right;
	border-radius: 0;
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	padding: 10px 30px;
}

/*** displays ***/
@media screen and (max-width: 1366px){
	#puccomvc h1 {
	    font-size: 2.3em;
	}
}

@media screen and (max-width: 768px){
	#puccomvc .titulo {
	    margin-bottom: 5%;
	}
}





/* =================================== */
/*  FOOTER
/* =================================== */
#footer{
	background: #282828;
	color: #FFF;
	padding: 3% 0 5% 0;
}

#footer .logos img{
	width: 70%;
}

#footer h4{
	font-size: 1em;
	font-weight: 700;
	font-family: "Montserrat", serif !important;
}

#footer p{
	font-size: 0.75em;
}

#footer p a{
	color: #FFF;
	text-decoration: none;
}

#footer .divisor{
	margin-top: 5%;
	border-top: 1px solid #000;
}

#footer .divisor h2{
	text-align: center;
	font-size: 1em;
	font-style: italic;
	font-weight: 300;
	margin: 3% 0 2% 0;
	font-family: "Montserrat", serif !important;
}

#footer ul{
	list-style: none;
	margin-left: 5%;
}

#footer li{
	display: inline-block;
}

/*** displays ***/
@media screen and (max-width: 1366px){
	#footer h4{
		font-size: 0.8em;
	}
	#footer p{
		font-size: 0.55em;
	}
}

@media screen and (max-width: 440px){
	#footer .logos{
		margin-bottom: 5%;
	}
	#footer ul{
		margin-left: 0%;
	}
}

@media screen and (max-width: 350px){
	#footer li img{
       margin-left: -10px;
	}
}




/* =================================== */
/*  PROGRAMAÇÃO UNIDADES
/* =================================== */
#unidades{
	margin-top: 5%;
}

#unidades h1{
	font-size: 2.7em;
	font-weight: 800;
	text-transform: uppercase;
	font-family: "Montserrat", serif !important;
	text-align: center;
	padding: 0;
	color: #000 !important
}

#unidades h2{
	font-family: "Montserrat", serif !important;
	font-size: 1.25em;
	font-weight: 300;
	text-align: center;
	font-style: italic;
	color: #939393;
	margin-bottom: 5%;
}


#unidades h3 span{
	font-family: "Montserrat", serif !important;
	font-size: 20px;
}

#unidades .titulo{
	padding:1.5% 0 0.5% 0;
	border-left: 5px solid #f29100;
}

#unidades h3{
	font-size: 1.7em;
	font-weight: 800;
	text-transform: uppercase;
	padding-left: 2%;
	font-family: "Montserrat", serif !important;
}

#unidades .texto{
	margin-top: 2%;
	margin-bottom: 15%;
}

#unidades .btn-inscricao{
	background: #f29100;
	font-weight: 700;
	width: 70%;
	padding: 3% 0;
	border-radius: 0;
	margin-bottom: 15%;
	color: #000 !important;
	text-transform: uppercase;
	border: none;
}

#unidades .btn-inscricao-unidades{
	background: #f29100;
	font-weight: 700;
	width: 100%;
	padding: 3% 0;
	border-radius: 0;
	margin: -10% 0 25% 0;
	color: #000 !important;
	text-transform: uppercase;
	border: none;
}

#unidades .btn-inscricao:hover, #unidades .btn-inscricao-unidades{
	text-decoration:none;
	color:#000 !important;
}

#unidades .dropdown-menu{
	background: #f29100;
	color: #000 !important;
	text-transform: uppercase;
	font-weight: 700;
	width: 70%;
	border-radius: 0;
	margin-top: -2px;
}

#unidades .dropdown-item{
	color: #000 !important;
	font-weight: 700;
}

#unidades .dropdown-item:hover{
	background: none;
}

#unidades a{
	color: #000 !important
}

#unidades .card{
	background: none;
	border-radius: 0;
}

#unidades .card img{
	margin: 10% 0 0 20%;
}

#unidades .card-grupo{
	font-weight: 800;
	color: #bd1622;
}

#unidades .card-title{
	font-weight: 800;
	font-size: 1em;
}

#unidades .card-title span{
	font-weight: 300;
}
