/*
Theme Name: Lincy
Theme URI: https://lincyvertelt.com
Author: Laís Santos
Author URI: laissantostz@gmail.com
Description: Tema para o site da Lincy em 2024.
Version: 1.0
*/

/* Font */
@font-face {
  font-family: 'Helvetica';
  src: url('assets/font/Helvetica/Helvetica-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('assets/font/Helvetica/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Bold';
  src: url('assets/font/Helvetica/Helvetica-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Oblique';
  src: url('assets/font/Helvetica/Helvetica-BoldOblique.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
/* Estilos Gerais */
html,
body,
main,
footer,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica', sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  color: #000;
}
.btn,
.btn-link:hover,
a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus {
  border: none;
  outline-style: none;
  text-decoration: none;
  box-shadow: none;
  transition: ease-in-out .2s;
}
body {
  position: relative;
}
main {
  padding-top: 80px;
  overflow: hidden;
}
strong {
  font-weight: 800;
}
.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta {
  font-size: .85em;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  line-height: normal;
  color: #424145;
  background-color: transparent;
  border: none;
  padding: 10px 35px;
  display: block;
  transition: ease-in-out .3s;
  position: relative;
  width: fit-content;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 2px;
  background-size: contain;
  background-repeat: no-repeat;
}
.cta:hover {
  color: #000;
}
/* Estilos Header */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
header .topo{
  padding-bottom: 20px;
}
header .topo a,
header .topo span {
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #9f9f9f;
  font-size: .85em;
  font-weight: 600;
}
header .topo a:hover { 
  color: #444c80;
  text-decoration: underline;
}
.secao-cabecalho{
  width: 100%;
  padding: 20px 0;
}
.navbar-brand{
  padding: 0 !important;
  margin: 0;
}
.navbar-brand img {
  width: 100%;
  max-width: 230px;
}
.navbar a {  
  font-family: 'Helvetica Bold', sans-serif;
  color: #202020;
  font-size: .85em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 35px;
  transition: ease-in-out .2s;
	position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.navbar li:last-child a{
  padding-right: 0;
}
.navbar .menu-item {
  position: relative;
}
/* .navbar .menu-item a:hover:before,
.current-menu-item a:before{
  content: '';
	position: absolute;
	bottom: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
  background-image: url('assets/img/vetor-menu.svg');
  background-position: center;
  z-index: 99999999;
} */
.navbar .menu-item a:hover,
.current-menu-item a{
  color: #959595;
}
.navbar-brand:hover {
  border: none !important;
}
.navbar a.cta{
  padding: 10px 35px;
  color: #fff;
  font-size: .85em;
}
.navbar a.cta:hover{
  color: #29367C;
}
.formulario .wpcf7-spinner {
  display: none;
}
.formulario .form-control {
  border-radius: 10px;
  border: 1px solid #DBDBDB;
  background: #FFF;
  height: 50px;
  font-family: 'Helvetica', sans-serif;
  color: #000;
  font-size: .85em;
  font-style: normal;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 2px;
}
.formulario textarea.form-control {
  height: auto;
}
.form-control:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}
.form-control::placeholder {
  font-family: 'Helvetica', sans-serif;
  color: #000;
  font-size: .85em;
  font-style: normal;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 2px;
}
/* Estilos Menu */

.menu-open-close {
  position: relative;
}
.menu-toggle {
  width: 25px;
  border-radius: 11px;
  display: none !important;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.menu-toggle span {
  font-weight: 600;
  line-height: 40px;
  color: #b5b5b5;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  width: 25px;
  border-radius: 11px;
  height: 2px;
  display: block;
  background: #000;
}
.menuToggle {
  display: none;
  position: relative;
  z-index: 2;
  width: 60px;
  height: 40px;
  cursor: pointer;
}
.menu-lateral {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: -120%;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  transition: 0.5s;
  overflow-y: hidden;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  padding-top: 100px
}
.close-button {
  position: absolute;
  top: 40px;
  right: 20px;
  cursor: pointer;
}
.close-button span {
  color: #b5b5b5;
  font-size: 28px;
  font-weight: 300;
  line-height: 48px;
}
.menu::-webkit-scrollbar {
  display: none;
}
.menu-lateral ul {
  overflow-y: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
.menu-lateral ul li {
  list-style: none;
}
.menu-lateral.active {
  left: 0;
  overflow: auto;
}
.navbar .sub-menu {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  list-style: none;
  padding: 20px;
  border-radius: 9px;
  background: #FFF;
  box-shadow: 0px 4px 20.3px 0px rgba(0, 0, 0, 0.21);
  width: 200px;
  z-index: 5;
}
.navbar .sub-menu li {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.navbar .sub-menu a {
  color: #202020;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  padding: 0 12px 12px 0;
  text-transform: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.navbar .sub-menu a::before,
.navbar .sub-menu a:hover:before {
  content: none;
}
.navbar .sub-menu a:hover {
  opacity: .8;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children:hover .sub-menu{
  display: block;
}
/* Página inicial */
.banner-principal {
  position: relative;
  padding: 50px 0 60px 0;
}
.banner-principal .slick-dots {
  bottom: -40px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots li {
  width: 12px;
  height: 12px;
}
.slick-dots li.slick-active {
  width: 40px;
}
.slick-dots li button:before {
  font-size: 0;
  background: transparent;
  border: 2px solid #0096B8;
  border-radius: 50%;
  opacity: .5;
  width: 12px;
  height: 12px;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #0096B8;
  width: 40px;
  border-radius: 100px;
  border: 2px solid transparent;
}
.slick-dots li button {
  padding: 0;
}
.slick-arrow {
  background: #0096B8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.slick-arrow:hover {
  background: #0096B8;
}
.titulo {
  font-family: 'Roboto Mono', monospace;
  color: #fff;
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 1em; 
  margin: 0 auto;
  padding: 0 5px;
  margin-bottom: 40px;
  position: relative;
  text-transform: uppercase;
  background: #000;
  width: fit-content;
}
.titulo.white {
  color: #fff;
}
.texto p {
  color: #000;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
#home .secao-sobre .texto {
  position: relative;
}
#home .secao-sobre .texto .vetor-absolute {
  position: absolute;
  left: 280px;
  top: -30px;
}
#home .secao-sobre h2 {  
  font-family: "Roboto Mono", monospace;
  letter-spacing: 3px;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 20px;
}
#home .secao-sobre p {  
  font-family: 'Helvetica Oblique';
  letter-spacing: 2.5px;
  font-size: .85em;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 40px;
}
#home .secao-sobre p strong {  
  background: #000;
  color: #fff;
  line-height: 2em;
}
#home .secao-welcome {
  padding: 60px 0;
}
#home .secao-welcome h2 {  
  font-family: "Roboto Mono", monospace;
  letter-spacing: 3px;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
}
#home .secao-welcome p {  
  color: #fff;
  letter-spacing: 2.5px;
  font-size: .85em;
  line-height: 1.5em;
  font-weight: 300;
  margin-bottom: 30px;
}
#home .secao-welcome p strong {  
  font-family: 'Helvetica Oblique';
  letter-spacing: 2.5px;
  color: #fff;
  line-height: 2em;
}
#home .secao-welcome .right p {  
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .8em;
  line-height: 2em;
  font-weight: 400;
  margin-bottom: 40px;
}
#home .secao-welcome .right .cta {  
  background: #fff;
}
.secao-instagram .titulo {
  margin-bottom: 20px;
}
.secao-instagram .subtitulo {
  font-family: 'Roboto Mono', monospace;
  letter-spacing: .2px;
}

/* Página Who is she */
#sobre .main {
  position: relative;
  margin: 100px 0;
}
#sobre .main h1 {
  font-family: "Special Elite", system-ui;
  text-transform: uppercase;
  position: absolute;
  bottom: 50px;
  left: -120px;
  transform: rotate(270deg);
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 2em;
}
#sobre .main img {
  padding-left: 30px;
}
#sobre .texto {
  position: relative;
}
#sobre .texto .vetor-absolute {
  position: absolute;
  right: 0;
  bottom: 0;
}
#sobre .texto p{
  letter-spacing: 2px;
  line-height: 1.8em;
  font-size: .9em;
  margin-bottom: 25px;
}
#sobre .texto p strong{
  font-weight: 600;
}
#sobre .texto h2 {  
  font-family: "Special Elite", system-ui;
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 25px;
}
#sobre .texto img,
#sobre .image img {
  margin: 60px 0;
}
#sobre .texto p.has-text-align-right:nth-child(1) {
  padding-top: 100px;
}
#sobre .texto blockquote,
#sobre .texto blockquote p {
  padding: 30px 60px 30px 60px;
  font-family: "Special Elite", system-ui;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8em;
}
#sobre .texto blockquote strong,
#sobre .texto blockquote p strong{
  font-weight: 600;
  font-style: normal;
  font-family: "Special Elite", system-ui;
  line-height: 1.8em;
}
#sobre .phrase h2 {
  font-weight: 700;
}
#sobre .texto h3 {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 20px 0;
}
#sobre .last h2 {
  font-size: .85em;
}
#sobre .last .cta img {
  margin: 0;
}

/* Página Notícias */
.blog {
  padding: 60px 0;
}
.blog .posts .box {
  display: block;
  margin-bottom: 20px;
  border-radius: 0;
  background: transparent;
  transition: ease-in-out .2s;
}
.blog .posts .col-md-4:nth-child(3n + 2) .box {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}
.blog .posts .box .topo{
  position: relative;
}
.blog .posts .box .topo img{
  height: 350px;
  object-fit: cover;
}
.blog .posts .box .texto {
  padding: 30px 30px 30px 0;
  height: 100%;
}
.blog .posts .box h2 {
  font-family: 'Helvetica', sans-serif;
  color: #000;
  font-size: .85em;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; 
  margin-bottom: 5px;
  letter-spacing: 3px;
}
.blog .posts .box .texto .data{
  margin-bottom: 15px;
}
.blog .posts .box .texto .data span{
  color: #8a8a8a;
  font-size: .8em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: capitalize;
  letter-spacing: 2px;
}
.blog .posts .box .texto p{
  font-weight: 300;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1.75em;
  margin-bottom: 20px;
}
.blog .posts .box .link {
  color: #000;
  font-size: .8em;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  line-height: 1em;
}
.blog .page-numbers {
  border: 1px solid #0096B8;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  border-radius: 10px;
}
.blog .page-numbers.current,
  .blog .page-numbers:hover {
  background: #0096B8;
  color: #fff;
}
#blog {
  position: relative;
}
#blog .vetor-absolute {
  position: absolute;
  top: 0;
  left: 0;
}
#blog .posts {
  padding: 0 60px;
}
#blog .blog .posts .special-margin .box{
  margin-top: 60px;
}
#blog h1 {
  width: fit-content;
  padding: 5px 10px;  
  font-family: "Special Elite", system-ui;
  text-transform: uppercase;
  color: #3a3a3a;
  font-weight: 400;
  letter-spacing: 3px;
}
#blog .blog .posts .box h2 {
  font-family: "Special Elite", system-ui;
}


/* Página Notícia interna */
#blog.single {
  position: relative;
}
#blog.single .vetor-absolute{
  position: absolute;
  top: 40%;
  left: 0;
}
#blog.single .secao-principal {
  padding: 60px 0;
}
#blog.single h1 {
  color: #7cb475;
  font-family: "Special Elite", system-ui;
  padding: 0;
}
#blog.single .postagem .data span {
  color: #000;
  font-size: .85em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}
.single .texto-post p,
.single .texto-post li {
  color: #000;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 190%;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.single .texto-post li {
  line-height: 14px;
  margin-bottom: 2px;
}
.single .texto-post img {
  margin: 60px 0;
}
.single .texto-post h2,
.single .texto-post h3{
  font-size: 1.5em;
}
.single .texto-post h3 {
  font-size: 1.3em;
}
.single blockquote {
  padding: 60px;
  font-style: normal;
}
.single cite {  
  font-style: normal;
  letter-spacing: 2px;
  color: #678968;
  line-height: 1.5em;
}
.single .relacionados {
  padding: 0 0 60px 0;
}
.single .relacionados h2 {
  font-family: "Special Elite", system-ui;
  letter-spacing: 3px;
  color: #000;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-weight: 400;
}
#blog.single .relacionados .box h2 {
  font-family: "Helvetica", sans-serif;
  margin-bottom: 15px;
}


/* Página Contato */
#contato .secao-principal {
  margin: 60px 0 80px 0;
  position: relative;
}
#contato .vetor-absolute{
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 650px;
}
#contato h1{
  width: fit-content;
  padding: 5px 10px;
  font-family: "Special Elite", system-ui;
  text-transform: uppercase;
  color: #3a3a3a;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
#contato .texto {
  margin-bottom: 40px;
}
#contato p {
  font-family: 'Helvetica Oblique';
  letter-spacing: 3px;
  margin-bottom: 20px;
}
#contato p strong {
  font-family: 'Helvetica';
  letter-spacing: 3px;
  background: #000;
  color: #fff;
}
#contato .mail {
  text-decoration: underline;
  letter-spacing: 2px;
  font-size: 1.2em;
  margin-bottom: 40px;
  display: block;
  color: #000;    
}
#contato .cta {
  color: #000;    
}


/* Footer */
footer {
  padding: 100px 0 60px 0;
  position: relative;
}
.vetor-risco {
  position: absolute;
  left: -50px;
  top: 20px;
}
.vetor-sol {
  position: absolute;
  right: -40px;
  top: 0;
}
footer .left h2 {
  color: #373b72;
  letter-spacing: 2px;
  line-height: 1.5em;
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 30px;
}
footer .left p {
  margin-bottom: 30px;
}
footer .left p strong {
  background: #000;
  color: #fff;
  line-height: 1em;
  padding: 0 5px;
  letter-spacing: 3px;
  font-size: .95em;
}
.newsletter {
  margin-bottom: 40px;
}
.newsletter .form-group p {
  display: flex;
  align-items: center;
}
.newsletter .form-control {
  border: 0;
  border-bottom: 1px solid #000;
  color: #000;
  letter-spacing: 2px;
  border-radius: 0;
}
.newsletter .wpcf7-submit {
  background: transparent;
  border: 0;
  color: #000;
  font-family: 'Helvetica', sans-serif;
  font-size: .85em;
  font-weight: 600;
}
footer .social a {
  font-weight: 400;
  text-transform: uppercase;
  font-size: .8em;
  letter-spacing: 3px;
}
footer .right a {
  font-weight: 600;
  text-decoration: underline;
  letter-spacing: 2.5px;
  font-size: 1em;
  margin-bottom: 40px;
  display: block;
}
footer .right p {
  font-family: 'Roboto Mono', monospace;
  font-style: italic;
  font-size: .85em;
  font-weight: 300;
  line-height: 2em;
  color: #000;
}


/* Animação */
[data-anime]{
  opacity: 0;
  transition: .7s;
  transition-delay: .1s;
}
[data-anime="left"]{
  transform: translate3d(-30px, 0, 0);
}
[data-anime="right"]{
  transform: translate3d(30px, 0, 0);  
}
[data-anime="top"]{
  transform: translate3d(0, -30px, 0);  
}
[data-anime="down"]{
  transform: translate3d(0, 30px, 0);  
}
[data-anime].animate{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}


/* Responsividade */
@media (max-width: 991px) {
  .menu-toggle {
    display: flex !important;
    order: 0;
  }
  .navbar a {
    line-height: 1.5em;
    text-align: left;
  }
  .navbar .navbar-brand {
    margin-bottom: 0;
  }
  .navbar a::before {
    content: none;
  }
  .navbar .menu-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) { 
  .vetor-sol {
    max-width: 170px;
    width: 100%;
    right: 0;
  }
  .titulo {
    font-size: 1.8em;
  }
  .newsletter {
    margin-bottom: 20px;
  }
  #blog.single .secao-principal,
  .single .relacionados {
    padding: 40px 15px;
  }
  .blog .posts .box {
    padding: 0;
  }  
  .blog .posts .col-md-4:nth-child(3n + 2) .box {
    border: 0;
  }
  #blog .blog .posts .special-margin .box {
    margin-top: 0;
  }
  #blog .posts {
    padding: 0 15px;
  }
  .single .relacionados h2 {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}