body{
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

/* Linha espalhada pela página */

.linha1{
    color: #2f3dbb;
    border-style: double;
    width: 65%;
}

/* MENU */

.menu{
	width: 100%;
    height: 20px;
    opacity: 0.7 !important;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-family: arial;
    font-size: 13px;
    align-items: center;
    position: relative;
    justify-content: center;
    display: inline-flex;
}
.menu ul{
	display: flex;
	list-style: none;
	padding: 0px 0px 0px 0px;
}
.menu ul .lista{
	padding-left: 5px;
}

/* CONTAINER 1 */

.container1{
	background: -webkit-gradient(linear, right top, left top, from(#7d8bdb), to(#2f3dbb)) no-repeat;
	height: 280px;
	width: 100%;
}
#nome_empresa{
	font-size: 55px;
	font-family: Georgia;
	color:white;
	margin-left: 9%;
	top: 60px;
	position: absolute;
	display: flex;
	width: 500px;
}
#intro_empresa{
	font-family: system-ui;
	font-size: 18px;
	color:white;
	margin-left: 9%;
	top: 125px;
	position: absolute;
	display: flex;
	width: 480px;
	text-align: justify;
}
#logo{
	height: 160px;
    float: right;
    right: 9%;
    top: 45px;
    position: relative;
}

/* botão do CONTAINER 1 */

.btn1{
	position: absolute;
    top: 240px;
	margin-left: 9%;
	border-radius: 10px;
    background: none;
    color: rgb(255, 255, 255);
    height: 40px;
    width: 120px;
	font-size: 17px;
	border-color: white;
	font-family: Arial, Helvetica, sans-serif;
}
#btn2{
	left: 125px;
}
#btn2:hover{
	height: 45px;
    width: 125px;
	font-size: 18px;
	background-color: rgb(175, 168, 168);
	color: rgb(0, 0, 0);
	transition: 0.5s;
}
.btn1:hover{
	height: 45px;
    width: 125px;
	font-size: 18px;
	background-color: rgb(175, 168, 168);
	color: rgb(0, 0, 0);
	transition: 0.5s;
}

/* Container 2 */

.container2{
	padding: 5px 0px 10px 0px;
	height: 170px;
	display: flex;
	justify-content: center;
}
.container2 h1{
	text-align: center;
}
.container2 #tam{
	text-align: justify;
	width: 80%;
}
.container2 #tam p{
	font-size: 20px;
}

/* DIV  container 3*/

.info_vendas{
	width: 100%;
	text-align: center;
	font-weight: lighter;
}
#espaco_bottom{
	padding-bottom: 10px;
}

/* Carrossel  */

.container_carrossel{
	width: 100%;
	justify-content: center;
	display: flex;
}
#rhid_fundo{
	background-color: darkgray;
	border-radius: 4px;
}
#idbio_dif{
	position: relative;
	top: 30px;
	height: 280px;
	width: 350px;
}
#bobina_dif{
	width: 380px;
}

/* tamanho das imagens container_carrossel  */

.tam_img, .tam_im{
	width: 350px;
	height: 350px;
	object-fit: contain;
}

#img{
	display: flex;
}
/* DIV container 4 */

.container4{
	width: 100%;
	height: 340px;
	display: flex;
	justify-content: center;
	top: 10px;
	margin-bottom: 30px;
    position: relative;
    background: linear-gradient(360deg, #303030bd, #1c3acfad)
}
.quadros_info{
	display: flex;
    width: 80%;
    padding: 20px 0px 0px 0px;
    justify-content: space-between;
}
.quadros{
	width: 200px;
	text-align: center;
}
.quadros h2{
	margin: 20px 0px 15px 0px;
}
.texto_icon{
    text-align: justify;
    font-size: 14px;
    color: rgba(233, 233, 233, 0.952);
    font-family: system-ui;
}

/* FOOTER - Roda pé do site */

footer{
	width: 100%;
	height: 135px;
	background-color: black;
	color: white;
	position: relative;
}
.roda_pe{
	display: flex;
	justify-content: space-between;
}
footer .roda_pe h3{
	margin-block-start: 10px;
    margin-block-end: 0;
}
.info_esquerda{
	width: 200px;
    text-align: center;
}
.info_esquerda ol{
	font-family: monospace;
	list-style-type: none;
	font-size: 15px;
	padding-inline-start: 0;

}
.info_esquerda a{
	font-size: 15px;
}
#div_esquerda{
	position: relative;
	left: 50px;
}
#info_meio{
	width: 400px;
}
.tam_cor{
	height: 80px;
	position: relative;
	background-color: white;
	width: 3px;
	margin-top: 30px;
	border-radius: 10px;
}
#info_direita{
	position: relative;
    right: 50px;
}
.logo_acesso_remoto{
	width: 120px;
	padding-top: 8px;
}
#whatsapp-button{
	width: 60px;
	height: 60px;
	position: sticky;
	bottom: 20px;
	margin-right: 20px;
	float: right;
	border-radius: 20px;
	transition: transform 1.5s ease-in-out;
}


.slider{
	overflow: hidden;
	width: 100%;
	display: flex;
}

.slider img {
	height: 350px;
    width: 350px;
    position: relative;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
	object-fit: contain;
}
