@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* BASE STYLES CSS */
*,*::after,*::before{margin:0;padding:0;border:0;box-sizing:border-box;overflow-wrap: anywhere;}

/* SCROLL LATERAL */
::-webkit-scrollbar-track { background-color: #f0f0f0; }
::-webkit-scrollbar { width: 8px; background-color: var(--primary-color); }
::-webkit-scrollbar-thumb { background-color: var(--primary-color); }

/*CUSTOMIZE THEME*/
:root {

    /* COLORS */
    --primary-color: #0c1373;
    --secondary-color: #ff0000;
    --grey: #3c3c3b;
    --dark: #222;
    --light: #f1f1f1;
    --alert: #b31610;
    --success: #4caf50; 

    /* DEFAULT BORDER RADIUS */
    --default-border-radius: var(--default-border-radius);
    --custom-border-radius: 1.875em;
    --border-color: #dee2e6; 

    /* SPACING */
    --wrapper-width: 1180px;
    --container-width: 1920px;
    --container-spacing: 2.5em; 

    /* SLICK BANNER */
    --slider-height: 527px;
    --transition: .3s ease-out; 

    /* FONT-SIZE */
    --primary-font: "Montserrat", sans-serif;;
    --title: 2.25em; /* h1 */
    --subtitle1:1.5em;  /* h2 */
    --subtitle2:1.125em; /* h3 */
    --subtitle3:1.5em;  /* h4 */
    --text: 1em; /* p, li */
    --text-color: #222; 
}

body { max-width: var(--container-width); width: 100%; margin: 0 auto; font-size: 16px; font-family: var(--primary-font ); color: var(--grey); text-decoration: none; }

/* SMALL DEVICE */
@media only screen and (max-width: 576px) { 
    body { font-size: 12px; }
}

h1, h2, h3, h4 { font-family: var(--primary-font); color: var(--primary-color); margin: 1.5em 0; }
h1 { font-size: var(--title); }
h2 { font-size: var(--subtitle1); }
h3 { font-size: var(--subtitle2); }
p {font-size: var(--text);font-family: var(--primary-font);line-height: 1.5;margin: 0.75em 0;}
a { color: var(--dark); text-decoration: none; cursor:pointer;}
a:hover { color: var(--primary-color);}

hr { display: block; margin: 1em 0; height: 1px; border-top: 1px solid #ccc; }


img.navbar-brand {
    width: 200px;
}

.wrapper {
    max-width: 1920px;
    width: 80%;
    margin: 0 auto;
}

.banner {
    background: url(../img/banner.png);
    background-repeat: no-repeat;
    height: 800px;
}

.txt-banner {
    padding-top: 30px;
}

.txt-banner h1 {
    color: #fff;
    font-size: 4em;
    font-weight: 400;
    margin: 1em 0;
}

.txt-banner p{
    color: #fff;
    font-size: 1.5em;
    font-weight: 400;
}

li.nav-item {
    font-size: 1.5em;
    padding: 20px;
    font-weight: 600;
}

a.nav-link:hover {
    color: var(--primary-color);
}

.container {
    max-width: 100%;
}

.row>* {
    padding: 0;
}

.list{

color: #fff;
}

.list li {
    list-style: inside;
    margin: 5px 0;
    font-size: 1em;
    line-height: 1.5em;
    text-align: left;
    padding: 0.5em;
}

.quem-somos h2{

font-size: 3em;

font-weight: 600;

margin: 0.5em 0;
}
.quem-somos p{

font-size: 1.5em;

padding-right: 50px;
}


.quem-somos {
    text-align: left;
    padding: 50px;
}

.servicos{
    /* background: #eee; */
}
.servicos-title{

font-size: 4em;

font-weight: 700;

border-bottom: solid 4px var(--secondary-color);

padding: 15px 0;

text-transform: uppercase;

margin: 0 0 1em 0;
}

.servicos-box{
    background: #282828;
    color: #fff;
    text-align: left;
    padding: 20px 50px;
    font-size: 1.1em;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.servicos-box p{
    color: #fff;
}

.servicos-box h2{
    color: var(--secondary-color);
    font-size: 2.5em;
    margin: 1em 0;
    overflow: hidden;
}

.servicos img {
    width: 100%;
}

/*=============================== CAROUSEL TESTIMONIAL ===============================*/

.carousel__testimonial .testimonial__item {
    margin: 50px  auto;
}

.carousel__testimonial .testimonial__item blockquote {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

.carousel__testimonial .testimonial__item img {
    width: 200px; height: 200px;
}

.carousel__testimonial .item__author {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.carousel__testimonial .item__author:before {
    content: '';
    width: 10px;
    margin-right: 10px;
    border-top: 1.5px solid #999;
}

.depoimentos {
    background: url(../img/bg-image.jpg);
    color: #fff;
}

svg {
    fill: var(--secondary-color);
    width: 80px;
}


* Quotes
*/
.quote-classic {
    position: relative;
    text-align: center;
    color: #000000;
    padding-top: 40px;
}

.quote-classic-text {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: none;
    letter-spacing: -0.02em;
    color: #000000;
}

.quote-classic-figure {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
}

.quote-classic-author {
    font-weight: 700;
    text-transform: uppercase;
}

.quote-classic-decor-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 0;
    line-height: 0;
    transform: translate3d(-50%, 0, 0);
}

.quote-classic-decor {
    display: inline-block;
}

.quote-classic-decor::before {
    display: block;
    content: '';
    width: 16px;
    height: 14px;
    background: var(--secondary-color);
}

.quote-classic-decor::after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 0;
    border-color: var(--secondary-color) transparent transparent transparent;
    transparent transparent transparent;
    transparent transparent transparent;
    transparent transparent transparent;
}

.quote-classic-decor+.quote-classic-decor {
    margin-left: 10px;
}

.quote-classic-status {
    color: var(--primary-color);
}

.quote-classic-text+.unit {
    margin-top: 20px;
}

*+.quote-classic-status {
    margin-top: 4px;
}

.btn {
    border: solid 2px var(--secondary-color);
    color: #fff;
    padding: 20px 30px;
    border-radius: 2px;
    transition: .5s ease;
}

.btn:hover {
    background: var(--secondary-color);
    color: #fff;
}

em {
    font-size: 1.5em;
}

p.text-center.m-0 {
    font-size: 1.5em;
}

.quem-somos-img {
    width: 100%;
}

.footer img {
    width: 220px;
}

address {
    display: flex;
    flex-direction: column;
}

.footer li {
    list-style: none;
}

.footer ul {
    padding: 0;
}

.footer {
    font-weight: 500;
}

.barra-azul {
    border-right: 2px solid var(--primary-color);
    padding: 20px;
    height: 200px;
}

.footer__menu {padding: 20px;}

.copyright {
    background: linear-gradient(45deg, #3C3C3B, #0C1373);
    color: #fff;
    padding: 20px 0;
    font-size: 0.8em;
}

.btn-form {
    color: #222;
    margin: 0 10px;
    width: 300px;
}

.form-floating {
    margin: 20px;
}

.g-recaptcha {
    margin: 10px;
}

.contato h3{
    color: #222;
}

.scroll-up {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--secondary-color);
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: none; /* Oculto por padrão */
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.scroll-up:hover {
    background-color: var(--dark);
}

.section {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.8s ease-out;
}

.section:nth-child(2n) {
  
}

.section.show {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 768px) {

.banner{
    height: 400px;
}

.quem-somos p{
    padding-right:0;
}
 /* Ajustes gerais */
.quem-somos-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.quem-somos {
  text-align: left;
  padding: 0 40px;
}

.list{
    padding: 0;
}
.btn{
    width: 100%
}

  .box-texto, .box-img {
    margin-top: 0 !important;
  }
  .box-texto{
    margin-bottom: 40px;
  }

  .footer .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer .col {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    border: none;
    height: auto;
  }

  .footer .footer__menu nav ul {
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .footer .footer__menu nav ul li {
    display: inline-block;
    margin: 0 10px;
    padding: 10px 0;
  }
}

}