/*
Theme Name: Renovatex Theme
Theme URI: https://renovatex.com.br
Author: Solvery
Author URI: https://solvery.com.br
Description: Tema oficial para o site Renovatex.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: renovatex-theme
*/

/* Products Section --------------------------------*/

/* Products Section --------------------------------*/

:root {
  --main-color: #003a66;
}

@font-face {
  font-family: "Ginger";
  src: url("./assets/fonts/Ginger/Ginger.otf") format("opentype");
}

@font-face {
  font-family: "Rubik";
  src: url("./assets/fonts/Rubik/Rubik-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Rubik";
  src: url("./assets/fonts/Rubik/Rubik-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Rubik";
  src: url("./assets/fonts/Rubik/Rubik-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Rubik";
  src: url("./assets/fonts/Rubik/Rubik-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Rubik";
  src: url("./assets/fonts/Rubik/Rubik-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Rubik";
  src: url("./assets/fonts/Rubik/Rubik-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Rubik";
  src: url("./assets/fonts/Rubik/Rubik-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Rubik";
  src: url("./assets/fonts/Rubik/Rubik-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Rubik";
  src: url("./assets/fonts/Rubik/Rubik-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Rubik";
  src: url("./assets/fonts/Rubik/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Rubik";
  src: url("./assets/fonts/Rubik/Rubik-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Rubik";
  src: url("./assets/fonts/Rubik/Rubik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Rubik";
  src: url("./assets/fonts/Rubik/Rubik-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Rubik";
  src: url("./assets/fonts/Rubik/Rubik-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

* {
  font-family: "Rubik";
}

html,
body {
  overflow-x: hidden !important;
}

html {
  scroll-behavior: smooth;
}

.bg-main {
  background-color: var(--main-color) !important;
  color: white;
}

.text-main {
  color: var(--main-color) !important;
}

.text-blue {
  color: #033a63;
}

.text-green {
  color: #006626;
}

.btn-success {
  background-color: #006626 !important;
  border-color: #006626 !important;
}

.btn-succes:hover {
  background-color: #0a8136 !important;
}

footer {
  background-color: #033a63;
  /* azul principal */
  color: white;
  font-size: 14px;
}

#contato a,
#trabalhe-conosco a {
  font-size: 14px;
}

footer a,
#contato a,
#trabalhe-conosco a {
  color: white;
  text-decoration: none;

  font-weight: lighter;
}

footer a:hover,
#contato a:hover,
#trabalhe-conosco a:hover {
  /* text-decoration: underline; */
  color: #2680c5;
}

.footer-logo img {
  max-width: 80%;
}

.footer-social a {
  display: inline-block;
  color: white;
}

.footer-social a:hover {
  color: #28a745;
  /* verde ao passar */
}

.footer-btn {
  display: block;
}

.footer-bottom {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  margin-top: 18px;
  padding-top: 10px;
  font-size: 13px;
  text-align: center;

  display: flex;
  justify-content: space-between;
}

.saiba-mais {
  border: none;
  border-radius: 12px;
  font-size: 16px;
  background-color: #006626;
  color: white;

  transition: all 0.3s;
}

.saiba-mais:hover {
  background-color: #0a8136;
  color: white;
}

.map-top-image {
  height: 453px;

  background: url("../images/img-bg-colorido-base-09.png");
  background-position: bottom;
  background-size: auto;
  background-repeat: no-repeat;
}

.btn-green {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  font-size: 16px;

  background-color: #006626;
  color: white;
  border-radius: 8px;
  padding: 4px 21px 4px 21px;

  transition: all 0.3s;

  text-decoration: none;
  text-align: center;
}

.btn-green:hover {
  background-color: #127436;
}

.btn-blue {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  font-size: 16px;

  background-color: #003a66;
  color: white;
  border-radius: 8px;
  padding: 4px 21px 4px 21px;

  transition: all 0.3s;

  text-decoration: none;
  text-align: center;
}

.btn-blue:hover {
  background-color: #006626;
}

.btn-cliente {
  font-size: 16px;
  width: 160px;

  background-color: white;
  color: #003a66;
  font-weight: 500;
}

.border-footer {
  border-left: 2px solid #0d4e80;
  font-weight: lighter;
  padding-left: 24px;
}

.navbar-custom {
  transition: all 0.2s ease;
}

.nav-item.social {
  margin-left: 80px;
}

.navbar-custom .navbar-nav {
  font-size: 0.8rem;
  gap: 3.5rem;
}

#navbarNav .nav-item {
  font-size: 16px;
  font-weight: lighter;
}

.navbar-solid .btn-cliente,
.navbar-transparent .btn-cliente:hover {
  background-color: #003a66;
  color: white;
}

.navbar-transparent .btn-cliente,
.navbar-solid .btn-cliente:hover {
  background-color: white;
  color: #003a66;
}

.navbar-solid .btn-cliente:hover {
  border: 1px solid #003a66;
}

.navbar-custom .nav-link {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.navbar-transparent {
  height: 140px;
  background-color: transparent !important;
}

.navbar-solid {
  height: 91px;
  background-color: #fff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.instagram {
  font-size: 28px;
}

.facebook {
  font-size: 28px;
}

.navbar-transparent .instagram,
.navbar-transparent .facebook {
  color: white;
}

.navbar-solid .instagram,
.navbar-solid .facebook {
  color: #003a66;
}

.navbar-solid .nav-link {
  color: #003a66;
}

.navbar-solid .container {
  background-color: white;
}

.navbar-transparent .nav-link {
  color: white;
}

.navbar-transparent .nav-link:focus {
  color: white;
}

.navbar-transparent #logo-black {
  display: none;
}

.navbar-transparent #logo-white {
  display: block;
}

.navbar-transparent .navbar-toggler {
  background-color: white;
}

.navbar-solid #logo-black {
  display: block;
}

.navbar-solid #logo-white {
  display: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.image-background {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  object-fit: cover;
}

.header-wrapper {
  position: relative;
  height: 778px;
  overflow: hidden;
}

.overlay-text {
  color: white;
  text-align: center;
  font-size: 80px;
  line-height: 1.2em;
  padding-bottom: 20px;

  font-family: "Ginger";
}

.image-overlay {
  color: white;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  padding: 0% 20% 0% 20%;

  background-color: rgba(0, 0, 0, 0.6);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

.whatsapp-float {
  text-decoration: none;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 24px;
  right: 24px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 36px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.whatsapp-float:hover {
  background-color: #1ebe57;
  color: #fff;
}

@media (max-width: 990px) {
  .nav-item.social {
    margin-left: 0px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .border-footer {
    border: none;
    padding-left: 0px;
  }

  .saiba-mais {
    width: 100%;
  }

  .btn-blue {
    width: 100%;
  }

  .border-footer {
    border: none;
  }

  .navbar-custom .navbar-nav {
    gap: 0.1rem;
  }

  #navbarNav {
    margin-top: 8px;
    background-color: white;
    border-radius: 8px;
  }

  #navbarNav .navbar-nav {
    gap: 0px;
  }

  #navbarNav .nav-link {
    color: black;
    text-align: start;
  }

  #navbarNav .nav-item {
    width: 90%;
    border-top: solid 1px #eee !important;
    display: flex;
    justify-content: center;
  }

  .navbar-transparent .instagram,
  .navbar-transparent .facebook {
    color: #003A66;
  }
}

@media (max-width: 1280px) {
  .overlay-text {
    font-size: 36px;
  }
}

@media (max-width: 660px) {
  .overlay-text {
    font-size: 52px;
  }
}

@media (max-width: 344px) {
  .overlay-text-wrap {
    text-wrap: wrap;
  }
}

@media (max-width: 768px) {

  .post-content .alignright,
  .post-content .alignleft {
    float: none !important;
    display: block !important;
    margin: 0 auto 1.5em auto !important;
    /* centraliza e dá espaço abaixo */
    text-align: center;
  }

  .post-content .alignright img,
  .post-content .alignleft img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
  }
}

.single-post .post-content .alignright img,
.single-post .post-content .alignleft img {
  margin: 0px !important;
}