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

.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: 75px !important;
        margin-top: -20.6px !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 */

.h2, h2 {
    font-size: 36px;
    font-weight: bold;
}


