
.banner{
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-image: url('../images/banner/bannersolo.webp');
    position: relative;
}

.banner-cotacao{
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-image: url('../images/banner/banner-cotacao-desktop1.webp');
    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: 1em;
}

.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%;
	max-height: 500px;
}

@media screen and (max-width: 700px){
.content__formulario {
    max-height: 595px !important;
}
}

.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: #FF914D;
    color: #fff;
    padding: 1em 2em;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
}
.formulario_button:hover{
    background-color: #1a4385;
}

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

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

@media screen and (max-width:950px){
    .banner,.banner-cotacao,
    .bannerCotacao{
        height: auto;
    }
    .banner,.banner-cotacao{
        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');

    }
	
	.banner-cotacao{
        background-image: url('../images/banner/banner-cotacao-mobile1.webp');

    }
	
    .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: 1.9rem !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: 2.8rem !important;
    }
	
		.subtituloBanner{
		font-size: 1.9rem !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;;
    }
}
