html, body {width: 100%; height: 100vh; position: relative; padding: 0; margin: 0;}
html {scroll-behavior: smooth;}

/* TOPO */
#pagina #header {width: 100%; background: #fff; text-align: center; justify-content: center; align-items: center; padding: 0.35rem 2rem;}
#pagina #header .logo {width: 100%; padding-top: 10px;}
#pagina #header .logo img.one {width: 210px; height: 80px;}
#pagina #header .logo img {width: 100px; height: 80px;}
#pagina .text {text-align: end; color: #262626; padding-right: 20%;}
#pagina .text h2 {font-size: 20px;}
#pagina .text p {font-size: 12px; margin-bottom: 5px;}
#pagina .text a {color: #262626;}

/* PAINEL */
#painel img {width: 100%; height: calc(100vh - 32.5px); object-fit: cover; position: relative;}
#painel .over {position: absolute; width: 100%; height: 100%; top: -31px; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.50); text-align: center;}
#painel .over h1 {font-size: 55px; font-weight: 700; color: #ffffff; margin-top: 20%;padding-bottom: 1rem;}

.btn {text-transform: uppercase; padding: 0.45rem 1.4rem;}
a {text-decoration: none; color: inherit;font-weight: 600;}

/* FOOTER */
footer {padding:10px 0px; background: #262626;}
footer p,footer a {color: #fff; font-weight: 500;}
footer p {margin-bottom: 0; font-size: 12px;}

.modal-body img {width: 100%; height: 100%;object-fit: contain;}
.modal-header button {background: #262626; border: none; color: #fff; font-size: 26px;}
.modal-content {background: #262626; border: none;}

/* MEDIASCREEN */
@media screen and (max-width: 991px) {
	#pagina .text {padding-right: 0%;}

	#painel .over h1 {margin-top: 28%;}
	.modal-body img {width: 100%; height: auto;}
}

@media screen and (max-width: 767px) {
	#painel img {height: calc(100vh - 31.5px);}
	#painel .over h1 {margin-top: 35%;}
	.modal-body img {width: 100%; height: auto;}

}

@media screen and (max-width: 425px) {
	#pagina .text {text-align: center;}
	#pagina .text h2 {font-size: 24px;}
	#pagina .text p {font-size: 18px; margin-bottom: 5px;}

	#painel .over h1 {font-size: 50px; margin-top: 35%;}
}