@charset "UTF-8";
/* CSS Document */
body { font-family: "MetaPro Book";}

img { width: 100%; height: auto;}
.logo img { max-width: 100%; height: 80px; width: auto;}

.head { text-align: center;}
.footer { padding: 5px; border-top: solid 1px ;}
.text-footer { width: 70%; float: left;}
.logo-footer { width: 30%; float: left; vertical-align: bottom;}
.logo-footer img { max-height: 100px; width: auto;}

.carousel { margin-top: 5px;}

@media screen and (min-width:768px){
	.moitie { width: 50%; display: block; float: left;}
/*	.content { height: 100px; }*/
	.content img {width: 100%; height: 200px;  object-fit: cover;}
	.carousel img {width: 100%; height: 400px;  object-fit: cover;}
}
