@charset "utf-8";
@font-face {
  font-family: "Goudy";
  src: url("../font/Goudy Stout PLC Regular.otf");
}

body {
	margin: 0px;
	width: 100%;
}
main {
	position: relative;
}
.cabe0 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0px;
}
.cabe0 .titu {
	font-weight: bold;
}
.cabe0 .logo a {
    font-family: Goudy;
    color: darkgreen;
    font-size: 3em;
    font-weight: bolder;
    text-decoration: none;
    flex-shrink: 0;
    padding-left: 20px;
}
.cabe0 .contactos {
	flex-shrink: 0;
	padding-right: 20px;
}
.cabe0 .contactos img:hover {
    border-radius: 8px;
    border-style: solid;
	border-color: darkgreen;
}
.titu1 {
	display: none;
}
.dona {
    width: 40%;
    margin-left: 10%;
}
@media screen and (max-width: 800px)
{
	.cabe0 .contactos {
		flex-shrink: 1;
	}
	.cabe0 .titu {
		display: none;
	}
	.titu1 {
		display: inherit;
		width: 100%;
		text-align: center;
		margin-bottom: 2px;
	}
}
