/* menu */
.logo-size {
    width: 150px;
}

.main-menu__main-menu-box-get-quote-btn {
    padding: 6px 10px !important;
}

.main-menu__call-content p {
    font-size: 13px !important;
}

.main-menu__call-icon {
    height: 40px !important;
    width: 40px !important;
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .logo-size {
        width: 160px;
    }

}

/** TEXTOS **/
h2 span {
    color: #004699 !important
}

p {
    color: #212121;
}

.color-white {
	color: #fff !important;
}

.btn-whats {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    background-color: #00720d !important;
    color: var(--insur-white);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: var(--insur-letter-spacing);
    border-radius: var(--insur-bdr-radius);
    padding: 14px 20px 14px;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
}

.tbtn-whats:hover {
  color: var(--insur-white);
}

.btn-whats:before {
  position: absolute;
  content: '';
  background-color: var(--insur-black);
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  z-index: -1;
}

.btn-whats:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.btn-whats:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: var(--insur-black);
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  z-index: -1;
}

.btn-whats:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}

.text-center {
	text-align: center !important;
}

/** PAGE HEADERS **/
.page-header h1 {
	color: #fff !important;
	font-size: 50px !important;
	font-weight: 600 !important;
}

/** HOME PAGE - SLIDER **/
.main-slider__title {
	font-size: 63px !important;
	line-height: 63px !important;
}

/** HOME PAGE - About */
.about-v2 {
    padding: 80px 0 0;
  position: relative;
  z-index: 4;
}

.about-v2 .wow {
  position: relative;
  z-index: 2;
  overflow: visible;
}

.about-v2 .description-about {
    font-size: 18px;
    line-height: 1.6;
    color: #212121;
}

.about-v2 h2 span {
    color: #004699;
}

.about-v2 .col-xl-6 {
  position: relative;
}

.counter-one {
  position: relative;
  z-index: 1;
  padding-top: 140px;
}

.counter-one .container {
  padding-top: 50px;
  border-radius: 15px;
}

.about-miura-image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: -80px;
}


.about-miura-image {
  width: 100%;
  display: block;
  border-radius: 20px;
  transition: transform 0.5s ease;
}

.about-miura-image-wrapper:hover .about-miura-image {
  transform: scale(1.05);
}

.sobre-btn {
  position: absolute;
    top: -25px;
    right: 37%;
  background: #004699;
  color: #fff;
  padding: 12px 26px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: 5;
}

.sobre-btn:hover {
  background: #004699;
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.about-miura {
    padding: 80px 0 !important;
}

.about-five__text {
    font-size: 18px !important;
    color: #212121 !important;
}

.thm-btn-two {
    border-radius: 10px !important;
    font-size: 17px !important;
    padding: 14px 20px 14px !important;
}

.about-five__points-and-counter-box {
    margin-top: 15px !important;
}

.about-five__call-sub-title {
    font-size: 15px !important;
}

.insurance-details__download-icon {
    margin: 0 0 20px !important;
}

.insurance-details__download-icon span {
    font-size: 24px !important;
}

.counter-one__text {
    font-size: 22px !important;
}

@media (max-width: 768px) {
  .sobre-btn {
    position: relative;
    display: block;
    margin: 20px auto 0;
    top: 0;
    right: auto;
    text-align: center;
    border-radius: 12px;
  }

  .about-miura-image-wrapper {
    margin: 20px 0 30px;
  }

  .about-miura-image {
    border-radius:10px;
    }

    .counter-one {
        padding: 20px 0 30px !important;
    }

    .counter-one__icon span {
        display: none !important;
    }
	
	.main-slider__title {
		font-size: 45px !important;
	}
}

/** HOME PAGE - Serviços */
.produtos-miura {
    padding: 80px 0 !important;
    background: #ebf4ff;
    border-radius: 20px;
}

.produtos-miura .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center; /* Alinha verticalmente */
}

.produtos-miura .row > [class*="col-"] {
    display: flex;
}

.produtos-miura .section-title {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centraliza verticalmente */
    align-items: flex-start; /* Alinha o texto à esquerda (pode mudar para center se quiser centralizado no meio) */
    padding: 30px 0;
}

.card-produto {
    background: #f7fbff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    cursor: pointer;
    margin: 15px 0;
    width: 100%;
    height: 100%;
    min-height: 220px; /* ajuste conforme o conteúdo */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-produto,
.services-three__single {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.img-container {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    text-align: center;
}

.card-produto img {
    width: 80%;
    max-height: 220px;
    object-fit: contain;
    padding: 25px 0 0;
}

.card-produto:hover {
    transform: scale(1.08);
}

.card-produto h3 {
    padding: 21px !important;
    font-size: 25px;
    color: #003c88;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.produtos-miura .services-three__get-quote {
    padding: 30px !important;
    background: #bddbff !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    height: 100%;
}

.produtos-miura .services-three__get-quote h3 {
    font-size: 24px !important;
    padding: 0 !important;
    text-align: left;
}

.produtos-miura .services-three__get-quote-btn {
    padding: 10px 18px 10px !important;
    font-size: 17px !important;
    margin-top: auto;
    align-self: flex-start;
}

/** HOME PAGE - ESG **/
.icones-img {
	width: 45px !important;	
}

.services-two__icon .icones-img path {
  fill: url(#gradient-text);
  transition: all 500ms ease;
}

.services-two__single:hover .icones-img path {
  fill: var(--insur-white);
}

.esg-miura {
    background: #fff !important;
}

.esg-miura img {
    width: 100% !important;
    border-radius: 45px;
}

.esg-miura li {
    border: 1px solid #edf5ff !important;
}

.esg-miura li,
.benefits__point li:hover .text p {
    color: #004699 !important;
    background: #fff !important;
}

.esg-miura .benefits__text {
    color: #212121 !important;
}

.why-choose-four__points-content {
    font-size: 14px !important;
}

.miura-esg {
    background-color: #fff !important;
}
.miura-esg h2 {
    color: #212112 !important
}
.miura-esg h2 span {
    color: #004699 !important
}
.miura-esg .sub-esg {
    color: #004699 !important
}
.miura-esg p {
    color: #212112 !important;
    font-size: 18px;
}

@media (max-width: 767px) {
    .why-choose-four__points-content {
        font-size: 16px !important;
    }

    .why-choose-four__points-content-box {
        max-width: 100% !important;
        width: 100%;
    }

    .why-choose-four__points li {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}

/** HOME PAGE - Catálogos */
.catalogos-cta {
    background-color: #1c2a44 !important;
    padding: 90px 0 0 !important;
}

.catalogos-cta a {
    background-color: #ffffff !important;
    color: #004699 !important;
}

/** HOME PAGE - FOOTER **/
.footer-widget__logo img {
    width: 200px !important;
}

@media (max-width: 768px) {
    .footer-widget__logo img {
        width: 190px !important;
    }

    .site-footer__top {
        text-align: center!important;
    }

    .footer-widget__open-hour {
        display: inline-block!important;
    }

    .footer-widget__contact-list {
        display: inline-block!important;
    }

    .footer-widget__contact-list li {
        display: inline-block!important;
    }

    .site-footer__social {
        justify-content: center !important;
        margin: 20px auto 0 !important;
    }
}

/** PÁGINA ABOUT **/
/** Galeria **/
.galeria-about {
    padding: 80px 0;
}

.galeria-about h3 {
    font-size: 30px !important;
    line-height: 1.2 !important;
}

.galeria-about .galeria-top {
    padding-top: 20px !important;
}

/** mapa **/
.mapa-secao {
    text-align: center;
}

/** Catalogos Form **/
.catalogos-form {
    background-color: #13284e !important;
    padding: 80px 0 60px !important;
}

.catalogos-form label a {
    color: #004699 !important;
}

.catalogos-form {
    background: transparent;
}

.catalogos-form input {
    height: 50px !important;
    width: 100%;
    border: none;
    background-color: var(--insur-extra);
    padding-left: 20px;
    padding-right: 20px;
    border-radius: var(--insur-bdr-radius);
    outline: none;
    font-size: 15px;
    color: var(--insur-gray);
    display: block;
    font-weight: 500;
    letter-spacing: var(--insur-letter-spacing);
    margin: 20px 0;
}

.catalogos-form .checked-box {
    position: relative;
    display: block;
    margin-top: -5px;
    margin-bottom: 15px;
}

.catalogos-form .checked-box input[type="checkbox"] {
    display: none;
}

.catalogos-form .checked-box {
  position: relative;
  display: block;
  margin-top: -5px;
  margin-bottom: 15px;
}

.catalogos-form .checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: #d3d3d3;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
  letter-spacing: var(--insur-letter-spacing);
}

.catalogos-form .checked-box input[type="checkbox"] {
  display: none;
}

.catalogos-form .checked-box input[type="checkbox"]+label span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: middle;
  background: var(--insur-white);
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid #e1e5e8;
}

.catalogos-form .checked-box label span:before {
  position: absolute;
  top: 2px;
  left: 3px;
  display: block;
  border-bottom: 2px solid #e1e5e8;
  border-right: 2px solid #e1e5e8;
  content: '';
  width: 6px;
  height: 9px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 1;
}

.catalogos-form.checked-box input[type="checkbox"]:checked+label span {
  border-color: #e1e5e8;
}

.catalogos-form .checked-box input[type="checkbox"]:checked+label span:before {
  opacity: 0;
}

.catalogos-form-btn {
  padding: 18px 40px 16px;
  border:0;
}

.catalogos-form-btn:before {
  top: -93%;
}

/** PÁGINA DE CONTATO **/
.cta-one__content {
    position: relative;
    display: block;
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: none !important;
    padding: 0 !important;
    z-index: 1;
}

/** PÁGINAS DE SERVIÇOS **/
.servico-sobre p {
    color: #212121 !important;
}

.titulo-servicos h3 {
    font-size: 30px;
    font-weight: 600;
    padding: 0 0 35px;
    margin-top: 20px;
}

.produto-about {
	padding: 90px 0 !important;
	    margin-top: 80px;
}

.produto-about h3 {
	padding: 20px 0 0 !important;
	color: #004699;
	font-size: 28px;
	font-weight: 600;
}

.produto-about p {
    color: #212121 !important;
}

.thm-btn {
	margin: 30px 0 0 !important;
	display: inline-block;
}

.about-four {
    padding: 96px 0 65px !important;
}

.abrandador-carac .insurance-page-two {
    padding: 30px 0 20px !important;
}

.abrandador-carac .services-two__single {
    padding: 33px 25px 33px !important;
}

.abrandador-carac .services-two__text {
    color: #2c2c2c !important;
}

.produto-sobre p {
	padding: 0 0 13px !important;
	font-size: 18px !important;
    line-height: 28px !important;
}

.section-sub-title-box p {
	padding:0 !important;
}

.section-sub-title {
	padding:0 !important;
}

/** características **/
.background-3d {
    position: relative;
    display: block;
    background-color: var(--insur-black) !important;
    padding: 80px 0 80px!important;
    z-index: 1;
}

.background-3d h2 {
    color: #fff !important;
}

.background-3d h3 {
    color: #fff !important;
}

.background-3d h4 {
    font-size: 18px;
    color: #fff !important;
    line-height: 28px;
    letter-spacing: var(--insur-letter-spacing);
}

.background-3d li div {
    background-color: #111d32 !important;
    border: 0 !important;
}

.background-3d p {
    color: #fff !important;
}

.mouse-icons-wrapper.small-icons {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.mouse-icon.small {
    background: transparent;
    padding: 10px;
    width: 100%;
    max-width: 120px;
    text-align: center;
    box-shadow: none;
    border-radius: 0;
    flex: 1 1 100px;
}

.mouse-icon.small img {
    width: 25px;
    margin-bottom: 6px;
}

.mouse-icon.small p {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
}

.mouse-icon.small p span {
    font-weight: 600;
    display: block;
}

@media (max-width: 768px) {
    .mouse-icons-wrapper.small-icons {
        justify-content: center;
    }

    .mouse-icon.small {
        max-width: 100px;
        margin-bottom: 15px;
    }
}

/** benefícios **/
.beneficios-servicos ul li {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff !important;
    padding: 25px 22px 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 2px solid #ebebeb;
    border-radius: 35px;
}

.beneficios-servicos li .content p {
    font-size: 14px !important;
}

.beneficios-servicos li .content h3 {
    color: var(--insur-black) !important;
    font-size: 20px !important;
}

.beneficios-servicos li:hover {
  background-color: var(--insur-base) !important;
}

.beneficios-servicos li:hover .icon {
  /*background-color: var(--insur-white) !important;*/
}

.beneficios-servicos li:hover .icon span {
  /*color: var(--insur-base) !important;*/
}

.beneficios-servicos li:hover .content h3 {
  color: var(--insur-white) !important;
}
.beneficios-servicos li:hover .content p {
  color: var(--insur-white) !important;
}

/** PÁGINA DE SERVIÇOS **/
.servicos2 {
	background: #fff !important;
	padding: 90px 0 90px !important;
}

.servicos2 h4 {
	font-size: 25px;
	font-weight: 600;
	padding-bottom: 10px;
}

.servicos2 .gallery {
	margin-top: 40px;
}

.servicos3 .why-choose-three__points-icon-text {
    margin-left: 20px !important;
}

.servicos3 .why-choose-three__points-content-box {
    max-width: 60% !important;
    width: 100% !important;
    margin-left: 26px !important;
}

.servicos3 .why-choose-three__points-icon-text {
    line-height: 30px !important;
}

.servicos3 .why-choose-three__points-icon {
    height: 30px !important;
    width: 30px !important;
}

.servicos-3 .feature-four__top-call-box {
    height: 180px !important;
    width: 180px !important;
    margin: 0 auto;
}

.servicos-3 .feature-four__top-call-box-two {
    height: 135px !important;
    width: 135px !important;
}

.servicos-3 .feature-four__top-call-box-three {
    height: 90px !important;
    width: 90px !important;
}

.servicos-3 {
	padding: 90px 0;
	background-color: #001a39 !important;
}

.servicos-3 .feature-four__top-content {
	margin: 0 auto;
	text-align: center;
}

.servicos-3 .feature-four__top-title {
    font-size: 25px !important;
    line-height: 1.2 !important;
	    color: #fff;
		padding-top: 10px !important;
}

.servicos-3 .thm-btn {
    font-size: 16px !important;
    padding: 10px 16px 10px !important;
}

.servicos-3 .feature-four__bottom {
    padding: 0 !important;
}

.servicos-3 .feature-four__text {
    padding-bottom: 0 !important;
}

.servicos-3 /* menu */
.logo-size {
    width: 150px;
}

.main-menu__main-menu-box-get-quote-btn {
    padding: 6px 10px !important;
}

.main-menu__call-content p {
    font-size: 13px !important;
}

.main-menu__call-icon {
    height: 40px !important;
    width: 40px !important;
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .logo-size {
        width: 160px;
    }

}

/** TEXTOS **/
h2 span {
    color: #004699 !important
}

p {
    color: #212121;
}
.color-blue {
	color: #004699 !important
}

/** HOME PAGE - About */
.about-v2 {
    padding: 80px 0 0;
  position: relative;
  z-index: 4;
}

.about-v2 .wow {
  position: relative;
  z-index: 2;
  overflow: visible;
}

.about-v2 .description-about {
    font-size: 18px;
    line-height: 1.5;
    color: #212121;
}

.about-v2 h2 span {
    color: #004699;
}

.about-v2 .col-xl-6 {
  position: relative;
}

.counter-one {
  position: relative;
  z-index: 1;
  padding-top: 140px;
}

.counter-one .container {
 padding-top: 25px;
  border-radius: 15px;
}

.about-miura-image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}


.about-miura-image {
  width: 100%;
  display: block;
  border-radius: 20px;
  transition: transform 0.5s ease;
  margin-top: 40px !important;
}

.about-miura-image-wrapper:hover .about-miura-image {
  transform: scale(1.05);
}

.sobre-btn {
  position: absolute;
    top: -25px;
    right: 37%;
  background: #004699;
  color: #fff;
  padding: 12px 26px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: 5;
}

.sobre-btn:hover {
  background: #004699;
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.about-miura {
    padding: 80px 0 !important;
}

.about-five__text {
    font-size: 18px !important;
    color: #212121 !important;
}

.thm-btn-two {
    border-radius: 10px !important;
    font-size: 17px !important;
    padding: 14px 20px 14px !important;
}

.about-five__points-and-counter-box {
    margin-top: 15px !important;
}

.about-five__call-sub-title {
    font-size: 15px !important;
}

.insurance-details__download-icon {
    margin: 0 0 20px !important;
}

.insurance-details__download-icon span {
    font-size: 24px !important;
}

@media (max-width: 768px) {
  .sobre-btn {
    position: relative;
    display: block;
    margin: 20px auto 0;
    top: 0;
    right: auto;
    text-align: center;
    border-radius: 12px;
  }

  .about-miura-image-wrapper {
    margin: 20px 0 30px;
  }

  .about-miura-image {
    border-radius:10px;
    }

    .counter-one {
        padding: 20px 0 30px !important;
    }

    .counter-one__icon span {
        display: none !important;
    }
}

/** HOME PAGE - Serviços */
.produtos-miura {
    padding: 80px 0 !important;
    background: #ebf4ff;
    border-radius: 20px;
}

.produtos-miura .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center; /* Alinha verticalmente */
}

.produtos-miura .row > [class*="col-"] {
    display: flex;
}

.produtos-miura .section-title {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centraliza verticalmente */
    align-items: flex-start; /* Alinha o texto à esquerda (pode mudar para center se quiser centralizado no meio) */
    padding: 30px 0;
}

.card-produto {
    background: #f7fbff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    cursor: pointer;
    margin: 15px 0;
    width: 100%;
    height: 100%;
    min-height: 220px; /* ajuste conforme o conteúdo */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-produto,
.services-three__single {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.img-container {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    text-align: center;
}

.card-produto img {
    width: 80%;
    max-height: 220px;
    object-fit: contain;
    padding: 25px 0 0;
}

.card-produto:hover {
    transform: scale(1.08);
}

.card-produto h3 {
    padding: 21px !important;
    font-size: 25px;
    color: #003c88;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.produtos-miura .services-three__get-quote {
    padding: 30px !important;
    background: #bddbff !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    height: 100%;
}

.produtos-miura .services-three__get-quote h3 {
    font-size: 28px;
    padding: 0 !important;
    text-align: left;
}

.produtos-miura .services-three__get-quote-btn {
    padding: 10px 18px 10px !important;
    font-size: 17px !important;
    margin-top: auto;
    align-self: flex-start;
}

/** HOME PAGE - ESG **/
.esg-miura {
    background: #fff !important;
}

.esg-miura img {
    width: 100% !important;
    border-radius: 45px;
}

.esg-miura li {
    border: 1px solid #edf5ff !important;
}

.esg-miura li,
.benefits__point li:hover .text p {
    color: #004699 !important;
    background: #fff !important;
}

.esg-miura .benefits__text {
    color: #212121 !important;
}

.why-choose-four__points-content {
    font-size: 14px !important;
}

.miura-esg {
    background-color: #fff !important;
}
.miura-esg h2 {
    color: #212112 !important
}
.miura-esg h2 span {
    color: #004699 !important
}
.miura-esg .sub-esg {
    color: #004699 !important
}
.miura-esg p {
    color: #212112 !important;
    font-size: 18px;
	    line-height: 26px;
}

@media (max-width: 767px) {
    .why-choose-four__points-content {
        font-size: 16px !important;
    }

    .why-choose-four__points-content-box {
        max-width: 100% !important;
        width: 100%;
    }

    .why-choose-four__points li {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}

/** HOME PAGE - Catálogos */
.catalogos-cta {
    background-color: #1c2a44 !important;
    padding: 90px 0 0 !important;
}

.catalogos-cta a {
    background-color: #ffffff !important;
    color: #004699 !important;
}

/** HOME PAGE - FOOTER **/
.footer-widget__logo img {
    width: 200px !important;
}

@media (max-width: 768px) {
    .footer-widget__logo img {
        width: 190px !important;
    }

    .site-footer__top {
        text-align: center!important;
    }

    .footer-widget__open-hour {
        display: inline-block!important;
    }

    .footer-widget__contact-list {
        display: inline-block!important;
    }

    .footer-widget__contact-list li {
        display: inline-block!important;
    }

    .site-footer__social {
        justify-content: center !important;
        margin: 20px auto 0 !important;
    }
}

/** PÁGINA ABOUT **/
/** Galeria **/
.galeria-about {
    padding: 80px 0;
}

.galeria-about h3 {
    font-size: 30px !important;
    line-height: 1.2 !important;
}

.galeria-about .galeria-top {
    padding-top: 20px !important;
}

/** mapa **/
.mapa-secao {
    text-align: center;
}

/** Catalogos Form **/
.catalogos-form {
    background-color: #13284e !important;
    padding: 80px 0 60px !important;
}

.catalogos-form label a {
    color: #004699 !important;
}

.catalogos-form {
    background: transparent;
}

.catalogos-form input {
    height: 50px !important;
    width: 100%;
    border: none;
    background-color: var(--insur-extra);
    padding-left: 20px;
    padding-right: 20px;
    border-radius: var(--insur-bdr-radius);
    outline: none;
    font-size: 15px;
    color: var(--insur-gray);
    display: block;
    font-weight: 500;
    letter-spacing: var(--insur-letter-spacing);
    margin: 20px 0;
}

.catalogos-form-btn-box button {
	margin-top: 0 !important;
}

.catalogos-form .checked-box {
    position: relative;
    display: block;
    margin-top: -5px;
    margin-bottom: 15px;
}

.catalogos-form .checked-box input[type="checkbox"] {
    display: none;
}

.catalogos-form .checked-box {
  position: relative;
  display: block;
  margin-top: -5px;
  margin-bottom: 15px;
}

.catalogos-form .checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: #d3d3d3;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
  letter-spacing: var(--insur-letter-spacing);
}

.catalogos-form .checked-box input[type="checkbox"] {
  display: none;
}

.catalogos-form .checked-box input[type="checkbox"]+label span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: middle;
  background: var(--insur-white);
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid #e1e5e8;
}

.catalogos-form .checked-box label span:before {
  position: absolute;
  top: 2px;
  left: 3px;
  display: block;
  border-bottom: 2px solid #e1e5e8;
  border-right: 2px solid #e1e5e8;
  content: '';
  width: 6px;
  height: 9px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 1;
}

.catalogos-form.checked-box input[type="checkbox"]:checked+label span {
  border-color: #e1e5e8;
}

.catalogos-form .checked-box input[type="checkbox"]:checked+label span:before {
  opacity: 0;
}

.catalogos-form-btn {
  padding: 18px 40px 16px;
  border:0;
}

.catalogos-form-btn:before {
  top: -93%;
}

/** PÁGINA DE CONTATO **/
.cta-one__content {
    position: relative;
    display: block;
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: none !important;
    padding: 0 !important;
    z-index: 1;
}

/** PÁGINAS DE SERVIÇOS **/
.servico-sobre p {
    color: #212121 !important;
}

.titulo-servicos h3 {
    font-size: 30px;
    font-weight: 600;
    padding: 0 0 35px;
    margin-top: 20px;
}

/** características **/
.background-3d {
    position: relative;
    display: block;
    background-color: var(--insur-black) !important;
    padding: 80px 0 80px!important;
    z-index: 1;
}

.background-3d h2 {
    color: #fff !important;
}

.background-3d h3 {
    color: #fff !important;
}

.background-3d h4 {
    font-size: 18px;
    color: #fff !important;
    line-height: 28px;
    letter-spacing: var(--insur-letter-spacing);
}

.background-3d li div {
    background-color: #111d32 !important;
    border: 0 !important;
}

.background-3d p {
    color: #fff !important;
}

.mouse-icons-wrapper.small-icons {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.mouse-icon.small {
    background: transparent;
    padding: 10px;
    width: 100%;
    max-width: 200px;
    text-align: center;
    box-shadow: none;
    border-radius: 0;
   /* flex: 1 1 100px;*/
}

.mouse-icon.small img {
    width: 25px;
    margin-bottom: 6px;
}

.mouse-icon.small p {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
}

.mouse-icon.small p span {
    font-weight: 600;
    display: block;
}

@media (max-width: 768px) {
    .mouse-icons-wrapper.small-icons {
        justify-content: center;
    }

    .mouse-icon.small {
        max-width: 100px;
        margin-bottom: 15px;
    }
}

/** benefícios **/
.beneficios-servicos ul li {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff !important;
    padding: 25px 22px 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 2px solid #ebebeb;
    border-radius: 35px;
}

.beneficios-servicos li .content p {
    font-size: 14px !important;
	line-height: 1.5;
}

.beneficios-servicos li .content h3 {
    color: var(--insur-black) !important;
    font-size: 20px !important;
}

.beneficios-servicos li:hover {
  background-color: var(--insur-base) !important;
}

.beneficios-servicos li:hover .icon {
  background-color: var(--insur-base) !important;
}

.beneficios-servicos li:hover .icon span {
  color: var(--insur-base) !important;
}

.beneficios-servicos li:hover .content h3 {
  color: var(--insur-white) !important;
}
.beneficios-servicos li:hover .content p {
  color: var(--insur-white) !important;
}

/** PÁGINA DE SERVIÇOS **/
.servicos2 {
	background: #fff !important;
	padding: 90px 0 90px !important;
}

.servicos2 h4 {
	font-size: 25px;
	font-weight: 600;
	padding-bottom: 10px;
}

.servicos2 .gallery {
	margin-top: 40px;
}

.servicos3 .why-choose-three__points-icon-text {
    margin-left: 20px !important;
}

.servicos3 .why-choose-three__points-content-box {
    max-width: 60% !important;
    width: 100% !important;
    margin-left: 26px !important;
}

.servicos3 .why-choose-three__points-icon-text {
    line-height: 30px !important;
}

.servicos3 .why-choose-three__points-icon {
    height: 30px !important;
    width: 30px !important;
}

.servicos-3 .feature-four__top-call-box {
    height: 180px !important;
    width: 180px !important;
    margin: 0 auto;
}

.servicos-3 .feature-four__top-call-box-two {
    height: 135px !important;
    width: 135px !important;
}

.servicos-3 .feature-four__top-call-box-three {
    height: 90px !important;
    width: 90px !important;
}

.servicos-3 {
	padding: 110px 0 90px;
	/*background-color: #001a39 !important;*/
	background: url('assets/images/servicos/background-servicos-manutencao.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.servicos-3 .feature-four__top-content {
	margin: 0 auto;
	text-align: center;
}

.servicos-3 .feature-four__single {
    background-color: #16243df0!important;
}

.servicos-3 .feature-four__text {
    padding-bottom: 0 !important;
    font-size: 15px!important;
    line-height: 22px!important;
	color: #fff;
}

.servicos-3 .feature-four__title {
    font-size: 24px!important;
    line-height: 34px!important;
	color: #fff!important;
}

.servicos-3 .feature-four__top-title {
    font-size: 25px !important;
    line-height: 1.2 !important;
	    color: #fff!important;
}

.servicos-3 .thm-btn {
    font-size: 16px !important;
    padding: 10px 16px 10px !important;
}

.servicos-3 .feature-four__bottom {
    padding: 0 !important;
}

.servicos-3 .feature-four__top-call-number-box {
	top: 46px !important;
}

.caldeiras-serv .why-choose-three__points-content {
    font-size: 15px !important;
    color: #1c1c1c !important;
    line-height: 21px !important;
}

.caldeiras-serv .why-choose-three__points-icon-text {
    font-size: 20px !important;
    color: #002754 !important;
    line-height: 24px !important;
}

.caldeiras-serv .why-choose-three__points-content-box:before {
    background-color: rgb(154, 200, 255) !important;
}

.caldeiras-serv .why-choose-three__left .section-title-two__title {
    color: #16243d !important;
}

.caldeiras-serv img {
  width: 100%;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.caldeiras-serv img:hover {
  transform: translateY(-8px); /* sobe 8px */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); /* sombra opcional para destacar */
}

.caldeiras-serv .why-choose-three__left:before {
	background-color: #fff !important;
}

.caldeiras-serv {
	padding: 120px 0 100px;
}

.caldeiras-serv small {
    font-size: 14px !important;
}

.3d-image {
	width: 100% !important;
	max-width: 100% !important;
}

.services-two__icon img {
	width: 40px;
}

.why-choose-two__list-icon img {
	width: 40px;
}

@media (max-width: 767px) {
	.produto-about p {
		margin-top: 30px;
	}
}

/** JIRA **/
.jira-section {
	padding: 60px 0 40px !important;
}

.jira-section .make-a-claim__points-list li .text p {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
}

.jira-section .make-a-claim__text-1 {
    margin-top: 20px!important;
    margin-bottom: 33px!important;
}

.jira-section .make-a-claim__points-box h3 {
	font-size: 27px;
	font-weight: 600;
	margin-top: 20px;
}

.jira-section .make-a-claim__points-list li .icon {
    top: 0 !important;
}

.jira-section .make-a-claim__title-2 {
    font-size: 43px !important;
    font-weight: 600 !important;
    line-height: 50px !important;
    letter-spacing: -0.04em;
    margin-top: 50px;
    margin-bottom: 0px !important;
}

.color-blue {
	color: #004699 !important;
}

@media (max-width: 767px) {
	.insurance-details__age-list {
		position: relative;
		display: block !important;
		align-items: center;
		top: 0 !important;
		margin-left: 0 !important;
	}
}

/** Código de conduta **/
.container-politicas {
	padding: 80px 0;
}

.container-politicas h3 {
	font-size: 30px; 
	font-weight: bold;
	color: #212121;
	text-transform: uppercase;
}

.default-text-block p {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.2rem;
  color: #3a3a3a;
}

.default-text-block h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #004699;
  margin-bottom: 10px;
}

.container-politicas .thm-btn {
    padding: 6px 12px !important;
    font-size: 14px !important;
    border-radius: 9px !important;
}

.custom-list {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 40px;
}

.custom-list li {
    margin-bottom: 5px;
    color: #141414;
    font-size: 15px;
}

/** Margens **/
.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-0 {
	margin-top: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

/** FORMS **/
.label {
	color: #000;
	font-size: 14px !important;
	margin-right: 20px;
}

/** PAGINA DE CARREIRAS **/
.carreiras-info .contact-page__location-text {
    font-size: 17px !important;
    padding-top: 0px !important;
    padding: 10px 0 !important;
}

/** PÁGINA DE AGENDAMENTO DE COLETA **/
.insurance-details__download-btn-box a {
	margin: 0 !important;
}

.coleta-texto h2 {
	font-size: 35px !important;
}

.coleta-texto p {
	font-size: 15px !important;
	
}

/** PÁGINA DE POLÍTICA DE DENÚNCIAS **/
.titulo-japones {
	color: #B0B0B0 !important;
	font-size: 20px !important;
	font-weight: 400 !important;
}

.texto-japones {
	color: #B0B0B0 !important;
	font-size: 13px !important;
}

.denuncias-list .custom-list {
    margin-bottom: 20px !important;
}

.denuncias-list .default-text-block h4 {
    margin-top: 35px;
}

/** PÁGINA OBRIGADO **/
.obrigado .section-title {
    margin-bottom: 20px !important;
}

.obrigado {
	text-align: center;
}

.obrigado p {
	font-size: 18px !important;
}