@charset "utf-8";
/* CSS Document */
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
/* global*/
html {
  overflow-x: hidden;
  width: 100%;
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
	/*font-family: "Montserrat", sans-serif;*/
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	width: 100%;
	overflow-x: hidden;
}

.main {
	position: relative;
}

:target {
  scroll-margin-top: 120px;
}

:root {
	--cor-azul: #2a6ca8;
	--cor-azul2: #03226d;
	--cor-azul3: #020930;
	--cor-lar: #d9ac25;
	--cor-cin: #e3e3e3;
	--cor-roxo: #8c267b;
	--cor-verde: #1eaf09;
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif; 
  font-weight: 600; 
  margin-bottom: 0;
}
p {
	font-size: 1rem;	
	margin-bottom: 0;
}
a {  
  text-decoration: none;
}


/*adendos lp*/

.html {
	overflow: hidden;
	overflow-y: auto;
}

body {
	/*background: #e3e3e3;	*/
	background: #00265d;
	background-size: cover;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;	
}


a:hover {	
	text-decoration: underline !important;
}

a .brasao:hover {
	transform: scale(1.05);
	transition: transform 0.3s ease;
}


@media only screen and (min-width: 1700px) {
	p {
		font-size: clamp(1rem, 2.5vw, 1.1rem);
		line-height: 1.6;
	}
}

.cor-azul {
  color: var(--cor-azul);
}
.cor-azul2 {
  color: var(--cor-azul2);
}
.cor-azul3 {
  color: var(--cor-azul3);
}
.cor-lar {
  color: var(--cor-lar);
}
.cor-cin {
  color: var(--cor-cin);
}
.cor-roxo {
  color: var(--cor-roxo);
}
.cor-verde {
  color: var(--cor-verde);
}

.bg-azul {
  background: var(--cor-azul);
}
.bg-azul2 {
  background: var(--cor-azul2);
}
.bg-azul3 {
  background: var(--cor-azul3);
}
.bg-lar {
  background: var(--cor-lar);
}
.bg-cin {
  background: var(--cor-cin);
}
.bg-roxo {
  background: var(--cor-roxo);
}
.bg-verde {
  background: var(--cor-verde);
}

.w-85 {
	width: 85%;
}

.zoom-fx {
  display: inline-block;
  transition: transform 0.5s ease-in-out;
  animation: zoomInOut 2s infinite;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05); /* Zoom */
  }
  100% {
    transform: scale(1); /* Volta ao normal */
  }
}

.text-shadow {
	text-shadow: 0 0 3px rgba(0,0,0,1);
}

.btn {
	border-radius: 50px;
	padding: 10px 30px;	
	color: var(--cor-azul2) !important;		
}

.btn-cta {
	color: var(--cor-azul2);
	font-size: clamp(1.2rem, 1.5vw, 2rem);
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 340px;
}

.btn-cta.op {		
	margin: 0 auto;	
	display: none;
}

.btn-cta .icone {
	margin-left: 15px;	
}

.btn-roxo {
	background: var(--cor-roxo);
	border: var(--cor-roxo);
	transition: .3s all;
	color: white !important;
}
.btn-roxo:hover,
.btn-roxo:focus,
.btn-roxo:active,
.btn-roxo:disabled {
	background: #651957 !important;	
}

.btn-lar {
	background: var(--cor-lar);
	border: var(--cor-lar);
	transition: .3s all;
	color: var(--cor-azul2);
}
.btn-lar:hover,
.btn-lar:focus ,
.btn-lar:active,
.btn-lar:disabled {
	background: #d6ba76 !important;
	transform: scale(1.05);
}

.btn-verde {
	background: var(--cor-verde);
	border: var(--cor-verde);
	transition: .25s all;	
}
.btn-verde:hover,
.btn-verde:focus,
.btn-verde:active,
.btn-verde:disabled {
	background: #208335 !important;
	color: white !important;
}

.puc-sp-title {
	position: absolute;
	left: -9999px;
}

.brasao {
	width: 120px;
	margin: 0 15px 20px;
}

.marca {
	width: 700px;	
}


/*Media Queries */

@media only screen and (min-width: 993px) {
	.quebra {
		display: block;
	}
	.quebra2 {
		display: inline-block;
	}	
}

@media only screen and (max-width: 992px) {	
	.quebra2 {
		display: block;
	}	
}

@media only screen and (max-width: 992px) {		
	
	.header-lp .box-destaque .btn-cta {
		display: none;	
	}
	.header-lp .box-destaque .btn-cta.op {	
		display: flex;
	}
	.vem-ser-pucsp .box-valores .valores {	
		display: block !important;
		max-width: 375px;
		margin: 0 auto
	}
}

@media only screen and (max-width: 768px) {	
	/**/
}

/*adendos lp*/

.main .btn-rolar {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 30;
    font-size: 1.5rem;
    transition: .35s all;
    border-radius: 50%;
    background: var(--cor-lar);
	color: var(--cor-azul3);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;	
}

.main .btn-rolar:hover {  
	transform: scale(1.1);	
}
.main .btn-rolar .icone{  
	transform: rotate(-90deg);
}

.link-home-pucsp {	
	background: var(--cor-azul3);
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.link-home-pucsp p {
	text-align: center;
	color: white;
	font-weight: 400;	
	font-size: .8rem;
	text-transform: uppercase;
}
.link-home-pucsp p:hover {
	text-decoration: underline;
	color: white;
}

.link-home-pucsp .icone {
	width: 20px;
	padding-bottom: 3px;
}

.break {
	display: block;
}

/* header-LP*/
.header-lp {	
	background: url("../../assets/imgs/bg-header.webp") no-repeat center center;
	width: 100%;	
	padding: 30px;
	position: relative;	
}


.header-lp .box-destaque .row {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* header-LP end*/

.icone-trofeu {
	position: relative;	
	width: 100%;
	display: block;
}

.icone-trofeu img {
	position: absolute;
	width: 120px;
	top: -60px;
	z-index: 2;
	left: calc(50% - 60px);	
}

/* section box-titulo */
.box-titulo {
	background: var(--cor-roxo);
	padding: 30px;
	color: white;
	text-align: center;	
	text-transform: uppercase;
}
.box-titulo h1 {
	font-size: clamp(1.4rem,4vw, 3rem);	
}
.box-titulo h2 {	
	font-size: clamp(.85rem,1.5vw, 1.70rem);
}

/* section box-titulo end */

/* section vem-ser-puc */
.vem-ser-pucsp {
	background: var(--cor-azul);
	/*background: linear-gradient(to bottom, white 25%, var(--cor-pri) 25%);*/
	padding: 0 40px 60px;
	position: relative;
}

.vem-ser-pucsp h2 {
	color: white;
	font-size: clamp(.6rem,1.5vw, 2rem);
	text-transform: uppercase;
}

.box-complemento {	
	background: white;
	padding: 30px;
	max-width: 1100px;
	margin: 0 auto;
	margin-bottom: 60px;	
}

.box-complemento .frase {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.box-complemento .frase h2 {
	color: var(--cor-azul2);
	font-size: clamp(1.1rem,3.1vw, 2rem);
}
.box-complemento .frase .icone {
	margin-right: 10px;
	width: 130px;
}
.box-complemento p {
	color: var(--cor-azul2);
	font-size: clamp(1rem,2vw, 1.25rem);
	line-height: 1.70rem;
	text-align: justify;
}

.vem-ser-pucsp .condicao-especial,
.vem-ser-pucsp .box-valores {
	margin: 30px 0;	
}

.vem-ser-pucsp .condicao-especial span:first-child {
	color: white;
	font-size: clamp(2rem,2.85vw, 2.5rem);
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;	
}

.vem-ser-pucsp .condicao-especial span:last-child {
	color: white;
	font-size: clamp(1.5rem,1.45vw, 2rem);
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
}

.vem-ser-pucsp .tempo {
	color: white;
	font-size: clamp(1rem,2vw, 1.5rem);
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2;	
}
.vem-ser-pucsp .tempo span {
	color: var(--cor-lar);
	font-weight: 700;
	font-size: clamp(1.5rem, 2vw, 2em);
}

.vem-ser-pucsp .box-valores span:first-child {
	color: white;
	font-size: clamp(2rem,2.85vw, 2.5rem);
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;	
}

.vem-ser-pucsp .box-valores span:first-child .valores-descricao {	
	font-size: clamp(1.5rem,1.6vw, 2rem);
	font-weight: 400;		
}
.vem-ser-pucsp .box-valores span:first-child {
	color: white;
	font-size: clamp(2rem,2.85vw, 2.5rem);
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;	
}

.vem-ser-pucsp .box-valores span:last-child {
	color: white;
	font-size: clamp(1.5rem,1.45vw, 2rem);
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;	
}

.vem-ser-pucsp .box-valores span:last-child .consulte {
	color: white;
	font-size: clamp(1rem,1.25vw, 1rem);
	font-weight: 400;
	text-transform: none;	
}

/* section vem-ser-puc */
.box-desconto {
	background: url("../../assets/imgs/bg-desconto.png") no-repeat top center;	
	background-size: contain;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;	
	padding: 25px 29px 30px;
}

.box-desconto .desc-01 {
	color: white;
	font-weight: 600;
	font-size: clamp(4.8rem,6vw,6rem);
	line-height: 6rem;
}
.box-desconto .desc-02 {
	color: white;
	font-weight: 600;
	font-size: clamp(2.4rem,3vw,3rem);
	line-height: 2rem;
}
.box-desconto .desc-03 {
	color: white;
	font-weight: 600;
	font-size: clamp(1.6rem,2vw,2.5rem);
	line-height: 2rem;
}

.box-desconto .desc-04 {
	color: var(--cor-azul2);
	font-weight: 600;
	font-size: clamp(1.4rem,2vw,1.5rem);	
	line-height: 3rem;
}

/* section vem-ser-puc */


/* porque-escolher */
.porque-escolher {
	background: white;	
	padding: 30px;
	text-align: center;
	position: relative;		
}

.porque-escolher h2 {
	color: var(--cor-azul2);
	font-size: clamp(1.4rem, 2vw, 3rem);
	margin-bottom: 100px;
	font-weight: 400;
	text-transform: uppercase;	
}
.porque-escolher h2 span {		
	font-weight: 700;
	font-size: clamp(1.2rem, 2vw, 4rem);
}

.porque-escolher .box-icone {	
	margin-bottom: 30px;
	background: var(--cor-roxo);
	margin: 0 auto 95px;
	padding: 0 30px 20px;	
	max-width: 400px;
	min-height: 175px;
	border-radius: 20px;	
}
.porque-escolher .box-icone .icone {
	width: 130px;
	margin-top: -65px;
	background: white;
	padding: 5px;
	border-radius: 50%;
	margin-bottom: 10px;
}

.porque-escolher .box-icone .box-texto h3 {
	color: white;
	font-size: 2rem;
	font-weight: 800;
}
.porque-escolher .box-icone .box-texto p {
	color: white;
	font-size: 1rem;
	line-height: 1.3;
}

/* porque-escolher end */

/* mensagem */
.mensagem {
	padding: 80px 40px;
	background: url("../../assets/imgs/bg-patio.webp") no-repeat center center;
	min-height: 40vw;
	background-size: cover;
	color: white;
}
.mensagem h2 {
	font-size: clamp(2rem, 2.5vw, 3rem);
	text-transform: uppercase;
	margin-bottom: 30px;	
}

.mensagem .btn-cta {
	max-width: 700px;
	margin: 0 auto;
}

.mensagem p {		
	padding: 30px;
	font-size: clamp(1.1rem, 1.5vw, 1.5rem);
	line-height: 1.25;
}

.mensagem .vem-ser-puc {		
	padding: 30px;
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 600;
	text-align: center;
	bottom: 10px;
	position: absolute;
	z-index: 1;	
	left: 50%;
	transform: translateX(-50%);
}

/* mensagem end */

/* footer */
.footer {	
	background: var(--cor-azul3);
	min-height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 45px;
}

.footer p {
	text-align: center;
	color: white;
	font-size: .8rem;
	font-weight: 300;	
}
/* footer end*/

/*media queries*/


@media (max-width: 1024px){
	
	
	.link-home-pucsp {
		padding: 10px;		
		max-height: 60px;
	}
	
	.icone-trofeu img {	
		width: 100px;
		top: -50px;
		z-index: 2;
		left: calc(50% - 50px);	
	}
	
	
}

@media (max-width: 768px) {
	
	.footer {
		height: auto;
	}	
	.porque-escolher .box-icone {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 100%;
		min-height: auto;
		padding: 15px;
		margin-left: 30px;
		margin-bottom: 15px;		
	}
	.porque-escolher .box-icone .icone {
		width: 100px;
		margin-top: 0px;
		margin-right: 15px;
		margin-left: -65px;		
	}
	
	.porque-escolher .box-icone .box-texto .adj {
		padding-right: 175px;		
	}
	
	.porque-escolher h2 {
		margin-bottom: 15px;
	}
	.porque-escolher .box-icone p {
		text-align: left;
		font-size: 1rem;
	}
	.box-complemento .frase .icone {		
		width: 100px;
	}
	.box-complemento {		
		margin-left: -60px;
		margin-right: -60px;
		margin-bottom: 30px;
	}
	.vem-ser-pucsp { 
		padding: 0px 40px 10px;		
	}
	.img-desconto {
		width: 400px;
	}
	
}

@media (max-width: 576px) {			
	.icone-trofeu img {
		top: -50px;
	}
	.footer p {
		font-size: .85rem;
	}
	.mensagem {
		padding: 80px 15px;
	}
	.box-desconto {
		background: url("../../assets/imgs/bg-desconto-v.png") no-repeat;	
	}
	.box-desconto .desc-01 {	
		line-height: 4rem;
	}
	.box-desconto .desc-03 {	
		line-height: 2.4rem;	
	}
	.box-desconto .desc-04 {	
		line-height: 1.5rem;
		font-size: 1.1rem;
	}
	
}

@media (max-width: 420px) {			
	.box-titulo h1 {
		font-size: 1.2rem;	
	}
	.box-titulo h2 {	
		font-size: .75rem;
	}
	.box-complemento {		
		margin-left: -30px;
		margin-right: -30px;		
	}
	.vem-ser-pucsp { 
		padding: 0px 10px 10px;		
	}
}


