@property --cor-destaque-1-gradiente-a {
  syntax: '<color>';
  initial-value: #C40109;
  inherits: false;
}

@property --cor-destaque-2-gradiente-a {
  syntax: '<color>';
  initial-value: #840409;
  inherits: false;
}

@property --cor-destaque-1-gradiente-b {
  syntax: '<color>';
  initial-value: #526C90;
  inherits: false;
}

@property --cor-destaque-2-gradiente-b {
  syntax: '<color>';
  initial-value: #001F49;
  inherits: false;
}

@property --cor-texto {
  syntax: '<color>';
  initial-value: #1E1E1E;
  inherits: false;
}

@property --cor-fundo {
  syntax: '<color>';
  initial-value: #ffffff;
  inherits: false;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 0.875rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat";
  line-height: 1.2;
}

/* INICIO HEADER */

/* .logo {
  max-width: 115px;
}

@media only screen and (min-width: 300px) and (max-width: 400px) {
  .logo {
    max-width: 110px;
  }
}

.single-portfolio-slide:focus,
.single-portfolio-slide:hover {
  box-shadow: 0 0 25px 0px rgb(32 136 241 / 30%);
}

.header-area,
.header-area .main-header-area.sticky {
  position: relative;
}

.classy-nav-container {
  background-color: #FFFFFF;
  padding: 0;
}

.classy-nav-container .classy-navbar {
  height: 6.25rem;
  padding: 0 8%;
}

.breakpoint-on .classy-navbar .classy-menu {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: -19.375rem;
  z-index: 1000;
  width: 18.75rem;
  height: 100%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .logo {
    max-width: 8.4375rem;
  }

  #nav li a {
    font-size: 0.8125rem;
  }

  .get-a-quote {
    margin: 0.4rem !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classy-nav-container .classy-navbar {
    height: 3.75rem;
    padding: 0 8%;
  }

  .logo {
    max-width: 4.6875rem;
  }

  #nav li a {
    font-size: 1rem;
  }

  .get-a-quote {
    margin: 1.875rem 0.9375rem !important;
  }

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .logo {
    max-width: 7.8125rem;
  }

  .classy-navbar-toggler {
    display: block;
    position: absolute;
    right: 1.25rem;
  }

  .classy-navbar-toggler .navbarToggler {
    display: inline-block;
    cursor: pointer;
  }

  .breakpoint-on .classy-navbar .classy-menu.menu-on {
    left: 0;
  }
}

@media only screen and (max-width: 575px) {
  .classy-navbar-toggler {
    display: block;
    position: absolute;
    right: 1.25rem;
  }
}

@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar {
    height: 4.375rem;
    padding: 0 5%;
  }
}

@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar .nav-brand {
    max-width: 5.625rem;
    margin-right: 0.9375rem;
  }
}

.classy-nav-container .classy-navbar .classynav ul li a {
  position: relative;
  z-index: 1;
  font-weight: normal;
  font-size: 1rem;
  text-transform: initial;
  color: #032a74;
}

.classy-nav-container .classy-navbar .classynav ul li a:focus,
.classy-nav-container .classy-navbar .classynav ul li a:hover {
  color: #001949;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .classy-nav-container .classy-navbar .classynav ul li a {
    font-size: 0.625rem;
    padding: 0 0.625rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classy-nav-container .classy-navbar .classynav ul li a {
    font-size: 0.625rem;
  }
}

@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar .classynav ul li a {
    font-size: 0.875rem;
  }
}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
  font-size: 1rem;
  text-transform: initial;
  height: 2.625rem;
  line-height: 2.625rem;
  padding: 0 1.875rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
    font-size: 0.875rem;
  }
}

 .classy-nav-container .classy-navbar .classynav ul li.current-item a::after {
      content: '';
      position: absolute;
      width: 70%;
      height: 2px;
      background-color: #CB0B1E;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 1; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .classy-nav-container .classy-navbar .classynav ul li.current-item a::after {
          width: 100%;
          height: 1px; } }
      @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .classynav ul li.current-item a::after {
          width: 100%;
          height: 1px; } } 

#nav li a {
  position: relative;
  text-decoration: none;
  padding-bottom: 0.3125rem;
  transition: all 0.3s ease-in-out;
}

#nav li a:focus-visible {
  outline: 2px solid var(--cor-destaque-2-gradiente-b);
  ;
  outline-offset: 2px;
  border-radius: 1.375rem;
}

#nav li a.active {
  font-weight: 500;
}

#nav li a::after {
  content: "";
  display: block;
  width: 80%;
  height: 0.0625rem;
  background-color: var(--cor-destaque-2-gradiente-b);
  position: absolute;
  bottom: 0.125rem;
  left: 50%;
  transform: translateX(-50%);

  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#nav li a:hover::after,
#nav li a.active::after {
  opacity: 1;
}

ul#nav li {
  padding: 0 0 0 0.625rem;
}

.testing-btn {
  padding: 0 15px !important;
  height: 40px !important;
  line-height: 40px !important;
}

a.testing-btn.btn-2 {
  border-radius: 2.3rem;
  color: #FFFFFF;
  box-shadow: 0px 0.2825rem 3rem 0px rgba(131, 143, 158, 0.92); 
  border: none;
  cursor: pointer;
  text-align: center;
  background: var(--cor-destaque-1-gradiente-a);
}

.testing-btn.btn-2 {
  background-color: var(--cor-destaque-2-gradiente-b);
  color: var(--cor-fundo) !important;
  border-radius: 20px;
  font-size: 0.9rem;
  cursor: pointer;
}


@media(hover: hover) and (pointer: fine) {
  .testing-btn.btn-2:hover {
    background-color: #002E6C;
    color: #ffffff !important;
    box-shadow: 0px 0px 28.6px 0px #0462C1B8;
  }
}

.testing-btn.btn-2:active {
  background-color: #002E6C;
  color: #ffffff !important;
  box-shadow: 0px 0px 28.6px 0px #0462C1B8;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testing-btn.btn-2 {
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .testing-btn {
    padding: 0 0.9375rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testing-btn.btn-2 {
    font-size: 0.6875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.5rem;
  }

  .testing-btn {
    padding: 0 0.9375rem;
  }
}
 */
/* FIM HEADER */


/* INICIO SECTION BANNER */
.welcome-area {
  height: 18vw;
}

@media only screen and (max-width: 575px) {
  .welcome-area {
    height: 35vw;
  }
}

.banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  background-image: url("img/capa.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 575px) {
  .banner {
    background-position: 75% center !important;
  }
}

.banner img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
}

.welcome-text {
  position: absolute !important;
  text-align: left !important;
  left: 0 !important;
  padding-left: 8% !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.welcome-text h1 {
  color: rgb(255, 255, 255);
  font-size: 2.2rem;
  font-weight: 500;
  text-shadow: 0rem 0.184rem 2.305rem #AFB5FF;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .welcome-text h1 {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome-text h1 {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .welcome-text h1 {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 575px) {
  .welcome-text h1 {
    font-size: 0.8rem;
  }
}

@media only screen and (min-width: 300px) and (max-width: 400px) {
  .welcome-text h1 {
    font-size: 0.75rem;
  }
}

.welcome-text h1 span {
  font-weight: bold;
}

.vector-container {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1rem;
}

@media only screen and (max-width: 575px) {
  .vector-container {
    gap: 0.5rem;
  }
}

.vector-container .vector-img {
  width: 24.5rem;
  height: 4px;
  max-width: unset;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vector-img {
    width: 6.5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vector-img {
    width: 7.5rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .vector-img {
    width: 6.5rem;
  }
}

@media only screen and (max-width: 575px) {
  .vector-img {
    width: 6.5rem !important;
    height: 2px !important;
  }
}

.vector-text {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--cor-fundo);
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vector-text {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vector-text {
    font-size: 0.7rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .vector-text {
    font-size: 0.7rem;
  }
}

@media only screen and (max-width: 575px) {
  .vector-text {
    font-size: 0.5rem;
  }
}

@media only screen and (min-width: 300px) and (max-width: 400px) {
  .vector-text {
    font-size: 0.5rem;
  }
}

.vector-text span {
  font-weight: 200;
  letter-spacing: 0.30rem;
  padding-left: 0.35rem;
}

.vector-arrow {
  position: relative;
  display: flex;
  background-color: #00184E;
  border-radius: 50%;
  max-width: 100%;
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  top: -2.2vw;
  border: 1px solid #FFFFFF0D
}

@media only screen and (max-width: 575px) {
  .vector-arrow {
    display: none;
  }
}

.vector-arrow img {
  width: 30px;
}

/* FIM SECTION BANNER */


/* INICIO SECTION INSCRIÇÃO */
.inscription-section {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 6rem;
  padding: 4% 8% 0 8%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inscription-section {
    padding: 13% 8%;
  }
}

@media only screen and (max-width: 991px) {
  .inscription-section {
    padding: 8% 10%;
  }
}

.inscription-container {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5vw;
}

@media only screen and (max-width: 1199px) {
  .inscription-container {
    flex-direction: column;
    gap: 0;
  }
}

.inscription-info {
  width: 49%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

@media only screen and (max-width: 575px) {
  .inscription-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
}

.inscription-area {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}

.inscription-area {
  width: 40%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

@media only screen and (max-width: 575px) {
  .inscription-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
}

.inscription-area {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}

@media only screen and (max-width: 1199px) {
  .inscription-area {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 575px) {

  .inscription-area h2,
  .inscription-area .btn-inscription {
    display: none;
  }
}

.inscription-area h2 {
  background: linear-gradient(354.42deg, var(--cor-destaque-2-gradiente-b) 8.7%, var(--cor-destaque-1-gradiente-b) 115.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 1.855rem !important;
  margin-bottom: 2.2rem;
  margin-left: 0;
  text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1709px) {
  .inscription-area h2 {
    font-size: 1.855rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inscription-area h2 {
    font-size: 2.15rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inscription-area h2 {
    font-size: 1.825rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inscription-area h2 {
    font-size: 1.825rem;
    margin-left: auto;
    margin-right: auto;
  }

}

@media only screen and (max-width: 575px) {
  .inscription-area h2 {
    font-size: 1.325rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 300px) and (max-width: 400px) {
  .inscription-area h2 {
    margin-bottom: 0;
  }
}

.btn-inscription,
.btn-inscription-mobile {
  width: 50%;
  padding-bottom: 2.4%;
  padding-top: 2.4%;
  border-radius: 2.3rem;
  color: var(--cor-fundo) !important;
  box-shadow: 0px 3.23px 25.2px 0px #84040963;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700 !important;
  font-size: 1.3rem;
  line-height: 107%;
  border: none;
  cursor: pointer;
  text-align: center;
  background-color: #AF0209;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  transition: all 500ms ease;
}

@media(hover: hover) and (pointer: fine) {

  .btn-inscription:hover,
  .btn-inscription-mobile:hover {
    background-color: #002E6C;
    color: #ffffff !important;
    box-shadow: 0px 0px 28.6px 0px #0462C1B8;
    outline: none;
    text-decoration: none;
  }
}

.btn-inscription:active,
.btn-inscription-mobile:active {
  background-color: #002E6C;
  color: #ffffff !important;
  box-shadow: 0px 0px 28.6px 0px #0462C1B8;
  outline: none;
  text-decoration: none;
}

.btn-inscription-mobile {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .btn-inscription {
    width: 70%;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .btn-inscription-mobile {
    display: block !important;
    width: 50%;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.inscription-info {
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inscription-info {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

}

@media only screen and (max-width: 575px) {
  .inscription-info {
    margin-left: auto;
    margin-right: auto;
  }
}

.inscription-title {
  display: none;
}

@media only screen and (max-width: 575px) {
  .inscription-title {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    background: linear-gradient(354.42deg, var(--cor-destaque-2-gradiente-b) 8.7%, var(--cor-destaque-1-gradiente-b) 115.16%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
  }
}

.inscription-text {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: var(--cor-texto);
  text-align: justify;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inscription-text {
    font-size: 1.15rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inscription-text {
    font-size: 1.15rem;
  }

}

@media only screen and (min-width: 401px) and (max-width: 575px) {
  .inscription-text {
    font-size: 0.8rem;
    text-align: center !important;
  }
}

@media only screen and (min-width: 300px) and (max-width: 400px) {
  .inscription-text {
    font-size: 1rem;
  }
}

/* Título apenas para mobile */
.inscription-title-mobile {
    display: none;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(354.42deg, var(--cor-destaque-2-gradiente-b) 8.7%, var(--cor-destaque-1-gradiente-b) 115.16%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
}

/* Em mobile (até 767px) */
@media only screen and (max-width: 767px) {
    .inscription-title-mobile {
        display: block;
    }

    /* Esconde o título da área de inscrição em mobile */
    .inscription-area h2 {
        display: none;
    }

    /* Ajusta o texto para ficar centralizado no mobile */
    .inscription-info {
        text-align: center;
    }

    .inscription-text {
        text-align: justify;
        font-size: 0.9rem;
        margin-bottom: 0.3rem;
    }

    /* Opcional: ajustar espaçamento entre os textos */
    .inscription-text:first-of-type {
        margin-bottom: 1rem;
    }
}

/* Botão para mobile - inicialmente escondido */
.btn-inscription-mobile {
    display: none;
}

/* Em mobile (até 767px) */
@media only screen and (max-width: 767px) {
    /* Mostra o botão mobile - REDUZIDO 15% */
    .btn-inscription-mobile {
        display: flex;
        width: 34%; /* Reduzido de 40% */
        padding: 2.04% 0; /* Reduzido de 2.4% */
        border-radius: 2.3rem;
        color: var(--cor-fundo) !important;
        box-shadow: 0px 2.75px 21.42px 0px #84040963; /* Reduzido de 0px 3.23px 25.2px */
        font-family: 'Montserrat', sans-serif;
        font-weight: 700 !important;
        font-size: 0.85rem; /* Reduzido de 1rem */
        line-height: 107%;
        border: none;
        cursor: pointer;
        text-align: center;
        background-color: #AF0209;
        align-items: center;
        justify-content: center;
        margin: 1.7rem auto 0 auto; /* Reduzido de 2rem */
        transition: all 500ms ease;
        text-decoration: none;
    }
    
    /* Estilos de hover/active para mobile - REDUZIDOS 15% */
    @media (hover: hover) and (pointer: fine) {
        .btn-inscription-mobile:hover {
            background-color: #002E6C;
            color: #ffffff !important;
            box-shadow: 0px 0px 24.31px 0px #0462C1B8; /* Reduzido de 0px 0px 28.6px */
            outline: none;
            text-decoration: none;
        }
    }
    
    .btn-inscription-mobile:active {
        background-color: #002E6C;
        color: #ffffff !important;
        box-shadow: 0px 0px 24.31px 0px #0462C1B8; /* Reduzido de 0px 0px 28.6px */
        outline: none;
        text-decoration: none;
    }
    
    /* Ajusta o botão desktop para mobile - REDUZIDO 15% */
    .btn-inscription {
        width: 59.5%; /* Reduzido de 70% */
        font-size: 12.75px; /* Reduzido de 15px */
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    
    /* Ajusta a área de inscrição no mobile */
    .inscription-area {
        margin-top: 0.5rem;
    }
    
    /* Opcional: ajusta o tamanho do botão mobile em telas muito pequenas - REDUZIDO 15% */
    @media only screen and (max-width: 400px) {
        .btn-inscription-mobile {
            width: 59.5%; /* Reduzido de 70% */
            font-size: 0.85rem; /* Reduzido de 1rem */
            padding: 2.55% 0; /* Reduzido de 3% */
        }
    }
}

/* Apenas desktop - esconde o botão mobile */
@media only screen and (min-width: 768px) {
    .btn-inscription-mobile {
        display: none;
    }
    
    /* Mantém o botão desktop normal */
    .btn-inscription {
        width: 50%;
        padding: 2.4% 0;
        font-size: 1.3rem;
        margin-left: 0;
        position: static;
        transform: none;
    }
}

/* FIM SECTION INSCRIÇÃO */


/* INICIO SECTION VÍDEO */
.video-section {
  width: 100%;
  padding: 8% 8% 0 8%;
}

@media only screen and (max-width: 991px) {
  .video-section {
    padding: 8% 6% 0 6%;
  }
}


.video-area {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-area {
    flex-direction: column-reverse;
    gap: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-area {
    flex-direction: column-reverse;
    gap: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video-area {
    flex-direction: column-reverse;
    gap: 3rem;
    margin-left: auto;
    margin-right: auto;
  }

}

@media only screen and (max-width: 575px) {
  .video-area {
    flex-direction: column-reverse;
    gap: 3rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
  }
}

.video-poc {
  flex: 1;
  text-align: left;
}

.video-poc-mobile {
  display: none;
  align-items: center;
  width: 81.3vw;
  height: 24vw;
  margin: 0 auto;
}

.inscription-button {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-decoration: none;
  flex-direction: column;
  width: 100%;
  border: 1px solid #000000;
  border-radius: 2.5vw;
  padding: 3vw 5vw;
  gap: 3.5vw;
  height: 100%;
}

.video-poc-text {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.video-poc-text p {
  text-align: left;
  line-height: normal;
  word-wrap: break-word;
  font-size: 2.8vw;
  font-weight: 600;
  color: #141414;
  margin-bottom: 1vw;
}

.btn-assinatura {
  display: flex;
  border-radius: 2.3rem;
  font-size: 2.9vw;
  font-weight: 600;
  color: #ffffff;
  background-color: #AF0209;
  padding: 4vw 1.6vw;
  text-wrap: nowrap;
  width: 50vw;
  height: 5vw;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1.43px 17.38px -3.58px #AF0209D6;
}

.btn-assinatura:hover,
.btn-assinatura:active {
  background-color: #002E6C;
  color: #ffffff !important;
  box-shadow: 0px 0px 28.6px 0px #0462C1B8;
}

@media only screen and (max-width: 991px) {
  .video-poc {
    display: none;
  }

  .video-poc-mobile {
    display: flex;
    align-items: center;
    width: 360px;
    height: auto;
    min-height: 110.09px;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 15px 8px 30px 8px;
    border: 1px solid #000000;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
  }

  .video-poc-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    gap: 4px;
    margin-bottom: 10px;
    padding: 0 2px;
    box-sizing: border-box;
  }

  /* ESTILO PARA TODOS OS PARÁGRAFOS */
  .video-poc-mobile .video-poc-text p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    line-height: 100% !important;
    letter-spacing: normal;
    text-align: center !important;
    margin-bottom: 0;
    width: 100%;
    word-wrap: break-word;
    box-sizing: border-box;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* PRIMEIRO PARÁGRAFO - TÍTULO */
  .video-poc-mobile .video-poc-text:first-of-type p {
    font-size: 12px !important;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-weight: 600 !important;
    color: #141414 !important;
  }

  /* CONTAINER DO SEGUNDO TEXTO - com largura controlada */
  .video-poc-mobile .video-poc-text:nth-of-type(2) {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 0 0;
  }

  /* SEGUNDO PARÁGRAFO - DESCRIÇÃO */
  .video-poc-mobile .video-poc-text:nth-of-type(2) p {
    font-size: 10px !important;
    font-weight: 600 !important;
    text-transform: none;
    line-height: 1.3 !important;
    color: #141414 !important;
    
    /* ALINHAMENTO JUSTIFICADO PARA LINHAS IGUAIS */
    text-align: justify !important;
    text-align-last: center !important; 
    
   
    
    /* Remove espaçamento extra */
    padding: 0 !important;
    margin: 0 !important;
  }

  /* BOTÃO REDUZIDO 15% */
  .btn-assinatura {
    display: flex;
    border-radius: 2.3rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px; 
    line-height: 107%;
    font-weight: 700 !important;
    color: #ffffff;
    background-color: #AF0209;
    padding: 10px 20px; 
    text-align: center;
    width: auto;
    min-width: 170px; 
    height: auto;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1.22px 14.8px -3.05px #AF0209D6; 
    text-decoration: none;
    margin: 1.7rem auto 0 auto; 

    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    
    max-width: 238px; 
    z-index: 10;
  }

  .btn-assinatura:hover,
  .btn-assinatura:active {
    background-color: #002E6C;
    color: #ffffff !important;
    box-shadow: 0px 0px 24.4px 0px #0462C1B8; 
  }
}

/* DESKTOP: remove o text-transform uppercase */
@media only screen and (min-width: 992px) {
  .video-poc-text:first-child p {
    text-transform: none;
  }
}

.video-poc div {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  border-radius: 2.983rem;
  border: 0.128rem solid #8598B4;
  padding: 4% 3%;
  width: 72%;
  margin: 1.5rem 0 2.85rem 0;
  align-items: center;
}

/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-poc div {
    width: 37.75rem;
    text-align: center;
    margin-bottom: 2.725rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-poc div {
    width: 37.75rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video-poc div {
    width: 30.35rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 13.8rem;
  }

}

@media only screen and (min-width: 430px) and (max-width: 550px) {
  .video-poc div {
    width: 23rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 13.25rem;
  }
}

@media only screen and (min-width: 401px) and (max-width: 429px) {
  .video-poc div {
    width: 22rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 340px) and (max-width: 400px) {
  .video-poc div {
    width: 18rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 300px) and (max-width: 339px) {
  .video-poc div {
    width: 16.5rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
} */

.btn-video {
  background-image: linear-gradient(to right, var(--cor-destaque-1-gradiente-a), var(--cor-destaque-2-gradiente-a));
  box-shadow: 0px 3.82px 3.82px 0px #00000040;
  width: 50%;
  padding-bottom: 2%;
  padding-top: 2%;
  border-radius: 2.3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700 !important;
  font-size: 1vw;
  line-height: 107%;
  border: none;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4.5vw;
  color: var(--cor-fundo) !important;
  transition: all 500ms ease;
}

@media(hover: hover) and (pointer: fine) {
  .btn-video:hover {
    background-image: linear-gradient(to bottom, #002E6C);
    color: #ffffff !important;
    box-shadow: 0px 0px 28.6px 0px #0462C1B8;
  }
}

.btn-video:active {
  background-image: linear-gradient(to bottom, #002E6C);
  color: #ffffff !important;
  box-shadow: 0px 0px 28.6px 0px #0462C1B8;
}

@media only screen and (max-width: 1199px) {
  .btn-video {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }
}

.video-text {
  font-size: 1vw;
  font-weight: 500;
  color: var(--cor-texto);
  text-align: left;
  display: block;
  width: 92%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-text {
    text-align: center;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-text {
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video-text {
    text-align: center;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 575px) {
  .video-text {
    text-align: center;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 401px) and (max-width: 550px) {
  .video-text {
    text-align: center;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 300px) and (max-width: 400px) {
  .video-text {
    text-align: center;
    font-size: 0.85rem;
  }
}

.video-iframe {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-iframe {
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-iframe {
    justify-content: center;
  }
}

@media only screen and (max-width: 575px) {
  .video-iframe {
    justify-content: center;
  }
}

.video-iframe iframe {
  border-radius: 28px;
  width: 90%;
  height: 80%;
  aspect-ratio: 16/9;
}

@media only screen and (max-width: 991px) {
  .video-iframe iframe {
    width: 100%;
  }
}

/* FIM SECTION VIDEO */

/* TEXTO MOBILE ANTES DAS VANTAGENS */
.vantagens-mobile-title {
  display: none;
}

@media only screen and (max-width: 767px) {
  .vantagens-mobile-title {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 4.5%;
    text-transform: uppercase;
    color: #001F49;
    text-align: justify;
    margin: 4rem auto 1rem auto;
    padding: 0;
    max-width: 100%;
  }
}

/* INICIO SECTION VANTAGENS */
.vantagens-section {
  width: 100%;
  background: linear-gradient(256.56deg,
      rgba(0, 6, 41, 0.8) 17.09%,
      rgba(0, 11, 84, 0.8) 32.53%,
      rgba(0, 30, 96, 0.8) 48.69%,
      rgba(0, 6, 41, 0.8) 82.43%), #001127;
}

.vector-vantagens {
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 575px) {
  .vector-vantagens {
    margin-bottom: 2rem;
  }
}

.vector-vantagens .vector-text {
  font-size: 1.8rem;
  color: #141414;
  padding-left: 3rem;
}

.vector-vantagens .vector-text-mobile {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vector-vantagens .vector-text {
    font-size: 1.8rem;
    padding-left: 13.2rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vector-vantagens .vector-text {
    font-size: 1.4rem;
    padding-left: 9.7rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .vector-vantagens .vector-text {
    font-size: 1.1rem;
    padding-left: 5.7rem;
  }

}

@media only screen and (max-width: 575px) {
  .vector-vantagens .vector-text {
    display: none;
  }

  .vector-vantagens .vector-text-mobile {
    display: block;
    color: #141414;
    font-size: 1rem;
    font-weight: 600;
  }
}

/* @media only screen and (min-width: 300px) and (max-width: 429px) {
  .vector-vantagens .vector-text {
    font-size: 0.52rem;
    padding-left: 4.2rem;
  }
} */

.vantagens-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.65rem;
  margin: 0 auto;
  margin-bottom: 6.725rem;
}

@media only screen and (max-width: 1199px) {
  .vantagens-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 300px) and (max-width: 429px) {
  .vantagens-container {
    gap: 2rem;
  }
}

.vantagens-projeto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 0 4rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vantagens-projeto {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vantagens-projeto {
    padding: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .vantagens-projeto {
    padding: 0;
  }

}

@media only screen and (max-width: 575px) {
  .vantagens-projeto {
    padding: 0;
  }
}


.vantagens-projeto-img {
  width: 4.375rem;
  height: 4.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.625rem;
  border-radius: 100%;
  background-image: var(--cor-fundo);
  box-shadow: 0px 4px 15px 0px #00000040;
}

@media only screen and (max-width: 575px) {
  .vantagens-projeto-img {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.vantagens-projeto-img svg {
  color: var(--cor-destaque-1-gradiente-a);
  width: 50%;
  height: 50%;
}

.vantagens-text {
  color: var(--cor-texto);
  font-size: 1.35rem;
  font-weight: 600;
  width: auto;
  border-bottom: 1px solid var(--cor-texto);
  display: inline-block;
  padding-bottom: 0.45rem;
  margin-bottom: 12px;
}

@media only screen and (max-width: 575px) {
  .vantagens-text {
    font-size: 0.8rem;
  }
}

.text-infos {
  color: var(--cor-texto);
  font-weight: 400;
  font-size: 1.2rem;
  text-align: justify;
}

@media only screen and (min-width: 341px) and (max-width: 575px) {
  .text-infos {
    font-size: 0.8rem;
    text-align: justify;
  }
}

@media only screen and (min-width: 300px) and (max-width: 340px) {
  .text-infos {
    font-size: 0.8rem;
    text-align: left;
  }
}

/* FIM SECTION VANTANGENS */


/* INICIO SECTION FORMULÁRIO */
.fomulario-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 55%;
  margin: 0 auto;
  padding: 0 0 2rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fomulario-area {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fomulario-area {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fomulario-area {
    width: 100%;
  }

}

@media only screen and (max-width: 575px) {
  .fomulario-area {
    width: 100%;
  }
}

.formulario-text {
  font-size: 1.45rem;
  font-weight: 400;
  color: var(--cor-texto);
  text-align: center;
  margin-bottom: 2.3rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .formulario-text {
    width: 80%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .formulario-text {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .formulario-text {
    width: 100%;
  }

}

@media only screen and (max-width: 575px) {
  .formulario-text {
    font-size: 1.1rem;
    width: 90%;
  }
}

/* FORMULÁRIO - DESKTOP (mantém como está) */
.fomulario-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 55%;
  margin: 0 auto;
  padding: 0 0 2rem;
}

.formulario-text {
  font-size: 1.45rem;
  font-weight: 400;
  color: var(--cor-texto);
  text-align: center;
  margin-bottom: 2.3rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fomulario-area {
    width: 100%;
  }
  
  .formulario-text {
    width: 80%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fomulario-area {
    width: 100%;
  }
  
  .formulario-text {
    width: 100%;
  }
}

/* MOBILE - FORMULÁRIO MAIS COMPACTO */
@media only screen and (max-width: 767px) {
  .fomulario-area {
    width: 100%;
    padding: 0 15px 1.5rem; /* Menos padding inferior */
  }
  
  .formulario-text {
    font-size: 1rem; /* Texto menor */
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.5rem; /* Menos espaço abaixo do texto */
    line-height: 1.4;
    padding: 0 10px;
  }
}

/* FORM CONTAINER - DESKTOP */
.form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 40.5625rem;
  margin: 0 auto;
  padding: 2rem;
  border: 1px solid #506A8F;
  border-radius: 60px;
}

/* FORM CONTAINER - MOBILE COMPACTO */
@media only screen and (max-width: 767px) {
  .form-container {
    max-width: 100%;
    padding: 1.5rem 1rem; 
    border-radius: 40px; 
  }
}

@media only screen and (max-width: 400px) {
  .form-container {
    padding: 1rem 0.75rem; 
    border-radius: 30px;
  }
}

/* INPUTS - DESKTOP */
.fomulario-area form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.fomulario-area input {
  width: 100%;
  height: 3.5rem;
  padding: 0.75rem;
  margin-bottom: 2rem;
  border-radius: 25px;
  border: none;
  color: #000000;
  text-indent: 1rem;
  background-color: #FBFBFB;
  border: 1px solid #E0E0E0;
  font-size: 1rem;
}

/* INPUTS - MOBILE COMPACTO */
@media only screen and (max-width: 767px) {
  .fomulario-area input {
    height: 2.8rem; 
    margin-bottom: 1.2rem; 
    border-radius: 20px; 
    font-size: 0.9rem; 
    padding: 0.5rem; 
    text-indent: 0.8rem; 
  }
}

@media only screen and (max-width: 400px) {
  .fomulario-area input {
    height: 2.5rem;
    margin-bottom: 1rem;
    border-radius: 15px;
    font-size: 0.85rem;
  }
}

/* BOTÃO - DESKTOP */
.fomulario-area button {
  background: #AF0209;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  border: none;
  width: 15.83rem;
  height: 3.125rem;
  border-radius: 2.64125rem;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3.82px 3.82px 0px #00000040;
  margin: 1.5rem auto;
  transition: all 500ms ease;
}

.fomulario-area button:hover,
.fomulario-area button:focus {
  background-image: linear-gradient(to bottom, #002E6C);
  color: #ffffff !important;
  box-shadow: 0px 0px 28.6px 0px #0462C1B8;
}

/* BOTÃO - MOBILE COMPACTO */
@media only screen and (max-width: 767px) {
  .fomulario-area button {
    width: 14rem; 
    height: 2.8rem; 
    font-size: 1rem; 
    border-radius: 2rem; 
    margin: 1rem auto; 
  }
}

@media only screen and (max-width: 400px) {
  .fomulario-area button {
    width: 12rem;
    height: 2.5rem;
    font-size: 0.9rem;
    margin: 0.8rem auto;
  }
}

/* REMOVER ESTILOS DESNECESSÁRIOS DO SEU CSS ANTERIOR */
/* Remova estas media queries antigas se existirem: */
/*
@media only screen and (min-width: 300px) and (max-width: 340px) {
  .form-container {
    padding: 0;
  }
}

@media only screen and (min-width: 341px) and (max-width: 429px) {
  .form-container {
    padding: 1.5rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fomulario-area button {
    font-size: 1.1rem;
    width: 15.83rem;
    height: 2.825rem;
    margin: 1.5rem auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fomulario-area button {
    width: 17.53rem;
    margin: 1.5rem auto;
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 430px) and (max-width: 550px) {
  .fomulario-area button {
    width: 14rem;
    margin: 1.5rem auto;
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 300px) and (max-width: 429px) {
  .fomulario-area button {
    width: 11rem;
    margin: 1.5rem auto;
    font-size: 0.9rem;
  }
}
*/
/* FIM SECTION FORMULÁRIO */

.container-slides {
  max-width: 100% !important;
}

.carrossel-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #001F49;
  padding-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .carrossel-title {
      font-size: 0.75rem !important;
      font-weight: 800 !important;
  }
}

@media only screen and (max-width: 400px) {
  .carrossel-title {
      font-size: 10px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .carrossel-title {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carrossel-title {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .carrossel-title {
    font-size: 1.1rem;
  }

}

@media only screen and (max-width: 575px) {
  .carrossel-title {
    font-size: 1.1rem;
    padding-top: 3rem;
  }
}

@media only screen and (min-width: 340px) and (max-width: 429px) {
  .carrossel-title {
    font-size: 0.9rem;
  }
}

.single-portfolio-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 15.625rem;
  border-radius: 1vw;
  height: 10rem;
  overflow: hidden;
  margin-bottom: 2rem !important;
  margin-top: 1rem !important;
}

/* @media only screen and (min-width: 768px) and (max-width: 991px) {
  div.owl-item {
    width: 18.125rem !important;
    height: 10rem !important;
    margin-right: 0 !important;
  }

}

@media only screen and (max-width: 575px) {
  div.owl-item {
    width: 12.5rem !important;
    height: 10rem !important;
  }
} */

.single-portfolio-slide img {
  max-height: 80%;
  height: auto;
  width: 100%;
  object-fit: contain;
}

.erro-campo {
  color: red;
  font-size: 0.8125rem;
  margin-top: 0.25rem;
  display: block;
}

.input-erro {
  border: 2px solid red !important;
}

.owl-next,
.owl-prev {
  display: none;
}

@media(hover: hover) and (pointer: fine) {

  .owl-prev:hover,
  .owl-next:hover {
    opacity: 1 !important;
  }
}

.owl-prev:active,
.owl-next:active {
  opacity: 1 !important;
}

@media screen and (max-width: 768px) {

  .owl-next,
  .owl-prev {
    width: 25px;
    height: 25px;
  }
}

.owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  /* left: -10px; */
  top: 35%;
  width: 100%;
  padding: 0 10px;
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
}

.owl-stage-outer {
  margin: 0 auto;
}

.owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 1.75rem;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}

.input-erro {
  border: 2px solid red !important;
}

.btn-whatsapp {
    position: fixed;
    bottom: 1.6vw;
    right: 1.6vw;
    width: 3.33vw;
    height: 3.33vw;
    z-index: 99;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0.4vw 0.8vw rgb(115 113 113 / 30%);
    transition: transform 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-whatsapp a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-whatsapp img {
    display: block;
    width: 60%;
    height: auto;
}

.whatsapp-btn:hover,
.whatsapp-btn:active {
    transform: scale(1.1);
}

@media screen and (max-width: 480px) {
  .whatsapp-float {
    bottom: 1rem;
    left: calc(100vw - 3.5rem);
    width: 3rem;
    height: 3rem;
  }
}

/* CARROSSEL - MOBILE FIRST */
.container-slides {
    max-width: 100% !important;
    overflow: hidden;
    padding: 0 15px;
}

.portfolio-sildes-lp {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

/* Ajustes para centralização em mobile */
@media only screen and (max-width: 575px) {
    .container-slides {
        padding: 0 10px;
    }
    
    .single-portfolio-slide {
        width: 250px !important;
        max-width: 250px !important;
        height: 140px !important;
        margin: 10px auto !important;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
        background: white;
    }
    
    .single-portfolio-slide:hover {
        transform: scale(1.05);
    }
    
    .single-portfolio-slide img {
        max-width: 80%;
        max-height: 70px;
        object-fit: contain;
    }
    
    /* Centraliza o carrossel */
    .owl-stage {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0 !important;
    }
    
    .owl-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    /* Configuração para mostrar mais itens em mobile */
    .owl-carousel .owl-stage-outer {
        overflow: visible !important;
    }
}

/* Ajustes para tablet */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-portfolio-slide {
        width: 220px !important;
        height: 150px !important;
        margin: 15px auto !important;
    }
    
    .single-portfolio-slide img {
        max-height: 80px;
    }
}

/* ========== DESKTOP - VOLTANDO AO ORIGINAL ========== */
/* REMOVA TODO O BLOCO DE "@media only screen and (min-width: 768px)" */
/* E SUBSTITUA POR ISSO: */

/* DESKTOP (768px em diante) - TAMANHO ORIGINAL */
@media only screen and (min-width: 768px) {
    .single-portfolio-slide {
        width: auto !important; 
        max-width: 15.625rem !important; 
        height: 10rem !important; 
        margin: 1rem !important; 
        border-radius: 1vw; 
        box-shadow: none !important; 
        background: transparent !important; 
        transition: none !important; 
    }
    
    .single-portfolio-slide:hover {
        transform: none !important; 
    }
    
    .single-portfolio-slide img {
        max-width: 100% !important; 
        max-height: 80px !important; 
        object-fit: contain;
    }
    
    /* Remove centralização forçada em desktop */
    .owl-stage {
        display: block !important; 
        padding: 0 !important; 
    }
    
    .owl-item {
        justify-content: flex-start !important; 
        align-items: flex-start !important;
    }
    
    /* Remove overflow visible */
    .owl-carousel .owl-stage-outer {
        overflow: hidden !important;
    }
}

/* Estilização das setas de navegação */
.custom-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.custom-nav button {
    pointer-events: all;
    width: 40px;
    height: 40px;
    background: rgba(0, 31, 73, 0.8) !important;
    color: white !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    margin: 0 15px;
}

.custom-nav button:hover {
    background: var(--cor-destaque-1-gradiente-a) !important;
    transform: scale(1.1);
}

/* Estilização dos dots */
.custom-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 8px;
}

.custom-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc !important;
    border: none;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease;
}

.custom-dots button.active {
    background: var(--cor-destaque-1-gradiente-a) !important;
    transform: scale(1.2);
}

/* Título do carrossel */
.carrossel-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #001F49;
    padding-top: 4rem;
    margin-bottom: 2rem;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .carrossel-title {
        font-size: 0.75rem !important;
        font-weight: 700 !important;
        padding-top: 3rem;
        margin-bottom: 1.5rem;
    }
}

@media only screen and (max-width: 400px) {
    .carrossel-title {
        font-size: 0.625rem !important;
        padding-top: 2rem;
        margin-bottom: 1rem;
    }
}

/* Ajuste para garantir que as imagens não ultrapassem */
.single-portfolio-slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px !important;
}

/* Remove o padding padrão do Owl Carousel */
.owl-carousel .owl-stage-outer {
    padding: 20px 0;
}