 body {
     background: #fff;
     color: #666666;
     font-family: "Open Sans", sans-serif;
     overflow-x: hidden;
     font-display: swap;
 }

 a {
     color: #1dc8cd;
     text-decoration: none;
     transition: 0.5s;
 }

 a:hover,
 a:active,
 a:focus {
     color: #1dc9ce;
     outline: none;
     text-decoration: none;
 }

 p {
     padding: 0;
     margin: 0 0 30px 0;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     font-family: "Montserrat", sans-serif;
     font-weight: 400;
     margin: 0 0 20px 0;
     padding: 0;
 }

 #header {
     height: 90px;
     transition: all 0.5s;
     z-index: 997;
     background: linear-gradient(45deg, #021b41, #1dc8cd);
 }

 #header.header-scrolled {
     background: linear-gradient(45deg, #021b41, #1dc8cd);
     height: 80px;
     transition: all 0.5s;
 }

 #header #logo h1 {
     font-size: 36px;
     padding: 0;
     margin: 0;
     display: inline-block;
     font-family: "Montserrat", sans-serif;
     font-weight: 300;
     letter-spacing: 3px;
     text-transform: uppercase;
 }

 #header #logo h1 a,
 #header #logo h1 a:hover {
     color: #fff;
 }

 @media (max-width: 768px) {
     #header #logo h1 {
         font-size: 28px;
     }

     #header #logo img {
         max-height: 40px;
         width: 100%;
     }
 }

.text-with-shadow {
  text-shadow: -2px -2px 0 black, -2px -2px 0 black, -2px 2px 0 black, 2px 1.5px 0 black;
  color: white; /* Cor do texto, diferente da sombra */
}
 .navbar {
     padding: 0;
 }

 .navbar ul {
     margin: 0;
     padding: 0;
     display: flex;
     list-style: none;
     align-items: center;
 }

 .navbar li {
     position: relative;
 }

 .navbar>ul>li {
     white-space: nowrap;
     padding: 10px 0 10px 24px;
     top: 10px
 }

 .navbar a,
 .navbar a:focus {
     display: flex;
     align-items: center;
     justify-content: space-between;
     font-family: "Montserrat", sans-serif;
     color: rgba(255, 255, 255, 0.8);
     font-size: 12px;
     padding: 0 2px;
     white-space: nowrap;
     transition: 0.3s;
     letter-spacing: 0.4px;
     position: relative;
 }

 .navbar a i,
 .navbar a:focus i {
     font-size: 12px;
     line-height: 0;
     margin-left: 5px;
 }

 .navbar>ul>li>a:before {
     content: "";
     position: absolute;
     width: 100%;
     height: 2px;
     bottom: -8px;
     left: 0;
     background-color: #fff;
     visibility: hidden;
     transform: scaleX(0);
     transition: all 0.3s ease-in-out 0s;
 }

 .navbar a:hover:before,
 .navbar li:hover>a:before,
 .navbar .active:before {
     visibility: visible;
     transform: scaleX(1);
 }

 .navbar a:hover,
 .navbar .active,
 .navbar .active:focus,
 .navbar li:hover>a {
     color: #fff;
 }

 .mobile-nav-toggle {
     color: #fff;
     font-size: 28px;
     cursor: pointer;
     display: none;
     line-height: 0;
     transition: 0.5s;
 }

 @media (max-width: 991px) {
     .mobile-nav-toggle {
         display: block;
     }

     .navbar ul {
         display: none;
     }
 }

 .navbar-mobile {
     position: fixed;
     overflow: hidden;
     top: 0;
     right: 0;
     left: 0;
     bottom: 0;
     background: rgba(26, 26, 26, 0.9);
     transition: 0.3s;
     z-index: 999;
 }

 .navbar-mobile .mobile-nav-toggle {
     position: absolute;
     top: 15px;
     right: 15px;
 }

 .navbar-mobile ul {
     display: block;
     position: absolute;
     top: 55px;
     right: 15px;
     bottom: 15px;
     left: 15px;
     padding: 10px 0;
     background-color: #fff;
     overflow-y: auto;
     transition: 0.3s;
 }

 .navbar-mobile>ul>li {
     padding: 0;
 }

 .navbar-mobile a:hover:before,
 .navbar-mobile li:hover>a:before,
 .navbar-mobile .active:before {
     visibility: hidden;
 }

 .navbar-mobile a,
 .navbar-mobile a:focus {
     padding: 10px 20px;
     font-size: 15px;
     color: #333333;
 }

 .navbar-mobile a:hover,
 .navbar-mobile .active,
 .navbar-mobile li:hover>a {
     color: #1dc8cd;
 }

 .navbar-mobile .getstarted,
 .navbar-mobile .getstarted:focus {
     margin: 15px;
 }

 #home {
     width: 100%;
     height: 70vh;
     background-size: cover;
     position: relative;
 }

 @media (min-width: 1025px) {
     #home {
         background-attachment: fixed;
     }
 }

 @media (max-height: 540px) {
     #home {
         height: 2000vh;
     }
 }

 #home .home-text {
     position: absolute;
     left: 100px;
     top: 190px;
     right: 100px;
     height: calc(70%);
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
     flex-direction: column;
 }

 #home .home-text .carousel {
     margin-top: 10px;
     width: 100%;
     height: 80vh;
     position: RELATIVE;
 }

 .carousel-control-next-icon {
     margin-top: -160px;
     margin-right: -130px;
 }

 .carousel-control-prev-icon {
     margin-top: -160px;
     margin-left: -130px;
 }

 #home h2 {
     margin: -100px 0 10px 0;
     padding: 0 10px;
     font-size: 48px;
     font-weight: 400;
     line-height: 56px;
     color: #fff;
     text-shadow: 1px 1px#00000071;
     position: absolute;
 }

 @media (max-width: 768px) {
     #home h2 {
         margin: -10px 0 10px 0 !important;
         padding: 0px;
         font-size: 24px;
         font-weight: 100;
         line-height: 36px;
     }

     #home .home-text .carousel {
         height: calc(100%);
         width: 200%;
     }

     #home .home-text .carousel img {
         width: 150% !important;
         height: 350px !important;
     }

     #home .home-text .carousel video {
         width: 300% !important;
         height: 350px !important;
         margin-left: -300px;
     }

     #home .home-text {
         top: 100px;
     }

     #home {
         height: 60vh;
     }
 }

 #home p {
     color: #fff;
     margin-bottom: 20px;
     padding: 0 15px;
     font-size: 24px;
 }

 @media (max-width: 768px) {
     #home p {
         font-size: 18px;
         line-height: 24px;
         margin-bottom: 20px;
     }
 }

 #home-descricao {
     padding: 20px 0;
     overflow: hidden;
 }

 #home-descricao .section-description {
     line-height: 24px;
     font-size: 15px;
     padding-left: 5px;
     padding-right: 5px;
     text-align: justify;
     color: #021b41;
 }

 section {
     overflow: hidden;
 }
.section-background-info {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    margin-inline: auto;
    padding: 60px;
    width: 100%;
    max-width: 1200px;
    border-radius: 15px;
}


 .section-header .section-title {
     font-size: 32px;
     color: #111;
     text-align: center;
     font-weight: 400;
     text-transform: uppercase;
 }

 .section-header .section-description {
     text-align: center;
     padding-bottom: 40px;
     color: #777;
     margin: 0 100px 0 100px;
 }

 .section-header .section-divider {
     display: block;
     width: 60px;
     height: 3px;
     background: #1dc8cd;
     background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
     margin: 0 auto;
     margin-bottom: 20px;
 }

 @media (max-width: 798px) {
     .section-header .section-description {
         margin: 0 10px 0 10px;
     }
 }

 .section-bg {
     background: #eff5f5;
 }

 #sobre {
     padding: 60px 0;
     overflow: hidden;
 }

 @media (max-width: 768px) {
     #sobre .sobre-img {
         height: auto;
     }

     #sobre .sobre-img img {
         margin-left: 0;
         padding-bottom: 30px;
     }
 }

 #processo {
     background: #fff;
     padding: 60px 0 60px 0;
     overflow: hidden;
 }

 #processo .box {
     display: inline-block;
     margin-bottom: 15px;
     text-align: center;
     box-shadow: 0px 0px 10px rgba(73, 78, 92, 0.15);
     background: #fff;
     transition: 0.4s;
     padding: 40px 20px 10px 20px;
     height: 100%;
 }

 #processo .box:hover {
     display: inline-block;
     margin-bottom: 15px;
     text-align: center;
     box-shadow: 0px 0px 10px rgba(73, 78, 92, 0.15);
     background: linear-gradient(45deg, #021b41, #1dc8cd);
     transition: 0.6s;
     padding: 40px 20px 10px 20px;
     color: #fff !important;
     height: 100%;
 }

 #processo .icon {
     margin-bottom: 10px;
 }

 #processo .icon i {
     color: #666666;
     font-size: 40px;
     transition: 0.5s;
 }

 #processo .icon i:before {
     background: #1dc8cd;
     background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
     background-clip: border-box;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
 }

 #processo .box .title {
     min-height: 60px;
     font-weight: 550;
     margin-bottom: 15px;
     font-size: 20px;
     height: 50px;
     color: #111;
 }

 #processo .box:hover .title {
     color: #fff !important;
     transition: 0.2s;
 }

 #processo .description {
     font-size: 14px;
     line-height: 24px;
     margin-bottom: 10px;
 }

 #processo .section-description {
     padding-bottom: 10px;
 }

 @media (max-width: 767px) {
     #processo .box {
         margin-bottom: 40px;
     }
 }

 #vantagens {
     overflow: hidden;
 }

 #vantagens .vantagens-row {
     padding: 60px 0 30px 0;
 }

 #vantagens h2 {
     font-size: 36px;
     font-weight: 700;
     color: #000;
 }

 #vantagens li {
     line-height: 24px;
     color: #777;
     margin-bottom: 30px;
     font-size: 25px;
 }

 #vantagens i {
     color: #666666;
     font-size: 64px;
     transition: 0.5s;
     float: left;
     padding: 0 15px 0px 0;
     line-height: 1;
 }

 #vantagens i:before {
     background: #1dc8cd;
     background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
     background-clip: border-box;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
 }

 #vantagens .advanced-feature-img-left {
     max-width: 100%;
     float: left;
     padding: 0 30px 30px 0;
 }

 @media (max-width: 768px) {

     #vantagens .advanced-feature-img-right,
     #vantagens .advanced-feature-img-left {
         max-width: 50%;
     }
 }

 @media (max-width: 767px) {

     #vantagens .advanced-feature-img-right,
     #vantagens .advanced-feature-img-left {
         max-width: 100%;
         float: none;
         padding: 0 0 30px 0;
     }
 }

 .btn-orcamento {
     font-family: "Montserrat", sans-serif;
     font-weight: 400;
     font-size: 16px;
     letter-spacing: 1px;
     display: inline-block;
     padding: 8px 28px;
     border-radius: 50px;
     transition: 0.2s;
     margin: 10px;
     border: 2px solid #021b41;
     color: #021b41;
     width: min-content;
     align-items: center;
 }

 .btn-orcamento:hover {
     color: #fff;
     background: linear-gradient(45deg, #0b639e, #1dc8cd);
     border: 2px SOLID linear-gradient(45deg, #0b639e, #1dc8cd);
 }

 #call-to-action {
     overflow: hidden;
     background: linear-gradient(rgba(29, 200, 205, 0.65), rgba(29, 205, 89, 0.2)), url(../img/call-to-action-bg.jpg) fixed center center;
     background-size: cover;
     padding: 50px 0;
     align-items: center;
 }

 #call-to-action .icon {
     margin: 0;
 }

 #call-to-action .cta-title {
     color: #fff;
     font-size: 100px;
     font-weight: 700;
 }

 #call-to-action .cta-text {
     color: #fff;
     font-size: 24px;
 }

 @media (min-width: 769px) {
     #call-to-action .cta-btn-container {
         display: flex;
         align-items: center;
         justify-content: center;
     }
 }

 #call-to-action .cta-btn {
     font-family: "Montserrat", sans-serif;
     font-weight: 500;
     font-size: 16px;
     letter-spacing: 1px;
     display: inline-block;
     padding: 8px 30px;
     border-radius: 25px;
     transition: background 0.5s;
     margin: 10px;
     border: 2px solid #fff;
     color: #fff;
 }

 #call-to-action .cta-btn:hover {
     background: #1dc8cd;
     border: 2px solid #1dc8cd;
 }

 #equipamentos {
     padding: 60px 0 60px 0;
     overflow: hidden;
 }

 #equipamentos .box {
     padding: 40px;
     margin-bottom: 10px;
     box-shadow: 0px 0px 20px rgba(73, 78, 92, 0.308);
     background: #fff;
     transition: 0.4s;
     height: 100%;
     text-align: center;
 }

 #equipamentos .icon {
     float: top;
     margin-bottom: 10px;
 }

 #equipamentos .icon i {
     color: #666666;
     font-size: 80px;
     transition: 0.5s;
     line-height: 0;
 }

 #equipamentos .icon i:before {
     background: #1dc8cd;
     background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
     background-clip: border-box;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
 }

 #equipamentos h4 {
     font-weight: 700;
     margin-bottom: 15px;
     font-size: 18px;
 }

 #equipamentos h4 a {
     color: #111;
 }

 #equipamentos p {
     min-height: 80px;
     font-size: 14px;
     margin-bottom: 0;
     line-height: 24px;
 }

 @media (max-width: 767px) {
     #equipamentos .box {
         margin-bottom: 30px;
     }

     #equipamentos .icon {
         float: none;
         text-align: center;
         padding-bottom: 15px;
     }

     #equipamentos h4,
     #equipamentos p {
         margin-left: 0;
         text-align: center;
     }
 }

 #clientes {
     padding: 30px 0;
     background: #fff;
     overflow: hidden;
 }

 #clientes img {
     max-width: 100%;
     transition: 0.3s;
     padding: 15px 0;
 }

 #clientes img:hover {
     opacity: 1;
 }

 #clientes .box {
     padding: 20px;
     margin-bottom: 10px;
     box-shadow: 0px 0px 20px rgba(73, 78, 92, 0.308);
     background: #fff;
     transition: 0.4s;
     height: 100%;
     text-align: center;
 }

 @media (max-width: 767px) {
     #clientes .box {
         margin-bottom: 20px;
     }
 }

 #contato {
     box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
     padding: 60px 0;
     overflow: hidden;
 }

 #contato .contato-about h3 {
     font-size: 36px;
     margin: 0 0 10px 0;
     padding: 0;
     line-height: 1;
     font-family: "Montserrat", sans-serif;
     font-weight: 300;
     letter-spacing: 3px;
     text-transform: uppercase;
     color: #1dc8cd;
 }

 #contato .contato-about p {
     font-size: 16px;
     line-height: 24px;
     font-family: "Montserrat", sans-serif;
     color: #888;
 }

 #contato .contato-about .disclaimer {
     font-size: 14px !important;
     font-style: italic;
 }

 #contato .social-links {
     padding-bottom: 20px;
 }

 #contato .social-links a {
     font-size: 18px;
     background: #fff;
     color: #021b41;
     padding: 8px 0;
     margin-right: 4px;
     border-radius: 50%;
     width: 36px;
     height: 36px;
     transition: 0.3s;
     border: 1px solid #021b41;
     display: inline-flex;
     align-items: center;
     justify-content: center;
 }

 #contato .social-links a i {
     line-height: 0;
 }

 #contato .social-links a:hover {
     background: #021b41;
     color: #fff;
 }

 #contato .php-email-form .error-message {
     display: none;
     color: #fff;
     background: #ed3c0d;
     text-align: center;
     padding: 15px;
     font-weight: 600;
 }

 #contato .php-email-form .sent-message {
     display: none;
     color: #fff;
     background: #18d26e;
     text-align: center;
     padding: 15px;
     font-weight: 600;
 }

 #contato .php-email-form .loading {
     display: none;
     background: #fff;
     text-align: center;
     padding: 15px;
 }

 #contato .php-email-form .loading:before {
     content: "";
     display: inline-block;
     border-radius: 50%;
     width: 24px;
     height: 24px;
     margin: 0 10px -6px 0;
     border: 3px solid #18d26e;
     border-top-color: #eee;
     animation: animate-loading 1s linear infinite;
 }

 #contato .php-email-form input,
 #contato .php-email-form textarea {
     border-radius: 0;
     box-shadow: none;
     font-size: 14px;
 }

 #contato .php-email-form input::focus,
 #contato .php-email-form textarea::focus {
     background-color: #1dc8cd;
 }

 @keyframes animate-loading {
     0% {
         transform: rotate(0deg);
     }

     100% {
         transform: rotate(360deg);
     }
 }

 #footer {
     background: linear-gradient(45deg, #021b41, #1dc8cd);
     box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
     padding: 30px 0;
     color: #FFF;
     font-size: 14px;
 }

 #footer .credits {
     font-size: 13px;
     color: #fff;
 }

 #footer .footer-links a {
     color: #666;
     padding-left: 15px;
 }

 #footer .footer-links a:first-child {
     padding-left: 0;
 }

 #footer .footer-links a:hover {
     color: #1dc8cd;
 }

 #footer .info {
     color: #fff;
     margin-top: 50px;
 }

 #footer .info div {
     margin-bottom: -20px;
 }

 #footer .info i {
     font-size: 32px;
     color: #fff;
     float: left;
     line-height: 0;
 }

 #footer .info p {
     padding: 0 0 10px 42px;
     line-height: 28px;
     font-size: 14px;
 }

 #endereco {
     margin-top: 10px;
 }

 #footer .info p a {
     color: white
 }

 #footer .info p a:hover {
     color: #1dc8cd
 }

 .widget .list {
     list-style: none;
     margin: 0
 }

 ul.tag-list {
     list-style: none;
 }

 ul.tag-list li {
     display: inline-block;
 }

 ul.tag-list li a {
     padding-left: 26px !important;
     margin: 0 2px 6px 0;
     position: relative;
     font-size: 16px !important;
     color: white
 }

 ul.tag-list li a:before {
     background: #eee !important;
     width: 6px;
     height: 6px;
     content: "";
     border-radius: 100%;
     position: absolute;
     top: 50%;
     left: 10px;
     margin-top: -3px;
 }

 #footer ul.tag-list li a {
     background: #021b41 !important;
     color: #fff !important;
 }

 #footer ul.tag-list li a:hover {
     background: #10758A !important;
     color: #fff !important;
 }

 .cookieMessage {
     position: fixed;
     bottom: 0;
     left: 0;
     right: 0;
     background: #021b41;
     opacity: 0.9;
     z-index: 999;
     display: none;
 }

 .cookieMessage-content {
     color: white;
     max-width: 900px;
     margin: 0 auto;
     padding: 20px 20px 0 20px;
     font-family: sans-serif;
     line-height: 1.5;
     font-size: 16px;
 }

 .cookieMessage-content a {
     color: #1dc8cd;
 }

 .cookieMessage-content p {
     margin: 0 0 20px 0;
 }

 .cookieMessage-button {
     background: #00C2FF;
     display: inline-block;
     text-decoration: none;
     padding: 5px 20px;
     border-radius: 5px;
     text-transform: uppercase;
     color: #000 !important;
     margin-left: 100px;
 }

 .cookieMessage-button:hover {
     background: #5cd9ff;
 }