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

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

}

/* fim topo site */
