
.painel{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    /*margin-top: 40px;*/
}

.painel__img{
    width: 45%;
    margin-right: 15px;
    margin-top: 30px;
}

#espacotexto{
	padding-right:32px;
}

.painel__text{
    width: 45%;
    margin-left: 15px; 
    height: 100%; 
    margin-top: 0px;
}

.painel__text h2{
    font-family: Poppins, sans-serif;
    font-weight: bold;
}

.painel__text p{
    margin-bottom: 30px;
}

#botao{
    padding: 10px 30px;
    background-color: #5685d0;
    color: #fff;
    font-family: Poppins, sans-serif;
    text-decoration: none;   
    position: relative;
    transition: all 0.5s ;		
}

#botao:hover{
    background-color: #ff914d;
    
}

#botao-cotacao{
    background-color: #1a4385;
    color: #fff;
    border: #fff;
    border-radius: 5px;
    padding: 1em 2.8em;
    font-weight: 700;
    margin: .8em 0;
    transition: all 1s;
    cursor: pointer;
	text-decoration: none;
}

#botao-cotacao:hover {
    box-shadow: 0 0 10px #292929;
    background-color:#5685d0;
}


.posicaobotao{
   left: -263px;
   top: 33px;
}

.posicaobotao2{
   left: -263px;
   top: 33px;
}

#mobileCell_Card{
  display:none;	
}

#desktopCell_Card{
   display:block;	
}

@media screen and (max-width:990px){
    .painel{
        justify-items: center;
        align-items: center;
        flex-direction: column;
    }
    .painel__img{
        width: 100%;
       
    }
    
    .painel__text{
        width: 100%;
        
    }   
}

@media screen and (max-width:680px){
    .painel{
        margin-top: 0px;
    }
}

@media screen and (max-width:500px){
    .painel__img{
        margin-top: 0px;
    }
    .painel__text p{
        padding-right: 15px;
    }
    .painel__img img{
        margin-left: 45px;
    }
	
	#pularlinhaimg{
		margin-top:-68px;
	}
	
   .posicaobotao{
   left: 0px;
   top: 33px;
   }
   
   .posicaobotao2{
   left: 0px;
   top: 33px;
   }
   
   #mobileCell_Card{
  display: block;	
   }
   
   #desktopCell_Card{
   display:none;	
   }
   
   .painel__text {
    width: 90% !important;
    margin-left: 15px;
    height: 100%;
    margin-top: 20px;
   }
   
   .texto2-cotacao {
    color: #FFF;
    font-size: 20px !important;
    text-align: center !important;
    margin-bottom: 45px !important;
   }
   
   .texto1-cotacao {
    color: #FFF;
    font-size: 25px !important;
    margin-top: 40px;
    font-weight: 800;
    text-align: center !important;
   }
   
   .titulo-cotacao {
    color: #000;
    font-size: 30px !important;
    margin-top: -2px !important;
    text-align: center;
    margin-left: -40px;
}

   #AlturaEspaco2-mobile {
    margin-top: -240px;
	z-index: -999999999;
    }

}

@media screen and (max-width:430px){
    .painel__img img{
        margin-left: 0px;
    }
}


.titulo-cotacao{
    color: #000;
    font-size: 40px;
	margin-top: 65px;
}

.texto1-cotacao{
	color: #FFF;
    font-size: 35px;
    margin-top: 47px;
    font-weight: 800;
}

.texto2-cotacao{
color: #FFF;
    font-size: 20px;	
}

/* 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: uppercase;
    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 */

/* Ainda tem Dúvida? Inicio */

.flex-start {
    justify-content: flex-start;
    align-items: flex-start;
}
.col-50-flex {
    width: 100%;
}

.ainda-tem-duvidas :where(p, h6, hr){
    text-align: left!important;
    margin: 15px 0!important;
}

.ainda-tem-duvidas h6{
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
	margin-top: -40px !important;
}

.ainda-tem-duvidas p{
    font-size: 18px;
    line-height: 1.5em;
}

@media screen and (max-width:790px) {
    .ainda-tem-duvidas img{
        width: 100%;
    }	
	
	.flex-direction-responsive {
    flex-direction: column;
    }
   .flex-start-center {
    justify-content: flex-start;
    align-items: center;
    }
	.ainda-tem-duvidas h6 {
    font-size: 33px !important;
    text-transform: uppercase;
    font-weight: 700;
	margin-top: 15px !important;
    }
}

/* Ainda tem Dúvida? Fim */


@media screen and (max-width:390px) {
#botao-cotacao {
    background-color: #1a4385;
    color: #fff;
    border: #fff;
    border-radius: 5px;
    padding: 1em 1.4em;
    font-weight: 700;
    margin: .8em 0;
    transition: all 1s;
    cursor: pointer;
    text-decoration: none;
}
}


.cantoarredondado {
    border-radius: 10px 10px 10px 10px;
}


/* Estilo de fonte para a pagina Inicio */

@font-face {
    font-family: "Poppins";
    src: url('../css-definitvo/font/Poppins-ExtraBold.ttf') format('truetype'); 
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url('../css-definitvo/font/Poppins-Bold.ttf') format('truetype'); 
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url('../css-definitvo/font/Poppins-SemiBold.ttf') format('truetype'); 
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url('../css-definitvo/font/Poppins-Medium.ttf') format('truetype'); 
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url('../css-definitvo/font/Poppins-Regular.ttf') format('truetype'); 
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url('../css-definitvo/font/Poppins-Light.ttf') format('truetype'); 
    font-weight: 300;
    font-style: normal;
}

/* Estilo de fonte para a pagina Fim */


/* passos inicio */
.orient {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.3em 0 .9em 0;
    flex-wrap: wrap;
}

.cardorient {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .4em;
    width: 279px;
    margin: .4em .2em;
}

.orient_numero {
    transition: all 1s;
}

.orient_numero:hover {
    transform: rotateY(180deg);
}

.content_numero p {
    margin: 0;
    font-size: 32px !important;
    font-weight: 700;
    text-align: center;
}

.content_numero {
    background-color: #1a4385;
    color: #fff;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.orient_text {
    font-size: 18px;
    font-weight: 700;
}

@media screen and (max-width:500px) {
.orient {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.3em 0 .9em 0;
    flex-wrap: wrap;
	height: 400px;
}
}

/* passos fim */

#caixa-info-rodape {
    background-color: #1a4385;
    padding: 50px;
    margin-bottom: 2px;
}

.cor-fundo-operadoras-cotacao {
    background-color: #eee;
    height: 285px;
    margin-top: -225px;
}

@media screen and (max-width:500px) {
    #caixa-info-rodape {
        background-color: #1a4385;
        padding: 50px;
        margin-bottom: -15px;
        z-index: 1;
        position: absolute;
        width: 100%;
    }
	
	.cor-fundo-operadoras-cotacao {
        background-color: #eee !important;
        height: 870px !important;
        margin-top: -860px !important;
    }
	
	    .caixa-2-rodape {
        margin-top: 660px;
    }
	
	    .caixa-info {
        padding: 20px 0px;
    }
	
}