@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: 30px;
    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: 3.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;
	color: #000000;
}

.content__formulario {
    background-color: #ffffff;
    padding: 1em 1em 3em 1em;
    border-radius: 3px;
    width: 85%;
    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: 24px !important;
}

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

/* fim banner */

/* topo site */

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

.header {
    background-color: #ffffff !important;
    padding: 8px 0;
}

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

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

.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: 5px;
}

.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 !important;
    font-size: 17px !important;
    margin: 0 !important;
}

@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: 75px !important;
        margin-top: -2.6px !important;
    }
	
	.logo-rota-img-nv{
		margin-top: -5px;
   		margin-left: -10px !important;
	}
	
	.header {
   background-color: #ffffff !important;
        padding: 10px 0 !important;
        height: 135px !important;
}

#posicaoimgdesktop{
  display:none;	
}


}

/* fim topo site */

.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;
}

/***********************/

.rodaTopo2 .center {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.rodaTopo2 .center p {
        line-height: 14px !important;
        padding-left: 2% !important;
        padding-top: 2%
    }
	
.texto-posicao1{
	margin-top:55px;
}

@media screen and (max-width: 500px) {
    .rodaTopo2 .center img {
        right: 10px;
        width: 22%;
        padding: 0 !important;
    }
	
	.texto-posicao1{
	margin-top:-25px;
	}
}

/***************** 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 *******************/


