* {
    scroll-behavior: smooth;
  }
  
  hr{
    border-color: white;
  }
  
  #sobre_empresa{
    font-size: 115%;
  }
  
  .why_section .box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  
  .why_section .img-box {
    flex: 1;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .why_section .img-box img {
    width: 150px; /* Defina um tamanho fixo para as imagens */
    height: 150px; /* Mesma altura para manter proporção */
    border-radius: 50%; /* Mantém as imagens circulares */
    object-fit: cover; /* Garante que a imagem seja cortada proporcionalmente no círculo */
  }
  
  .why_section .detail-box {
    flex: 2; /* O texto ocupa mais espaço que a imagem */
  }
  
  .why_section .box:nth-child(even) {
    flex-direction: row-reverse; /* Inverte a posição para itens pares */
  }
  
  @media (max-width: 768px) {
    .why_section .box {
        flex-direction: column;
        text-align: center;
    }
    
    .why_section .box:nth-child(even) {
        flex-direction: column; /* Remove a inversão no mobile */
    }
  
    .why_section .img-box {
        padding-right: 0;
        margin-bottom: 20px;
    }
  }
  
  
  .client_section {
    background-image: url('https://felipegigante.github.io/Site-Gtech/images/english/Slide5.PNG');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh; /* Ajuste a altura conforme necessário */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .about_section {
    background-image: url('https://felipegigante.github.io/Site-Gtech/images/english/Slide2.PNG');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh; /* Ajuste a altura conforme necessário */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .service_section{
    background-image: url('https://felipegigante.github.io/Site-Gtech/images/english/Slide6.PNG');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh; /* Ajuste a altura conforme necessário */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .team_section{
    background-image: url('https://felipegigante.github.io/Site-Gtech/images/english/Slide4.PNG');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh; /* Ajuste a altura conforme necessário */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  @media (max-width: 768px) {
    .client_section {
        height: 50vh; /* Ajuste a altura para dispositivos móveis, se necessário */
    }
    .about_section {
      height: 50vh; /* Ajuste a altura para dispositivos móveis, se necessário */
    }
    .service_section {
      height: 50vh; /* Ajuste a altura para dispositivos móveis, se necessário */
    }
    .team_section {
      height: 50vh; /* Ajuste a altura para dispositivos móveis, se necessário */
    }
    .img-box img{
      display: none
    }
  }
  
  
  @import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");
  body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #0c0c0c;
    background-color: #ffffff;
    overflow-x: hidden;
    scroll-behavior: smooth;
  }
  
  .layout_padding {
    padding: 90px 0;
  }
  
  .layout_padding2 {
    padding: 75px 0;
  }
  
  .layout_padding2-top {
    padding-top: 75px;
  }
  
  .layout_padding2-bottom {
    padding-bottom: 75px;
  }
  
  .layout_padding-top {
    padding-top: 90px;
  }
  
  .layout_padding-bottom {
    padding-bottom: 90px;
  }
  
  .heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .heading_container h2 {
    position: relative;
    font-weight: bold;
    margin-bottom: 0;
  }
  
  .heading_container h2 span {
    color: #00bbf0;
  }
  
  .heading_container p {
    margin-top: 10px;
    margin-bottom: 0;
  }
  
  .heading_container.heading_center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  
  a,
  a:hover,
  a:focus {
    text-decoration: none;
  }
  
  a:hover,
  a:focus {
    color: initial;
  }
  
  .btn,
  .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  /*header section*/
  .hero_area {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .hero_area .hero_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    overflow: hidden;
    z-index: -1;
  }
  
  .hero_area .hero_bg_box .bg_img_box {
    min-width: 100%;
    min-height: 100%;
  }
  
  .hero_area .hero_bg_box img {
    min-width: 100%;
    min-height: 100%;
  }
  
  .sub_page .hero_area {
    min-height: auto;
    background: linear-gradient(130deg, #0D516C, #0D516C);
  }
  
  .sub_page .hero_area .hero_bg_box {
    display: none;
  }
  
  .header_section {
    padding: 15px 0;
  }
  
  .header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
  
  /* Estilização das bandeirinhas */
  .language-switch {
    display: flex;
    flex-direction: column; /* Coloca as bandeiras uma em cima da outra */
    align-items: center;    /* Centraliza horizontalmente */
    margin-left: 20px;      /* Espaçamento da lista de navegação */
  }
  
  .language-switch .flag {
    width: 30px;      /* Define o tamanho das bandeiras */
    height: auto;     /* Mantém a proporção da imagem */
    margin-bottom: 10px; /* Espaçamento entre as bandeiras */
    cursor: pointer;  /* Indica que é clicável */
    transition: transform 0.3s ease;
  }
  
  .language-switch .flag:hover {
    transform: scale(1.1); /* Efeito de zoom ao passar o mouse */
  }
  
  
  .navbar-brand span {
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
  }
  
  .custom_nav-container {
    padding: 0;
  }
  
  .custom_nav-container .navbar-nav {
    margin-left: auto;
  }
  
  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 20px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
    color: #00bbf0;
  }
  
  .custom_nav-container .navbar-nav .nav-item.active .nav-link {
    font-weight: 600;
  }
  
  .custom_nav-container .nav_search-btn {
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    color: #ffffff;
  }
  
  .custom_nav-container .nav_search-btn:hover {
    color: #00bbf0;
  }
  
  .custom_nav-container .navbar-toggler {
    outline: none;
  }
  
  .custom_nav-container .navbar-toggler {
    padding: 0;
    width: 37px;
    height: 42px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .custom_nav-container .navbar-toggler span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #ffffff;
    margin: 7px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border-radius: 5px;
    transition: all 0.3s;
  }
  
  .custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    top: -10px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .custom_nav-container .navbar-toggler span::after {
    top: 10px;
  }
  
  .custom_nav-container .navbar-toggler[aria-expanded="true"] {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  
  .custom_nav-container .navbar-toggler[aria-expanded="true"] span {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  .custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 0;
  }
  
  /*end header section*/
  /* slider section */
  .slider_section {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 45px 0 145px 0;
    scroll-behavior: smooth;
  }
  
  .slider_section .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .slider_section #customCarousel1 {
    width: 100%;
    position: unset;
  }
  
  .slider_section .detail-box {
    color: #0D516C;
    padding: 5%;
  }
  
  .slider_section .detail-box h1 {
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ffffff;
  }
  
  .slider_section .detail-box p {
    color: #fefefe;
    font-size: 14px;
  }
  
  .slider_section .detail-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    margin-top: 25px;
  }
  
  .slider_section .detail-box .btn-box a {
    margin: 5px;
    text-align: center;
    width: 165px;
  }
  
  .slider_section .detail-box .btn-box .btn1 {
    display: inline-block;
    padding: 10px 15px;
    background-color: #12109c;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
  }
  
  .slider_section .detail-box .btn-box .btn1:hover {
    background-color: #007fa4;
  }
  
  .slider_section .detail-box .btn-box .btn2 {
    display: inline-block;
    padding: 10px 15px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
  }
  
  .slider_section .detail-box .btn-box .btn2:hover {
    background-color: black;
  }
  
  .slider_section .img-box {
    margin: 45px 0;
  }
  
  .slider_section .img-box img {
    width: 90%;
  }
  
  @-webkit-keyframes upDown {
    0% {
      -webkit-transform: translateY(-45px);
              transform: translateY(-45px);
    }
    50% {
      -webkit-transform: translateY(45px);
              transform: translateY(45px);
    }
    100% {
      -webkit-transform: translateY(-45px);
              transform: translateY(-45px);
    }
  }
  
  @keyframes upDown {
    0% {
      -webkit-transform: translateY(-45px);
              transform: translateY(-45px);
    }
    50% {
      -webkit-transform: translateY(45px);
              transform: translateY(45px);
    }
    100% {
      -webkit-transform: translateY(-45px);
              transform: translateY(-45px);
    }
  }
  
  .slider_section .carousel-indicators {
    position: unset;
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .slider_section .carousel-indicators li {
    background-color: #ffffff;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    opacity: 1;
  }
  
  .slider_section .carousel-indicators li.active {
    width: 20px;
    height: 20px;
    background-color: #00bbf0;
  }
  
  .service_section {
    position: relative;
    scroll-behavior: smooth;
  }
  
  .service_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-top: 45px;
    background-color: #f8f8f9;
    padding: 20px;
    border-radius: 5px;
  }
  
  .service_section .box .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 125px;
    min-width: 75px;
    height: 75px;
    margin-bottom: 15px;
  }
  
  .service_section .box .img-box img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .service_section .box .detail-box h5 {
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .service_section .box .detail-box a {
    color: #0D516C;
    font-weight: 600;
  }
  
  .service_section .box .detail-box a:hover {
    color: #00bbf0;
  }
  
  .service_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
  }
  
  .service_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #00bbf0;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
  }
  
  .service_section .btn-box a:hover {
    background-color: #007fa4;
  }
  
  .about_section {
    background-color: #0D516C;
    color: #ffffff;
  }
  
  .about_section .heading_container {
    margin-bottom: 45px;
  }
  
  .about_section .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .about_section .img-box img {
    max-width: 100%;
  }
  
  .about_section .detail-box h3 {
    font-weight: bold;
  }
  
  .about_section .detail-box p {
    margin-top: 15px;
  }
  
  .about_section .detail-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #00bbf0;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    margin-top: 15px;
  }
  
  .about_section .detail-box a:hover {
    background-color: #007fa4;
  }
  
  .why_section {
    padding: 60px 0;
    background-color: #f8f9fa; /* Cor de fundo sutil para destacar a seção */
  }
  
  .why_section .container {
    max-width: 1200px; /* Limita a largura do conteúdo */
    margin: 0 auto; /* Centraliza a caixa no meio da tela */
    padding: 40px;
    background-color: #ffffff; /* Fundo branco para o conteúdo da caixa */
    border-radius: 10px; /* Borda arredondada para um visual moderno */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra leve para destacar a caixa */
  }
  
  .why_section .box {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Distribui uniformemente os itens */
    margin-bottom: 30px;
    width: 100%; /* Garante que as boxes ocupem toda a largura disponível */
    padding: 20px; /* Espaçamento interno */
    border-bottom: 1px solid #e0e0e0; /* Linha sutil entre os itens */
  }
  
  .why_section .img-box {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
  }
  
  .why_section .img-box img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: contain;
  }
  
  .why_section .detail-box {
    flex: 2;
    padding: 0 15px;
    text-align: left;
  }
  
  .why_section .box:nth-child(even) {
    flex-direction: row-reverse;
  }
  
  @media (max-width: 768px) {
    .why_section .box {
        flex-direction: column;
        text-align: center;
    }
    
    .why_section .box:nth-child(even) {
        flex-direction: column;
    }
  
    .why_section .img-box img {
        width: 100px;
        height: 100px;
    }
  
    .why_section .detail-box {
        text-align: center;
    }
  }
  
  
  /*team section */
  .team_section {
    text-align: center;
    background-color: #0D516C;
    color: #ffffff;
  }
  
  .team_section .heading_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .team_section .team_container {
    padding: 0 15px;
  }
  
  .team_section .team_container .box {
    padding: 35px 0 0 0;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all .1s;
    transition: all .1s;
    margin-top: 45px;
    background: -webkit-gradient(linear, left top, left bottom, from(#002759), to(#002b64));
    background: linear-gradient(to bottom, #002759, #002b64);
  }
  
  .team_section .team_container .box .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .team_section .team_container .box .img-box img {
    width: 120px;
    border-radius: 100%;
    border: 5px solid #ffffff;
  }
  
  .team_section .team_container .box .detail-box {
    margin: 25px 0;
  }
  
  .team_section .team_container .box .detail-box h5 {
    color: #00bbf0;
    font-weight: 600;
    position: relative;
  }
  
  .team_section .team_container .box .social_box {
    padding: 10px 45px 20px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .team_section .team_container .box .social_box a {
    color: #ffffff;
    font-size: 22px;
  }
  
  .team_section .team_container .box .social_box a:hover {
    color: #00bbf0;
  }
  
  /*team section end*/
  /* client section start */
  .client_section .heading_container {
    margin-bottom: 30px;
    background-image: url("https://felipegigante.github.io/Site-Gtech/images/english/Slide5.PNG");
  }
  
  .client_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 15px;
  }
  
  .client_section .box .img-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    margin-bottom: -50px;
    margin-left: 25px;
    position: relative;
  }
  
  .client_section .box .img-box img {
    border-radius: 100%;
  }
  
  .client_section .box .client_id {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .client_section .box .client_id .client_info h6 {
    font-weight: 600;
    margin-bottom: 5px;
  }
  
  .client_section .box .client_id .client_info p {
    margin-bottom: 0;
    font-size: 15px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .client_section .box .detail-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    padding: 75px 25px 25px 25px;
  }
  
  .client_section .box .detail-box i {
    color: #0D516C;
    margin-bottom: 10px;
  }
  
  .client_section .owl-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
  }
  
  .client_section .owl-carousel .owl-nav .owl-prev,
  .client_section .owl-carousel .owl-nav .owl-next {
    width: 55px;
    height: 55px;
    background-color: #ffffff;
    color: #000000;
    outline: none;
    bottom: 0px;
    font-size: 24px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  }
  
  .client_section .owl-carousel .owl-nav .owl-prev:hover,
  .client_section .owl-carousel .owl-nav .owl-next:hover {
    color: #0D516C;
  }
  
  /* client section end */
  .info_section {
    background-color: #0D516C;
    color: #ffffff;
    padding: 45px 0 15px 0;
  }
  
  .info_section h4 {
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  .info_section .info_col {
    margin-bottom: 30px;
  }
  
  .info_section .info_contact .contact_link_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .info_section .info_contact .contact_link_box a {
    margin: 5px 0;
    color: #ffffff;
  }
  
  .info_section .info_contact .contact_link_box a i {
    margin-right: 5px;
  }
  
  .info_section .info_contact .contact_link_box a:hover {
    color: #00bbf0;
  }
  
  .info_section .info_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  
  .info_section .info_social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    border-radius: 100%;
    margin-right: 10px;
    font-size: 24px;
  }
  
  .info_section .info_social a:hover {
    color: #00bbf0;
  }
  
  .info_section .info_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .info_section .info_links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
    color: #ffffff;
  }
  
  .info_section .info_links a:hover {
    color: #00bbf0;
  }
  
  .info_section form input {
    border: none;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
    width: 100%;
    height: 45px;
    color: #ffffff;
    outline: none;
  }
  
  .info_section form input::-webkit-input-placeholder {
    color: #ffffff;
  }
  
  .info_section form input:-ms-input-placeholder {
    color: #ffffff;
  }
  
  .info_section form input::-ms-input-placeholder {
    color: #ffffff;
  }
  
  .info_section form input::placeholder {
    color: #ffffff;
  }
  
  .info_section form button {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px 55px;
    background-color: #00bbf0;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    margin-top: 15px;
  }
  
  .info_section form button:hover {
    background-color: #007fa4;
  }
  
  /* footer section*/
  .footer_section {
    position: relative;
    background-color: #ffffff;
    text-align: center;
  }
  
  .footer_section p {
    color: #00204a;
    padding: 25px 0;
    margin: 0;
  }
  
  .footer_section p a {
    color: inherit;
  }
  /*# sourceMappingURL=style.css.map */
  
  /* Barra de Navegação */
  .header_section {
    position: fixed;
    font-size: 130%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: transparent; /* Fundo transparente escuro */
    padding: 0px 0;
    transition: background 0.3s ease;
  }
  
  .header_section.scrolled {
    background: #0D516C; /* Fundo azul ao rolar */
  }
  
  .custom_nav-container .navbar-nav .nav-item .nav-link {
    color: #ffffff !important; /* Cor branca para os links */
    font-size: 90%;
    padding: 15px 20px;
    font-weight: bold;
  }
  
  .custom_nav-container .navbar-nav .nav-item .nav-link:hover {
    color: #00bbf0 !important; /* Cor azul ao passar o mouse */
  }
  
  .custom_nav-container .navbar-brand img {
    width: 100px; /* Ajuste o tamanho do logo */
  }
  
  @media (max-width: 991px) {
    .header_section {
      padding: 5px 0;
      background-color: #0D516C;
    }
  
    .custom_nav-container .navbar-nav .nav-item .nav-link {
      font-size: 14px; /* Ajusta o tamanho da fonte em dispositivos móveis */
    }
  
    .custom_nav-container .navbar-toggler {
      border: none;
    }
  
    .custom_nav-container .navbar-toggler-icon {
      background-color: #ffffff; /* Toggler icon cor */
    }
  }
  
  /* Nova Section: Video Background */
  .video_section {
    position: relative;
    width: 100%;
    height: 100vh; /* 100% da altura da janela */
    display: flex;
    justify-content: center;
    align-items: center;/* Espaço para a barra de navegação fixa */
  }
  
  .video_section .video_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* O vídeo ficará atrás do conteúdo */
  }
  
  #background-video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Garante que o vídeo cubra toda a área da seção */
  }
  
  .video_section .content {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
  }
  
  .video_section .section-image {
    width: 300px;
    height: auto;
    margin-right: 20px; /* Espaçamento entre a imagem e o texto */
    border-radius: 8px;
  }
  
  .video_section h1 {
    color: white;
    background-color: rgba(0, 187,240, 0.5);
    font-size: 40px;
    padding: 10px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    opacity: 0; /* Inicialmente invisível */
    transform: translateX(-100%); /* Começa à esquerda */
    transition: transform 2s ease-out, opacity 2s ease-out; /* Transição suave */
  }
  
  .video_section h1.visible {
    opacity: 1; /* Torna o texto visível */
    transform: translateX(0); /* Move para a posição normal */
  }
  
  .video_section .content:hover .section-image {
    transform: scale(1.1); /* Efeito de zoom ao passar o mouse */
    transition: transform 0.3s ease;
  }
  
  /* Responsividade */
  @media (max-width: 768px) {
    .video_section .content {
      flex-direction: column; /* Em telas menores, a imagem e o texto ficam empilhados */
      text-align: center;
    }
  
    .video_section .section-image {
      margin-right: 0;
      margin-bottom: 20px; /* Adiciona margem inferior na versão mobile */
      width: 150px; /* Reduz o tamanho da imagem */
    }
  
    .video_section h1 {
      font-size: 2.5rem; /* Ajusta o tamanho do texto em telas menores */
    }
  }
  
  /* Container geral da seção */
  .grid_section {
    padding: 150px 70px; /* Aumenta o espaço interno da seção */
    background-color: #f9f9f9; /* Cor de fundo suave */
  }
  
  /* Centraliza o container */
  .container {
    max-width: 1200px; /* Largura máxima */
    margin: 0 auto; /* Centraliza o container horizontalmente */
  }
  
  /* Grid principal */
  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Duas colunas iguais */
    gap: 30px; /* Espaço entre as colunas */
    align-items: center; /* Alinha itens verticalmente ao centro */
  }
  
  /* Estilo da coluna de vídeo */
  .grid_item.video video {
    width: 100%; /* O vídeo ocupa toda a largura da coluna */
    height: auto; /* Mantém a proporção do vídeo */
    border-radius: 8px; /* Borda arredondada */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Sombra leve */
  }
  
  /* Estilo da coluna de texto */
  .grid_item.texto {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  .grid_item.texto h2 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #0D516C; /* Cor do título */
    font-weight: bold;
  }
  
  /* Texto desktop */
  .desktop-text {
    text-align: justify;
    font-size: 16px;
    line-height: 1.6;
    color: #333; /* Cor do texto */
  }
  
  /* Texto mobile */
  .mobile-text {
    display: none; /* Esconde por padrão */
  }
  
  .mobile-text p {
    font-size: 14px;
    line-height: 1.5;
    text-align: left; /* Alinhamento à esquerda no mobile */
    color: #333; /* Cor do texto */
  }
  
  /* Responsividade */
  @media (max-width: 768px) {
    .grid {
      grid-template-columns: 1fr; /* Alinha as colunas verticalmente no mobile */
    }
  
    .grid_item {
      margin-bottom: 20px; /* Espaçamento entre os itens no mobile */
    }
  
    .grid_item.video video {
      width: 120%; /* Torna o vídeo maior no mobile */
      margin-left: -10%; /* Centraliza visualmente */
    }
  
    .desktop-text {
      display: none; /* Esconde o texto completo no mobile */
    }
  
    .mobile-text {
      display: block; /* Mostra o texto dividido no mobile */
    }
  }
  