/*
Theme Name: SP Terminais
Theme URI: https://spterminais.com
Author: Laís Santos
Author URI: laissantostz@gmail.com
Description: Tema para o site da SP Terminais em 2023.
Version: 1.0
*/

#revisionsdiv,
#post-status-info{
  display: none !important;
}
/* Estilos Gerais */
html,
body,
main,
footer,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  color: #000;
  letter-spacing: .2px;
}
.btn-link:hover,
a,
a:hover,
a:focus,
a:active {
  border: none;
  outline-style: none;
  text-decoration: none;
  transition: ease-in-out .2s;
}
body {
  position: relative;
}
main {
  padding-top: 99px;
}
main section {
  overflow: hidden;
}
.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 0px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #FFFFFF00;
  border: 1px solid #FFFFFF;
  padding: 18px 35px 18px 35px;
  display: block;
  transition: all .3s;
  position: relative;
  width: fit-content;
}
.cta:hover {
  color: #000000;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
}
.cta.black{  
  color: #000000;
  border-color: #000000;
}
.cta.black:hover { 
  background-color: #000000; 
  color: #FFFFFF;
  border: 1px solid #000000;
}
header .trp-language-switcher {
  width: fit-content;
}
header .trp-language-switcher > div {
  border: 0;
  padding: 0;
  background: none;
}
header .trp-language-switcher > div > a {
  line-height: 24px;
}
header .trp-language-switcher > div > a > img {
  width: 30px;
  height: auto;
}
/* Estilos Header */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.secao-cabecalho{
	background-color: #fff;
  width: 100%;
  border-bottom: 5px solid #8AB63F;
  padding: 20px 0;
}
.navbar-brand{
  padding: 0 !important;
  margin: 0;
}
.navbar-brand img {
  width: 100%;
  height: 55px;
}
.navbar a {  
  color: #0F4586;
  font-family: Poppins;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 100.563%;
  padding: 0 12px;
  transition: ease-in-out .2s;
	position: relative;
}
.navbar .menu-item a:hover:before,
.current-menu-item a:before{
  content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translatex(-50%);
	width: 50px;
	height: 2px;
	background: #8AB63F;
}
.navbar-brand:hover {
  border: none !important;
}
.navbar a i {
  color: #00A33D;
  font-size: 16px;
}
.navbar .icones a {
 padding: 0 5px;
}
/* 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: #00A33D;
}
.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: 70px;
  left: 0;
  list-style: none;
  padding: 0;
  background: #fff;
  width: 300px;
}
.navbar .sub-menu a {
  line-height: 1em;
  text-align: left;
  padding: 0 12px;
  padding-bottom: 20px;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children:hover .sub-menu{
  display: block;
}
header .first-sub .sub-menu{
  padding-left: 20px;
}
/* Página inicial */
.banner-principal {
  position: relative;
}
.slick-dots li button:before {
  font-size: 40px;
  color: #8AB63F;
  opacity: .5;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #8AB63F;
}
.slick-dots li button {
  padding: 0;
}
.titulo {
  color: #238BCB;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100.563%; 
  margin-bottom: 40px;
}
.titulo.white {
  color: #fff;
}
#home .secao-numeros {
  background: #8AB63F;
}
#home .sobre {
  background: #fff;
}
#home .sobre img {
  max-width: 400px;
}
#home .sobre .botao {
  background: #238BCB;
  border-top-right-radius: 100px;
  height: fit-content;
  padding: 40px 80px 40px 40px;
  margin-top: 40px;
  color: #FFF;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 300;
  line-height: 1em;
}
.links .box .titulo {
  color: #FFF;
  font-size: 2em;
  font-style: normal;
  font-weight: 600;
  line-height: 100.563%; 
}
.links .box h3 {
  color: #FFF;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 600;
  line-height: 100.563%; 
  margin-bottom: 20px;
}
.links .box img{
  height: 100%;
  object-fit: cover;
}
.links .box .texto {
  padding-bottom: 30px;
}
.links .box p {
  color: #FFF;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.links .box-parcerias {
  background: #238BCB;
  padding: 60px 20px 0 20px;
  height: 100%;
}
.links .box-terminais {
  background: #89B63F;
  padding: 0 20px;
}
.links .box .texto {
  padding-top: 20px;
}
.links .box.box-terminais img {
  height: 320px;
}
.links .box-trabalhe {
  background: #0F4586;
  padding: 30px 20px;
  border-bottom-right-radius: 40px;
}
/* Página Sobre */
.interna .topo-page {
  position: relative;
}
.interna .topo-page::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0F4586;
  z-index: 2;
  opacity: .7;
}
.interna .topo-page::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/uploads/2023/11/eb3e4970c810eea0c7c0eb10ef8c5892.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 3;
}
.interna .topo-page .row{
  height: 220px;
  position: relative;
  z-index: 10;
}
.interna .topo-page h1,
.interna .topo-page h2 {
  color: #FFF;
  text-align: center;
  font-size: 2em;
  font-style: normal;
  font-weight: 700;
  line-height: 123.563%;
}
/* Página Notícias */
#artigos {
  padding: 100px 0 60px 0;
}
#artigos .posts .box {
  display: block;
  margin-bottom: 20px;
}
#artigos .posts .box .topo{
  position: relative;
}
#artigos .posts .box .topo img{
  height: 280px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
#artigos .posts .box .texto {
  padding: 30px;
  box-shadow: 0px 17px 80px #E8E9EA;
  height: 100%;
  border-radius: 0 0 20px 20px;
}
#artigos .posts .box .texto .data span{
  color: #585858;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100.563%;
  margin-left: 5px;
  display: block;
}
#artigos .posts .box h2 {
  color: #585858;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 150.563%; 
  margin: 20px 0 40px 0;
}
#artigos .posts .box .link {
  color: #8AB63F;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 100.563%; 
}
#artigos .page-numbers {
  border: 1px solid #00B443;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
#artigos .page-numbers.current,
  #artigos .page-numbers:hover {
  background: #00A33D;
  color: #fff;
}

/* Página Sobre */
.sobre {
  background: #EEEDEB;
  padding: 60px 0;
}
.sobre p {
  margin-bottom: 15px;
  color: #585858;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 185%; 
}
.sobre p:last-child {
  margin-bottom: 0;
}
#sobre .sobre .right {
  position: relative;
}
#sobre .sobre .right::before {
  content: '';
  position: absolute;
  right: 0;
  top: -12px;
  border-radius: 20px;
  background: #8AB63F;
  width: 70%;
  height: 340px;
  z-index: 1;
}
#sobre .sobre .right img {
  position: relative;
  z-index: 2;
  height: 315px;
  border-radius: 22px;
}
.secao-numeros {
  padding: 60px 0;
  background: linear-gradient(270deg, #89B63F -0.78%, #53AD4B 34.38%, #2AA08A 62.2%, #1692D8 99.99%);
}
.secao-numeros .box img{
  height: 74px;
  object-fit: contain;
  margin-bottom: 15px;
}
.secao-numeros .box h4{
  color: #FFF;
  font-size: 1.8em;
  font-style: normal;
  font-weight: 700;
  line-height: 100.563%;
  text-transform: uppercase;
}
.secao-numeros .box p{
  color: #FFF;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 100.563%;
}
#sobre .acreditamos {
  padding: 60px 0;
}
#sobre .acreditamos .box svg {
  margin-bottom: 15px;
}
#sobre .acreditamos .box p {
  color: #585858;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 185%;
}
#sobre .missao {
  padding: 60px 0;
  background: #EEEDEB;
}
#sobre .missao h3 {
  color: #238BCB;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em; 
  letter-spacing: 0.183px;
  margin-left: 20px;
}
#sobre .missao .titulo {
  margin-bottom: 20px;
}
#sobre .missao .titulo svg {
  height: 50px;
}
#sobre .missao .texto p{
  color: #585858;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}
#sobre .missao .box {
  background: #fff;
  border-radius: 20px;
  padding: 40px 40px 60px 40px;
  margin-top: 40px;
}
#sobre .missao .itens p {
  color: #585858;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  margin-left: 15px;
}
#sobre .caracteristicas {
  padding: 60px 0;
}
#sobre .caracteristicas .itens p {
  color: #585858;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  margin-left: 15px;
}
#sobre .caracteristicas .itens .box {
  border-radius: 24px;
  height: 200px;
  padding: 30px;
  position: relative;
}
#sobre .caracteristicas .itens .box::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  border-radius: 24px;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
  opacity: .9;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#sobre .caracteristicas .itens .box p{
  color: #fff;
  position: relative;
  z-index: 3;
}
#sobre .caracteristicas .itens .box svg {
  position: relative;
  z-index: 3;
}
/* Página Parcerias */
#parcerias .sobre {
  background: #F2F2F2;
  padding: 60px 0;
}
#parcerias .sobre h3 {
  color: #585858;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 185%; 
  border-bottom: 2px solid #8AB63F;
  width: fit-content;
  margin-bottom: 30px;
}
#parcerias .sobre p {
  color: #585858;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 185%;
}
#parcerias .sobre a {
  display: block;
  margin-bottom: 20px;
}
#parcerias .sobre svg {
  margin-right: 15px;
}
#parcerias .sobre .box {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}
#parcerias .sobre .box a{
  color: #238BCB;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 185%;
  margin-bottom: 0;
}
#parcerias .mapas {
  padding: 60px 0;
}
#parcerias .card {
  border-radius: 10px;
  background: #F2F2F2;
  margin-bottom: 15px;
}
#parcerias .card button {
  color: #585858;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 185%;
  border-bottom: 2px solid #8AB63F;
  width: fit-content;
}
#parcerias .card .card-body img {
  margin:  0 auto;
  display: block;
}


/* Página Terminais */
#terminais .linhas {
  background: #EEEDEB;
  padding: 60px 0;
}
#terminais h3 {  
  color: #585858;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 185%;
  margin-bottom: 40px;
}
#terminais .linhas .botao {
  background: #FFFFFF;
  border-radius: 100px;
  color: #585858;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 185%; 
  display: block;
  padding: 15px;
  margin-bottom: 20px;
  transition: ease-in-out .3s;
}
#terminais .linhas .botao:hover,
#terminais .linhas .botao.active {
  color: #fff;
  background: linear-gradient(270deg, #89B63F -27.51%, #53AD4B 16.92%, #1692D8 99.82%);
}
#terminais .table thead {
  background: #238BCB;
  color: #fff;
  text-align: center;
}
#terminais .table thead .left{
  border-top-left-radius: 8px;
  border-right: 1px solid #fff;
}
#terminais .table thead .right{
  border-top-right-radius: 8px;
}
#terminais .table-striped tbody tr:last-child td {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#terminais .table-striped tbody tr:nth-of-type(even) {
  background: #fff;
}
#terminais .table-striped tbody tr:nth-of-type(odd) {
  background: #EEEDEB;
}
#terminais .table span {
  display: inline-block;
  background: linear-gradient(270deg, #89B63F -27.51%, #53AD4B 16.92%, #1692D8 99.82%);
  color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
}
#terminais .table td, 
#terminais .table th {
  vertical-align: middle;
}
#terminais .table p {
  color: #585858;
  font-weight: 600;
  font-size: 15px;
}
#terminais .lojas {
  padding: 60px 0;
}

/* Página Notícia interna */
.single .secao-principal {
  background: #F2F2F2;
}
.single h1 {
  color: #000;
  text-align: center;
  font-size: 2em;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0;
}
.single .thumb-post {
  border-radius: 20px;
}
.single .texto-post p,
.single .texto-post li {
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 15px;
  color: #616161;
}
.single .texto-post li {
  line-height: 14px;
  margin-bottom: 2px;
}
.single .texto-post img {
  border-radius: 20px;
  margin-bottom: 20px;
}
.single .texto-post h2{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 136%; 
}

/* Página Contato */
#contato .formulario { 
  background: #F2F2F2;
  padding: 60px 0;
}
#contato .formulario h2 {
  color: #585858;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 185%;
  margin-bottom: 40px;
}
#contato .formulario form {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}
#contato .formulario input{
  height: 50px;
  padding: 15px 30px;
  font-size: 15px;
  border-radius: 10px;
  border: 1px solid #8AB63F;
  background: #FFF;
}
#contato .formulario input::placeholder {
  color: #1C0031;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}
#contato .formulario textarea {
  padding: 15px 30px;
  border-radius: 10px;
  border: 1px solid #8AB63F;
  background: #FFF;
}
#contato .formulario textarea::placeholder {
  color: #1C0031;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}
#contato .formulario input[type="checkbox"],
#contato .formulario input[type="radio"]{
  padding: 0;
  height: auto;
}
#contato .formulario .cta {
  border-radius: 100px;
  background: linear-gradient(270deg, #89B63F -27.51%, #53AD4B 16.92%, #1692D8 99.82%);
  padding: 15px 60px;
}
#contato .imprensa {
  padding: 60px 0;
  position: relative;
}
#contato .imprensa::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0F4586;
  z-index: 2;
  opacity: .7;
}
#contato .imprensa .titulo {
  position: relative;
  z-index: 10;
}
#contato .imprensa .box-info {
  position: relative;
  z-index: 10;
  border-radius: 10px;
  border: 1px solid #DBDBDB;
  background: #fff;
  padding: 40px 60px;
}
#contato .imprensa .box-info span {
  color: #585858;
  text-align: center;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  display: block;
}
#contato .imprensa .box-info p,
#contato .imprensa .box-info a {
  color: #585858;
  text-align: center;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 700;
  line-height: 107%;
  display: block;
}
#contato .imprensa .box-info .text {  
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#contato .imprensa .box-info .text:last-child {  
  margin-bottom: 0;
  border: none;
}
#contato.trabalhe .wpcf7-radio.form-control {
  background: transparent;
  border: none;
}


/* Footer */
footer .topo{
  background: #F8F8F8;
  padding: 30px 0;
}
footer .topo a{
  color: #238BCB;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 100.563%;
}
footer .copy {
  background: linear-gradient(270deg, #89B63F -0.78%, #53AD4B 34.38%, #2AA08A 62.2%, #1692D8 99.99%);  
  padding: 30px 0;
}
footer .copy p,
footer .copy p a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 0;
}
/* 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;
  }
  .navbar a {
    line-height: 1.5em;
    text-align: left;
    color: #00B443;
  }
  .navbar .sub-menu {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: auto;
    padding-left: 20px;
    margin-top: 10px;
  }
  .navbar .sub-menu a{
    font-size: .85em;
  }
  .banner-principal .conteudo h1 {
    font-size: 2em;
  }
  .banner-principal .conteudo {
    padding: 15px;
  }
  .banner-principal .row {
    min-height: 0;
  }
  .links .box .titulo {
    font-size: 1.5em;
  }
  .interna .topo-page .row {
    height: 150px;
  }
}
@media (max-width: 768px) { 
	.navbar .sub-menu{
		top: 0 !important;
	}
	.navbar .sub-menu li a{
		padding: 5px 15px !important;
		text-align: left !important;
	}
  .navbar-brand img {
    max-width: 150px;
    object-fit: contain;
  }
  .subtitulo {
    font-size: 2em;
    line-height: 1.5em;
  }
  .sobre {
    padding: 20px 0;
  }
  .sobre p {
    font-size: 1em;
  }
  #home .sobre .botao {
    padding: 20px 40px 20px 20px;
    font-size: 1em;
  }
  #home .sobre .content {
    padding: 20px;
  }
  .links .box-terminais .col-md-5 {
    padding-left: 0;
  }
  .links .box-parcerias {
    padding: 40px 20px 0 20px;
    margin: 20px 0;
  }
  .titulo {
    font-size: 2em;
  }
  #sobre .sobre .right {
    margin-top: 40px;
  }
  #sobre .missao .box {
    padding: 20px 0;
  }
  #terminais .lojas img {
    width: 100%;
    padding: 0 30px;
  }
  #parcerias .sobre .box {
    margin: 0 15px;
    padding: 20px;
  }
  #parcerias .card .card-body img {
    width: 100%;
  }
  #contato .formulario form {
    padding: 20px;
  }
  #contato .imprensa .box-info {
    margin: 0 15px;
    padding: 30px;
  }
}

.links .box .titulo{
    padding-left: 0;
}