.banner{
	width: 100%;
	position: relative;
}
.banner-slider{
	width: 100%;
}
.bn-slide{
	width: 100%;
	position: relative;
}
.bn-slide picture{
	width: 100%;
}
.bn-slide picture img{
	width: 100%;
}
.bn-text{
	position: absolute;
	width: 60%;
	height: 100%;
	margin-left: 10%;
	align-content: center;
}
.bn-text h2{
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	opacity: 0.8;
}
.bn-text h5{
	font-size: 100px;
	color: #fff;
	line-height: 1;
	margin: 2% 0 3%;
}
.bn-text p{
	font-size: 19px;
	font-weight: 700;
	color: #fff;
	opacity: 0.8;
	width: 75%;
	margin-bottom: 3%;
}
.bn-botoes{
	width: 100%;
}
.bn-botoes .bn-b1{
	padding: 1.5% 3.5%;
	font-size: 18px;
	color: var(--azul);
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	margin-right: 2%;
}
.bn-botoes .bn-b1:hover{
	color: #fff;
	background-color: transparent;
}
.bn-botoes .bn-b2{
	padding: 1.5% 3.5%;
	font-size: 18px;
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 5px;
}
.bn-botoes .bn-b2:hover{
	color: var(--azul);
	background-color: #fff;
}
.bn-arrows img{
	cursor: pointer;
	width: 100%;
}
.arrow1{
	width: 3.7%;
	height: 100%;
	position: absolute;
	left: 2%;
	top: 0;
	align-items: center;
}
.arrow2{
	width: 3.7%;
	height: 100%;
	position: absolute;
	right: 2%;
	top: 0;
	align-items: center;
}

/* ----- CONTEUDO 1 ----- */
.conteudo1{
	width: 100%;
	padding: 5% 0;
	background-image: url('../imagens/home/bg1.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 31.2%;
}
.conteudo1-img{
	width: 49%;
	margin-right: auto;
}
.conteudo1-img img{
	width: 100%;
}
.conteudo1-text{
	width: 46%;
	align-content: center;
}
.conteudo1-text h2{
	font-size: 55px;
	color: var(--azul);
}
.conteudo1-text p{
	font-size: 18px;
	color: var(--cinza);
	margin: 5% 0;
	line-height: 1.8;
}
.conteudo1-text a{
	padding: 1.5% 3.5%;
	font-size: 18px;
	color: #fff;
	background-color: var(--azul);
	border: 1px solid var(--azul);
	border-radius: 5px;
}
.conteudo1-text a:hover{
	background-color: #fff;
	color: var(--azul);
}

/* ----- CONTEUDO 2 ----- */
.conteudo2{
	width: 100%;
}
.conteudo2-cards{
	width: 65%;
	margin: 0% auto -10%;
	padding: 3%;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 15px 2px rgba(2,83,121,0.48); 
	box-shadow: 0px 5px 15px 2px rgba(2,83,121,0.48);
	position: relative;
	z-index: 1;
}
.box1{
	width: 29%;
	margin: 0 2%;
	align-content: baseline;
}
.box1-img{
	width: 100%;
	height: 4vw;
	display: flex;
	align-items: center;
	margin-bottom: 7%;
}
.img-missao{
	width: 9.5%;
}
.img-visao{
	width: 16.5%;
}
.img-valores{
	width: 15%;
}
.box1-img img{
	margin-right: 8%;
}
.box1-img h2{
	width: fit-content;
	font-size: 28px;
	color: var(--azul);
}
.box1 p{
	font-size: 18px;
	color: var(--cinza);
	line-height: 1.8;
}
.conteudo2-diferenciais{
	width: 100%;
	background-image: url('../imagens/home/img2.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	z-index: 0;
	padding: 18% 0 8%;
}
.conteudo2-diferenciais h5{
	font-size: 55px;
	color: #fff;
	text-align: center;
	margin-bottom: 5%;
}
.box2{
	width: 23%;
	margin: 0 1%;
	background-color: var(--azul);
	border: 0.5vw solid #5088a3;
	padding: 1.5%;
	align-content: baseline;
}
.box2-img{
	width: 20.6%;
	margin-bottom: 5%;
}
.box2-img img{
	width: 100%;
}
.box2 h2{
	font-size: 28px;
	color: #fff;
	margin-bottom: 5%;
}
.box2 p{
	font-size: 18px;
	color: #fff;
	line-height: 1.8;
}

/* ----- CONTEUDO 3 ----- */
.conteudo3{
	width: 100%;
	padding: 5% 0;
}
.contuedo3-title{
	width: 80%;
	margin: 0 auto 5%;
}
.contuedo3-title h5{
	color: var(--azul);
	font-size: 55px;
}
.produtos-slider{
	width: 100%;
	min-height: 40vw;
}
.pd-slide{
	width: 95%;
	margin: 0 auto;
}
.pd-img{
	width: 100%;
	margin-bottom: 10%;
}
.pd-img img{
	width: 100%;
}
.pd-text{
	width: 100%;
}
.pd-text h2{
	font-size: 26px;
	color: var(--cinza);
	border-bottom: 1px solid var(--cinza);
	padding-bottom: 7%;
}
.pd-text p{
	width: 90%;
	font-size: 18px;
	color: var(--cinza);
	line-height: 1.8;
	margin: 6% 0 7%;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.pd-text a{
	padding: 5% 7%;
	font-size: 15px;
	color: #fff;
	background-color: var(--azul);
	border: 1px solid var(--azul);
	border-radius: 5px;
	cursor: pointer;
}
.pd-text a:hover{
	background-color: #fff;
	color: var(--azul);
}
.pd-slide:hover{
	margin-top: 10%;
}
.pd-slide:hover .pd-text h2{
	color: var(--azul);
	font-weight: 700;
	border-bottom: 2px solid var(--azul);
}

/* ----- CONTEUDO 4 ----- */
.conteudo4{
	width: 100%;
}
.conteudo4-title{
	width: 100%;
	margin-bottom: 5%;
	text-align: center;
	justify-content: center;
}
.conteudo4-title h5{
	font-size: 55px;
	color: var(--azul);
	margin-bottom: 2%;
}
.conteudo4-title p{
	font-size: 18px;
	color: var(--cinza);
	width: 35%;
}
.c4box1-text, .c4box2-text, .c4box3-text, .c4box4-text{
	padding: 3% 0;
}
.c4box1-text h5, .c4box2-text h5, .c4box3-text h5, .c4box4-text h5{
	font-size: 45px;
	color: var(--azul);
	margin-bottom: 3%;
}
.c4box1-text p, .c4box2-text p, .c4box3-text p, .c4box4-text p{
	font-size: 18px;
	color: var(--cinza);
	line-height: 1.8;
	margin-bottom: 5%;
}
.c4box1-text select, .c4box2-text select, .c4box3-text select, .c4box4-text select{
	width: 100%;
	padding: 3%;
	margin-bottom: 8%;
	border: 1px solid #acacac;
	color: #606060;
	font-size: 18px;

	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../imagens/home/seta.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 5%;
}
.c4box1-text option, .c4box2-text option, .c4box3-text option, .c4box4-text option{
	color: #606060;
	font-size: 18px;
}
.c4box1-text a, .c4box2-text a, .c4box3-text a, .c4box4-text a{
	width: fit-content;
	padding: 2% 5%;
    font-size: 18px;
    color: #fff;
    background-color: var(--azul);
    border: 1px solid var(--azul);
    border-radius: 5px;
    letter-spacing: 0.2vw;
    cursor: pointer;
}
.c4box1-text a:hover, .c4box2-text a:hover, .c4box3-text a:hover, .c4box4-text a:hover{
	background-color: #fff;
    color: var(--azul);
}

.conteudo4-box1{
	width: 90%;
	margin-right: auto;
}
.c4box1-img{
	width: 55.5%;
}
.c4box1-img img{
	width: 100%;
}
.c4box1-text{
	margin-left: auto;
	width: 41%;
	align-content: center;
	align-self: center;
	flex-direction: column;
}

.conteudo4-box2{
	width: 90%;
	margin-left: auto;
}
.c4box2-img{
	width: 55.5%;
}
.c4box2-img img{
	width: 100%;
}
.c4box2-text{
	margin-right: auto;
	width: 41%;
	align-content: center;
	align-self: center;
	flex-direction: column;
}

.conteudo4-box3{
	width: 90%;
	margin-right: auto;
}
.c4box3-img{
	width: 55.5%;
}
.c4box3-img img{
	width: 100%;
}
.c4box3-text{
	margin-left: auto;
	width: 41%;
	align-content: center;
	align-self: center;
	flex-direction: column;
}

.conteudo4-box4{
	width: 90%;
	margin-left: auto;
}
.c4box4-img{
	width: 55.5%;
}
.c4box4-img img{
	width: 100%;
}
.c4box4-text{
	margin-right: auto;
	width: 41%;
	align-content: center;
	align-self: center;
	flex-direction: column;
}

/* ----- CONTEUDO 5 ----- */
.conteudo5{
	width: 100%;
	background-color: #BCBCBC;
	position: relative;
	padding: 5% 0;
}
.mapa{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    align-content: center;
}
.mapa iframe{
	width: 42vw;
    height: 25vw;
    border: none;
    margin-top: -3%;
}
.conteudo5 form{
	width: 65%;
	margin: auto;
	padding: 2% 0;
	background-image: url('../imagens/home/bg.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 30%;
}
.form-contato{
	width: 95%;
	margin: 0 auto;
	background-color: #fff;
	padding: 6% 5% 6% 40%;
}
.form-contato h5{
	font-size: 40px;
	color: var(--azul);
	margin-bottom: 3%;
}
.div-input{
	width: 100%;
	justify-content: space-between;
}
.div-input input{
	width: 48%;
	height: 2.6vw;
	margin-bottom: 4%;
	border: none;
	border-bottom: 1px solid #cecece;
	font-size: 16px;
	color: #707070;
}
.div-input input::placeholder, .form-contato textarea::placeholder{
	font-size: 16px;
	color: #707070;
}
.form-contato textarea{
	width: 100%;
	height: 8vw;
	margin-bottom: 4%;
	border: none;
	border-bottom: 1px solid #cecece;
	font-size: 16px;
	color: #707070;
}
.form-contato a{
	width: fit-content;
    padding: 2% 5%;
    font-size: 18px;
    color: #fff;
    background-color: var(--azul);
    border: 1px solid var(--azul);
    border-radius: 5px;
}
.form-contato a:hover{
	color: var(--azul);
	background-color: #fff;
}
.conteudo5 ul{
	width: 61.5%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.conteudo5 ul li{
	margin-right: 2vw;
}
.conteudo5 ul li a{
	width: 100%;
}
.conteudo5 ul li a img{
	width: 100%;
}
.conteudo5 ul .home-face{
	width: 1.65%;
}
.conteudo5 ul .home-insta{
	width: 3.25%;
}
.conteudo5 ul .home-linke{
	width: 3.25%;
}
.conteudo5 ul .home-whats{
	width: 3.25%;
}

/* ----- MODAL ----- */
.modal{
	display: none;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	top: 0;
	position: fixed;
	z-index: 999;
	align-content: center;
}
.modal-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: var(--azul);
	opacity: 0.5;
	z-index: 1;
}
.modal-content{
	width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border-radius: 10px;
	align-content: center;
	padding: 2%;
}
.modal-content h5{
	font-size: 40px;
	color: var(--azul);
	margin-bottom: 3%;
}
.modal-content span{
	font-size: 40px;
	color: var(--azul);
	margin-bottom: 3%;
	position: absolute;
	right: 3%;
	top: 0;
	cursor: pointer;
}
.div-input1{
	width: 100%;
	justify-content: space-between;
}
.div-input1 input{
	width: 48%;
	height: 2.6vw;
	margin-bottom: 4%;
	border: none;
	border-bottom: 1px solid #cecece;
	font-size: 16px;
	color: #707070;
}
.div-input1 input::placeholder, .modal-content textarea::placeholder{
	font-size: 16px;
	color: #707070;
}
.modal-content textarea{
	width: 100%;
	height: 8vw;
	margin-bottom: 4%;
	border: none;
	border-bottom: 1px solid #cecece;
	font-size: 16px;
	color: #707070;
}
.modal-content a{
	width: fit-content;
    padding: 2% 5%;
    font-size: 18px;
    color: #fff;
    background-color: var(--azul);
    border: 1px solid var(--azul);
    border-radius: 5px;
}
.modal-content a:hover{
	color: var(--azul);
	background-color: #fff;
}

/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){
	.bn-text h2{
		font-size: 23px;
	}
	.bn-text h5{
		font-size: 90px;
	}
	.bn-text p{
		font-size: 18px;
	}
	.bn-botoes .bn-b1, .bn-botoes .bn-b2, 
	.conteudo1-text p, .conteudo1-text a,
	.box1 p, .box2 p, .pd-text p, .conteudo4-title p,
	.c4box1-text p, .c4box2-text p, .c4box3-text p, .c4box4-text p,
	.c4box1-text a, .c4box2-text a, .c4box3-text a, .c4box4-text a,
	.c4box1-text select, .c4box2-text select, .c4box3-text select, .c4box4-text select,
	.form-contato a{
		font-size: 17px;
	}
	.conteudo1-text h2, .conteudo2-diferenciais h5, 
	.contuedo3-title h5, .conteudo4-title h5{
		font-size: 50px;
	}
	.c4box1-text h5, .c4box2-text h5, .c4box3-text h5, .c4box4-text h5{
		font-size: 40px;
	}
	.form-contato h5, .modal-content h5, .modal-content span{
		font-size: 35px;
	}
	.box1-img h2, .box2 h2{
		font-size: 24px;
	}
	.pd-text h2{
		font-size: 23px;
	}
	.pd-text a{
		font-size: 14px;
	}
	.div-input input, .div-input input::placeholder, 
	.form-contato textarea, .form-contato textarea::placeholder,
	.div-input1 input, .div-input1 input::placeholder, 
	.modal-content textarea, .modal-content textarea::placeholder{
		font-size: 15px;
	}
}

@media screen and (max-width: 1440px){
	.bn-text h2{
		font-size: 22px;
	}
	.bn-text h5{
		font-size: 80px;
	}
	.bn-text p{
		font-size: 17px;
	}
	.bn-botoes .bn-b1, .bn-botoes .bn-b2, 
	.conteudo1-text p, .conteudo1-text a,
	.box1 p, .box2 p, .pd-text p, .conteudo4-title p,
	.c4box1-text p, .c4box2-text p, .c4box3-text p, .c4box4-text p,
	.c4box1-text a, .c4box2-text a, .c4box3-text a, .c4box4-text a,
	.c4box1-text select, .c4box2-text select, .c4box3-text select, .c4box4-text select,
	.form-contato a, .modal-content a{
		font-size: 16px;
	}
	.conteudo1-text h2, .conteudo2-diferenciais h5, 
	.contuedo3-title h5, .conteudo4-title h5{
		font-size: 45px;
	}
	.c4box1-text h5, .c4box2-text h5, .c4box3-text h5, .c4box4-text h5{
		font-size: 35px;
	}
	.form-contato h5, .modal-content h5, .modal-content span{
		font-size: 30px;
	}
	.box1-img h2, .box2 h2{
		font-size: 21px;
	}
	.pd-text h2{
		font-size: 20px;
	}
	.pd-text a{
		font-size: 13px;
	}
	.div-input input, .div-input input::placeholder, 
	.form-contato textarea, .form-contato textarea::placeholder,
	.div-input1 input, .div-input1 input::placeholder, 
	.modal-content textarea, .modal-content textarea::placeholder{
		font-size: 14px;
	}
}

@media screen and (max-width: 1366px){
	.bn-text h2{
		font-size: 21px;
	}
	.bn-text h5{
		font-size: 75px;
	}
	.bn-text p{
		font-size: 16px;
	}
	.bn-botoes .bn-b1, .bn-botoes .bn-b2, 
	.conteudo1-text p, .conteudo1-text a,
	.box1 p, .box2 p, .pd-text p, .conteudo4-title p,
	.c4box1-text p, .c4box2-text p, .c4box3-text p, .c4box4-text p,
	.c4box1-text a, .c4box2-text a, .c4box3-text a, .c4box4-text a,
	.c4box1-text select, .c4box2-text select, .c4box3-text select, .c4box4-text select,
	.form-contato a, .modal-content a{
		font-size: 15px;
	}
	.conteudo1-text h2, .conteudo2-diferenciais h5, 
	.contuedo3-title h5, .conteudo4-title h5{
		font-size: 40px;
	}
	.c4box1-text h5, .c4box2-text h5, .c4box3-text h5, .c4box4-text h5{
		font-size: 30px;
	}
	.form-contato h5, .modal-content h5, .modal-content span{
		font-size: 25px;
	}
	.box1-img h2, .box2 h2{
		font-size: 18px;
	}
	.pd-text h2{
		font-size: 19px;
	}
	.pd-text a{
		font-size: 12px;
	}
	.div-input input, .div-input input::placeholder, 
	.form-contato textarea, .form-contato textarea::placeholder,
	.div-input1 input, .div-input1 input::placeholder, 
	.modal-content textarea, .modal-content textarea::placeholder{
		font-size: 13px;
	}
}

@media screen and (max-width: 1280px){
	.bn-text{
		margin-left: 7.5%;
	}
	.conteudo2-cards{
		width: 70%;
	}
	.conteudo4-box1, .conteudo4-box2, .conteudo4-box3, .conteudo4-box4{
		width: 92.5%;
	}
	.c4box1-text, .c4box2-text, .c4box3-text, .c4box4-text{
		width: 42.5%;
	}
	.c4box1-img, .c4box2-img, .c4box3-img, .c4box4-img{
		width: 54%;
	}
	.bn-text h2{
		font-size: 19px;
	}
	.bn-text h5{
		font-size: 70px;
	}
	.bn-text p{
		font-size: 15px;
	}
	.bn-botoes .bn-b1, .bn-botoes .bn-b2, 
	.conteudo1-text p, .conteudo1-text a,
	.box1 p, .box2 p, .pd-text p, .conteudo4-title p,
	.c4box1-text p, .c4box2-text p, .c4box3-text p, .c4box4-text p,
	.c4box1-text a, .c4box2-text a, .c4box3-text a, .c4box4-text a,
	.c4box1-text select, .c4box2-text select, .c4box3-text select, .c4box4-text select,
	.form-contato a, .modal-content a{
		font-size: 14px;
	}
	.conteudo1-text h2, .conteudo2-diferenciais h5, 
	.contuedo3-title h5, .conteudo4-title h5{
		font-size: 35px;
	}
	.c4box1-text h5, .c4box2-text h5, .c4box3-text h5, .c4box4-text h5{
		font-size: 25px;
	}
	.form-contato h5, .modal-content h5, .modal-content span{
		font-size: 20px;
	}
	.box1-img h2, .box2 h2{
		font-size: 16px;
	}
	.pd-text h2{
		font-size: 18px;
	}
	.pd-text a{
		font-size: 11px;
	}
	.div-input input, .div-input input::placeholder, 
	.form-contato textarea, .form-contato textarea::placeholder,
	.div-input1 input, .div-input1 input::placeholder, 
	.modal-content textarea, .modal-content textarea::placeholder{
		font-size: 12px;
	}
}

@media screen and (max-width: 1024px){
	.bn-text h2{
		font-size: 17px;
	}
	.bn-text h5{
		font-size: 55px;
	}
	.bn-text p{
		font-size: 13px;
	}
	.bn-botoes .bn-b1, .bn-botoes .bn-b2, 
	.conteudo1-text p, .conteudo1-text a,
	.box1 p, .box2 p, .pd-text p, .conteudo4-title p,
	.c4box1-text p, .c4box2-text p, .c4box3-text p, .c4box4-text p,
	.c4box1-text a, .c4box2-text a, .c4box3-text a, .c4box4-text a,
	.c4box1-text select, .c4box2-text select, .c4box3-text select, .c4box4-text select,
	.form-contato a, .modal-content a{
		font-size: 13px;
	}
	.conteudo1-text h2, .conteudo2-diferenciais h5, 
	.contuedo3-title h5, .conteudo4-title h5{
		font-size: 30px;
	}
	.c4box1-text h5, .c4box2-text h5, .c4box3-text h5, .c4box4-text h5{
		font-size: 20px;
	}
	.form-contato h5, .modal-content h5, .modal-content span{
		font-size: 17px;
	}
	.box1-img h2, .box2 h2{
		font-size: 15px;
	}
	.pd-text h2{
		font-size: 16px;
	}
	.pd-text a{
		font-size: 10px;
	}
	.div-input input, .div-input input::placeholder, 
	.form-contato textarea, .form-contato textarea::placeholder,
	.div-input1 input, .div-input1 input::placeholder, 
	.modal-content textarea, .modal-content textarea::placeholder{
		font-size: 12px;
	}
}

/* MOBILE */
@media screen and (max-width: 920px){
	.bn-arrows{
		display: none!important;
	}
	.bn-text{
		width: 70%;
	}
	.conteudo2-cards{
		width: 85%;
		margin: 0 auto 4%;
	}
	.conteudo2-diferenciais{
		padding: 8% 0;
	}
	.box2{
		width: 48%;
		margin: 0 1% 2%;
	}
	.pd-slide:hover{
		margin-top: 0%;
	}
	.bn-text h2{
		font-size: 16px;
	}
	.bn-text h5{
		font-size: 50px;
	}
	.bn-text p{
		font-size: 13px;
	}

	.modal-content{
		width: 90%;
	}
	.modal-content h5{
		font-size: 25px;
	}
	.modal-content span{
		font-size: 35px;
	}
	.div-input input, .div-input1 input{
		height: 6vw;
	}
	.form-contato textarea, .modal-content textarea{
		height: 15vw;
	}
	.div-input1 input, .div-input1 input::placeholder, 
	.modal-content textarea, .modal-content textarea::placeholder{
		font-size: 16px;
	}
}

@media screen and (max-width: 480px){
	.bn-d{
		display: none;
	}
	.bn-m{
		display: flex;
	}
	.bn-text {
    	width: 90%;
    	margin: -20% 5% 0%;
    	align-content: flex-end;
	}
	.bn-text h2{
		font-size: 4vw;
	}
	.bn-text h5{
		font-size: 8.6vw;
	}
	.bn-text p{
		font-size: 3.5vw;
		width: 100%;
	}
	.bn-botoes .bn-b1, .bn-botoes .bn-b2{
		font-size: 3.5vw;
	}
	.conteudo1-img{
		width: 100%;
		margin-bottom: 10%;
	}
	.conteudo1-text{
		width: 100%;
		margin-bottom: 10%;
	}
	.conteudo2-cards{
		width: 90%;
		-webkit-box-shadow: none;
    	box-shadow: none;
	}
	.box1{
		width: 100%;
		margin: 0 0 10%;
	}
	.box1-img{
		height: 20vw;
	}
	.conteudo1-text h2, .conteudo2-diferenciais h5, .contuedo3-title h5, .conteudo4-title h5 {
    	font-size: 10vw;
	}
	.bn-botoes .bn-b1, .bn-botoes .bn-b2, .conteudo1-text p, 
	.box1 p, .box2 p, .pd-text p, .conteudo4-title p, 
	.c4box1-text p, .c4box2-text p, .c4box3-text p, .c4box4-text p, 
	.c4box1-text a, .c4box2-text a, .c4box3-text a, .c4box4-text a, 
	.c4box1-text select, .c4box2-text select, .c4box3-text select, .c4box4-text select, 
	.form-contato a, .modal-content a {
    	font-size: 4vw;
	}
	.conteudo1-text a{
		font-size: 5vw;
	}
	.box1-img h2, .box2 h2 {
    	font-size: 7vw;
	}
	.conteudo2-diferenciais{
		background-size: cover;
	}
	.box2{
		width: 100%;
		margin: 0 0% 10%;
	}
	.conteudo3{
		margin-bottom: 5%;
	}
	.pd-text h2 {
    	font-size: 6vw;
	}
	.pd-text a {
    	font-size: 4vw;
	}
	.conteudo4-title{
		width: 90%;
		margin: 0 auto 5%;
	}
	.conteudo4-title p{
		width: 100%;
	}
	.conteudo4-box1, .conteudo4-box2, .conteudo4-box3, .conteudo4-box4{
		width: 100%;
	}
	.c4box1-img, .c4box2-img, .c4box3-img, .c4box4-img{
		width: 100%;
		order: 0;
		margin-bottom: 5%;
	}
	.c4box1-text, .c4box2-text, .c4box3-text, .c4box4-text{
		width: 90%;
		margin: 0 auto 10%;
		order: 1;
	}
	.c4box1-text h5, .c4box2-text h5, .c4box3-text h5, .c4box4-text h5 {
    	font-size: 6vw;
	}
	.conteudo5{
		padding: 0 0 5%;
	}
	.mapa{
		width: 100%;
		position: relative;
	}
	.mapa iframe{
		width: 100%;
		height: 80vw;
	}
	.conteudo5 form{
		width: 90%;
		margin: 0 auto;
		padding: 0 0 2%;
	}
	.form-contato{
		padding: 7% 5%;
	}
	.form-contato h5, .modal-content h5 {
    	font-size: 6vw;
	}
	.modal-content span{
		font-size: 8vw;
	}
	.div-input input, .div-input input::placeholder, 
	.form-contato textarea, .form-contato textarea::placeholder,
	.div-input1 input, .div-input1 input::placeholder, 
	.modal-content textarea, .modal-content textarea::placeholder{
		width: 100%;
		font-size: 4.5vw;
	}
	.div-input input, .div-input1 input{
		height: 12vw;
	}
	.form-contato textarea, .modal-content textarea{
		height: 25vw;
	}
	.conteudo5 ul{
		width: 85%;
		margin: 8% auto;
		justify-content: space-between;
	}
	.conteudo5 ul li{
		margin-right: 0;
	}
	.conteudo5 ul .home-face {
    	width: 5.6%;
	}
	.conteudo5 ul .home-insta, .conteudo5 ul .home-linke, .conteudo5 ul .home-whats{
		width: 11%;
	}

	.modal-content{
		padding: 5%;
	}

}

@media screen and (max-width: 400px){

}

@media screen and (max-width: 375px){

}