body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    background-color: #3737f2;
    color: black;	
    padding: 15px 0;
    text-align: center;
}

nav ul {
    list-style-type: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 10px;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

main {
    padding: 20px;
}

section {
    margin-bottom: 20px;
}

form {
    display: flex;
    flex-direction: column;
}

form label {
    margin-bottom: 5px;
}

form input, form textarea, form button {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 16px;
}

footer {
    background-color: darkblue;
    color: aliceblue;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}

h2 {
	margin-top: 0px;
	font-size: 40px;
}

p {
	margin-bottom:70px; font-size: 25px;
}
/*********************************/

label,
input,
textarea,
button {
  display: block;
}

input,
textarea,
button {  
  font: inherit;
  padding: 1.25rem;
  font-weight: 700;
}

input,
textarea {
  margin-bottom: 1rem;
  background: powderblue;
  border: 0.125rem solid transparent;
  border-radius: 0.51rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  outline: none;
  border-color: #1d90f5;
  /*box-shadow: 0 0 0 0.3125rem #26344a;*/
}

label {
  margin-bottom: 0.5rem;  
}

textarea {
  min-height: 12.5rem;
  resize: vertical;
}

button {
  border: none;
  border-radius: 0.51rem;
  color: white;
  background: #1d90f5;
  cursor: pointer;
  transition: 0.3s;
}

button:hover,
button:focus {
  outline: none;
  background: #1c70d3;
}

button:disabled {
  cursor: not-allowed;
  background: #555b69;
}

.success,
.error {
  text-align: center;
}

.success {
  color: cornflowerblue;
}

.error {
  color: tomato;
}
/*********************************/

.botao{
 background: navy;
 border-radius: 0.4rem;
 padding: 0.4rem;	
}

.botao:hover,
.botao:focus{
 outline: none;
  background: #1c70d3;
}

.left-text {
	padding-left: 20px;
	text-align: left;
}

.pl-1 {
	padding-left: 1%;
}

.center-text {
	text-align: center;
}

.cl-3 {
	width: 30%;	
    justify-items: center;
    /*display: grid;*/
	/*background-color: powderblue;*/
	background: linear-gradient(0deg, rgb(224 236 255), #00bcd447);
	border-radius: 1rem;
	margin-right: 1%;
	margin-bottom: 5vw;
}@media (max-width: 900px) {
.cl-3 {
	width: 49%;
	margin-bottom: 7vw;
}
}@media (max-width: 700px) {
.cl-3 {
	width: 100%;
	margin-bottom: 12vw;
}
}

.img_screen {
	width: 100%;
}@media (max-width: 900px) {
.img_screen {
	width: 200%;
}
}@media (max-width: 700px) {
.img_screen {
	width: 300%;
}
}

.ptexto {
	font-size: 30px; 
	text-align: center; 
	margin:auto;
	margin-top: 5%;
	padding: 5px;
	font-family: system-ui;
}

.psubtexto {
	font-size: 20px; 
	text-align: justify;
	padding-left: 5%;
	padding-right: 5%;
}

.ti-small {
	width: 15%;
	padding: 4%;
}

.icone-top-inv {
	/*background:
	linear-gradient(0deg, rgb(224 236 255), rgb(9 9 237 / 44%)), linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));*/
	background: linear-gradient(0deg, rgb(224 236 255), #00BCD4);
	border-radius: 1rem;
	margin-top: -35px;
	min-width: 50px;
	max-width: 50px;
}

.icone-top {
	background: linear-gradient(0deg, rgb(195, 223, 237), rgb(195, 223, 237)), linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
	border-radius: 1rem;
}

.div-icone {
	text-align: -webkit-center;
}

.borda-secao{
	border-radius: 5px;
	background-color: aliceblue;
	padding: 1%;
}

element.style {
    gap: 40px;
}
.flex.flex-wrap.w-full.justify-center.mb-8.mt-18 {
}
.inline-edit-after>* {
    z-index: 0;
}
.inline-edit-inset>* {
    z-index: -1;
}
.justify-center {
    justify-content: center;
}
.flex-wrap {
    flex-wrap: wrap;
	margin-top: 6%; 
	justify-content:center;
}
.w-full {
    width: 100%;
}
.flex {
    display: flex
;
}
.mt-18 {
    margin-top: 4.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
  justify-self:anchor-center;
  overflow-x: scroll;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: blue;
  background-color: lavender;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: blue;
  background-color: lavender;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  justify-self:anchor-center;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: powderblue;
  padding: 2px 16px;
  color: blue;
}

.caption {
    margin-top: 10px;
    margin-bottom: 10px;
}

.row{
	overflow-x: scroll;
	display: -webkit-box;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 20%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.center-img-div{
 display: block;
 margin-left: auto;
 margin-right: auto;
}

/*
.body2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

div.scroll-container {
  background-color: lavender;
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
}

div.scroll-container img {
  padding: 10px;
}
*/

/*
.image-container {
    display: flex;
    align-items: center;
    gap: 10px; // Espaçamento entre as imagens 
}

.image-container a {
    text-decoration: none;
    font-size: 2rem;
}

.image {
    max-width: 100px; // Defina o tamanho desejado para as imagens
    height: auto;
    border: 2px solid #000;
}


.image-container {
    display: flex;
    justify-content: space-around; // Distribui espaço uniformemente
    flex-wrap: wrap; // Permite que as imagens quebrem linha se necessário 
}

.image-container img {
    max-width: 600px; // Ajuste o tamanho conforme necessário
    margin: 6px; // Espaçamento entre as imagens 
} /*