/*
 * 
Theme Name: Actmob 2024 - Site institucional
Author: Jean Andrade
Author URI: https://actmob.com/
Description:  Tema desenvolvido exclusivamente pela Actmob para seu site.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Actmob
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

:root {
  --act_theme_font_14px: 0.875rem;
  --act_theme_font_40px: 2.5rem;
  --act_theme_font_64px: 4rem;
}

a {
  text-decoration: none;
}

* {
  outline: none;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

b,
strong {
  font-weight: bold;
}

figure {
  margin-bottom: 0;
}

p {
  line-height: 125%;
}

main > p,
p {
  margin: 0;
}

ul {
  padding: 0;
}

html {
  padding: 0;
  margin: 0 !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #f9f9f9;
  line-height: 160%;
  color: var(--act_theme_cor_4);
  scroll-padding-top: 75px;
  scroll-behavior: smooth;
  max-width: 2400px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-dep {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-custom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px;
}
.container-custom-2 {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0px 20px;
}
.container-low {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 20px;
}

.bg_act_theme_cor_1 {
  background-color: var(--act_theme_cor_1);
}

.bg_act_theme_cor_2 {
  background-color: var(--act_theme_cor_2);
}

.bg_act_theme_cor_3 {
  background-color: var(--act_theme_cor_3);
}

.bg_act_theme_cor_4 {
  background-color: var(--act_theme_cor_4);
}

.bg_act_theme_cor_5 {
  background-color: var(--act_theme_cor_5);
}

.bg_act_theme_cor_6 {
  background-color: var(--act_theme_cor_6);
}

.bg_act_theme_cor_7 {
  background-color: var(--act_theme_cor_7);
}

.bg_act_theme_cor_8 {
  background-color: var(--act_theme_cor_8);
}

.bg_act_theme_cor_9 {
  background-color: var(--act_theme_cor_9);
}

.bg_act_theme_cor_10 {
  background-color: var(--act_theme_cor_10);
}

.text_act_theme_cor_1 {
  color: var(--act_theme_cor_1);
}

.text_act_theme_cor_2 {
  color: var(--act_theme_cor_2);
}

.text_act_theme_cor_3 {
  color: var(--act_theme_cor_3) !important;
}

.text_act_theme_cor_4 {
  color: var(--act_theme_cor_4);
}

.text_act_theme_cor_5 {
  color: var(--act_theme_cor_5);
}

.text_act_theme_cor_6 {
  color: var(--act_theme_cor_6);
}

.text_act_theme_cor_7 {
  color: var(--act_theme_cor_7);
}

.text_act_theme_cor_8 {
  color: var(--act_theme_cor_8);
}

.text_act_theme_cor_9 {
  color: var(--act_theme_cor_9);
}

.text_act_theme_cor_10 {
  color: var(--act_theme_cor_10);
}

.size_act_theme_font_xs {
  font-size: var(--act_theme_font_xs);
}

.size_act_theme_font_sm {
  font-size: var(--act_theme_font_sm);
}

.size_act_theme_font_md {
  font-size: var(--act_theme_font_md);
}

.size_act_theme_font_lg {
  font-size: var(--act_theme_font_lg);
}

.size_act_theme_font_xg {
  font-size: var(--act_theme_font_xg);
}

.size_act_theme_font_cor {
  font-size: var(--act_theme_font_cor);
}

.py-7 {
  padding: 4.875rem 0;
}

.btn:hover,
.wp-block-button__link:hover,
.btn.bg_act_theme_cor_1:hover {
  background-color: #d19302;
  color: white;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: var(--act_theme_cor_3);
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 0px;
}

::-webkit-scrollbar-thumb:vertical {
  background-color: var(--act_theme_cor_2);
  -webkit-border-radius: 0px;
  height: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  background: var(--act_theme_cor_2);
  border-radius: 4px;
  width: 10px;
}

::-moz-scrollbar {
  width: 5px;
  height: 5px;
}

::-moz-scrollbar-button:start:decrement,
::-moz-scrollbar-button:end:increment {
  display: none;
}

::-moz-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:vertical {
  background-color: var(--act_theme_cor_2);
  -webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:horizontal {
  background: var(--act_theme_cor_3);
  border-radius: 4px;
  width: 10px;
}

::-scrollbar-button:start:decrement,
::-scrollbar-button:end:increment {
  display: none;
}

::-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 4px;
}

::-scrollbar-thumb:vertical {
  background-color: var(--act_theme_cor_2);
  -webkit-border-radius: 0px;
  height: 6px;
}

::-scrollbar-thumb:horizontal {
  background: var(--act_theme_cor_3);
  border-radius: 4px;
  width: 10px;
}

:root {
  --primary-color: #cc923c;
  --primary-hover: #c4882e;
  --bg-dark: #0f2a44;
  --input-bg: #f8f9fa;
}

.solidus-form {
  min-height: 100vh;
  background-image: url("./assets/imagens/bkg.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.left-side {
  padding: 4rem;
  color: #fff;
}

/* Lado Direito */
.right-side {
  padding: 3rem 5%;
  color: #fff;
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.logo-center {
  max-width: 420px;
  height: auto;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.3));
  margin-top: 0;
}

.sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

.form-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.custom-cf7 .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid transparent;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}

.custom-cf7 .wpcf7-form-control:focus {
  border-color: var(--primary-color);
  background: #fff;
  outline: none;
}

.custom-cf7 label {
  display: block;
  margin-top: 15px;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
}

.custom-cf7 .wpcf7-submit {
  background: var(--primary-color);
  color: #fff;
  padding: 15px;
  border: none;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 20px;
  transition: 0.3s;
}

.custom-cf7 .wpcf7-submit:hover {
  background: var(--primary-hover);
  transform: translateY(-2px);
}

.custom-cf7 .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin: 0 0 15px 0;
  cursor: pointer;
  vertical-align: top;
}

.custom-cf7 .wpcf7-list-item input {
  margin: 0 10px 0 0 !important;
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0;
  cursor: pointer;
}

.custom-cf7 .wpcf7-list-item-label {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.2;
}

br {
  display: none;
}
span {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.custom-cf7 h4 {
  color: var(--primary-color) !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1rem;
  margin-top: 2rem;
}

.custom-cf7 small {
  display: block;
  margin-top: 5px;
}

hr {
  opacity: 0.15;
}

.custom-cf7 textarea {
  min-height: 80px !important;
}

.custom-cf7 .segmento-outro {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.logo-mobile {
  display: none;
}

/* Responsividade */
@media (max-width: 991px) {
  .right-side {
    padding: 3rem 1.5rem;
  }
  .logo-mobile {
    display: block;
    padding-top: 20px;
  }
  .right-side {
    padding: 2rem 1.5rem 4rem;
    display: block;
    background-color: rgba(15, 42, 68, 0.95);
  }

  .form-wrapper {
    max-width: 100%;
  }

  .left-side {
    display: none !important;
  }

  .form-header {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .custom-cf7 .wpcf7-list-item {
    width: 100%;
  }
  .custom-cf7 .wpcf7-list-item {
    width: 100%;
    margin-right: 0 !important;
  }

  .logo-mobile img {
    max-width: 180px;
  }
}
