/* =====================================================
   CONFIGURAÇÃO GLOBAL
===================================================== */

:root{
    --primary:#011e60;
    --secondary:#295887;
    --accent:#E5BC53;
    --text:#475569;
    --heading:#0f172a;
    --light:#f8fafc;
}

body{
    overflow-x:hidden;
    font-family:'Inter', sans-serif;
    font-size:16px;
    line-height:1.7;
    color:var(--text);
    background:#fff;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

p{
    font-size:16px;
    line-height:1.8;
    margin-bottom:20px;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family:'Inter', sans-serif;
    font-weight:700;
    line-height:1.2;
    color:var(--heading);
    margin-top:0;
}

.title h1,
.title h2,
.title h3{
    font-size:36px;
}

.title2 h1,
.title2 h2,
.title2 h3{
    font-size:30px;
    padding:15px;
}

span {color: #011e60;;font-size: 15px;}


.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    background: #18bc9c;
	top: 0px;
	width: 100%;
	height: 90%;
	background-size: cover;
	background-position: center;
}


/**/


/**/

@media(max-width:768px) {
    .navbar-fixed-top {
		padding-top:0px;
		padding-bottom:25px;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
}
@media(min-width: 769px) and (max-width: 1024px) { 
    .navbar {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	font-size:12px;
	padding:20px;
}
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 15px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
		padding-top:5px;
		padding-bottom:5px;
		height:auto;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

.carousel-img{   
	 display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
	}

/*NAVBAR*/

.navbar-default {
   background-color:transparent;
   border-color:transparent;
}

.navbar-header {
      float: none;
	  margin-bottom: 0px;
  }

.navbar .navbar-nav > li > a {
  margin-bottom: -5px;
}
.navbar .navbar-collapse {
  text-align: center;
}
 .navbar-brand.center-block {
  padding-left: 50%;
}

@media (max-width: 1200px) {
  .navbar-header {
      float: none;
	  margin-bottom: 25px;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
	
.navbar-default {
   background-color:transparent;
   border-color:transparent;
   padding-bottom: 25px;
}

 .navbar-brand.center-block {
  padding-left: 50%;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
}
.navbar .navbar-nav > li > a {
  margin-bottom: -5px;
}
.navbar .navbar-collapse {
  text-align: center;
}
div.navbar-brand {
  padding-left: 47%;
}
	
}


@media(max-width:768px)
{
	
.item .carousel-img img, .item.active .carousel-img img{max-height:155px;}
.item  h2{font-size:30px; margin-top:0px;}
.item .carousel-desc p{width:100%; font-size:12px;}
}


section {
    padding: 30px 0;
}


section.success {
    color: #fff;
    background: #18bc9c;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #18bc9c;
}

@media(max-width:767px) {
  .cotacao h2,
	.container h2{
	font-size:2em;
}

}


#seguros .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#seguros .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#seguros .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(41, 88, 135,.4);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#seguros .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#seguros .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#seguros .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#seguros .portfolio-item .portfolio-link .caption .caption-content h3,
#seguros .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#seguros * {
    z-index: 2;
}


#seguradoras .portfolio-item {
    right: 0;
	padding:10px;
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #295887;
    background: #fff;
}

.form-select {
    font-size: 1.5em;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #999999;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-select option{
    color: #999999;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #295887;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group:not(:first-child) {
    padding-left: 14px;}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #ffffff;
}
footer a {
    color: #ffffff;
}
footer:hover {
    color: #ffffff;
}

footer h3 {
    margin-bottom: 20px;
	font-size: 20px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #011e60;
	
	
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}


.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}


.modal-cotacao {
  position: relative;
  padding: 20px;
  background: #FFFFFF;
  border-style: dashed;
  border-width: 1px; 
}
.segtexto {
  font-size:700%;
  font-weight:bold;
}  
.blue {
	color:#2c3e50;
} 
.green {
	background-color:#18bc9c;
} 
.textobranco {
	color:#fff;
} 
.cotacao, .quem-somos {
	background-color:#e5bc53;
	color:#34373a;

}
.cotacao a{
	color:#34373a;
}


.slogan {
	padding-top: 50px;
	padding-bottom: 50px;
}

#footer-bottom {
  background: #011e60;
  padding:  0px;
}
#footer-bottom p {
  text-align: center;
  padding-top: 12px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
}
#footer-bottom p a {
  color: #ffffff;
} 


#formseguros{
padding-top: 0px;
}

.cot{
	padding:20px;
}
/*------------ formularios ------------*/

.iframemapa{ 
 width: 100%;
 height: 150px;
 border: none;
 }


.top-contact {
    background-color:#E5BC53;
    color: #ffffff;

}
/* SERVICES
   ================================================== */
.bg-services div {
    padding-top: 0;
    padding-bottom: 20px;
}

.bg-services h3 {
    margin-top: 0;
}

.bg-services .row .fa {
    width: 40px;
    text-align: center;
    padding-top: 10px;
	color: #2c3e50;
}

.bg-services .row .fa-mobile {
    font-size: 80px;
    padding-top: 0;
}

@media (max-width:767px) {

    .bg-services h3, .bg-services p {
        padding-left: 12px;
    }

    .bg-services .row .fa {
        width: 40px;
        text-align: center;
        padding-top: 0px;
        font-size: 44px;
    }

    .bg-services .row .fa-mobile {
        font-size: 80px;
        padding-top: 0px;
    }
}
/* CONTACT
   ================================================== */
.bg-contact {
    background-color: #1BBC9B;
    color: #FFF;
    padding-top: 32px;
    padding-bottom: 32px;
}

.bg-contact .glyphicon-envelope {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.bg-contact .mail {
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    padding: 12px 30px;
    border: solid 2px #FFF;
    border-radius: 4px;
    margin: 0;
    display: inline-block;
}

.bg-contact h3 {
    margin-top: 16px;
    display: inline-block;
  
}

.bg-contact .mail:hover {
    background-color: #FFF;
    color: #1BBC9B;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

@media (max-width:767px) {
 
    .bg-contact h3 {
        display: block;
        margin: 0;
        margin-bottom: 32px;
    }

    .bg-contact .mail {
        margin: 0;
    }
}

.botao {
    color: #fff;
    background-color:#011e60;
    border-color: #ffffff;
		border-width: 2px;
}

.botao:hover {
  color: #fff;
    background-color:#295887;
    border-color: #fff;
}



.padding1 {
    padding: 10px;
}

.header-index {
    background-image: url("../img/banners/header-image-peq.jpg");
    background-size: 100%;


}

.header-obrigado {
    min-height: 230px;
    background-image: url("../img/banners/header-obrigado-peq.jpg");
    background-size: 100%;


}

.btn-enviar {
    color: #fff;
    background-color: #011e60; 
    border-color: #fff; 

}

.btn-enviar:hover {
    color: #fff;
    background-color:#2c3e50;
    border-color: #2c3e50;
}

.form-padding {

    padding-right: 0px;
    padding-left: 0px;
}

.form-titulo{

  padding-left: 15px;
}

.btn-whatsapp:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #2c3e50; 
    border-color: #fff;
    border-width: 1px; 
}

.btn-whatsapp {
    color: #ffffff;
    background-color: #011e60;
    border-color: #011e60;

}

.btn-seguros {
    font-size: 35px;
    margin:10px 10px 10px 0px;
    background-color: #295887;
    color: #ffffff;
}

/* =====================================================
   PÁGINAS DE PRODUTOS
===================================================== */

.lp-section{
    padding:60px 0;
}

.lp-title{
    font-size:42px;
    font-weight:800;
    text-align:center;
    margin-bottom:20px;
    color:var(--heading);
}

.lp-subtitle{
    max-width:900px;
    margin:0 auto 50px;
    text-align:center;
    font-size:18px;
    color:var(--text);
}

.lp-benefits{
    background:var(--light);
}

.lp-card{
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:16px;
    padding:35px;
    text-align:center;
    margin-bottom:30px;
    box-shadow:0 4px 20px rgba(15,23,42,.08);
    transition:.3s;
}

.lp-card:hover{
    transform:translateY(-5px);
}

.lp-card i{
    font-size:42px;
    color:var(--primary);
    margin-bottom:20px;
}

.lp-card h3{
    font-size:22px;
    margin-bottom:15px;
}

.lp-card p{
    margin-bottom:0;
}

.lp-cta{
    background:var(--primary);
    color:#fff;
    padding:60px 0;
    text-align:center;
}


.lp-cta{
    background:#E5BC53;
    color:#fff;
    padding:60px 20px;
    text-align:center;
    clear:both;
}

.lp-cta h2 .lp-cta h3{
    color:#fff;
    margin-bottom:20px;
}

.lp-cta p{
    color:#fff;
    max-width:800px;
    margin:0 auto 30px;
}

.lp-btn{
    display:inline-block;
    background:#fff;
    color:#011e60;
    padding:12px 30px;
    border-radius:30px;
    text-decoration:none;
    font-weight:700;
}

.lp-btn{
    display:inline-block;
    background:#fff;
    color:var(--primary);
    padding:14px 30px;
    border-radius:40px;
    font-weight:700;
    text-decoration:none;
    margin-top:15px;
}

.lp-btn:hover{
    text-decoration:none;
    background:#f1f5f9;
}

@media(max-width:768px){

    .lp-title{
        font-size:30px;
    }

    .lp-subtitle{
        font-size:16px;
    }

    .lp-card{
        padding:25px;
    }
}

/* =====================================================
   FOOTER MODERNO
===================================================== */

.footer-contact{
    background:#011e60;
    color:#fff;
    padding:70px 0;
}

.footer-contact h2{
    color:#fff;
    margin-bottom:20px;
}

.footer-contact h3{
    color:#E5BC53;
    font-size:20px;
    margin-bottom:15px;
}

.footer-contact p{
    color:#dbeafe;
}

.footer-info{
    margin-top:40px;
}

.footer-btn{
    display:inline-block;
    margin-top:10px;
    padding:12px 28px;
    background:#E5BC53;
    color:#011e60;
    font-weight:700;
    border-radius:30px;
    text-decoration:none;
}

.footer-btn:hover{
    text-decoration:none;
    color:#011e60;
}

.footer-map iframe{
    width:100%;
    height:400px;
    border:0;
    display:block;
}

.footer-bottom{
    background:#001540;
    padding:20px 0;
}

.footer-bottom p{
    color:#cbd5e1;
    margin:0;
    font-size:14px;
}



.hero{
    display:flex;
    align-items:center;
    min-height:520px;
    padding:78px 0;
    background-color:#061c50;
    background:
        linear-gradient(90deg, rgba(0,21,64,.98) 0%, rgba(1,30,96,.94) 34%, rgba(1,30,96,.62) 52%, rgba(1,30,96,.08) 74%, rgba(1,30,96,0) 100%),
        url("../img/banners/header-image.webp") left center/110% auto no-repeat;
}

.hero-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

.hero-badge{
    display:inline-block;
    margin-bottom:18px;
    color:#fff;
    font-weight:700;
}
.hero-text h1{
    font-size:56px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:25px;
    color:#fff;
}

.hero-text p{
    font-size:20px;
    color:#e2e8f0;
    max-width:550px;
}

@media (max-width:991px){
    .hero{
        min-height:500px;
        background:
            linear-gradient(90deg, rgba(0,21,64,.98) 0%, rgba(1,30,96,.92) 46%, rgba(1,30,96,.34) 72%, rgba(1,30,96,.08) 100%),
            url("../img/banners/header-image.webp") 42% center/cover no-repeat;
    }

    .hero-text{
        max-width:58%;
    }

    .hero-text h1{
        font-size:44px;
    }
}

@media (max-width:767px){
    .hero{
        align-items:flex-end;
        min-height:650px;
        padding:230px 0 54px;
        background:
            linear-gradient(180deg, rgba(0,21,64,.02) 0%, rgba(0,21,64,.12) 30%, rgba(0,21,64,.90) 62%, rgba(0,21,64,.99) 100%),
            url("../img/banners/header-image.webp") 61% top/auto 390px no-repeat;
        background-color:#061c50;
    }

    .hero-text{
        max-width:none;
    }

    .hero-text h1{
        font-size:38px;
        line-height:1.08;
        margin-bottom:18px;
    }

    .hero-text p{
        font-size:17px;
    }
}

.hero-image img{
    max-width:500px;
    border-radius:20px;
}

/* BOTÃO COTAÇÃO */

.hero-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-top:30px;
}

.btn-cotacao{
    display:inline-block;
    background:#011e60;
    border:2px solid var(--accent);
    color:#fff;
    padding:16px 36px;
    border-radius:8px;
    font-weight:700;
    text-decoration:none;
    font-size:16px;
    transition:.3s;
}

.btn-cotacao:hover{
    background:#295887;
    border-color:#f3c84b;
    color:#fff;
    text-decoration:none;
}

.btn-whatsapp-hero{
    display:inline-block;
    background:var(--accent);
    color:var(--primary);
    padding:16px 36px;
    border-radius:8px;
    font-weight:700;
    text-decoration:none;
    font-size:16px;
    transition:.3s;
}

.btn-whatsapp-hero:hover{
    background:#cda642;
    color:var(--primary);
    text-decoration:none;
}

.product-hero{
    background:#f8fafc;
    padding:80px 0;
}

.product-tag{
    display:inline-block;
    background:#E5BC53;
    color:#011e60;
    padding:8px 18px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:20px;
}

.product-hero h1{
    font-size:52px;
    font-weight:800;
    line-height:1.1;
    color:#011e60;
    margin-bottom:25px;
}

.product-hero p{
    font-size:20px;
    color:#64748b;
    margin-bottom:30px;
}

.product-image{
    max-width:500px;
    border-radius:20px;
}
/* Faixa de benefícios após o banner */
.hero-benefits{
    background:#fff;
    border-top:5px solid var(--accent);
    border-bottom:1px solid #e2e8f0;
    padding:28px 0;
}

.hero-benefits .row{
    display:flex;
    align-items:stretch;
}

.benefit-card{
    position:relative;
    height:100%;
    padding:4px 28px 4px 68px;
}

.hero-benefits .col-md-4:not(:last-child) .benefit-card{
    border-right:1px solid #e2e8f0;
}

.benefit-card i{
    position:absolute;
    top:5px;
    left:20px;
    color:var(--primary);
    font-size:30px;
}

.benefit-card h3{
    color:var(--primary);
    font-size:18px;
    font-weight:800;
    margin:0 0 6px;
}

.benefit-card p{
    color:var(--text);
    font-size:14px;
    line-height:1.5;
    margin:0;
}

/* WhatsApp flutuante */
.whatsapp-float{
    position:fixed;
    right:24px;
    bottom:90px;
    z-index:9999;
    display:flex;
    align-items:center;
    gap:10px;
    min-height:54px;
    padding:0 20px;
    border:2px solid #fff;
    border-radius:999px;
    background:var(--accent);
    color:var(--primary);
    font-size:15px;
    font-weight:800;
    text-decoration:none;
    box-shadow:0 10px 28px rgba(1,30,96,.28);
    transition:transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.whatsapp-float i{
    font-size:25px;
}

.whatsapp-float:hover,
.whatsapp-float:focus{
    background:#cda642;
    color:var(--primary);
    text-decoration:none;
    transform:translateY(-2px);
    box-shadow:0 14px 32px rgba(1,30,96,.34);
}

@media (max-width:767px){
    .hero-benefits{
        padding:12px 0;
    }

    .hero-benefits .row{
        display:block;
    }

    .benefit-card{
        padding:18px 20px 18px 64px;
    }

    .benefit-card i{
        top:20px;
        left:20px;
    }

    .hero-benefits .col-md-4:not(:last-child) .benefit-card{
        border-right:0;
        border-bottom:1px solid #e2e8f0;
    }

    .whatsapp-float{
        right:16px;
        bottom:82px;
        width:56px;
        height:56px;
        min-height:56px;
        padding:0;
        justify-content:center;
    }

    .whatsapp-float span{
        display:none;
    }
}
/* Distribuição do cálculo online */
#cotacao{
    padding:58px 0 48px;
}

#cotacao .calculo-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    margin:0 -10px;
}

#cotacao .calculo-grid .cot{
    float:none;
    width:20%;
    padding:10px;
}

#cotacao .calculo-grid a{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-height:150px;
    padding:20px 14px;
    border-radius:12px;
    background:rgba(255,255,255,.28);
    text-decoration:none;
    transition:transform .2s ease, background .2s ease;
}

#cotacao .calculo-grid a:hover{
    background:rgba(255,255,255,.5);
    transform:translateY(-3px);
}

#cotacao .calculo-grid img{
    width:auto;
    max-width:100%;
    max-height:72px;
    margin:0 auto 12px;
}

#cotacao .calculo-grid h3{
    margin:0;
    color:var(--primary);
    font-size:15px;
    font-weight:700;
}

/* Distribuição das seguradoras */
#seguradoras{
    padding:48px 0 60px;
}

#seguradoras .seguradoras-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    margin:0 -8px 8px;
}

#seguradoras .seguradoras-grid .portfolio-item{
    float:none;
    width:20%;
    padding:8px;
}

#seguradoras .seguradoras-grid .portfolio-item img{
    width:100%;
    height:112px;
    padding:10px;
    object-fit:contain;
    border:0;
    border-radius:10px;
    background:#fff;
}


#seguradoras .seguradoras-grid .portfolio-item:not(:last-child){
    border-right:1px solid #dbe3ee;
}@media (max-width:767px){
    #cotacao .calculo-grid .cot{
        width:50%;
    }

    #cotacao .calculo-grid .cot:last-child{
        width:100%;
    }

    #cotacao .calculo-grid .cot:last-child a{
        max-width:calc(50% - 10px);
        margin:0 auto;
    }

    #seguradoras .seguradoras-grid .portfolio-item{
        width:50%;
    }

    #seguradoras .seguradoras-grid .portfolio-item img{
        height:90px;
        padding:8px;
    }
    #seguradoras .seguradoras-grid .portfolio-item{
        border-right:0;
    }

    #seguradoras .seguradoras-grid .portfolio-item:nth-child(odd):not(:last-child){
        border-right:1px solid #dbe3ee;
    }
}
/* Página Quem Somos */
.about-hero{
    position:relative;
    padding:92px 0;
    background:
        linear-gradient(90deg, rgba(0,21,64,.94) 0%, rgba(1,30,96,.8) 58%, rgba(1,30,96,.35) 100%),
        url("../img/banners/header-image.webp") center/cover no-repeat;
}

.about-hero-content{
    max-width:720px;
}

.about-kicker,
.about-section-label{
    display:inline-block;
    color:var(--accent);
    font-size:14px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.about-hero h1{
    margin:16px 0 22px;
    color:#fff;
    font-size:52px;
    font-weight:800;
    line-height:1.1;
}

.about-hero p{
    max-width:650px;
    margin:0;
    color:#e2e8f0;
    font-size:20px;
    line-height:1.65;
}

.about-intro{
    padding:76px 0;
    background:#fff;
}

.about-intro-row{
    display:flex;
    align-items:center;
}

.about-intro h2,
.about-pillars h2{
    margin:12px 0 24px;
    color:var(--primary);
    font-size:36px;
    font-weight:800;
}

.about-intro p{
    color:var(--text);
    font-size:17px;
    line-height:1.8;
}

.about-highlight{
    margin-left:28px;
    padding:38px;
    border-top:5px solid var(--accent);
    border-radius:14px;
    background:#f8fafc;
    box-shadow:0 16px 40px rgba(1,30,96,.1);
}

.about-highlight > i{
    margin-bottom:18px;
    color:var(--primary);
    font-size:42px;
}

.about-highlight h3{
    margin:0 0 14px;
    color:var(--primary);
    font-size:24px;
    font-weight:800;
}

.about-highlight p{
    margin-bottom:25px;
    font-size:15px;
}

.about-pillars{
    padding:72px 0 84px;
    border-top:1px solid #e2e8f0;
    background:#f8fafc;
}

.about-heading{
    max-width:720px;
    margin:0 auto 38px;
}

.about-card{
    min-height:240px;
    padding:34px 30px;
    border:1px solid #e2e8f0;
    border-radius:14px;
    background:#fff;
    box-shadow:0 8px 24px rgba(1,30,96,.06);
}

.about-card i{
    margin-bottom:20px;
    color:var(--accent);
    font-size:34px;
}

.about-card h3{
    margin:0 0 12px;
    color:var(--primary);
    font-size:20px;
    font-weight:800;
}

.about-card p{
    margin:0;
    color:var(--text);
    font-size:15px;
    line-height:1.7;
}

@media (max-width:767px){
    .about-hero{
        padding:64px 0;
    }

    .about-hero h1{
        font-size:38px;
    }

    .about-hero p{
        font-size:17px;
    }

    .about-intro{
        padding:0;
    }

    .about-intro-row{
        display:block;
    }

    .about-intro h2,
    .about-pillars h2{
        font-size:30px;
    }

    .about-highlight{
        margin:34px 0 0;
        padding:30px;
    }

    .about-card{
        min-height:0;
        margin-bottom:18px;
    }
}
/* Grade final de seguradoras com divisórias */
#seguradoras .seguradoras-grid{
    margin-bottom:30px;
}

#seguradoras .seguradoras-grid .portfolio-item{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:136px;
    padding:12px 18px;
    border-right:1px solid #dbe3ee;
    border-bottom:1px solid #dbe3ee;
}

#seguradoras .seguradoras-principais .portfolio-item{
    width:25%;
}

#seguradoras .seguradoras-principais .portfolio-item:nth-child(4n){
    border-right:0;
}

#seguradoras .seguradoras-principais .portfolio-item:nth-last-child(-n+4){
    border-bottom:0;
}

#seguradoras .operadoras-grid .portfolio-item{
    width:20%;
    border-bottom:0;
}

#seguradoras .operadoras-grid .portfolio-item:last-child{
    border-right:0;
}

#seguradoras .seguradoras-grid .portfolio-item img{
    height:105px;
    padding:8px;
}

@media (max-width:767px){
    #seguradoras .seguradoras-grid .portfolio-item,
    #seguradoras .seguradoras-principais .portfolio-item,
    #seguradoras .operadoras-grid .portfolio-item{
        width:50%;
        min-height:112px;
        border-right:0;
        border-bottom:1px solid #dbe3ee;
    }

    #seguradoras .seguradoras-grid .portfolio-item:nth-child(odd):not(:last-child){
        border-right:1px solid #dbe3ee;
    }

    #seguradoras .seguradoras-principais .portfolio-item:nth-last-child(-n+2){
        border-bottom:0;
    }

    #seguradoras .operadoras-grid .portfolio-item:last-child{
        border-bottom:0;
    }

    #seguradoras .seguradoras-grid .portfolio-item img{
        height:88px;
        padding:6px;
    }
}
/* Respiro dos títulos de parceiros */
#seguradoras .title{
    padding-top:16px;
    padding-bottom:38px;
}

#seguradoras .title h3{
    margin:0;
    color:var(--primary);
    font-size:30px;
    font-weight:800;
}

#seguradoras > .container + .container{
    margin-top:44px;
}

@media (max-width:767px){
    #seguradoras .title{
        padding-top:10px;
        padding-bottom:28px;
    }

    #seguradoras > .container + .container{
        margin-top:32px;
    }
}
/* Formulário de contato - layout editorial */
.contact-section{
    padding:88px 0 94px;
    background:#fff;
}

.contact-heading{
    max-width:760px;
    margin:0 auto 42px;
}

.contact-kicker{
    display:inline-block;
    margin-bottom:12px;
    color:var(--secondary);
    font-size:13px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.contact-heading h2{
    margin:0 0 18px;
    color:var(--primary);
    font-size:42px;
    font-weight:800;
    line-height:1.15;
}

.contact-heading p{
    margin:0;
    color:#64748b;
    font-size:17px;
    line-height:1.7;
}

.contact-channels{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    max-width:980px;
    margin:0 auto 62px;
    padding:24px 0;
    border-top:1px solid #dbe3ee;
    border-bottom:1px solid #dbe3ee;
}

.contact-channel{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    min-height:54px;
    padding:0 24px;
    color:var(--primary);
    text-decoration:none;
}

.contact-channel + .contact-channel{
    border-left:1px solid #dbe3ee;
}

.contact-channel i{
    color:var(--accent);
    font-size:26px;
}

.contact-channel span{
    display:flex;
    flex-direction:column;
    gap:3px;
}

.contact-channel small{
    color:#64748b;
    font-size:12px;
    font-weight:600;
}

.contact-channel strong{
    color:var(--primary);
    font-size:14px;
    font-weight:800;
}

.contact-channel:hover,
.contact-channel:focus{
    color:var(--primary);
    text-decoration:none;
}

#contactForm{
    position:relative;
    max-width:980px;
    margin:0 auto;
}

.form-section-heading{
    display:flex;
    align-items:flex-start;
    gap:16px;
    margin-bottom:24px;
}

.form-section-heading > span{
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 38px;
    width:38px;
    height:38px;
    border-radius:50%;
    background:var(--primary);
    color:#fff;
    font-size:12px;
    font-weight:800;
}

.form-section-heading h3{
    margin:0 0 4px;
    color:var(--primary);
    font-size:22px;
    font-weight:800;
}

.form-section-heading p{
    margin:0;
    color:#64748b;
    font-size:13px;
}

.contact-fields-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px 26px;
}

.contact-field-wide{
    grid-column:1/-1;
}

.contact-field label{
    display:block;
    margin-bottom:8px;
    color:#243653;
    font-size:13px;
    font-weight:700;
}

.contact-field .form-control{
    width:100%;
    height:50px;
    padding:11px 14px;
    border:1px solid #cbd5e1;
    border-radius:7px;
    background:#fff;
    color:#0f172a;
    font-size:15px;
    box-shadow:none;
    transition:border-color .2s ease, box-shadow .2s ease;
}

.contact-field textarea.form-control{
    height:auto;
    min-height:132px;
    resize:vertical;
}

.contact-field .form-control:focus{
    border-color:var(--secondary);
    outline:0;
    box-shadow:0 0 0 3px rgba(41,88,135,.12);
}

.contact-field .form-control[aria-invalid="true"]{
    border-color:#b42318;
}

.form-divider{
    height:1px;
    margin:42px 0;
    background:#e2e8f0;
}

.privacy-panel{
    margin-top:34px;
    padding:24px 26px;
    border-left:4px solid var(--secondary);
    background:#eef5fb;
}

.privacy-title{
    margin-bottom:17px;
    color:var(--primary);
    font-size:14px;
    font-weight:800;
}

.privacy-title i{
    margin-right:7px;
    color:var(--secondary);
}

.consent-option{
    display:flex;
    gap:12px;
    align-items:flex-start;
    margin:0;
    color:#475569;
    font-size:12px;
    font-weight:400;
    line-height:1.6;
    cursor:pointer;
}

.consent-option + .consent-option{
    margin-top:15px;
    padding-top:15px;
    border-top:1px solid #d5e2ed;
}

.consent-option input{
    flex:0 0 auto;
    width:17px;
    height:17px;
    margin:2px 0 0;
    accent-color:var(--primary);
}

.privacy-details{
    margin-top:16px;
    padding-top:14px;
    border-top:1px solid #d5e2ed;
}

.privacy-details summary{
    color:var(--secondary);
    font-size:12px;
    font-weight:700;
    cursor:pointer;
}

.privacy-details p{
    margin:10px 0 0;
    color:#64748b;
    font-size:12px;
    line-height:1.65;
}

.form-actions{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    margin-top:28px;
}

.form-actions > p{
    margin:0;
    color:#64748b;
    font-size:12px;
}

.form-actions > p i{
    margin-right:6px;
    color:var(--secondary);
}

.contact-submit{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    min-width:230px;
    min-height:52px;
    padding:0 26px;
    border:0;
    border-radius:7px;
    background:var(--accent);
    color:var(--primary);
    font-size:15px;
    font-weight:800;
    transition:background .2s ease, transform .2s ease;
}

.contact-submit:hover,
.contact-submit:focus{
    background:#cda642;
    transform:translateY(-1px);
}

.contact-submit:disabled{
    cursor:wait;
    opacity:.65;
    transform:none;
}

.form-honeypot{
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    padding:0 !important;
    margin:-1px !important;
    overflow:hidden !important;
    clip:rect(0,0,0,0) !important;
    white-space:nowrap !important;
    border:0 !important;
}

.form-status{
    display:none;
    margin-top:20px;
    padding:12px 14px;
    border-radius:7px;
    font-size:13px;
    line-height:1.5;
}

.form-status.is-visible{
    display:block;
}

.form-status.is-error{
    background:#fef3f2;
    color:#912018;
}

.form-status.is-success{
    background:#ecfdf3;
    color:#067647;
}

@media (max-width:767px){
    .contact-section{
        padding:58px 0 64px;
    }

    .contact-heading{
        margin-bottom:30px;
    }

    .contact-heading h2{
        font-size:34px;
    }

    .contact-heading p{
        font-size:15px;
    }

    .contact-channels{
        grid-template-columns:1fr;
        margin-bottom:44px;
        padding:0;
    }

    .contact-channel{
        justify-content:flex-start;
        padding:18px 12px;
    }

    .contact-channel + .contact-channel{
        border-top:1px solid #dbe3ee;
        border-left:0;
    }

    .contact-fields-grid{
        grid-template-columns:1fr;
        gap:17px;
    }

    .contact-field-wide{
        grid-column:auto;
    }

    .form-divider{
        margin:34px 0;
    }

    .privacy-panel{
        padding:21px 18px;
    }

    .form-actions{
        align-items:stretch;
        flex-direction:column;
    }

    .contact-submit{
        width:100%;
    }
}
/* Campo condicional da cotação */
.conditional-field{
    padding:18px 20px;
    border-left:3px solid var(--secondary);
    background:#f5f9fd;
    animation:contactFieldIn .24s ease-out;
}

.conditional-field[hidden]{
    display:none !important;
}

.field-help{
    margin:8px 0 0;
    color:#607089;
    font-size:12px;
    line-height:1.5;
}

@keyframes contactFieldIn{
    from{opacity:0;transform:translateY(-6px)}
    to{opacity:1;transform:translateY(0)}
}
/* Identidade sem faixas verdes antigas */
header,
section.success,
.green,
.bg-contact{
    background-color:var(--accent);
}


/* Faixa full do título do formulário */
.contact-heading{
    width:100vw;
    max-width:none;
    margin:0 0 48px calc(50% - 50vw);
    padding:38px max(24px, calc((100vw - 760px)/2));
    background:var(--accent);
}

.contact-heading .contact-kicker,
.contact-heading h2,
.contact-heading p{
    max-width:760px;
    margin-left:auto;
    margin-right:auto;
}

.contact-heading p{
    color:#365475;
}

@media (max-width:767px){
    .contact-heading{
        padding:30px 22px;
        margin-bottom:36px;
    }
}
/* Rodapé institucional 2026 */
.site-footer{
    position:relative;
    color:#fff;
    border-top:6px solid var(--accent);
    background:var(--primary);
}

.footer-main{
    padding:58px 0 52px;
    background:var(--primary);
}

.footer-grid{
    display:grid;
    grid-template-columns:1.35fr .75fr 1.25fr .85fr;
    gap:48px;
    align-items:start;
}

.footer-logo{
    display:inline-flex;
    max-width:220px;
    padding:0;
    border-radius:0;
    background:transparent;
}

.footer-logo img{
    display:block;
    width:100%;
    height:auto;
}

.footer-brand p{
    max-width:330px;
    margin:20px 0 0;
    color:#cbd8ec;
    font-size:14px;
    line-height:1.7;
}

.site-footer h3{
    margin:5px 0 19px;
    color:var(--accent);
    font-size:16px;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.footer-links,
.footer-contact-list{
    margin:0;
    padding:0;
    list-style:none;
}

.footer-links li + li{
    margin-top:10px;
}

.site-footer a{
    color:#e7eef9;
    text-decoration:none;
}

.site-footer a:hover,
.site-footer a:focus{
    color:var(--accent);
    text-decoration:none;
}

.footer-links a{
    font-size:14px;
}

.footer-contact-list{
    display:grid;
    gap:13px;
}

.footer-contact-list li{
    display:grid;
    grid-template-columns:20px 1fr;
    gap:10px;
    align-items:start;
    color:#e7eef9;
    font-size:14px;
    line-height:1.55;
}

.footer-contact-list i{
    margin-top:3px;
    color:var(--accent);
    text-align:center;
}

.footer-service p{
    margin:0 0 20px;
    color:#cbd8ec;
    font-size:14px;
    line-height:1.7;
}

.footer-service p strong{
    color:#fff;
}

.site-footer .footer-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin:0;
    padding:12px 18px;
    border-radius:999px;
    background:var(--accent);
    color:var(--primary);
    font-size:13px;
    font-weight:800;
}

.site-footer .footer-btn:hover,
.site-footer .footer-btn:focus{
    background:#f0cd70;
    color:var(--primary);
}

.site-footer .footer-map{
    position:relative;
    background:#d9e0e9;
}

.site-footer .footer-map iframe{
    width:100%;
    height:280px;
    border:0;
    display:block;
    filter:saturate(.78) contrast(.96);
}

.site-footer .footer-bottom{
    padding:18px 0;
    background:#001540;
}

.footer-bottom-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
}

.site-footer .footer-bottom p{
    margin:0;
    color:#aebdd2;
    font-size:12px;
}

.footer-legal{
    display:flex;
    align-items:center;
    gap:12px;
    color:#5e7393;
    font-size:12px;
}

.footer-legal a{
    color:#cbd8ec;
}

@media (max-width:991px){
    .footer-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:38px 48px;
    }
}

@media (max-width:767px){
    .site-footer{
        text-align:left;
    }

    .footer-main{
        padding:46px 0 42px;
    }

    .footer-grid{
        grid-template-columns:1fr;
        gap:0;
    }

    .footer-column,
    .footer-service{
        margin-top:28px;
        padding-top:28px;
        border-top:1px solid rgba(255,255,255,.14);
    }

    .footer-brand p{
        max-width:none;
    }

    .site-footer .footer-map iframe{
        height:240px;
    }

    .footer-bottom-row,
    .footer-legal{
        align-items:flex-start;
        flex-direction:column;
    }

    .footer-bottom-row{
        gap:12px;
    }

    .footer-legal{
        gap:8px;
    }

    .footer-legal span{
        display:none;
    }
}
/* Consentimento de cookies */
.cookie-banner[hidden],
.cookie-modal[hidden]{display:none!important}

.cookie-banner{
    position:fixed;
    right:0;
    bottom:0;
    left:0;
    z-index:10050;
    padding:18px 22px;
    border-top:4px solid var(--accent);
    background:#fff;
    box-shadow:0 -12px 36px rgba(1,30,96,.2);
}

.cookie-banner-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
    max-width:1180px;
    margin:auto;
    gap:28px;
}

.cookie-banner-copy{
    display:flex;
    align-items:flex-start;
    gap:15px;
    max-width:700px;
}

.cookie-icon{
    display:grid;
    place-items:center;
    flex:0 0 42px;
    width:42px;
    height:42px;
    border-radius:50%;
    background:#fff6dc;
    color:#9b7110;
    font-size:20px;
}

.cookie-banner h2,
.cookie-modal h2,
.cookie-category h3{
    color:var(--primary);
    font-weight:800;
}

.cookie-banner h2{
    margin:0 0 5px;
    font-size:18px;
}

.cookie-banner p{
    margin:0;
    color:#52647d;
    font-size:13px;
    line-height:1.6;
}

.cookie-banner p a,
.cookie-policy-link{
    color:var(--secondary);
    font-weight:700;
    text-decoration:underline;
}

.cookie-banner-actions,
.cookie-modal-actions{
    display:flex;
    align-items:center;
    gap:10px;
}

.cookie-btn{
    min-height:42px;
    padding:9px 16px;
    border:1px solid transparent;
    border-radius:6px;
    font-size:12px;
    font-weight:800;
    line-height:1.25;
    cursor:pointer;
}

.cookie-btn-primary{
    border-color:var(--accent);
    background:var(--accent);
    color:var(--primary);
}

.cookie-btn-secondary{
    border-color:var(--primary);
    background:var(--primary);
    color:#fff;
}

.cookie-btn-outline{
    border-color:#9badc4;
    background:#fff;
    color:var(--primary);
}

.cookie-btn:hover,
.cookie-btn:focus{
    outline:3px solid rgba(41,88,135,.2);
    outline-offset:2px;
}

.cookie-modal{
    position:fixed;
    inset:0;
    z-index:10060;
    display:grid;
    place-items:center;
    padding:20px;
}

.cookie-modal-backdrop{
    position:absolute;
    inset:0;
    background:rgba(0,21,64,.72);
}

.cookie-modal-card{
    position:relative;
    z-index:1;
    width:min(620px,100%);
    max-height:calc(100vh - 40px);
    overflow:auto;
    padding:34px;
    border-radius:12px;
    background:#fff;
    box-shadow:0 24px 70px rgba(0,0,0,.3);
}

.cookie-modal-close{
    position:absolute;
    top:16px;
    right:16px;
    width:38px;
    height:38px;
    border:0;
    border-radius:50%;
    background:#edf3f8;
    color:var(--primary);
    font-size:18px;
}

.cookie-modal-kicker{
    color:var(--secondary);
    font-size:12px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.cookie-modal h2{
    margin:8px 42px 10px 0;
    font-size:28px;
}

.cookie-modal-intro{
    margin:0 0 24px;
    color:#5e6f87;
    font-size:14px;
    line-height:1.65;
}

.cookie-category{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:22px;
    margin-top:12px;
    padding:18px;
    border:1px solid #dbe4ee;
    border-radius:8px;
    background:#f8fafc;
}

.cookie-category h3{
    margin:0 0 5px;
    font-size:15px;
}

.cookie-category p{
    margin:0;
    color:#64748b;
    font-size:12px;
    line-height:1.55;
}

.cookie-always-on{
    flex:0 0 auto;
    color:#226446;
    font-size:11px;
    font-weight:800;
}

.cookie-category-toggle{cursor:pointer}
.cookie-switch{position:relative;flex:0 0 48px;width:48px;height:27px}
.cookie-switch input{position:absolute;opacity:0;width:1px;height:1px}
.cookie-switch span{position:absolute;inset:0;border-radius:20px;background:#aeb9c6;transition:.2s}
.cookie-switch span:before{content:"";position:absolute;top:3px;left:3px;width:21px;height:21px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.2);transition:.2s}
.cookie-switch input:checked + span{background:var(--primary)}
.cookie-switch input:checked + span:before{transform:translateX(21px)}
.cookie-switch input:focus + span{outline:3px solid rgba(41,88,135,.24);outline-offset:2px}

.cookie-policy-link{
    display:inline-block;
    margin-top:20px;
    font-size:12px;
}

.cookie-modal-actions{
    justify-content:flex-end;
    margin-top:25px;
    padding-top:20px;
    border-top:1px solid #e2e8f0;
}

.cookie-modal-open{overflow:hidden}

.footer-cookie-settings{
    padding:0;
    border:0;
    background:none;
    color:#cbd8ec;
    font:inherit;
    cursor:pointer;
}

.footer-cookie-settings:hover,
.footer-cookie-settings:focus{color:var(--accent);text-decoration:underline}

.cookie-content-host{
    position:relative;
    min-height:280px;
}

.cookie-content-host iframe{visibility:hidden}
.cookie-content-host.cookie-content-enabled iframe{visibility:visible}

.cookie-content-placeholder{
    position:absolute;
    inset:0;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:8px;
    padding:28px;
    background:#e8eef5;
    color:var(--primary);
    text-align:center;
}

.cookie-content-placeholder i{font-size:30px;color:var(--secondary)}
.cookie-content-placeholder strong{font-size:17px}
.cookie-content-placeholder span{max-width:420px;color:#52647d;font-size:12px;line-height:1.5}
.cookie-content-placeholder .cookie-btn{margin-top:5px}
.cookie-content-enabled .cookie-content-placeholder{display:none}

@media(max-width:991px){
    .cookie-banner-content{align-items:stretch;flex-direction:column;gap:16px}
    .cookie-banner-actions{justify-content:flex-end;flex-wrap:wrap}
}

@media(max-width:767px){
    .cookie-banner{padding:16px}
    .cookie-banner-copy{gap:11px}
    .cookie-icon{flex-basis:36px;width:36px;height:36px;font-size:17px}
    .cookie-banner-actions{display:grid;grid-template-columns:1fr 1fr}
    .cookie-banner-actions .cookie-btn-primary{grid-column:1/-1;grid-row:1}
    .cookie-btn{width:100%}
    .cookie-modal{padding:10px}
    .cookie-modal-card{padding:28px 20px 20px;max-height:calc(100vh - 20px)}
    .cookie-modal h2{font-size:23px}
    .cookie-category{align-items:flex-start;padding:15px}
    .cookie-modal-actions{display:grid;grid-template-columns:1fr}
    .cookie-content-host{min-height:240px}
}
/* Formulário das páginas de seguros */
.insurance-contact-form{
    position:relative;
    max-width:980px;
    margin:42px auto 78px;
    padding-top:44px;
    border-top:1px solid #dbe4ee;
}

.insurance-form-heading{
    width:auto;
    height:auto;
    margin:0 auto 32px;
    padding:0;
    background:transparent!important;
    color:inherit;
    text-align:center;
}

.insurance-form-heading .contact-kicker{
    color:var(--secondary);
}

.insurance-form-heading h2{
    margin:8px 0 12px;
    color:var(--primary);
    font-size:34px;
    font-weight:800;
    line-height:1.2;
}

.insurance-form-heading p{
    max-width:620px;
    margin:0 auto;
    color:#64748b;
    font-size:15px;
    line-height:1.65;
}

.insurance-form-subject{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:26px;
    padding:16px 20px;
    border-left:4px solid var(--accent);
    background:#f4f8fc;
}

.insurance-form-subject label{
    margin:0;
    color:#64748b;
    font-size:11px;
    font-weight:800;
    letter-spacing:.07em;
    text-transform:uppercase;
    white-space:nowrap;
}

.insurance-form-subject .insurance-subject-select{
    flex:1;
    min-width:220px;
    height:44px;
    border-color:#cad7e5;
    background:#fff;
    color:var(--primary);
    font-size:15px;
    font-weight:700;
}

.insurance-contact-form .privacy-panel{
    margin-top:30px;
}

.insurance-contact-form .privacy-details a{
    color:var(--secondary);
    font-size:12px;
    font-weight:700;
}

@media(max-width:767px){
    .insurance-contact-form{
        margin:30px auto 58px;
        padding-top:34px;
    }

    .insurance-form-heading h2{
        font-size:28px;
    }

    .insurance-form-subject{
        align-items:flex-start;
        flex-direction:column;
        gap:8px;
    }
}
/* Apresentação específica dos seguros */
.insurance-overview{
    padding:54px 0 50px;
    border-top:5px solid var(--accent);
    border-bottom:1px solid #e2e8f0;
    background:#fff;
}

.insurance-overview-heading{
    width:auto;
    height:auto;
    max-width:980px;
    margin:0 0 34px;
    padding:0;
    background:transparent!important;
    color:inherit;
    text-align:left;
}

.insurance-overview-heading > span{
    display:block;
    margin-bottom:9px;
    color:var(--secondary);
    font-size:12px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.insurance-overview-heading h1{
    margin:0 0 14px;
    color:var(--primary);
    font-size:34px;
    font-weight:800;
    line-height:1.2;
}

.insurance-overview-heading p{
    margin:0;
    color:#475569;
    font-size:15px;
    line-height:1.75;
}

.insurance-features{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    border-top:1px solid #e2e8f0;
    padding-top:26px;
}

.insurance-feature{
    display:grid;
    grid-template-columns:44px 1fr;
    gap:14px;
    min-width:0;
    padding:2px 28px;
}

.insurance-feature:first-child{padding-left:0}
.insurance-feature:last-child{padding-right:0}
.insurance-feature + .insurance-feature{border-left:1px solid #dbe4ee}

.insurance-feature > i{
    margin-top:2px;
    color:var(--primary);
    font-size:28px;
    text-align:center;
}

.insurance-feature h3{
    margin:0 0 6px;
    color:var(--primary);
    font-size:17px;
    font-weight:800;
    line-height:1.3;
}

.insurance-feature p{
    margin:0;
    color:#52647d;
    font-size:13px;
    line-height:1.6;
}

.insurance-quote-section{
    padding-top:1px;
    background:#fff;
}

@media(max-width:767px){
    .insurance-overview{
        padding:42px 0 34px;
    }

    .insurance-overview-heading{
        margin-bottom:26px;
    }

    .insurance-overview-heading h1{
        font-size:29px;
    }

    .insurance-features{
        grid-template-columns:1fr;
        padding-top:6px;
    }

    .insurance-feature,
    .insurance-feature:first-child,
    .insurance-feature:last-child{
        padding:20px 0;
    }

    .insurance-feature + .insurance-feature{
        border-top:1px solid #dbe4ee;
        border-left:0;
    }
}
/* Hero e CTA das páginas de seguros */
.insurance-page-hero{
    position:relative;
    display:flex;
    align-items:center;
    min-height:470px;
    padding:72px 0;
    border-bottom:5px solid var(--accent);
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}

.insurance-page-hero-content{
    max-width:660px;
}

.insurance-page-hero-content > span{
    display:block;
    margin-bottom:13px;
    color:var(--accent);
    font-size:13px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.insurance-page-hero h1{
    margin:0 0 18px;
    color:#fff;
    font-size:48px;
    font-weight:800;
    line-height:1.08;
    text-shadow:0 2px 14px rgba(0,0,0,.18);
}

.insurance-page-hero p{
    max-width:610px;
    margin:0 0 27px;
    color:#e7eef9;
    font-size:17px;
    line-height:1.7;
}

.insurance-page-hero .btn-cotacao{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:0 25px;
}

.insurance-overview-heading h2{
    margin:0 0 14px;
    color:var(--primary);
    font-size:34px;
    font-weight:800;
    line-height:1.2;
}

.insurance-features-title{
    margin:0 0 18px;
    color:var(--primary);
    font-size:22px;
    font-weight:800;
}

.insurance-body-cta{
    padding:48px 0;
    background:#E5BC53!important;
    border-bottom:0;
}

.insurance-body-cta-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:42px;
}

.insurance-body-cta-content > div{
    max-width:740px;
}

.insurance-body-cta span{
    display:block;
    margin-bottom:7px;
    color:var(--primary);
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.insurance-body-cta h2{
    margin:0 0 9px;
    color:var(--primary);
    font-size:27px;
    font-weight:800;
    line-height:1.3;
}

.insurance-body-cta p{
    margin:0;
    color:#243653;
    font-size:14px;
    line-height:1.65;
}

.insurance-cta-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    gap:10px;
    min-height:50px;
    padding:0 23px;
    border-radius:6px;
    background:var(--primary);
    color:#fff;
    font-size:14px;
    font-weight:800;
    text-decoration:none;
}

.insurance-cta-button:hover,
.insurance-cta-button:focus{
    background:#173f75;
    color:#fff;
    text-decoration:none;
    transform:translateY(-1px);
}

@media(max-width:767px){
    .insurance-page-hero{
        min-height:420px;
        padding:58px 0;
        background-position:62% center;
    }

    .insurance-page-hero h1{
        font-size:37px;
    }

    .insurance-page-hero p{
        font-size:15px;
    }

    .insurance-overview-heading h2{
        font-size:29px;
    }

    .insurance-body-cta{
        padding:40px 0;
    }

    .insurance-body-cta-content{
        align-items:flex-start;
        flex-direction:column;
        gap:24px;
    }

    .insurance-body-cta h2{
        font-size:23px;
    }

    .insurance-cta-button{
        width:100%;
    }
}
/* Conteúdo editorial dos seguros */
.insurance-details{
    padding:76px 0 82px;
    background:#fff;
}

.insurance-details-grid{
    display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr);
    gap:78px;
    align-items:start;
}

.insurance-details-copy > span{
    display:block;
    margin-bottom:10px;
    color:var(--secondary);
    font-size:12px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.insurance-details-copy h2{
    max-width:720px;
    margin:0 0 22px;
    color:var(--primary);
    font-size:31px;
    font-weight:800;
    line-height:1.3;
}

.insurance-details-copy p{
    max-width:760px;
    margin:0 0 15px;
    color:#475569;
    font-size:15px;
    line-height:1.82;
}

.insurance-checklist{
    margin-top:3px;
    padding:4px 0 4px 30px;
    border-left:4px solid var(--accent);
}

.insurance-checklist h3{
    margin:0 0 18px;
    color:var(--primary);
    font-size:18px;
    font-weight:800;
}

.insurance-checklist ul{
    display:grid;
    gap:13px;
    margin:0;
    padding:0;
    list-style:none;
}

.insurance-checklist li{
    display:grid;
    grid-template-columns:20px 1fr;
    gap:9px;
    color:#334155;
    font-size:13px;
    line-height:1.55;
}

.insurance-checklist li i{
    margin-top:3px;
    color:var(--secondary);
    font-size:12px;
}

.insurance-detail-note{
    display:grid;
    grid-template-columns:18px 1fr;
    gap:8px;
    margin:23px 0 0;
    padding-top:18px;
    border-top:1px solid #dbe4ee;
    color:#64748b;
    font-size:11px;
    line-height:1.55;
}

.insurance-detail-note i{
    margin-top:2px;
    color:var(--secondary);
}

@media(max-width:991px){
    .insurance-details-grid{
        grid-template-columns:1fr;
        gap:40px;
    }
}

@media(max-width:767px){
    .insurance-details{
        padding:54px 0 60px;
    }

    .insurance-details-copy h2{
        font-size:26px;
    }

    .insurance-details-copy p{
        font-size:14px;
        line-height:1.75;
    }

    .insurance-checklist{
        padding-left:22px;
    }
}
/* Página de agradecimento personalizada */
.thank-you-page{
    background:#fff;
}

.thank-you-hero{
    padding:72px 20px 68px;
    border-bottom:6px solid var(--accent);
    background:linear-gradient(115deg,#011e60 0%,#123d79 100%);
    color:#fff;
    text-align:center;
}

.thank-you-kicker,
.thank-you-copy > span{
    display:block;
    color:var(--accent);
    font-size:13px;
    font-weight:800;
    letter-spacing:.09em;
    text-transform:uppercase;
}

.thank-you-hero h1{
    max-width:780px;
    margin:12px auto 16px;
    color:#fff;
    font-size:46px;
    font-weight:800;
    line-height:1.16;
}

.thank-you-hero p{
    margin:0;
    color:rgba(255,255,255,.85);
    font-size:17px;
}

.thank-you-main{
    padding:76px 20px 88px;
}

.thank-you-confirmation{
    display:grid;
    grid-template-columns:96px minmax(0,1fr);
    gap:30px;
    align-items:flex-start;
    max-width:850px;
    margin:0 auto;
}

.thank-you-check{
    display:flex;
    align-items:center;
    justify-content:center;
    width:88px;
    height:88px;
    border-radius:50%;
    background:var(--accent);
    color:var(--primary);
    font-size:34px;
    box-shadow:0 14px 35px rgba(1,30,96,.16);
}

.thank-you-copy h2{
    margin:8px 0 16px;
    color:var(--primary);
    font-size:34px;
    font-weight:800;
}

.thank-you-copy > p{
    max-width:680px;
    margin:0 0 18px;
    color:#52637a;
    font-size:16px;
    line-height:1.75;
}

.thank-you-copy .thank-you-hours{
    color:var(--secondary);
    font-size:14px;
    font-weight:700;
}

.thank-you-hours i{
    margin-right:8px;
}

.thank-you-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:28px;
}

.thank-you-actions a{
    display:inline-flex;
    min-height:50px;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:13px 22px;
    border:2px solid var(--primary);
    border-radius:6px;
    font-weight:800;
    text-decoration:none;
    transition:background .2s ease,color .2s ease,transform .2s ease;
}

.thank-you-primary{
    background:var(--primary);
    color:#fff;
}

.thank-you-secondary{
    background:#fff;
    color:var(--primary);
}

.thank-you-actions a:hover,
.thank-you-actions a:focus{
    transform:translateY(-2px);
    border-color:var(--accent);
    background:var(--accent);
    color:var(--primary);
    text-decoration:none;
}

@media(max-width:767px){
    .thank-you-hero{
        padding:52px 18px 48px;
    }

    .thank-you-hero h1{
        font-size:34px;
    }

    .thank-you-hero p{
        font-size:15px;
    }

    .thank-you-main{
        padding:54px 18px 66px;
    }

    .thank-you-confirmation{
        grid-template-columns:1fr;
        gap:22px;
        text-align:center;
    }

    .thank-you-check{
        width:76px;
        height:76px;
        margin:0 auto;
        font-size:30px;
    }

    .thank-you-copy h2{
        font-size:28px;
    }

    .thank-you-copy > p{
        margin-right:auto;
        margin-left:auto;
    }

    .thank-you-actions{
        flex-direction:column;
    }

    .thank-you-actions a{
        width:100%;
    }
}

/* Proteção contra estouro horizontal em telas menores */
html,body{
    max-width:100%;
    overflow-x:hidden;
}

@media(max-width:767px){
    .navbar-toggle,
    button:not([class*=cookie]),
    a.btn{
        min-width:44px;
        min-height:44px;
    }
}
/* Identidade e avisos temporarios do template */
.template-content-note{display:flex;width:100%;min-height:54px;box-sizing:border-box;align-items:center;justify-content:center;gap:12px;padding:12px 24px;border:0;border-bottom:1px solid #cbd9e4;background:#edf5fa;color:#25445f;font-size:13px;line-height:1.45}
.template-content-note strong{flex:0 0 auto;padding:4px 9px;border-radius:4px;background:#1f6fb2;color:#fff;font-size:10px;letter-spacing:.06em;text-transform:uppercase}
@media(max-width:720px){.template-content-note{align-items:flex-start;justify-content:flex-start;gap:9px;padding:13px 16px}.template-content-note span{flex:1}}
