main {
    display: flex;
	flex: 1 1 100%;
	margin-top: 40px;
    background-color: black;
}
section {
	flex: 1 1 100%;
    display: flex;
	margin-top: 40px;
    background-color: white;
    justify-content: center;
    align-items: center;
}

.main-content {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex: 1 1 100%;
    background-color: white;
}

.p-titulo-azul {
    color: #1B355C;
    font-size: 22px;

}
.text-titulo-branco {
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	max-width: 450px;
}

.section-carrossel {
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    background-color: white;
}


.section-familia {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    display: flex;
}

.card-img-familia {
	width: 50%;
    display: flex;
}
.img-lista-familia {
    width: 80%;
	height: 100%;
    margin-left: auto;
}

.img-lista-familia-right {
    width: 80%;
	height: 100%;
    margin-right: auto;
}

.card-texto-familia {
	display: flex;
	flex-direction: column;
	width: 40%;
	align-items: center;
    justify-content: space-between;
}

.carrossel-mormo {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
} 

.linha-img-1, .linha-img-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;

}

.card-img-morcego {
    max-height: 250px;
    border-radius: 14px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.container-img-right, .container-img-left {
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.titulo-lista {
    margin-top: 80px;
    margin-bottom: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
}


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

	.section-familia {
		height: auto;
	}


	.card-img-familia {
		width: 100% !important;
		align-items: center;
	}
    .img-familia {
        margin: 0 !important;
    }
    .linha-img-1, .linha-img-2 {
        flex-direction: column;
        gap: 20px;
    }
    .linha-img-1 {
        order: 1;
    }
    .linha-img-2 {
        order: 2;
    }
    .container-img-right {
        margin-left: auto;
    }
    .container-img-left {
        margin-right: auto;
    }

}

* {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-decoration: none;
    color: black;
    margin: 0;
}

.carrossel {
    width: 100%;
    display: flex;
    overflow-x: auto;
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 10px;
    height: auto;
}

.card-morcego {
    height: 540px;
    width: 350px;
    display: flex;
    flex-direction: column;
    background-color: #1b345b;
    gap: 10px;
    align-items: center;
    border-radius: 14px;
}

.imagem-info {
    width: 25%;
}

.text-info {
    color: white;
}

.titulo-card {
    font-size: 22px;
    color: darkgoldenrod;
    font-family: Arial, Helvetica, sans-serif !important;
    font-style: italic;
}

.imagem-complementar {
    width: 40%;
}

.card-info {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
    gap: 10px;
}
.fonte {
    font-size: 10px;
    color: white;
}

.card-imagem{
    width: 250px;
    height: 250px;
    margin: 1rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

.card-imagem img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.link-card {
    text-decoration: none;
}

label {
    color: #1B355C; /* Cor do texto */
}

input[type="text"],
textarea,
input[type="file"] {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input[type="submit"] {
    background-color: #1B355C; /* Cor de fundo do botão de envio */
    color: white; /* Cor do texto do botão de envio */
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #0d1e32; /* Cor de fundo do botão de envio ao passar o mouse */
}

.form-section {
    width: 70%;
}
table {
    width: 100%;
    border-collapse: collapse;
}
table, th, td {
    border: 1px solid black;
}
th, td {
    padding: 8px;
    text-align: left;
}
th {
    background-color: #f2f2f2;
}

.tabela_doi {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
}
