:root{
}
.icon-black {
fill: black;
}
.icon-white {
fill: white;
}
.site p, .site h1, .site h2, .site h3, .site span, .site{
font-family:"Open Sans", sans-serif;
color: var(--white);
}
html{
scroll-behavior: smooth;
margin: 0px!important;
}
a{
text-decoration: none!important;
font-family:"Open Sans", sans-serif;
}
.centralizarNovaPos{
display: flex;
flex-direction: column;
align-items: center;
}
.marginRight{
margin-right: 30px;
} .menuPrincipal {
position: fixed;
top: 15%;
border-left: 0;
border-radius: 25px;
left: -2%;
height: 70%;
box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.6), 7px 7px 20px rgba(0, 0, 0, 0.5);
z-index: 10;
padding: 50px 15px;
}
.listaItensMenu {
display: flex;
height: 100%;
flex-direction: column;
justify-content: space-between;
list-style-type: none;
margin: 0;
}
.itemMenu {
display: flex;
flex-direction: column;
align-items: center;
font-size: 0.7rem;
color: var(--white);
font-weight: 700;
opacity: 0.7;
transition: color 0.6s ease;
}
.itemMenu:hover {
color: var(--white);
opacity: 1;
transition: color 0.6s ease;
}
.iconeNovaPos {
width: 40px;
height: 40px;
}
.hamburger{
display: none;
}
.sidebar{
height: 100%;
}
.divButtons {
display: flex;
gap: 2rem;
align-items: center;
}
.divAncora {
display: flex;
align-items: center;
justify-content:center;
gap: 1rem;
}
.botaoSaibaMaisNovaPos {
background: rgb(10,178,233);
background: linear-gradient(141deg, rgba(10,178,233,1) 35%, rgba(3,207,249,1) 70%);
color: var(--white);
font-size: 1.5rem;
padding: 15px 65px;
font-weight: 700;
border-radius: 50px;
text-align: center;
width: auto !important; font-size: 1.1rem;
}
@media only screen and (max-width: 1600px){
.itemMenu {
font-size: 0.62rem;
}
}
@media only screen and (max-width: 1536px){
.itemMenu {
font-size: 0.57rem;
}
}
@media only screen and (max-width: 1440px){
.listaItensMenu {
padding-left: 20px;
}
}
@media only screen and (max-width: 1280px){
.iconeNovaPos {
width: 30px;
height: 30px;
}
.itemMenu {
font-size: 0.53rem;
}
}
@media only screen and (max-width: 1024px){
.videoLandingPosMobile{
display: none;
}
.menuPrincipal {
height: 40%;
}
.itemMenu {
font-size: 0.35rem;
}
.botaoSaibaMaisNovaPos {
width: 100% !important;
text-align: center;
font-size: 1.1rem;
}
}
@media only screen and (max-width: 767px){
.menuPrincipal {
height: 50px;
width: 100%;
left: 0;
top: 0;
border-radius: 0;
background-color: var(--white);
padding: 0;
}
.divButtons {
flex-direction: column;
width: 100%;
}
.hamburger {
display: inline-flex;
cursor: pointer;
font-size: 2rem;
user-select: none;
color: #f98a10;
height: 100%;
padding-left: 2%;
}
.sidebar {
width: 0; overflow-x: hidden;
transition: 0.5s;
background-color: var(--white);
height: 500px;
}
.listaItensMenu{
padding-left: 0;
justify-content: space-evenly;
}
.iconeNovaPos{
fill: #f98a10!important;
width: 40px;
height: 40px;
}
.itemMenu span{
color: #f98a10!important;
font-size: 0.6rem;
}
}  .cabecalhoLandingPos {
background:linear-gradient(rgb(0 0 0 / 3%),rgb(0 0 0 / 0%)),url(https://unintese.com.br/wp-content/themes/unintese/img/nova-pos/BKG-topo.png); 
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 910px;
padding: 5% 9%;
}
.videoLandingPos{
position: relative;
width: 100%;
height: 100%;
object-fit: cover;
z-index: -1;
}
.containerTituloNovaPos{
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
}
.tituloNovaPos {
font-size: 5rem;
color: white;
margin-top: 20px;
}
.librasNovaPos{
font-weight: 900;
}
.subsTituloNovaPos{
font-weight: 700;
font-size: 1.6rem;
}
.textoNovaPos {
font-size: 1.5rem;
margin-bottom: 10%;
}
.botaoSaibaMaisNovaPos:hover{
color: var(--white)!important;
}
@media only screen and (max-width: 1600px){
.cabecalhoLandingPos {
min-height: 840px;
}
}
@media only screen and (max-width: 1536px){
.cabecalhoLandingPos {
min-height: 800px;
}
}
@media only screen and (max-width: 1440px){
.cabecalhoLandingPos {
min-height: 765px;
}
.tituloNovaPos {
font-size: 4.5rem;
}
}
@media only screen and (max-width: 1366px){
.cabecalhoLandingPos {
min-height: 700px;
}
}
@media only screen and (max-width: 1280px){
.cabecalhoLandingPos {
padding: 5% 7%;
}
}
@media only screen and (max-width: 1024px){
.tituloNovaPos {
font-size: 3.5rem;
}
.subsTituloNovaPos {
font-size: 1.3rem;
}
.cabecalhoLandingPos {
padding: 8% 6.5%;
padding-right: 3%;
}
.videoLandingPos {
width: 106%;
height: 106%;
}
.botaoSaibaMaisNovaPos {
padding: 1rem;
text-align: center;
font-size: 1.1rem;
width: 100%;
}
}
@media only screen and (max-width: 768px){
.cabecalhoLandingPos {
background:linear-gradient(rgb(0 0 0 / 3%),rgb(0 0 0 / 0%)),url(https://unintese.com.br/wp-content/themes/unintese/img/nova-pos/img-principal-mobile02.jpg); 
}
.videoLandingPos{
width: 100%;
height: 100%;
-webkit-mask-image: url(https://unintese.com.br/wp-content/uploads/2021/05/Grupo-20.png);
-webkit-mask-size: contain;
-webkit-mask-repeat: no-repeat;
z-index: 1;
}
}
@media only screen and (max-width: 767px){
.cabecalhoLandingPos {
padding: 15% 10%;
padding-right: 10%;
}
.tituloNovaPos {
font-size: 2.5rem;
}
.subsTituloNovaPos {
font-size: 1rem;
}
.containerTituloNovaPos {
padding-bottom: 10%;
}
}
@media only screen and (max-width: 400px){
.tituloNovaPos {
font-size: 2.4rem;
}
.subsTituloNovaPos {
font-size: 0.8rem;
}
.textoNovaPos {
font-size: 1rem;
}
}  .profissoesNovaPos{
min-height: 650px;
padding: 50px;
}
.tituloProfissoesNovaPos{
text-align: center;
color: var(--white);
font-weight: 700;
font-size: 2.4rem;
margin-bottom: 50px;
}
.containerBotoesProfissoesNovaPos {
background-color: var(--white);
width: 93%;
display: flex;
justify-content: space-around;
align-items: center;
padding: 10px 0;
border-radius: 5px;
}
.botaoProfissoesNovaPos {
background: transparent;
border: none;
color: #00c6f1;
min-width: 205px;
padding: 0;
}
.borderBotaoProfissoesNovaPos{
border-left: 1px solid #00c6f1;
border-right: 1px solid #00c6f1;
}
.botaoProfissoesNovaPos:hover, .botaoProfissoesNovaPos:focus{
font-weight: 900;
outline: none;
}
.botaoProfissoesNovaPos.ativo{
font-weight: 900;
outline: none;
}
.nomeProfissoesNovaPos{
text-align: center;
}
.containerConteudoProfissoesNovaPos {
width: 95%;
margin-top: 3%;
}
.containerDepoimentosProfissoesNovaPos{
display: none;
}
.containerDepoimentosProfissoesNovaPos.ativo {
display: inline-flex;
}
@media only screen and (max-width: 1600px){
.containerVideoNomeProfissoesNovaPos iframe{
height: 275px;
}
}
@media only screen and (max-width: 1024px){
.tituloProfissoesNovaPos {
font-size: 1.9rem;
}
.botaoProfissoesNovaPos {
min-width: 165px;
}
.containerVideoNomeProfissoesNovaPos iframe {
height: 220px;
}
}
@media only screen and (max-width: 767px){
.profissoesNovaPos {
min-height: 650px;
padding: 5%;
}
.tituloProfissoesNovaPos {
font-size: 1.5rem;
}
.containerBotoesProfissoesNovaPos {
width: 95%;
flex-wrap: wrap;
height: 240px;
}
.botaoProfissoesNovaPos {
min-width: 165px;
padding: 3%;
}
.borderBotaoProfissoesNovaPos {
border: 0;
border-top: 1px solid #00c6f1;
border-bottom: 1px solid #00c6f1;
}
.containerDepoimentosProfissoesNovaPos.ativo {
flex-wrap: wrap;
}
.containerVideoNomeProfissoesNovaPos iframe {
height: 170px;
}
.textoDepoimentoProfissoesNovaPos{
font-size: 0.9rem;
}
}
@media only screen and (max-width: 400px){
.containerVideoNomeProfissoesNovaPos iframe {
height: 140px;
}
}  .containerCoracao{
margin-top: -8%;
margin-bottom: -2%;
display: flex;
justify-content: flex-end;
overflow-x: clip;
}
.coracaoGrande{
transform: rotate(340deg);
margin-right: -7%;
}
.containerCoracaoDuplo{
display: flex;
justify-content: space-around;
margin-top: -45%;
padding-bottom: 5%;
}
.coracaoPequenoEsquerdoNovaPos{
margin-right: 20%;
height: 130px;
transform: rotate(17deg);
margin-top: 12%;	
}
.coracaoPequenoDireitoNovaPos{
margin-top: 35%;
transform: rotate(330deg);
margin-left: 10%;
}
.containerCoracaoEsquerda{
margin-top: -8%;
margin-bottom: -2%;
overflow-x: clip;
}
.coracaoGrandeEsquerda{
transform: rotate(25deg);
margin-left: -7%;
}
@media only screen and (max-width: 1440px){
.coracaoGrande {
width: 21%;
}
.containerCoracaoDuplo {
margin-top: -60%;
padding-bottom: 5%;
}
.coracaoPequenoEsquerdoNovaPos {
margin-right: 20%;
}
.coracaoPequenoDireitoNovaPos {
margin-top: 57%;
margin-left: 20%;
}
}
@media only screen and (max-width: 1366px){
.coracaoGrandeEsquerda {
margin-left: -10%;
width: 30%;
}
}
@media only screen and (max-width: 1024px){
.containerCoracaoDuplo {
display: none;
}
}  .transformandoVidasNovaPos{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.tituloTransformandoVidasNovaPos{	
text-align: center;
font-size: 4rem;
color: #0591a8!important;
font-weight: 900;
margin-bottom: 65px;
}
.containerVideosTransformandoVidasNovaPos{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: center;
padding: 0 10%;
}
.videoTransformandoVidasNovaPos {
border-radius: 18px;
}
@media only screen and (max-width: 1600px){
.videoTransformandoVidasNovaPos{
height: 340px;
}
}
@media only screen and (max-width: 1440px){
.videoTransformandoVidasNovaPos {
height: 305px;
}
}
@media only screen and (max-width: 1024px){
.videoTransformandoVidasNovaPos {
height: 215px;
}
}
@media only screen and (max-width: 767px){
.tituloTransformandoVidasNovaPos {
font-size: 2rem;
padding-left: 7%;
}
.videoTransformandoVidasNovaPos {
height: 165px;
}
}
@media only screen and (max-width: 400px){
.videoTransformandoVidasNovaPos {
height: 140px;
}
}  .tituloFeedbackAlunosNovaPos{	
text-align: center;
font-size: 4rem;
color: #0591a8!important;
font-weight: 900;
margin-bottom: 65px;
margin-top: 60px;
}
.position-background{
flex-direction: column;
background: white;
padding: 5%;
}
.name-align{
display: flex;
align-items: center;
}
.containerDepoimentosNovaPos {
position: relative;
width: 70%;
height: 455px;
margin: auto;
}
.depoimentoNovapos {
display: none;
text-align: center;
padding: 20px;
}
.depoimentoNovapos.depoimentoAtivo {
display: block;
border-radius: 30px;
padding: 40px;
box-shadow: 0px 0px 15px #00000029;
background-color: #fff;
}
.controle {
position: relative;
top: 50%;
transform: translateY(-50%);
background-color: #ddd;
border: none;
padding: 15px;
cursor: pointer;
}
.containerControlesDepoimentosAlunosNovaPos{
display: flex;
position: relative;
justify-content: space-between;
top: -225px;
padding: 0 7%;
} .controle:focus {
outline: none;
}
.controle:hover {
background-color: #ccc;
}
#avancar{
background-image: url(https://unintese.com.br/wp-content/themes/unintese/img/nova-pos/seta-direita.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-color: transparent;
}
#avancar:hover{
background-image: url(https://unintese.com.br/wp-content/themes/unintese/img/nova-pos/seta-direita-LARANJA.png);
}
#voltar{
background-image: url(https://unintese.com.br/wp-content/themes/unintese/img/nova-pos/seta-esquerda.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-color: transparent;
}
#voltar:hover{
background-image: url(https://unintese.com.br/wp-content/themes/unintese/img/nova-pos/seta-esquerda-LARANJA.png);
}
@media only screen and (max-width: 1280px){
.h1{
font-size: 4rem;
}
.texto-opniao-alunos-landing-pos {
font-size: 0.8rem;
}
}
@media only screen and (max-width: 767px){
.tituloFeedbackAlunosNovaPos {
font-size: 2rem;
margin-bottom: 10%;
padding-left: 8%;
}
.containerDepoimentosNovaPos {
width: 80%;
height: 440px;
}
.depoimentoNovapos.depoimentoAtivo {
padding: 20px;
}
.h1 {
font-size: 1.5rem;
}
.foto-aluno-landing-pos {
max-width: 60px;
}
.nome-aluno-depoimento-landing-pos {
font-size: 0.8rem;
}
.texto-opniao-alunos-landing-pos{
text-align: left;
}
.containerControlesDepoimentosAlunosNovaPos {
padding: 0 0%;
}
}
@media only screen and (max-width: 400px){
.depoimentoNovapos.depoimentoAtivo {
padding: 15px;
}
}  .tituloDiferenciaisNovaPos{
color: #07C5F9!important;
font-weight: 700;
font-size: 60px;
margin-left: 135px;
}
.containerItensDiferenciaisNovaPos{
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-top: 50px;
}
.tracoCinza{
background-color: #CBCBCB;
height: 5px;
width: 50px;
margin-bottom: 20px;
}
.iconeAzulNovaPos{
margin-top: 30px;
height: 60px;
margin-left: 20px;
margin-right: 25px;
}
.containerSubtituloItensDiferenciaisNovaPos{
display: flex;
}
.itemDiferenciaisNovaPos{
font-weight: 700;
height: 68px;
}
.textoDiferenciaisNovaPos{
margin-bottom: 32px;
}
.itemDiferenciaisNovaPos, .textoDiferenciaisNovaPos{
color: black!important;
}
.acessar-portal-landing {
color: #FC9B07!important;
}
@media only screen and (max-width: 767px){
.tituloDiferenciaisNovaPos {
font-size: 2rem;
margin-left: 0;
margin-top: 5%;
text-align: center;
}
.containerItensDiferenciaisNovaPos {
margin-top: 30px;
}
.iconeAzulNovaPos {
height: 35px;
margin-left: 10px;
margin-right: 10px;
}
.itemDiferenciaisNovaPos {
font-size: 1.5rem;
height: auto;
}
.textoDiferenciaisNovaPos {
font-size: 0.8rem;
}
}  .imagem-notebook-landing {
width: 100%;
}  .containerPropriedadesNovapos{
border: 1px solid #707070;
border-radius: 30px;
padding: 0;
margin-top: 5%;
margin-bottom: 5%;
}
.bordaBaixoNovaPos{
border-bottom: 1px solid #707070;
}
.bordaCentroNovaPos{
border-left: 1px solid #707070;
border-right: 1px solid #707070;
}
.tituloPropriedadesNovaPos{
font-size: 2rem;
color: #014355;
font-weight: 700;
padding: 15px 0px;
}
.textoPropriedadesNovaPos{
color: #014355;
text-align: left;
padding: 15px 20px;
font-size: 1.5rem;
font-weight: 600;
}
@media only screen and (max-width: 767px){
.containerPropriedadesNovapos {
margin-left: 10%;
max-width: 340px;
}
.tituloPropriedadesNovaPos {
font-size: 0.7rem;
padding: 10px 0px;
}
.bordaCentroNovaPos img{
width: 85px;
height: auto;
margin-top: 0px;
}
.textoPropriedadesNovaPos {
padding: 10px 15px;
font-size: 0.5rem;
}
td i{
font-size: 0.8rem;
}
}
@media only screen and (max-width: 400px){
.containerPropriedadesNovapos {
margin-left: 5%;
}
}  .containerPosGraduacao{
display: flex;
align-items: center;
justify-content: center;
}
.containerOfertaPosGraduacao{
background: rgb(255,185,106);
background: linear-gradient(180deg, rgba(255,185,106,1) 5%, rgba(255,165,85,1) 95%);
padding: 30px;
border-radius: 30px;
border: 2px solid #d1d1d1;
display: flex;
flex-direction: column;
align-items: center;
width: 23%;
margin: 0 20px;
opacity: 0.8;
min-height: 620px;
justify-content: space-between;
transition: background-color 0.6s ease;
}
.containerOfertaPosGraduacao:hover{
background: rgb(246,182,0);
background: linear-gradient(180deg, rgba(246,182,0,1) 5%, rgba(238,106,0,1) 95%);
transition: background-color 0.6s ease;
}
.tituloOfertaPosGraduacao {
font-size: 2.4rem;
color: var(--white);
font-weight: 400;
text-align: left;
width: 100%;
}
.mensalidadeOfertaPosGraduacao{
font-size: 1.2rem;
}
.containerOfertaPosGraduacao:hover .mensalidadeOfertaPosGraduacao{
color: #ffda7d!important;
}
.valorSemDescontoPosGraduacao{
font-size: 1.6rem;
text-decoration: line-through;
text-decoration-color: #ff5617;
margin-bottom: -30px;
margin-top: -15px;
}
.containerValorComDescontoPosGraduacao{
display: flex;
align-items: center;
}
.textoValorComDescontoPosGraduacao{
font-size: 2rem;
line-height: 90%;
text-align: end;
margin-top: 10%;
}
.valorComDescontoPosGraduacao{
font-size: 6rem;
font-weight: 600;
display: flex;
align-items: center;
}
.valorPosVirgulaPosgraduacao{
font-size: 3rem;
height: 100%;
}
.containerInformacoesAdicionaisPosGraduacao{
width: 100%;
display: flex;
align-items: center;
padding-left: 10%;
}
.textoInformacoesAdicionaisPosGraduacao{
margin-left: 15px;
margin-bottom: 0;
}
.botaoInscrevasePosGraduacao{
background: rgb(134,133,133);
background: linear-gradient(90deg, rgba(134,133,133,1) 5%, rgba(175,174,174,1) 95%);
padding: 0px 40px;
font-size: 2rem;
font-weight: 600;
color: var(--white);
border-radius: 40px;
margin-top: 10%;
width: 270px;
text-align: center;
transition: background-color 0.6s ease;
}
.botaoSaibaMaisPosGraduacao{
background: rgb(134, 133, 133);
background: linear-gradient(90deg, rgba(134, 133, 133, 1) 5%, rgba(175, 174, 174, 1) 95%);
padding: 14px 48px;
font-size: 2rem;
font-weight: 600;
color: var(--white);
border-radius: 40px;
margin-top: 10%;
width: auto;
text-align: center;
transition: background-color 0.6s ease;
margin-top: 2rem;
margin-bottom: 1rem;
}
#botaoUm {
margin-top: -1rem;
}
#botaoTres {
margin-top: 3rem;
}
.botaoInscrevasePosGraduacao:hover{
background: rgb(0,180,236);
background: linear-gradient(90deg, rgba(0,180,236,1) 5%, rgba(0,208,251,1) 95%);
color: var(--white);
opacity: 1;
font-weight: 800;
transition: background-color 0.6s ease;
}
.botaoSaibaMaisPosGraduacao:hover{
background: rgb(0,180,236);
background: linear-gradient(90deg, rgba(0,180,236,1) 5%, rgba(0,208,251,1) 95%);
color: var(--white);
opacity: 1;
font-weight: 800;
transition: background-color 0.6s ease;
}
@media only screen and (max-width: 1440px){
.containerOfertaPosGraduacao {
width: 24%;
min-height: 645px;
margin: 0 10px;
}
.tituloOfertaPosGraduacao {
font-size: 1.7rem;
}
}
@media only screen and (max-width: 1024px){
.tituloOfertaPosGraduacao {
font-size: 1.74rem;
}
.mensalidadeOfertaPosGraduacao {
font-size: 1rem;
}
valorSemDescontoPosGraduacao {
font-size: 1.3rem;
}
.valorComDescontoPosGraduacao {
font-size: 4rem;
}
.textoValorComDescontoPosGraduacao {
font-size: 1.3rem;
line-height: 1rem;
}
.botaoInscrevasePosGraduacao {
font-size: 1.4rem;
width: 225px;
}
.botaoSaibaMaisPosGraduacao {
padding: 3px 0px;
width: 85%;
}
.containerOfertaPosGraduacao {
min-height: 520px;
}
}
@media only screen and (max-width: 767px){
.containerPosGraduacao {
flex-wrap: wrap;
}
.containerOfertaPosGraduacao {
width: 100%;
}
}  .containerMarginInformacoesUnintese {
padding-top: 4%;
padding-bottom: 5%;
}  .containerFormularioInformacaoPosGraduacao{
background: rgb(0,180,236);
background: linear-gradient(90deg, rgba(0,180,236,1) 5%, rgba(0,208,251,1) 95%);
display: flex;
justify-content: center;
align-items: center;
}
.tituloFormularioInformacaoPosGraduacaos{
font-size: 3rem;
font-weight: 700;
}
@media only screen and (max-width: 767px){
.containerFormularioInformacaoPosGraduacao {
flex-wrap: wrap;
margin-top: 15%;
}
}  .footer-widgets{
display: none!important;
}