
.banner{
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    /* background-image: url(../images/banner/bannersolo.webp); */
    background-color: #f5f5fd;
    position: relative;
}
.bannerCotacao{
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-image: url('../img/bannercotacao.webp');
    position: relative;
}

/* .banner_text{
    position: absolute;
    color: #fff;
    font-size: 64px;
    font-weight: 800;
    line-height: 70px;
    top: 30%;
    left: 40%;
    width: auto;
} */

.banner_content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    
}
.banner_text{
    width: 45%;
    align-self: flex-start;
    padding-top: 2em;
    color: #fff;
    padding-left: .5em;
}

.banner_text span{
    color: #FF914D;
    font-weight: bold;
    font-size: 18px;
}
.banner_text_cotacao{
    color: #FF914D !important;
}
.banner_text h1{
    margin-bottom: 0.4em;
}

.banner_form{
    width: 45%;
    align-self: flex-start;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2em 0;
}

.content__formulario{
    background-color: #EFF0FA;
    padding: 1em 1em 3em  1em;
    border-radius: 3px;
    width: 75%;
}

.formulario_text{
    text-align: center;
    margin-bottom: 1.5em;
    font-size: 22px;
    font-weight: 700;
    color: #1a4385;
}

.formulario__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2em;
    width: 100%;
}

.formulario__content input{
    padding: .8em;
    border-radius: 3px;
    width: 100%;
    border: 1px solid #5685d0;
    outline-color: #1a4385;
    
}

.formulario_button{
    background-color: #1a4385;
    color: #fff;
    padding: 1.2em 4.5em;
    border-radius: 3px;
    cursor: pointer;
}
.formulario_button:hover{
    background-color: #FF914D ;
}

.tituloBanner{
    text-align: left !important;
    line-height: 60px !important;
    font-size: 4.0rem !important;
}

	.subtituloBanner{
		font-size: 2.5rem !important;
	}

@media screen and (max-width:950px){
    .banner,
    .bannerCotacao{
        height: auto;
    }
    .banner{
        background-position: 20%;
    }
    
    .bannerCotacao{
       background-position: 30%;
    }

    .banner_form{
        width: 100%;
    }
    .banner_text{
        width: 80%;
    }
}
@media screen and (max-width:500px){
    .banner{
        /*background-image: url('../images/banner/mobbannersolo.webp');*/
		background-color: #f5f5fd;

    }
    .banner_text{
        width: 100%;
        padding: 0 1em;
        text-align: center;
        
    }
	
	.tituloBanner{
    text-align: center !important;
    line-height: 50px !important;
    font-size: 3.0rem !important;
    }
	
	.subtituloBanner{
		font-size: 2.2rem !important;
	}
	
		.tituloformBanner{
		font-size: 2.4rem !important;
	}
	
	#AlturaEspacoMobile{
		margin-top: -335px !important;
		z-index:-9999 !important;
	}
}

@media screen and (max-width:390px) {
	.tituloBanner{
    text-align: center !important;
    line-height: 50px !important;
    font-size: 3.0rem !important;
    }
	
		.subtituloBanner{
		font-size: 2.2rem !important;
	}	
	
	.tituloformBanner{
		font-size: 2.4rem !important;
	}
	
	#AlturaEspacoMobile{
		margin-top: -335px !important;
		z-index:-9999 !important;
	}
	
}

@media screen and (max-width:270px){
    
    .formulario_button{
        width: auto;
        padding: 1em 1.5em;;
    }
}
