@charset "utf-8";
/* CSS Document */

/* Porque Escolher a Rota Seguros! Inicio */

.porque-rota :where(p, h5, hr){
    text-align: center!important;
    margin: 15px 0!important;
}

.porque-rota h5{
    font-size: 36px;
    text-transform: none;
    font-weight: 700;
}

.porque-rota p{
    font-size: 18px;
    line-height: 1.5em;
}

.porque-rota__vantagem{
    margin: 20px 0;
}

.porque-rota__vantagem span{
    font-weight: 700;
    font-size: 28px;
}

.porque-rota__circle{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1a4385;
    border-radius: 50%;
}
.porque-rota__circle svg{
    width: 80px;
    height: 80px;
    padding: 15px;
    fill: #fff;
}

.p-3 {
    padding: 30px;
}
.flex-col {
    flex-direction: column;
}
.centralize {
    justify-content: center;
    align-items: center;
}

/*.d-flex {
    display: flex;
}*/

.flex-wrap{
    flex-wrap: wrap;
}

/* Porque Escolher a Rota Seguros! Fim */

.well-acordion-1{
	background-color: #fff !important;
    height: auto;
    border: 1px solid #1a4385 !important;
    padding-left: 0% !important;
    padding-right: 5% !important;
    margin-left: -3%;
    margin-right: -5%;	
}

.imagem-borda-arred1{
 border-radius: 10px 10px 10px 10px;	
}

@media screen and (max-width: 500px) {
    .well-acordion-1 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* Banner */

.tituloBanner-novo {
    text-align: left !important;
    line-height: 70px !important;
    font-size: 5.2rem !important;
    font-weight: 700 !important;
}

.formulario__content input {
    padding: .8em;
    border-radius: 3px;
    width: 100%;
    border: 1px solid #eff0fa;
    outline-color: #eff0fa;
    background-color: #e3e3e3;
	margin-bottom: 10px;
	color:#000;
}

.content__formulario {
    background-color: none;
    padding: 1em 1em 3em 1em;
    border-radius: 23px;
    width: 85.5%;
    max-height: 500px;
}

.formulario_button {
    background-color: #FF914D;
    color: #fff;
    padding: 1em 2em;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid #FF914D;
}

.formulario_button:hover {
    background-color: #1a4385;
    border: 2px solid #1a4385;
}

#titulo-form {
    color: #414141;
    font-size: 27px;
}

@media screen and (max-width: 500px) {
    .tituloBanner-novo {
        text-align: center !important;
        line-height: 50px !important;
        font-size: 3.0rem !important;
    }
}

/* fim banner */

/* topo site */

nav *, header * {
    color: #494949;
}

.header {
    background-color: #ffffff;
    padding: 10px 0;
}

.buttonhamb label span {
    position: absolute;
    display: block;
    height: 5px;
    width: 100%;
    border-radius: 30px;
    background-color: #FF914D;
    transition: all 0.25s ease-in-out;
}

.header__mob {
    border: 1px solid #FF914D;
    padding: 7px;
    border-radius: 3px;
}

.logo-rota-img-nv{
	margin-top: -5px;
    margin-left: 0px;
}

.topo-menu-sombra-novo{
-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 0px;
    position: relative;
    z-index: 1;	
}

.nav-mob div {
    border-top: none;
}

.linha-menu-mob-novo{
  border-top: 1px solid var(--cinza-principal) !important;
}

.nav-mob__space-topo-nv{
	height: 15px;
}

.nav-mob__space-topo-nv-2{
	height: 0px;
}

.cor-botao-novo-topo{
background-color: #FF914D;
border-radius: 10px 10px 10px 10px;	
}

.cor-botao-novo-topo:hover{
background-color: #1a4385;
}

.header__ctas--cotacao, .header__ctas--tabela {
    width: 155px;
}

.linha-botao-novo-topo{
border: 2px solid #FF914D;
border-radius: 10px;	
}

.header__ctas p {
    font-weight: 700;
    font-size: 17px;
    margin: 0;
}

@media (min-width: 700px) {
    .header__row {
        justify-content: space-evenly;
    }
}

@media screen and (max-width: 500px) {
    .menu-mob {
        z-index: 1 !important;
        background-color: #ffffff !important;
        justify-content: center !important;
        width: 100% !important;
        height: 71px !important;
        margin-top: 0px !important;
    }
	
	.logo-rota-img-nv{
		margin-top: -5px;
   		margin-left: -10px !important;
	}
	
	.header {
    background-color: #ffffff;
    padding: 10px 0;
    height: 135px !important;
}

}

/* fim topo site */

/* Caixas azul cotacao inicio */


.planos-cta{
   /* background-color:#f5f5f5; */
    padding:30px 0;
    margin:30px 0
}
.planos-cta__card,.planos-vantagens__slider--arrow:hover{
    background-color:var(--azul-primario)
}
.planos-cta h3{
    text-align:center;
    font-size:23px;
    margin-top:0
}
.planos-cta__card p,footer a,footer p{
    color:var(--branco)
}
.planos-cta__card{
    margin:7px;
    border-radius:10px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:20px 10px
}
.planos-cta__card--icon{
    background-color:var(--branco);
    border-radius:50px;
    padding:10px 12px
}
.planos-cta__card--icon svg{
    width:30px;
    height:30px
}
.planos-cta__card p{
    text-align:center;
    font-weight:700
}
.planos-cta__card a p{
    margin:0;
    padding:5px;
    border-radius:5px;
    transition:.3s
}
.planos-cta__card a:hover p{
    transform:scale(1.1);
    transition:.3s
}

.buttonhamb label:hover span, .planos-cta__card a p {
    background-color: var(--laranja);
}

@media(min-width:700px){
.planos-cta{
        padding:50px 0
    }
 .planos-cta__card{
        margin:15px
    }
}



/* Caixas azul cotacao fim */

@media screen and (max-width: 500px) {
    .header__ctas p {
        font-weight: 700 !important;
        font-size: 17px !important;
        margin: 0 !important;
        margin-left: 0px !important;
    }
}


/* Banner pagina Cotacao Inicio */

.form-monde-cot{
border-radius: 10px;
    background-color: #fff;
    height: 240px;
    width: 485px;
    padding: 15px;
}

@media screen and (max-width: 500px) {
.form-monde-cot {
    border-radius: 10px;
    background-color: #fff;
    height: 264px;
    width: 315px;
    padding: 15px;
}
}

@media screen and (max-width: 390px) {
    .form-monde-cot {
        border-radius: 10px;
        background-color: #fff;
        height: 260px;
        width: 245px;
        padding: 15px;
    }
}

/* Banner pagina Cotacao Fim */


.cook {
    position: fixed;
    bottom: 14%;
    left: 3%;
    z-index: 100000000;
}

.cookies-content {
    z-index: 100;
    position: fixed;
    bottom: 13%;
    left: 6%;
}

.content_cookie {
    width: 360px;
    height: 170px;
    box-shadow: 0 0 10px #292929;
    border-radius: 5px;
    padding: 0.5em;
    line-height: 26px;
    background-color: #faf7f7;
    font-size: 13px;
}

.content__msg{
    color: var(--text);
}

.content__msg a {
    font-weight: bolder;
    color: #1A4385;
}

.content__action {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content__button {
    border-radius: 5px;
    background-color: #2F4480;
    padding: .4em;
    margin-top: -0.3em;
    font-weight: 600;
    display: inline-block;
    width: 150px;
    text-align: center;
    color: #fff;
    font-family: 'MohrRoundedBold', 'Poppins', 'Arial Narrow', Arial, sans-serif;
    cursor: pointer;
    font-size: 17px;
}

.desaparecer {
    display: none;
}

.content_img {
    display: flex;
    justify-content: center;
    gap: 2em;
    align-items: center;
    flex-direction: row;
}

.cookie-img {
    align-self: flex-start;
}

.cookie-img img {
    width: 45px;
    height: 45px;
}


.baus {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.text-bau {
    height: auto;
    width: auto;
    background-color: #d3d3d3;
    padding: .2em;
    text-align: center;
    border-radius: 25px;
    margin-bottom: -5px;

}

.text-bau p {
    margin: 0;
    font-weight: bold;
}

#imagembau{
    width: 32px;
    height: 32px;
}

/***************** WHATSAPP NOVO ******************/

#whatsContainer {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  font-family: 'Segoe UI', sans-serif;
}

.whats-button {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, #25D366, #1ebe5d);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
  animation: pulse 2s infinite;
  transition: transform 0.3s ease;
}

.whats-button:hover {
  transform: scale(1.08);
}

.whats-button img {
  width: 34px;
}

.whats-bubble {
  position: absolute;
  bottom: 85px;
  right: 0;
  background: #ffffff;
  padding: 14px 18px;
  border-radius: 14px;
  width: 240px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
  animation: fadeInUp 0.4s ease;
}

.whats-bubble::after {
  content: '';
  position: absolute;
  bottom: -8px;
  right: 20px;
  width: 15px;
  height: 15px;
  background: white;
  transform: rotate(45deg);
}

.whats-text strong {
  font-size: 14px;
  color: #222;
  display: block;
}

.whats-text span {
  font-size: 13px;
  color: #555;
}

#closeBubble {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #999;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102, 0.6); }
  70% { box-shadow: 0 0 0 18px rgba(37,211,102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102, 0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

/************ FIM WHATS NOVO *******************/
