/*  Logo  */
#header .header-logo img {
	max-width: 180px;
	max-height: 70px;
}
/*-------*/

/*  Atendimento */
.atd-item img {
    width: 210px;
}

.conteudo-atd {
    padding-left: 10px;
}
/*----------------*/

/*  CTA */
#section-html-modulo_2 p {
    font-size: 20px;
    margin-bottom: 40px;
}

#section-html-modulo_2 h3 {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 5px;
}

#section-html-modulo_2 a {
    background-color: #00ce30;
    color: #fff;
    padding: 18px 40px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s ease-in-out;
}

#section-html-modulo_2 a:hover {
    background-color: #08ed29;
}
/*---------*/

/*  Slide-1 */
div#slideshow-1 h2 {
    line-height: 1.1 !important;
    margin-bottom: 10px !important;
}
/*---------------*/

/*  Parceiros */
.owl-carousel .owl-item > div:has(img) {
    box-shadow: 0 0 4px 1px #dadada88;
    border-radius: 8px;
    overflow: hidden;
    margin: 10px;
}

.owl-carousel .owl-item img {
    padding: 10px;
}
/*------------*/

@media(max-width: 992px) {
  
  #section-html-modulo_2 a {
    display: flex;
    justify-content: center;
}
  
  
  #section-html-modulo_2:before {
    background-image: linear-gradient(45deg, #2c2c2c, #2c2c2cf0) !important;
}
  
  .atd-item img {
    width: 150px;
}
  
  .conteudo-atd p {
    text-align: center;
}
  
  .custom-icon-box-style-1 {
    height: fit-content !important;
    margin: 0 !important;
    text-align: center !important;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%) !important;
  }

  #section-servicos .col-lg-4.text-center.px-lg-5.mb-5.mb-lg-0 {
    margin-bottom: 20px !important;
  }

  .custom-icon-box-style-1 p {
    margin-bottom: 0 !important;
  }
}

#header .header-top {
    display: none;
}

#header {
    height: 100% !important;
}

#section-slide {
    height: 100% !important;
}

#section-slide .texto-slide h1 {
    font-size: 18pt !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal !important;
}

#section-slide .texto-slide h2 {
    letter-spacing: normal !important;
    font-size: 24pt !important;
    font-weight: 600 !important;
}

#section-slide .texto-slide .btn {
    background: #014b92;
    color: #ffffff;
    border-radius: 0;
    font-size: 12pt !important;
    text-transform: uppercase;
}

#section-html-modulo_1 .titulo-html {
    display: none;
}

#section-html-modulo_1 .conteudo-html .servico-slide {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
    padding: 10px;
    text-align: center;
}

#section-html-modulo_1 .conteudo-html .servico-slide h4 {
    font-size: 18px;
    color: #464646;
}

#section-html-modulo_1 .conteudo-html .col-md-2 {
    max-width: 250px !important;
    width: 250px !important;
    flex: auto;
}

#section-html-modulo_1 .conteudo-html {
    position: relative;
    top: -65px;
}

#section-html-modulo_1 .pb-2.mb-2 {
    padding: 0;
    margin: 0;
    height: 50px;
}

html.sticky-header-active #header .header-body {
    top: 0px !important;
}

footer .bg-newsletter {
    background: var(--texto_principal) !important;
}

#section-servicos .custom-icon-style-1.mb-4 {
    transform: rotate(0deg);
    margin: 0 !important;
}

#section-servicos .custom-icon-style-1 img {
    transform: rotate(0deg);
    min-width: 100px;
    min-height: 100px;
    border: navajowhite;
}

#section-servicos .custom-icon-style-1:before {
    display: none;
}

.custom-icon-box-style-1 {
    text-align: left;
    height: 310px;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.custom-icon-box-style-1:hover {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.custom-icon-box-style-1 h3 {
    padding: 0 !important;
}

html .btn-primary {
    border-radius: 0;
    text-transform: uppercase;
}

footer:before {
    opacity: 1;
}

@media(max-width: 992px) {
  #section-html-modulo_1 .conteudo-html .col-md-2 {
    width: 50% !important;
}

#section-html-modulo_1 .pb-2.mb-2 {
    height: fit-content;
}
}

#section-html-modulo_2 .titulo-html {
    display: none;
}

#section-html-modulo_2 {
    padding: 40px 0px;
    background: url(/arquivos/img-cta.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

#section-html-modulo_2:before {
    content: "";
    position: absolute;
    background-image: linear-gradient(45deg, #2c2c2c, #2c2c2cf0, transparent);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

#section-html-modulo_2 h3, #section-html-modulo_2 p {
    color: #fff;
}

#page_servicos .thumb-info-wrapper img {
    width: auto;
    object-fit: contain;
}

.custom-thumb-info-style-1:hover .thumb-info-wrapper {
    border: none !important;
}

.thumb-info.thumb-info-lighten:hover .thumb-info-wrapper:after {
    display: none;
}

.atendimento {
    display: flex;
    justify-content: center;
    padding: 1px;
    margin-top: 70px;
}

.modulos p {
    width: 250px;
    margin: unset;
}

#section-html-modulo_3 h3 {
    font-size: 20px;
    font-weight: 600;
    color: #717377;
    margin-bottom: 10px;
}

#section-html-modulo_3 .img-fluid {
    width: 70px;
    margin: 0px 25px 0px 25px;
    transition: .4s ease-in-out;
}

#section-html-modulo_3 .img-fluid:hover {
    transform: scale(1.1);
}

@media(max-width:720px){
.atendimento {
    display: flex;
    justify-content: center;
    padding: 1px;
    margin-top: 70px;
    flex-wrap: wrap;
}

.modulos {
    margin-bottom: 60px;
}

.modulos p {
    width:unset;
    margin: unset;
    text-align: center;
}

#section-html-modulo_3 h3 {
    font-size: 20px;
    font-weight: 600;
    color: #717377;
    margin-bottom: 10px;
    text-align: center;
}

#section-html-modulo_3 .img-fluid {
    width: 70px;
    margin: 0px 25px 25px 25px;
    transition: .4s ease-in-out;
}

}


.container {
    width: 90%;
    max-width: 800px;
}

/* Estilos para a seção do vídeo */
.video {
    margin-top: 50px;
    text-align: center;
}

.video iframe {
    width: 100%;
    max-width: 720px;
    height: 405px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Estilos específicos da seção do formulário */
.form-section {
    background: linear-gradient(135deg, #03519c, #4CA1AF);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
}

.form-section h1 {
    text-align: center;
    color: #fff;
    font-size: 2.5em;
    margin-bottom: 30px;
}

.form-section form label {
    display: block;
    margin-top: 15px;
    color: #eee;
    font-size: 1.1em;
}

.form-section form input[type="text"],
.form-section form input[type="email"],
.form-section form input[type="tel"],
.form-section form textarea {
    width: 100%;
    padding: 12px;
    margin-top: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    box-sizing: border-box;
    transition: border 0.3s;
}

.form-section form input[type="text"]:focus,
.form-section form input[type="email"]:focus,
.form-section form input[type="tel"]:focus,
.form-section form textarea:focus {
    border-color: #fff;
    outline: none;
}

.form-section form textarea {
    resize: vertical;
}

.form-section .vinculo-options {
    margin-top: 10px;
}

.form-section .vinculo-options label {
    display: inline-block;
    margin-right: 15px;
    font-weight: normal;
    color: #eee;
}

.form-section .vinculo-options input[type="radio"] {
    margin-right: 5px;
}

.form-section .buttons {
    margin-top: 30px;
    text-align: center;
}

.form-section .buttons button,
.form-section .buttons a {
    background-color: #fff;
    color: #2C3E50;
    padding: 15px 40px;
    text-decoration: none;
    font-size: 1em;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.form-section .buttons a {
    display: inline-block;
    margin-top: 10px;
}

.form-section .buttons button:hover,
.form-section .buttons a:hover {
    background-color: #4CA1AF;
    color: #fff;
}

/* Responsividade para a seção do formulário */
@media (max-width: 768px) {
    .form-section h1 {
        font-size: 2em;
    }

    .form-section form label {
        font-size: 1em;
    }

    .form-section .buttons button,
    .form-section .buttons a {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .form-section h1 {
        font-size: 1.5em;
    }

    .form-section form label {
        font-size: 0.9em;
    }
}

#page_pagina_extra_13 .pb-2.mb-4 {
  font-size: 24px;
}

#section-html-modulo_1 {
  margin: 10% 5% 25% 5%;
}
 .buttonos a {
  background-color: #fff;
  color: #2C3E50;
  padding: 15px 40px;
  text-decoration: none;
  font-size: 1em;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

 .buttonos button:hover,
 .buttonos a:hover {
    background-color: #4CA1AF;
    color: #fff;
}