@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap"); *{
outline: none !important;
}
a{
cursor: pointer;
}
a:hover, a:focus{
text-decoration: none;
}
body{
font: 16px 'Roboto Condensed', sans-serif;
line-height: 1.8em;
color: #454545;
font-weight: 300;
}
b,
strong{
font-weight: 700;
}
ul,ol{
list-style: none;
padding: 0;
margin: 0;
}
ol.number{
list-style: decimal;
padding-left: 20px;
}
ul.disc{
list-style-type: disc;
padding-left: 20px;
}
.cta{
font-size: 14px;
cursor: pointer;
transition: all 350ms ease-in-out;
display: inline-block;
text-decoration: none;
color: #fffc00;
border-radius: 30px;
font-weight: 300;
letter-spacing: 2px;
padding: 5px 30px;
position: relative;
background: #7800de;
border: 1px solid #7800de;
text-transform: uppercase;
}
.cta:hover,
.cta:focus{
background-color:#fff;
color: #7800de;
border-color: #7800de;
}
.cta.bg-branco{
color: #7800de;
background-color:#fff;
border-color: #7800de;
}
.cta.bg-branco:hover,
.cta.bg-branco:focus{
background-color:#7800de;
color: #fffc00;
border-color: #7800de;
}
section{
padding: 80px 0;
}
.cor-roxa{
color: #7800de;
}
.cor-amarelo{
color: #fffc00;
}
.cor-grafite{
color: #454545;
}
.cor-branca{
color: #fff;
}
.bg-cover{
background-size: cover;
background-position: center;
}
.bg-branco{
background: #fff;
}
.bg-cinza-claro{
background: #f4f4f4;
}
.bg-roxo{
background: #7800de;
}
.bg-amarelo{
background: #fffc00;
}
.bg-grafite{
background: #3f3e3e;
}
.font-weight-800{
font-weight: 800;
}
.font-weight-700{
font-weight: 700;
}
.font-weight-400{
font-weight: 400;
}
.font-weight-300{
font-weight: 300;
}
.font-weight-200{
font-weight: 200;
}
.font-size-10{
font-size: 10px;
}
.font-size-12{
font-size: 12px;
}
.font-size-14{
font-size: 14px;
}
.font-size-16{
font-size: 16px;
}
.font-size-15{
font-size: 15px;
}
.font-size-18{
font-size: 18px;
}
.font-size-20{
font-size: 20px;
}
.font-size-22{
font-size: 22px;
}
.font-size-24{
font-size: 24px;
}
.font-size-25{
font-size: 25px;
}
.font-size-28{
font-size: 28px;
}
.font-size-30{
font-size: 30px;
}
.font-size-35{
font-size: 35px;
}
.font-size-40{
font-size: 40px;
}
.font-size-45{
font-size: 45px;
}
.font-size-50{
font-size: 50px;
}
.font-size-55{
font-size: 55px;
}
.font-size-60{
font-size: 60px;
}
.font-size-70{
font-size: 70px;
}
.font-size-80{
font-size: 80px;
}
.font-size-80{
font-size: 80px;
}
.font-size-85{
font-size: 85px;
}
.letter-spacing-2{
letter-spacing: 2px;
}
.letter-spacing-3{
letter-spacing: 3px;
}
.letter-spacing-5{
letter-spacing: 5px;
}
.letter-spacing-8{
letter-spacing: 8px;
}
.form-group {
margin-bottom: 1rem;
}
.form-control{
transition: border 350ms ease-in-out;
font-size: 14px;
border-radius: 0px;
height: 50px;
border: 1px solid #e5e5e5;
color: #454545;
border-radius: 5px;
padding: 10px 30px;
margin-bottom: 15px;
background: #fbfdff;
}
.form-control:hover,
.form-control:focus{
background: #fff;
border-color: #7800de;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
.owl-nav {
width: 100%;
display: flex;
justify-content: space-between;
}
.owl-nav {
width: 100%;
display: flex;
justify-content: space-between;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
font-size: 16px;
background: transparent;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
color: #a1a1a1;
width: 44px;
height: 44px;
top: calc(50% - 22px);
right: 0px;
text-indent: 0px;
z-index: 99;
position: absolute;
transition: all 350ms ease-in-out;
border: 1px solid #d2d2d2;
opacity: 0.6;
}
.owl-carousel .owl-nav button.owl-prev{
right: auto;
left: 0px;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-prev:focus{
opacity: 1;
color: #454545;
}
.owl-carousel .owl-dots {
text-align: center;
margin-top: 20px;
position: absolute;
width: 100%;
bottom: 30px;
height: 10px;
}
.owl-carousel button.owl-dot {
width: 10px;
height: 10px;
background: transparent;
border: 1px solid #fff;
display: inline-block;
border-radius: 100%;
margin: 0 5px;
}
.owl-carousel button.owl-dot.active {
background: #6fb7b7;
border-color: #6fb7b7;
}
.mt-110{
margin-top: 110px;
}
.sombra-texto{
text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}
.detalhe-central{
position: relative;
}
.detalhe-central span{
position: absolute;
width: 90px;
height: 3px;
border-radius: 5px;
background: #fffc00;
bottom: -10px;
left: calc(50% - 45px);
padding-bottom: 5px;
}
@keyframes crescerEsquerda {
from {
width: 0
}
to {
width: 90px
}
}
.crescerEsquerda {
-webkit-animation-name: crescerEsquerda;
animation-name: crescerEsquerda
}
.modal-body {
padding: 30px;
}
.modal-body iframe{
margin: 30px 0;
width: 100%;
height: 300px;
}
.modal-header{
padding: 15px 30px;
position: relative;
}
.modal-header .close{
top: 20px;
right: 30px;
position: absolute;
} header{
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 99;
transition: all 350ms ease-in-out;
background: transparent;
border-bottom: 1px solid transparent;
background: #7800de;
box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}
header.fixar{
background: rgba(255,255,255,0.99);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
header .topo{
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 0px;
position: relative;
transition: all 350ms ease-in-out;
padding: 20px 0px;
}
header .logo img {
width: 80px;
transition: all 350ms ease-in-out;
display: flex;
position: absolute;
top: 10px;
}
header .logo .branca{
opacity: 1;
}
header.fixar .logo .branca{
opacity: 0;
}
header .logo .colorida{
opacity: 0;
}
header.fixar .logo .colorida{
opacity: 1;
}
header .menu-principal > ul{
list-style: none;
padding: 0;
margin: 0 ;
display: flex;
align-items: center;
justify-content: space-between;
}
header .menu-principal  > ul > li{
position: relative;
cursor: pointer;
margin-right: 20px;
}
header .menu-principal > ul > li:last-child{
margin-right: 0px;
}
header .menu-principal > ul > li > a{
color: #fff;
display: inline-block;
transition: all 350ms ease-in-out;
font-size: 16px;
font-weight: 300;
text-transform: uppercase;
position: relative;
padding: 0;
}
header.fixar .menu-principal > ul > li > a{
color: #454545;
}
header .menu-principal > ul > li > a:before{
content: '';
position: absolute;
width: 100%;
height: 5px;
background: #fffc00;
border-radius: 3px;
bottom: -5px;
left: 0;
opacity: 0;
transition: all 350ms ease-in-out;
}
header .menu-principal > ul > li > a.active:before,
header .menu-principal ul > li > a:hover:before,
header .menu-principal ul > li > a:focus:before,
header .menu-principal > ul > li.current-menu-item > a:before{
opacity: 1;
} section#home{
padding: 0;
position: relative;
margin-top: 0px;
height: 100vh;
}
.banner-principal{
list-style: none;
position: relative;
width: 100%;
height: 100%;
}
.banner-principal li {
position: relative;
background-size: cover;
background-position: center;
padding-top: 50px;
display: flex;
align-items: center;	
height: 100%;
}
.banner-principal li:before{
width: 100%;
height: 100%;
position: absolute;
content:'';
top: 0;
left: 0;
background-image: url(//consultoriauna.com.br/wp-content/themes/unaconsultoria/img/bg.png); 
background-position: left bottom; 
animation: slide 35s linear infinite;
opacity: 0.15;
}
@keyframes slide {
from { background-position: left 100%; }
to { background-position: right 0; }
}
.banner-principal li .logo{
width: auto;
display: inline-block;
} .listagem-diferenciais{
padding: 0 60px;
}
.listagem-diferenciais li{
padding: 10px;
}
.listagem-diferenciais li img{
width: auto !important;
display: inline-block !important;
}
.flip-card {
width: 100%;
height: 250px;
perspective: 1000px; 
}
.flip-card-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.8s;
transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
position: absolute;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden; 
backface-visibility: hidden;
}
.flip-card-front {
display: flex;
align-items: center;
justify-content: center;	
border-radius: 30px;
padding: 20px;
}
.flip-card-back {
transform: rotateY(180deg);
box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
display: flex;
align-items: center;
justify-content: center;
border-radius: 30px;
padding: 20px;
} .listagem-consultorias{
padding: 0 60px;
}
.listagem-consultorias li{
height: 350px;
padding: 0;
margin: 0;
}
.listagem-consultorias li .texto{
padding: 30px;
background: rgba(120,0,222,0.8);
} section#banner-intermediario .bg-cover{
margin: 0 60px;
background-attachment: fixed;
} section#capacitacoes{
background: #7800de url(//consultoriauna.com.br/wp-content/themes/unaconsultoria/img/fundo-capacitacao.jpg) no-repeat center;
background-attachment: fixed;
background-size: cover;
}
section#capacitacoes .owl-carousel .owl-nav button.owl-next, 
section#capacitacoes .owl-carousel .owl-nav button.owl-next:hover,
section#capacitacoes .owl-carousel .owl-nav button.owl-next:focus,
section#capacitacoes .owl-carousel .owl-nav button.owl-prev,
section#capacitacoes .owl-carousel .owl-nav button.owl-prev:hover,
section#capacitacoes .owl-carousel .owl-nav button.owl-prev:focus{
color: #fff;
border-color: rgba(255,255,255,0.8)
}
.listagem-capacitacoes{
padding: 0 60px;
}
.listagem-depoimentos{
padding: 0 80px;
}
.listagem-midias .foto,
.listagem-artigos .foto,
.listagem-posts .foto{
height: 200px;
}
.listagem-artigos .foto,
.listagem-posts .foto{
border: 1px solid #ccc;
}
.listagem-depoimentos .foto{
height: 100px;
width: 100px;
border-radius: 100%;
}
footer{
padding: 30px 0;
}
footer a{
color: #fff;
transition: color 350ms ease-in-out;
}
footer a:hover,
footer a:focus{
color: #fffc00;
} section#blog {
min-height: calc(100vh - 131px);
}
.listagem-socios li .foto {
width: 140px;
height: 140px;
border-radius: 100%;
display: inline-block;
}
section#home.paginas-internas{
height: 70vh;
}
.listagem-posts li{
margin-bottom: 30px;
}
#modalContato .modal-content{
background-image: url(//consultoriauna.com.br/wp-content/themes/unaconsultoria/img/bg-formulario.jpg);
background-position: right center;
}
#modalContato img{
width: 150px;
}
section#quem-somos iframe {
max-width: 100%;
} .mobile{
display: none;
}
.menu-responsivo {
display: none;
background: #fff;
width: 30px;
height: 30px;
align-items: center;
justify-content: center;
margin-right:20px;
}
.fechar-menu {
position: absolute;
top: 10px;
right: 360px;
background: #8a9c38;
display: none;
align-items: center;
justify-content: center;
color: #fff;
width: 30px;
height: 30px;
z-index: 999;
}
.menu-responsivo:hover,
.menu-responsivo:focus{
color: #fff;
} .menu-responsivo {
display: none;
background: #fff;
width: 30px;
height: 30px;
align-items: center;
justify-content: center;
margin-right:20px;
}
.fechar-menu {
position: absolute;
top: 10px;
right: 10px;
background: #fff;
display: none;
align-items: center;
justify-content: center;
color: #7800de;
width: 30px;
height: 30px;
z-index: 999;
}
.fechar-menu:hover,
.fechar-menu:focus{
color: #222;
}
.menu-responsivo:hover,
.menu-responsivo:focus{
color: #fff;
}
@media only screen and (max-width: 1200px) {
header .menu-principal > ul > li > a {
font-size: 13px;
letter-spacing: -1px;
font-weight: 500;
}
}
@media only screen and (max-width: 991px) {
header.fixar{
background: #7800de;
}
header .logo img {
width: 80px;
opacity: 1;
position: relative;
top: auto;
display: flex;
}	
.logo .colorida{
display: none;
}
.logo .branca{
display: flex;
}
header.fixar .logo .branca {
opacity: 1;
}
.mobile{
display: flex;
}
header .mobile{
background: #fff;
border-radius: 30px;
padding: 10px 10px 0 30px;
}
header .mobile a {
text-align: center;
color: #7800de;		
margin-right: 20px;
}
header .mobile a:hover,
header .mobile a:focus{
color: #7800de;	
}
header .mobile span {
display: block;
font-size: 10px;
font-weight: 500;
letter-spacing: 1px;
}
.logo:before,
.logo:after{
content: '';
position: absolute;
background: #7827de;
border-radius: 100%;
box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.logo:before{
width: 120px;
height: 120px;		
top: -20px;
left: -20px;
z-index: -1;		
}
.logo:after {
width: 150px;
height: 150px;		
top: -35px;
left: -34px;
z-index: -2;		
}
header .espaco-menu {
width: auto;
}
section {
padding: 40px 0;
}
.menu-responsivo, .fechar-menu{
display: flex;
}
.menu-principal{
width: 100%;
position: fixed;
top: 0;
right: 0;
background: rgba(120, 0, 222, 0.95);
height: 100vh;
z-index: 99;
display: none;
}
header .menu-principal > ul{
display: block;
width: 350px;
background: #fff;
height: 100vh;
margin-top: 0;
position: absolute;
right: 0;
transform: translateX(+350px);
transition: all 350ms ease-in-out;
overflow: auto;
padding: 30px;
}
header .menu-principal > ul > li{
margin-left: 0;
margin-right: 0;
}
header .menu-principal > ul > li > a {
display: block;
text-align: left;
font-size: 18px;
padding: 10px;
margin-right: 0;
border: 0;
text-align: center;
color: #454545;
}
header .menu-principal > ul > li:last-child{
display: block;
}
header .menu-principal > ul > li:last-child > a {
padding: 5px 25px;
text-align: center;
}
header .menu-principal > ul.transform{
transform: translateX(0px);
}
header .menu-principal > ul > li > a:before{
bottom: 0;
}
section#criacao-e-design > .container > .row{
flex-direction: flex-direction: column-reverse;;
}
section#criacao-e-design > .container > .row .col-lg-5{
text-align: center;
margin-top: 30px;
}
.listagem-midias{
padding: 0 60px;
}
.listagem-midias.owl-carousel .owl-nav button.owl-next, 
.listagem-midias.owl-carousel .owl-nav button.owl-prev{
top: 82px;
}
section#depoimentos .col-lg-4 img{
display: none;
}	
section#capacitacoes{		
background-position: left;
}
}
@media only screen and (max-width: 767px) {
.wow{
animation-delay: 0ms !important;
}
.listagem-diferenciais li {
padding: 10px;
background: #7800de;
}
.flip-card,
.flip-card-front, 
.flip-card-back,
.flip-card-inner{
height: auto;
}
.flip-card-front{
padding: 10px;
cursor: pointer;
}
.flip-card-front, 
.flip-card-back{
position: relative;
}
.flip-card-back {
transform: inherit;
color: #fff;
padding: 10px;
box-shadow: none;
display: block;
}
.flip-card:hover .flip-card-inner {
transform: none;
}
.listagem-artigos{
padding: 0 60px;
}
.listagem-artigos.owl-carousel .owl-nav button.owl-next, 
.listagem-artigos.owl-carousel .owl-nav button.owl-prev{
top: 82px;
}
.listagem-consultorias li {
height: auto;
}
footer{
text-align: center;
}
footer .container > div > div{
margin: 20px 0;
}
footer .logo img{
max-width: 150px;
}
}
@media only screen and (max-width: 576px) {	
.logo:before{
left: 0px;		
}
.logo:after {
left: -13px;		
}
header .mobile span{
letter-spacing: 0;
}
header .mobile {
border-radius: 20px;
padding: 9px 5px 0 10px;
}
header .mobile a {
margin-right: 5px;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
border: 0;
opacity: 0.9;
width:14px;
}
.cta{
letter-spacing: 0;
}
header .menu-principal > ul{
width: 100%;
transform: translateX(+100%);
}
header .logo{
padding-left: 20px;
}
section#home{
height: 70vh;
}
.banner-principal li:before {
animation: slide 10s linear infinite;
}
.listagem-diferenciais,
.listagem-consultorias,
.listagem-depoimentos,
.listagem-artigos,
.listagem-capacitacoes,
.listagem-midias{
padding: 0 20px;
}
section#banner-intermediario .bg-cover{
margin: 0 20px;
padding: 20px;
}
.listagem-depoimentos.owl-carousel .owl-nav button.owl-next, 
.listagem-depoimentos.owl-carousel .owl-nav button.owl-prev{
top: auto;
bottom: 40px;
}	
}
span.wpcf7-not-valid-tip{
font-size: 12px;
color: #d84141;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output{
border: 1px solid #f7b7b7;
color: #c35959;
background: #ffe4e4;
font-size: 12px;
padding: 5px 20px;
}
.wpcf7 form.sent .wpcf7-response-output {
border: 1px solid #a3e4b4;
color: #59c375;
background: #dbffe4;
font-size: 12px;
padding: 5px 20px;
}
body.login{
padding-top: 0;
background: #cacaca;
}
.login h1 a {
background-image: url(//consultoriauna.com.br/wp-content/themes/unaconsultoria/img/logo-rodape.png);
background-size: 114px 71px;
width: 114px;
height: 71px;
} .pagination{
width: 100%;
margin-top: 50px;
text-align: center;
}
.pagination h2{
display: none;
}
.nav-links {
width: 100%;
text-align: center;
}
.pagination .nav-links span,
.pagination .nav-links a{
padding: 3px 15px;
display: inline-block;
margin-right: 15px;
color: #454545;
font-weight: bold;
-webkit-transition: all 350ms ease-in-out;
-moz-transition: all 350ms ease-in-out;
-ms-transition: all 350ms ease-in-out;
-o-transition: all 350ms ease-in-out;
transition: all 350ms ease-in-out;
border-bottom: 2px solid  #fff;
}
.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links .current{
border-color: #fffc00 ;
color: #7800de ;
}
.pagination .nav-links .next,
.pagination .nav-links .prev{
color: #454545;
border:0px;
}
.pagination .nav-links .next:hover,
.pagination .nav-links .next:focus,
.pagination .nav-links .prev:hover,
.pagination .nav-links .prev:focus{
color: #7800de ;
}