/*
Author       : Dreambuzz
Author  Uri  : 
Template Name: Promotal-DigitalMArketing Agnecy
Version      : 1.0                                          
*/

/*---------------

 1. Global Styles
 2. Navigation and Logo Section
 3. Hero Section
 4. service Section
 5. Services Section
 6. Team Section
 7. Parallax Section
 8. Price Rate Chart Section
 9. Clients Section
 10. Testimonials Section
 11. Contact Section
 12. Footer Section
 13. Back to Top
 14. TYPOGRAPHY STYLES
 15. Responsive Styles CSS
---------------------------*/

:root {
  /* #0a1241 */
  --azul: #2e3148;
  /* var(--laranja) */
  --laranja: #f59148;

  --font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

/*---------- 1. Global Styles ----------*/

@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Poppins:400,700,800");
html {
  overflow-y: scroll;
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
}

html,
body {
  height: 100%;
  min-height: 100%;

  font-family: var(--font-family) !important;
}

.calibri {
  /* font-family: Calibri; */
}

body {
  color: #666;
  background-color: #fff;
  font-weight: 400;
  /* font-family: corbel;
  font-family: corbel; */
  font-size: 15px;
  line-height: 28px;
  opacity: 0.9;
}

:focus {
  outline: none;
}

a {
  color: #444;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: var(--laranja);
}

a.highlight:hover {
  color: #aeaeae;
}

section {
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

p {
  font-size: 15px;
  line-height: 24px;
}

.rodape {
  /* font-family: Corbel; */
  font-size: 12px;
  /* color: #fff; */
  color: var(--azul);
}

.rodape:hover {
  /* font-family: Corbel; */
  /* font-size: 15px;*/
  color: var(--laranja);
}

/*----- 15. Back to Top Button -----*/

#back-to-top {
  position: fixed;
  color: #222;
  z-index: 100;
  bottom: 28px;
  right: 32px;
  display: none;
  cursor: pointer;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  opacity: 0;
  background: #9757ea;
  padding-top: 4px;
  transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
}

#back-to-top:hover {
  color: red;
  background-color: #1f2023;
}

#back-to-top .icon {
  font-size: 10px;
}

/*---------- TYPOGRAPHY ----------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: var(--azul);
  /* font-family: corbel;
  font-family: corbel; */
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  line-height: 1.2;
  font-size: 26px;
}

h3 {
  font-size: 22px;
  line-height: 33px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
}

.h44 {
  font-size: 17px;
  line-height: 28px;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

.ronder {
  border-radius: 8px;
}

/*--------- SEction Heading ----------- */

.calibri {
  /* font-family: calibri; */
  /* font-size: 15px; */
}

.calibri2 {
  /* font-family: calibri; */
  /* font-size: 18px; */
}

.calibri3 {
  color: #fff;
  /* font-family: calibri; */
  /* font-size: 22px; */
}

.seperator {
  width: 50px;
  height: 3px;
  margin: 20px auto 0px;
  background: #54acf6;
  margin-bottom: 25px;
  color: var(--laranja);
}

.seperators {
  width: 100%;
  height: 3px;
  margin: 20px auto 0px;
  background: var(--laranja);
  margin-bottom: 25px;
  color: red;
}

.seperators2 {
  width: 100%;
  height: 3px;
  margin: 35px auto 10px;
  background: var(--laranja);
  margin-bottom: 25px;
  color: red;
}

section {
  padding: 30px 0px;
}

.heading {
  text-align: center;
}

.heading p {
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .h5-lg {
    font-size: 17px;
  }
  .h1-xl {
    font-size: 85px;
    letter-spacing: -2px;
  }
  .h1-lg {
    font-size: 85px;
  }
  .h1-md {
    font-size: 70px;
  }
  .h2-lg {
    font-size: 50px;
    letter-spacing: normal;
  }
}

@media (max-width: 992px) {
  .lead.h5-md {
    font-size: 16px;
  }
  .h2-lg {
    font-size: 30px;
    letter-spacing: normal;
  }
  .h1-xl {
    font-size: 50px;
    letter-spacing: -1px;
  }
  .h1-lg,
  .h1-md,
  .h1-sm {
    font-size: 40px;
  }
  .h2-md {
    font-size: 35px;
  }
}

.texto_produtos {
  /* font-family: Corbel; */
  font-size: 18px;
  color: #666;
  font-weight: bold;
}

.body_products {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
}
.main_section_products {
  flex: 1;
}

/*---------- Background Colors ----------*/

.bg-black {
  background-color: #000;
}

.bg-dark {
  background-color: #0f1113;
}

.bg-gray {
  background-color: #f8f8f8;
}

.bg-white {
  background-color: #fff;
}

.bg-info {
  background-color: #0363cd !important;
}

/*---------- BUTTONS ----------*/

.btn {
  font: 600 10.5px/1;
  display: inline-block;
  /*    padding: 14px 27px 14px 27px;*/
  padding: 14px 48px 14px 48px;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0px;
}

.btn:focus,
.btn:active,
.btn:active:focus {
  outline: none;
  box-shadow: none;
}

.btn-hero,
.btn-white:hover {
  color: #fff;
  background: #9757ea;
  letter-spacing: 1px;
}

.btn-hero:focus {
  color: #fff;
}

.btn-black,
.btn-hero:hover {
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.btn-black:hover {
  color: #fff;
  background-color: rgba(190, 208, 148, 0.8);
}

.btn-black:focus {
  color: #fff;
}

.btn-white {
  background-color: rgba(255, 255, 255, 0.95);
  color: rgba(0, 0, 0, 0.85);
  border-color: rgba(255, 255, 255, 0.12);
}

.btn-white:focus {
  color: #000;
}

.btn-white:active {
  color: #fff;
}

.btn-trans-black {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: 1px;
}

.btn-trans-black:hover {
  color: rgba(255, 255, 255, 1);
  background-color: #000;
  font-weight: 500;
}

.btn-trans-white {
  background-color: transparent;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 1.5px;
}

.btn-trans-white:hover {
  background-color: rgba(255, 255, 255, 0.95);
  color: rgba(0, 0, 0, 0.85);
  border-color: rgba(255, 255, 255, 0.12);
}

.btn-trans-white:active,
.btn-trans-white:focus {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.12);
}

.btn-p-gray {
  text-decoration: underline;
  color: #fff;
}

.btn-p-gray:hover {
  text-decoration: underline;
  color: #3f7130;
}

.btn-rounded {
  border-radius: 4px;
  padding: 17px 32px 17px 32px;
}

.btn-circled {
  border-radius: 25px;
}

.btn-fullwidth {
  width: 100%;
}

.btn i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover i {
  padding-left: 10px;
}

.btn-trans-black:hover {
  background: red !important;
}

/*---------- SPACING SHORTCODES ----------*/

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

/*-- Padding --*/

.p0 {
  padding: 0px;
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.p40 {
  padding: 40px;
}

.p50 {
  padding: 50px;
}

.p60 {
  padding: 60px;
}

.p70 {
  padding: 70px;
}

.p80 {
  padding: 80px;
}

.p90 {
  padding: 90px;
}

.p100 {
  padding: 100px;
}

.p110 {
  padding: 110px;
}

.p120 {
  padding: 120px;
}

.p130 {
  padding: 130px;
}

.p140 {
  padding: 140px;
}

.p150 {
  padding: 150px;
}

/*-- Padding Top --*/

.pt0 {
  padding: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt110 {
  padding-top: 110px;
}

.pt120 {
  padding-top: 120px;
}

.pt130 {
  padding-top: 130px;
}

.pt140 {
  padding-top: 140px;
}

.pt150 {
  padding-top: 150px;
}

/*-- Padding Bottom --*/

.pb0 {
  padding-bottom: 0px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb150 {
  padding-bottom: 150px;
}

/*-- Margin Auto --*/

.m-auto {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

/*-- Margin --*/

.m0 {
  margin: 0px;
}

.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

.m30 {
  margin: 30px;
}

.m40 {
  margin: 40px;
}

.m50 {
  margin: 50px;
}

.m60 {
  margin: 60px;
}

.m70 {
  margin: 70px;
}

.m80 {
  margin: 80px;
}

.m90 {
  margin: 90px;
}

.m100 {
  margin: 100px;
}

.m110 {
  margin: 110px;
}

.m120 {
  margin: 120px;
}

.m130 {
  margin: 130px;
}

.m140 {
  margin: 140px;
}

.m150 {
  margin: 150px;
}

/*-- Margin Top --*/

.mt0 {
  margin-top: 0;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mt150 {
  margin-top: 150px;
}

/*-- Margin Bottom --*/

.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

/*-- Margin Left --*/

.ml0 {
  margin-left: 0;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.ml70 {
  margin-left: 70px;
}

.ml80 {
  margin-left: 80px;
}

.ml90 {
  margin-left: 90px;
}

.ml100 {
  margin-left: 100px;
}

.ml110 {
  margin-left: 110px;
}

.ml120 {
  margin-left: 120px;
}

.ml130 {
  margin-left: 130px;
}

.ml140 {
  margin-left: 140px;
}

.ml150 {
  margin-left: 150px;
}

/*-- Margin Right --*/

.mr0 {
  margin-right: 0;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.mr70 {
  margin-right: 70px;
}

.mr80 {
  margin-right: 80px;
}

.mr90 {
  margin-right: 90px;
}

.mr100 {
  margin-right: 100px;
}

.mr110 {
  margin-right: 110px;
}

.mr120 {
  margin-right: 120px;
}

.mr130 {
  margin-right: 130px;
}

.mr140 {
  margin-right: 140px;
}

.mr150 {
  margin-right: 150px;
}

.f-normal {
  font-weight: normal;
}

/*---------- COLORS ----------*/

/*-- Background Colors --*/

.bg-black {
  background-color: #000;
}

.bg-dark {
  background-color: rgba(0, 0, 0, 0.96);
}

.bg-primary {
  background-color: #0db8ca;
}

.bg-gray {
  background-color: #f2f4ec;
}

.bg-white {
  background-color: #fff;
}

/*---------- 23. Owl Carousel ----------*/

.owl-carousel .owl-item {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.owl-carousel .owl-item:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.owl-dot {
  display: inline-block;
  padding: 3px;
}

.owl-theme .owl-controls .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 3px;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  box-shadow: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.owl-theme .owl-controls .owl-dot.active span {
  background: rgba(255, 255, 255, 0.2);
}

.owl-item {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
}

/*---------------------------------*/

/*---------------------------------
   NAVIGATIO MENU 
---------------------------------*/

.site-navigation {
  background: #fff;
  /* border-bottom: 1px solid#eee; */
}

.site-navigation .navbar-nav {
  padding: 12px 0px;
}

.navbar-nav .nav-link {
  /* font-family: calibri; */
  color: var(--azul);
  font-size: 15px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active {
  color: var(--laranja);
}

.top-nav-collapse {
  background: #fff;
}

/* Top Social Navigation Bar*/

.top-social ul {
  margin: 10px 0px;
}

.top-social ul li {
  padding: 5px;
}

.top-social ul li a i {
  background: #000;
  color: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  padding-top: 7px;
  border-radius: 100%;
}

.top-social ul li:nth-child(1) a i {
  background: #3b5999;
}

.top-social ul li:nth-child(2) a i {
  background: #ea4c89;
}

.top-social ul li:nth-child(3) a i {
  background: #0077b5;
}

.top-social ul li:nth-child(4) a i {
  background: #0363cd;
}

.top-social ul li:nth-child(5) a i {
  background: #dd4b39;
}

.pt0 {
  padding-top: 0px;
}

/* Dropdown */

.dropdown-menu {
  position: absolute;
  -webkit-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}

.dropdown {
  position: relative;
  -webkit-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}

/* added this to prevent dropdown from closing before the user hovers over it */
.dropdown::after {
  content: "";
  width: 100%;
  height: 3px;
  top: 100%;
  left: 0;
  background-color: transparent;
  position: absolute;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

@media (min-width: 768px) {
  ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
  ul.nav
    li.dropdown:hover
    ul.dropdown-menu
    li.dropdown-submenu
    ul.dropdown-menu {
    display: none;
  }

  ul.nav
    li.dropdown
    ul.dropdown-menu
    li.dropdown-submenu:hover
    ul.dropdown-menu {
    display: block;
  }
}

.dropdown-menu {
  text-align: left;
  background: var(--azul);
  z-index: 100;
  min-width: 200px;
  border-radius: 10px;
  border: 0;
  right: 0;
  left: auto;
}

.navbar-nav > li > .dropdown-menu a {
  background: none;
  color: #ddd;
  font-size: 14px;
}

.dropdown-menu li:last-child > a {
  border-bottom: 0;
}

.navbar-nav > li > .dropdown-menu a:hover {
  background: none;
  color: var(--laranja);
  font-size: 14px;
}

/*---------------------------------
 BANNER STYLE #3
-----------------------------*/

.imagebanner {
  position: relative;
  background: url("../img/banner/bg-1.webp");
  -webkit-background-size: cover;
  background-size: cover;
}

.imagebanner2 {
  position: relative;
  background: url("../img/banner/bg-3.webp");
  -webkit-background-size: cover;
  background-size: cover;
}

.feature-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: var(--azul);
  opacity: 0.9;
}

.dark-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0.6;
}

.carousel-indicators li {
  background: #fff;
  width: 20px;
}

.carousel-indicators .active {
  background: #fff;
}

/* Agendamento  */
.btn-agendamento {
  /* background-color: var(--azul); */
  background-color: #0a1241;
  border-radius: 3px;
  border: none;
  color: #ffffff !important;
}

.btn-agendamento:hover {
  /* background-color: var(--azul); */
  background-color: #0a1241;
}

.schedule_title {
  margin-bottom: 12px;
}

.schedule_subtitle {
  font-size: 18px;
}

.schedule_form {
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 24px 24px 12px;
}

.schedule_form h3 {
  font-size: 20px;
  margin-bottom: 14px;
}

.time_select {
  width: 100%;
  border: 1px solid #ced4da;
  height: 40px;
  border-radius: 4px;
  padding: 0 8px;
  color: #495057;
}

.schedule_btn_container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}

.schedule_btn_container input {
  width: 190px;
}

.disclaimer {
  font-size: 14px;
  color: #aaa;
}

/* ====== */

.circledd {
  border-radius: 35px;
  background: var(--azul);
}

.circledd:hover {
  border-radius: 35px;
  background: var(--laranja);
  border-color: var(--laranja);
}

.banner-content h1 {
  font-size: 28px;
}

/* novo */

.circled2 {
  background: var(--laranja);
  border-radius: 40px;
  padding: 10px;
  float: left;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
}

.circled2:hover {
  border-radius: 35px;
  background: var(--laranja);
  border: var(--laranja);
  color: var(--azul);
}

/* novo 2 */

.circled3 {
  border-radius: 35px;
  background: var(--laranja);
  border-radius: 40px;
  padding: 10px;
  float: left;
  padding-left: 40px;
  padding-right: 40px;
}

.circled3:hover {
  border-radius: 35px;
  background: var(--laranja);
  border: var(--laranja);
  color: var(--azul);
}

/* Novo 3*/

.circled4 {
  border-radius: 35px;
  background: var(--laranja);
  border-radius: 40px;
  padding: 10px;
  float: left;
  padding-left: 80px;
  padding-right: 80px;
}

.circled4:hover {
  border-radius: 35px;
  background: var(--laranja);
  border: var(--laranja);
  color: var(--azul);
}

/*----------------------------------------
  Banner content
-----------------------------------------*/

.main-banner {
  position: relative;
  background: url("../images/bg-prorius.webp");
  -webkit-background-size: cover;
  background-size: cover;
  transition: background-image 1s ease-in-out;
}

#title {
   transition: opacity 1s ease-in-out;
}

.main-banner2 {
  position: relative;
  background: url("../images/slider/slider-3.webp");
  -webkit-background-size: cover;
  background-size: cover;
}

.content-padding {
  padding: 200px 0px;
}

.banner-content {
  text-align: center;
}

.banner-content h1 {
  font-size: 60px;
  text-transform: none;
  line-height: 60px;
  /* font-family: corbel; */
}

.banner-content h1 span {
  text-decoration: underline;
}

.banner-content p {
  width: 70%;
  margin: 15px auto 30px;
}

.white h1,
.white h2,
.white h3,
.white p {
  color: #fff;
}

/*-------------------------------
  TOP FEATURES 
----------------------------------*/

.feature-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

#top-features {
  padding-bottom: 0px;
  padding-top: 0px;
}

.top-feature-bg {
  width: 100%;
  background: #fff;
  float: left;
  /* margin-top: -180px; */
  position: relative;
  padding: 30px;
}

.feature-box {
  position: relative;
  padding-left: 80px;
  background: #ffffff;
  padding: 30px 30px 20px 30px;
  height: 200px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 300px;
}

.feature-icon {
  /* position: absolute; */
  top: 30px;
  left: 30px;
  font-size: 32px;
  color: var(--laranja);
}

.feature-box p {
  /* color: #999; */
  color: #797979;
  font-size: 14px;
}

.feature-box h4 {
  font-size: 15px;
  margin-bottom: 12px;
}

/* ======== */
/* New Top Features */

.feature_cards_container {
  padding: 50px 16px 0;
}
.feature_cards_wrapper {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.feature_card {
  background-color: #ffffff;
  padding: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.feature_card h4 {
  text-align: center;
  margin-bottom: 12px;
  font-size: 16px;
}
.feature_card div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.feature_card svg {
  color: var(--laranja);
}
.feature_card p {
  max-width: 200px;
  margin-bottom: 0;
}

/* =========== */
/* New Solutions section */

.solutions_title {
  margin-top: 50px;
  margin-bottom: 12px;
}
.solutions_subtitle {
  font-size: 18px;
}

.solutions_container {
  padding: 0 16px;
  overflow: hidden;
}

.solutions_wrapper {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  justify-items: center;

  gap: 16px;
}

.solutions_card {
}
.solutions_card div span {
  color: #ffffff;
  background-color: var(--laranja);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solutions_card div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}

.solutions_card p {
  max-width: 370px;
}

.find-out-more {
  color: var(--laranja);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: 0;
  width: fit-content;
}

/*----------------------------------
     ABOUT STYLES
---------------------------------------*/
.about-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.texto {
  color: var(--azul);
  padding: 0;
}

.map_image_container {
  max-width: 350px;
  width: 350px;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /* border: 1px solid #ddd; */
}

.map_image_container img {
  width: 100%;
  border-radius: 37px;
}

#about {
}

.about-list {
  margin-top: 30px;
}

.about-list li .about-icon {
  color: var(--laranja);
  position: absolute;
  left: 30px;
  top: 0px;
}

.about-list li {
  font-size: 20px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 70px;
}

.about-list li.texto {
  /* font-size: 20px;
  margin-bottom: 25px;
  position: relative; */
  padding-left: 0px;
}

.about-list li:last-child {
  margin-bottom: 0px;
}

.about-list p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.about-img {
  margin-bottom: 15px;
}

.about-img img {
  border-radius: 15px;
  border: 5px solid#eee;
}

.read-more {
  font-size: 14px;
  color: var(--laranja);
}

.read-more i {
  margin-left: 5px;
}

.about-feature h2 {
  margin-bottom: 10px;
}

.about-feature ul {
  margin-top: 30px;
}

.about-feature ul li {
  margin-bottom: 20px;
}

.about-feature ul li p {
  padding-right: 60px;
  margin-top: 5px;
}

.about-feature ul li h3 {
  margin-bottom: 0px;
  font-size: 18px;
}

.about-feature ul li h3 span {
  margin-right: 20px;
  color: var(--laranja);
  width: 30px;
}

.about-feature ul li:last-child {
  margin-bottom: 40px;
}

.about-btn {
  margin-top: 0px;
  background: var(--azul);
  padding: 10px;
  padding-bottom: 18px;
  border-radius: 15px;
}

.about-btn h3,
.about-btn p {
  color: #fff !important;
}

.about-btn .btn {
  margin-top: 10px;
  margin-right: 20px;
}

.about_feature_container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  margin-bottom: 32px;
}

.about_feature_image_container {
  overflow: hidden;
  max-width: 400px;
  border-radius: 8px;
}

.about_feature_text_container h2 {
  margin-bottom: 16px;
}

.about_feature_list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}

.check_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--laranja);
  max-width: fit-content;
}

.check_icon_background {
  background-color: var(--laranja);
  opacity: 0.2;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  transform: translate(-2px, 2px);
  z-index: 0;
}

.check_icon svg {
  opacity: 1;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .about_feature_container {
    flex-direction: column;
  }

  .about_feature_image_container {
    max-width: 100%;
  }
}

.links_list a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* margin-top: 5px; */
  gap: 5px;
}
.links_list svg {
  width: 16px;
  min-width: 16px;
}

/* ========= New About ==============*/
.about_section_container {
  padding-bottom: 30px;
}

.about_section_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--azul);
  gap: 30px;
  margin-bottom: 20px;
  width: 100%;
}

.about_section_wrapper p {
  max-width: 500px;
}

.image_container {
  /* background-color: var(--laranja); */
  position: relative;
  overflow: hidden;
  max-width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 100%;
}

.image_container::before {
  content: "";
  background-color: var(--laranja);
  opacity: 0.65;
  height: 350px;
  width: 350px;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  border-radius: 50%;
}

.building_image {
  /* max-width: 290px; */

  max-width: 73%;

  transform: translateY(15px);
}
.video_container {
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  max-width: 300px;
  width: 100%;
}
.video_prorius {
  /* max-width: 73%; */
  width: 100%;
  border-radius: 5px;
  transform: translateY(-50px);
}

/* HEADING LEFT 
-----------------------------*/

.heading-left {
  margin-bottom: 60px;
}

.heading-left h2 {
  font-weight: 300;
  margin-bottom: 5px;
}

.heading-left h2 span {
  font-weight: 700;
  display: block;
}

.heading-left p.lead {
  color: var(--laranja) !important;
}

.section-heading {
  margin-bottom: 80px;
}

.section-heading p.lead {
  letter-spacing: 2px;
}

.seperator {
  position: relative;
  background: var(--laranja);
}

.btn-primary {
  background: var(--laranja);
}

/*----------------------------------
     SERVICES STYLES
---------------------------------------*/
#services {
  padding-bottom: 50px;
}
.service-box {
  position: relative;
  padding-left: 85px;
  margin-bottom: 50px;
}

.service-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 60px;
  color: var(--laranja);
}

.service-box p {
  margin-top: 15px;
  color: #222;
}

.service-box h4 {
  color: var(--azul);
  font-weight: 600;
}

/*------------------------
 PRICING PLAN
--------------------------*/

.pricing-box {
  text-align: center;
  padding: 70px 15px 70px;
  border: 1px solid#eee;
  -webkit-box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
  background: #fff;
}

.pricing-box h4 {
  margin-bottom: 5px;
}

.price {
  display: block;
  font-size: 50px;
  line-height: 70px;
  color: #005c97;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.price sup {
  font-weight: 400;
}

.pricing-box ul li {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  font-weight: 400;
  margin-bottom: 15px;
}

.pricing-box ul {
  margin-bottom: 40px;
}

.pricing-box ul li span {
  color: #111;
}

/*----------------------------------
     REVIEWS STYLES
---------------------------------------*/

#review {
  background: url("../images/slider/8.webp") fixed 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.review-content {
  text-align: center;
}

.review-content p {
  margin-top: 15px;
}

.client-review-img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.client-review-img img {
  border-radius: 100%;
  border: 5px solid#fff;
}

.review-content,
.review-content h3 {
  color: #fff;
}

.owl-carousel button.owl-dot {
  background: #fff;
  border-radius: 5px;
  margin-right: 5px;
}

.owl-theme .owl-dots .owl-dot span {
  background: var(--azul);
}

/*----------------------------------
     BLOG STYLES
---------------------------------------*/

.blog-img {
  float: left;
}

.blog-img img {
  border-radius: 5px;
}

.blog-content h4 {
  margin-bottom: 20px;
  color: var(--azul);
  font-weight: bold;
}

.blog-cat li {
  font-size: 14px;
}

/*----------------------------------
     CONTACT STYLES
---------------------------------------*/

.whatsapp_btn {
  background-color: var(--laranja);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 3px;
  padding: 4px 12px;
  cursor: pointer;
  outline: none !important;
  outline-color: transparent;
}

.svg_container {
  width: 30px;
  height: 30px;
}

.svg_container svg {
  max-width: 100%;
}

.whatsapp_btn_container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}

.contact-info2 {
  font-size: 20px;
  color: #fff;
}

.contact-info p {
  margin-top: 15px;
}

.contact-info li {
  padding: 3px 0px;
}

.contact-info {
  color: #101010;
  /* max-width: 400px; */
  text-align: center;
}

.contact-info a {
  color: #101010;
}

.contact-info a:hover {
  color: var(--azul);
}

.contact-info li i {
  width: 40px;
  text-align: center;
  font-size: 22px;
  color: var(--laranja);
}

.contact-form {
  color: #101010;
  padding: 50px;
  -webkit-box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.1);
  /* margin-bottom: -184px; */
  flex: 1;
}

.contact-form h4 {
  margin-bottom: 20px;
}

.contact-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp_contact_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.whatsapp_contact_container p {
  font-size: 20px;
  color: #0a1241;
}

@media screen and (min-width: 994px) {
  .contact-container {
    /* display: flex; */
    align-items: center;
    /* justify-content: space-between; */
    gap: 50px;
    flex-direction: row-reverse;
  }
}

.contact_list a {
  color: var(--azul) !important;
}
.contact_list li svg {
  color: var(--laranja);
}
.contact_list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

/*--------------------------------
  FOOTER STYLES
-------------------------------*/

.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
.footer-logo {
  max-width: 40px;
}
.footer-logo img {
  max-width: 100%;
}

.footer-color {
  /* background: var(--azul); */
  background-color: #ffffff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.footer-menu {
  /* float: right; */
  padding-top: 1px;
  color: var(--azul);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.footer-menu a {
  height: 24px;
  display: block;
}

.footer-menu ul li {
  float: left;
  margin-right: 10px;
  color: var(--azul);
}

.footer-menu ul li a {
  /* color: #fff; */
  color: var(--azul);
}

#main-footer {
  padding: 0px 0px 5px;
}

#main-footer hr {
  margin: 0px 0px;
}

.footer-color .footer-logo p,
.footer-color .footer-btm p {
  /* color: #fff; */
  color: var(--azul);
}

.footer-color .footer-btm p span {
  /* color: #fff; */
  font-weight: 700;
  color: var(--azul);
}

.footer-color hr {
  /* border-color: var(--laranja); */
  /* border-color: #ffffff; */
  border-color: var(--azul);
}

.footer_social-media_link .footer-icon {
  transition: all 0.1s ease-in-out;
  color: #43465a;

  filter: brightness(0) saturate(100%) invert(8%) sepia(95%) saturate(1611%)
    hue-rotate(215deg) brightness(91%) contrast(102%);
}

/* .footer_social-media_link:hover .footer-icon {
  filter: invert(64%) sepia(66%) saturate(4072%) hue-rotate(358deg)
    brightness(99%) contrast(107%);
  opacity: 0.85;
} */

/* footer 2 styles*/

.footer-menu2 li a {
  transition: all 900ms ease;
}

.footer-menu2 li {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}

.footer-menu2 li:hover a {
  padding-left: 10px;
}

.footer-btm span {
  /* color: #005c97; */
  color: var(--azul);
}

/* ------------------------------------
  HOME SLIDER2  STYLES SLIDE CLIENTES
-------------------------------------*/

.slide-1 {
  position: relative;
  background: url("clientes.webp");
  padding-bottom: 150px;
}

.slide-2 {
  position: relative;
  background: url("clientes.webp");
  padding-bottom: 150px;
}

.slide-3 {
  position: relative;
  background: url("clientes.webp");
  padding-bottom: 150px;
}

.slider-content {
  padding: 180px 0px 150px;
}

.slider-content h1 {
  /* font-family: "Poppins", sans-serif; */
  text-transform: uppercase;
}

.slider-content p {
  margin: 20px 0px 40px;
}

.banner-content-img {
  padding-top: 120px;
}

.carousel-control-prev {
  opacity: 0;
}

.carousel-control-next span,
.carousel-control-prev span {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 100%;
  color: var(--azul);
  font-size: 21px;
  padding-top: 20px;
}

#banner-slider:hover .carousel-control-next,
#banner-slider:hover .carousel-control-prev {
  opacity: 0;
}

.carousel-control-prev {
  left: 40px;
  width: fit-content;
}

.carousel-control-next {
  right: 40px;
  width: fit-content;
}

/* =========== */
/* Parceiros */
/* ========== */

.partners-section {
  display: flex;
  padding: 24px 0;
  background-color: #ffffff;
  overflow: hidden;
}
.partners-container {
  /* display: grid; */
  /* grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr; */
  gap: 16px;
  padding: 0px;
  margin: 0 auto;
  /* place-items: center; */
  /* max-width: 994px; */

  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 8px;

  animation-name: infiniteScroll;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.partner-card {
  background-color: #ffffff;
  max-width: 300px;
  width: 200px;
  padding: 16px;
  border-radius: 3px;
  /* height: 100%; */
  height: 150px;

  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

  overflow: hidden;
}
.partner-card img {
  max-width: 100%;
  width: 80%;
}

@keyframes infiniteScroll {
  from {
    transform: translateX(0);
  }
  to {
    /* transform: translateX(calc(0px - 50%)); */
    transform: translateX(-100%);
  }
}

/*----------------------------------
  TRANSPARENT NAV
--------------------------------*/

.trans-nav {
  padding: 50px 0px;
}

.trans-nav .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
}

.header-white {
  background-color: var(--azul);
}

/* COR DAS LETRAS DEPOIS QUE DESCE O MENU */
.header-white .navbar-nav .nav-link {
  /* color: #FF8000; */
  color: #ffffff;
}

.trans-nav .logo-main {
  display: none;
}

.navbar.navbar-expand-lg.trans-nav.fixed-top.header-white .logo {
  display: none;
}

.navbar.navbar-expand-lg.trans-nav.fixed-top.header-white .logo-main {
  display: block;
}

/*--------------------------------------
  BANNER SLIDER STYLES
-------------------------------------------*/

.slider1 {
  position: relative;
  background: url("../images/slider/slider-1.webp");
  -webkit-background-size: cover;
  background-size: cover;
}

.slider2 {
  position: relative;
  background: url("../images/slider/slider-2.webp");
  -webkit-background-size: cover;
  background-size: cover;
}

.slider3 {
  position: relative;
  background: url("../images/slider/slider-3.webp");
  -webkit-background-size: cover;
  background-size: cover;
}

/*----------------------------------
     EXTRA PAGE STYLES imagem do banner
---------------------------------------*/

.page-title-container h2 {
  text-align: center;
  width: 100%;
  color: var(--azul) !important;
}

.page-banner {
  position: relative;
  padding: 110px 0px 5px;
  /* background: url("../images/slider/8.webp"); */
  -webkit-background-size: cover;
  background-size: cover;
}

.page-banner.contact-title {
  padding: 110px 0px 5px;
}

.page-content {
  text-align: center;
}

.page-content h2 {
  color: #fff;
}
.page-content p.lead {
  color: #eee !important;
  letter-spacing: 2px;
}

/* NOVO */

.page-banner2 {
  position: relative;
  padding: 120px 0px 5px;
  background: url("../images/slider/8.webp");
  -webkit-background-size: cover;
  background-size: cover;
}

.page-content2 {
  text-align: center;
}

.page-content2 h2 {
  color: #fff;
}
.page-conten2t p.lead {
  color: #eee !important;
  letter-spacing: 2px;
}

/*----------------------------------
     CONTACT PAGE STYLES
---------------------------------------*/
.info-box {
  padding: 40px;
}

.form-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.contact-form2 {
  padding: 40px;
  /* border: 1px solid#eee; */

  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

  width: 100%;
  background: #fff;
  max-width: 1024px;
  margin: auto;
  width: 100%;
}
.contact-form2 h4 {
  margin-bottom: 20px;
}

.contact-form2 .form-control {
  border-color: #ddd;
  border-radius: 3px;
}

.mesagem-label {
  margin-bottom: 0;
  font-family: var(--font-family);
  font-size: 16px;
  color: #666;
}

#messagem {
  width: 100%;
  border-radius: 3px;
  border-color: #ddd;
  font-size: 16px;
  padding: 8px 12px;
}

/* #messagem::placeholder {
  color: black;
  font-size: 16px;
} */

/*-------------------------------------
 BLOG HTML STYLES
-----------------------------------*/
.mb-30 {
  margin-bottom: 30px;
}

.big-blog-desc img {
  margin-bottom: 30px;
}

.blog-pagination {
  margin: 20px 0px 40px;
}
.blog-pagination ul {
  border: 0px;
}

/* Blog Right Sidebar styles*/

.about-author {
  padding: 40px 20px;
}

.about-author img {
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.about-author h4 {
  margin-bottom: 15px;
  color: #fff;
}

.author-social {
  text-align: center;
  margin-top: 15px;
}
.author-social li {
}
.author-social li i {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  padding-top: 4px;
}

/*     Recent Post */

.right-widget {
  margin-top: 30px;
}

.right-widget h4 {
  margin-bottom: 20px;
}
.recent-news li {
  clear: both;
  margin: 26px 0px;
  float: none;
  display: block;
}
.small-img {
  float: left;
  margin-right: 15px;
}

.news-small span {
  font-size: 14px;
  margin-bottom: 5px;
  color: #005c97;
}
.news-small h4 {
  font-size: 16px;
}

/* Subscribe Blog Sidebar */

.sub-form {
  text-align: center;
  padding: 60px 30px;
  background: #eee;
  margin-top: 30px;
}

.sub-form h3 {
  color: #005c97;
}

.sub-form input {
  margin: 30px 0px;
}
.sub-form .form-control {
  border-radius: 0px;
}

/* POPULAR CATEGORY Blog Sidebar */

.widget_categories ul li::before {
  position: absolute;
  left: 0;
  top: 17px;
  background-color: #005c97;
  content: "";
  float: left;
  width: 5px;
  height: 5px;
}
.widget_categories ul li a {
  float: left;
}
.widget_categories ul:not(.children) > li {
  position: relative;
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%;
}
.widget_categories ul li {
  padding: 5px 0;
  padding-left: 0px;
  padding-left: 20px;
  transition: 0.3s;
  text-align: right;
  position: relative;
}

/* TAGS Blog Sidebar */

.tags a {
  display: inline-block;
  margin: 0 5px 10px;
  vertical-align: top;
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #777;
  font-size: 12px;
}

.tags a:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

/* ------------------------------------
    BLOG SINGLE PAGE STYLES
-------------------------- */

.blog-single-content img {
  margin-bottom: 20px;
}

.tagcloud {
  margin-top: 30px;
}
.tagcloud a::before {
  position: absolute;
  left: 13px;
  top: 0;
  content: "\f02b";
  font-size: 17px;
  /* font-family: "FontAwesome"; */
  transform: rotate(0.001deg);
}

.tagcloud a {
  position: relative;
  display: block;
  height: 32px;
  padding: 0 13px 0 31px;
  margin: 0 4px 4px 0;
  float: left;
  color: #fff;
  background-color: var(--azul) !important;
  font-size: 12px !important;
  text-transform: uppercase;
  line-height: 34px;
  transition: all 0.3s;
}

/* COMMENT RSECTION */

#respond {
  margin-bottom: 60px;
  margin-top: 30px;
}
#respond p label,
#respond p label + .required {
  display: block;
  margin-right: 8px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
#respond p label {
  font-size: 13px;
  color: #222;
}
#author,
#email,
#url {
  width: 50%;
  height: 42px;
  clear: both;
}
#author,
#email,
#url,
#comment {
  color: #bbb;
  padding-left: 10px;
  margin-bottom: 18px;
  border: 1px solid #eaeaea;
  background-color: #fbfbfb;
  font-size: 16px;
  /* font-family: "Poppins", sans-serif; */
  font-weight: 400;
  transition: all 0.3s;
}

.blog-quote i {
  display: block;
  margin-bottom: 20px;
}

.blog-quote {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #000;
  padding: 50px 80px;
}

.blog-single-content h3 {
  margin: 15px 0px;
}

/* AUTHOR AREA BLOG SINGLE*/

.author-area {
  margin: 70px 0px 0px;
  background: #eee;
  padding: 30px;
}
.author-area .author-img {
  float: left;
  margin-right: 30px;
}
.author-area .author-img img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}

.author-info h4 {
  margin-bottom: 10px;
  color: #000;
}

.author-social-link a {
  margin-right: 10px;
  font-size: 18px;
  color: red;
}

/* Solicitar Demonstação */
.request_demo_section {
  padding: 0 16px;
}
.request_demo_container {
  background-color: var(--azul);

  padding: 16px;
  border-radius: 15px;
  max-width: 1140px;
  margin: 0 auto;
}

.request_demo_wrapper {
  max-width: 98%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.request_demo_wrapper span {
  color: #ffffff;
  font-size: 16px;
}
.request_demo_wrapper input {
  color: #ffffff;
  font-size: 16px;
  background-color: var(--laranja);
  border-radius: 80px;
}

/* Currículo Formulário */

.contact-form2 form {
  color: var(--azul);
}

.contact-form2 h2 {
  font-weight: 500;
  font-size: 22px;
}

.field_container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 12px;
}
.field_container input {
  width: 100%;
  height: 35px;
  padding: 0 8px;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.field_container label {
  width: 100%;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
}
.field_container select {
  width: 100%;
  height: 35px;
  padding: 0 8px;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.field_container textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.document_type_disclaimer {
  font-size: 12px;
  color: #aaaaaa;
}

.file_label {
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  cursor: pointer;
}
#arquivo {
  display: none;
}
.file_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
.file {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.file_name {
  font-size: 14px;
  margin-bottom: 0;
}
.delete_file_btn {
  border: none;
  background-color: transparent;
  cursor: pointer;
  height: 16px;
  width: 16px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*------------------------------------
 RESPONSIVE STYLES
-----------------------------------*/

/* Responsive styles
================================================== */

/* Large Devices, Wide Screens */
@media (min-width: 1200px) {
  .dropdown i {
    display: none;
  }
}

/* Medium Devices, Desktops */
@media (min-width: 992px) {
  .navbar-brand i {
    margin-right: 0px;
    font-size: 16px;
    line-height: 16px;
  }
}

/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-toggler {
    /* background-color: #444; */
    border-radius: 0px;
    height: 20px;
    width: 30px;
    padding: 0 !important;
  }

  .navbar-toggler-icon {
    width: 100%;
    height: 3px;
    background-color: #444;
    display: block;
    position: relative;
  }
  .navbar-toggler-icon::before {
    content: "";
    height: 3px;
    background-color: #444;
    position: absolute;
    width: 100%;
    top: -8px;
    left: 0;
  }
  .navbar-toggler-icon::after {
    content: "";
    height: 3px;
    background-color: #444;
    position: absolute;
    width: 100%;
    top: 8px;
    left: 0;
  }

  .header-white .navbar-toggler-icon,
  .header-white .navbar-toggler-icon::before,
  .header-white .navbar-toggler-icon::after {
    background-color: #ffffff !important;
  }
}

@media (max-width: 498px) {
  .request_demo_wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .request_demo_wrapper span {
    font-size: 18px;
    font-weight: 600;
  }

  .schedule_btn_container {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
}

/* Small Devices Potrait */
@media (max-width: 767px) {
  .map_image_container {
    width: 250px;
    height: 250px;
  }
  .solutions_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .about_section_wrapper {
    flex-direction: column-reverse;
  }
}

@media (max-width: 991px) {
  .about-container {
    flex-direction: column;
  }

  .navbar-toggler {
    outline: none !important;
  }

  .contact-info {
    max-width: none;
    padding-bottom: 16px;
  }

  .form-container {
    flex-direction: column-reverse;
  }

  .info-box {
    padding-left: 10px;
  }
}

/* Extra Small Devices, Phones */
@media (min-width: 480px) and (max-width: 767px) {
  .navbar-toggler {
    /* background-color: #444; */
    border-radius: 0px;
    height: 20px;
    width: 30px;
    padding: 0 !important;
  }

  .navbar-toggler-icon {
    width: 100%;
    height: 3px;
    background-color: #444;
    display: block;
    position: relative;
  }
  .navbar-toggler-icon::before {
    content: "";
    height: 3px;
    background-color: #444;
    position: absolute;
    width: 100%;
    top: -8px;
    left: 0;
  }
  .navbar-toggler-icon::after {
    content: "";
    height: 3px;
    background-color: #444;
    position: absolute;
    width: 100%;
    top: 8px;
    left: 0;
  }

  .navbar-dark .navbar-toggler-icon {
    background-color: rgba(255, 255, 255, 0.5) !important;
  }

  .navbar-toggler {
    /* color: rgba(255, 255, 255, 0.5); */
    /* border-color: rgba(255, 255, 255, 0.1);  */
    /* background-color: #ffffff; */
    height: 25px;
    width: 30px;
    border-radius: 3px;
  }

  .header-white .navbar-toggler-icon,
  .header-white .navbar-toggler-icon::before,
  .header-white .navbar-toggler-icon::after {
    background-color: #ffffff !important;
  }

  .banner-content h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .banner-content p {
    width: 100%;
  }

  .client-img {
    text-align: center;
    margin-bottom: 20px;
  }

  .blog-content {
    margin: 10px 0px;
  }

  .blog-box,
  .pricing-box,
  .feature-box {
    margin-bottom: 20px;
  }

  .contact-form {
    padding: 40px 15px;
  }

  .send-btn {
    display: block !important;
    margin-right: 0 !important;
    margin-left: auto !important;
    border: none !important;
    color: #ffffff !important;
  }

  .footer-color {
    /* margin-top: 60px; */
  }

  .footer-menu {
    padding-top: 25px;
  }

  .footer-menu2 {
    margin: 15px;
  }

  .blog-sidebar {
    margin-top: 40px;
  }
}

/* Custom, iPhone Retina */
@media (min-width: 320px) and (max-width: 478px) {
  .navbar-toggler {
    /* background-color: #444; */
    border-radius: 0px;
    height: 20px;
    width: 30px;
    padding: 0 !important;
  }

  .navbar-toggler-icon {
    width: 100%;
    height: 3px;
    background-color: #444;
    display: block;
    position: relative;
  }
  .navbar-toggler-icon::before {
    content: "";
    height: 3px;
    background-color: inherit;
    position: absolute;
    width: 100%;
    top: -8px;
    left: 0;
  }
  .navbar-toggler-icon::after {
    content: "";
    height: 3px;
    background-color: inherit;
    position: absolute;
    width: 100%;
    top: 8px;
    left: 0;
  }

  .header-white .navbar-toggler-icon,
  .header-white .navbar-toggler-icon::before,
  .header-white .navbar-toggler-icon::after {
    background-color: #ffffff !important;
  }

  .banner-content h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .banner-content h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .banner-content p {
    width: 100%;
  }

  .client-img {
    text-align: center;
    margin-bottom: 20px;
  }

  .blog-content {
    margin: 10px 0px;
  }

  .blog-box,
  .pricing-box,
  .feature-box {
    margin-bottom: 20px;
  }

  .contact-form {
    padding: 40px 15px;
  }

  .footer-color {
    /* margin-top: 60px; */
  }

  .footer-menu {
    padding-top: 25px;
  }

  .footer-menu2 {
    margin: 25px 0px;
  }

  .blog-sidebar {
    margin-top: 40px;
  }

  #email {
    width: 100%;
  }
}
