@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap');
* {
	font-family: 'Lato', sans-serif;
	padding: 0px;
	margin: 0px;
}
a {
	color: unset;
	text-decoration: none;
}
.header_top {
	padding: 7px;
	display: flex;
	align-items: center;
	background: #EC268F;
	color: white;
	justify-content: center;	
}
.header_top div {
	margin-left: 15px;
	margin-right: 15px;
}
.header_top div svg {
	vertical-align: middle;
}
.header {
	/*background: #ECD5E0;*/
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	-webkit-box-shadow: 0px 4px 14px -5px #4A4A4A; 
	box-shadow: 0px 4px 14px -5px #4A4A4A;
}
.logo {
	margin-right: 20px;
}
.list ul li {
	list-style-type: none;
	display: inline-block;
	margin: 7px;
	text-transform: uppercase;
}
.list ul li span {
	padding: 10px;
	background: #EC268F;
	color: white;
	border-radius: 20px;
}
.title_home {
	padding: 30px;
	background: #EC268F;
	text-align: center;
	color: white;
	margin-top: -5px;
}
.title_home_ {
	font-size: 3em;
	/*font-weight: bold;*/
}
.title_home__ {
	font-size: 2em;
	font-weight: 300;
}
.coments {
	margin-top: 80px;
	/*margin-bottom: 25px;*/
	text-align: center;
	background: #F0F0F0;
	padding-top: 50px;
	padding-bottom: 50px;
}
.coments svg {
	transform: rotate(180deg);
}
.title_coments {
	font-size: 1.5em;
	font-weight: bold;
}
.title_coments svg {
	vertical-align: text-top;
	margin-top: -5px;
}
.footer {
	background: #EC268F;
}
.footer_flex {
	display: flex;
	color: white;
	padding-left: 25px;
	padding-right: 25px;
}
.block_footer {
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 25px;
	margin-right: 25px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.block_footer_title {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
}
.block_footer_item {
	margin-top: 20px;
	font-weight: 300;
	font-size: 1.1em;
	text-overflow: ellipsis;
}
.block_footer_item a {
	display: flex;
	align-items: center;
}
.block_footer_item svg {
	vertical-align: middle;
	margin-right: 7px;
}
.mtop {
	margin-top: 20px;
}
.footer_bottom {
	background: #c20368;
	padding: 25px;
	color: white;
	font-weight: 300;
	text-align: center;
}
.block_coment_ {
	text-align: center;
	position: relative;
}
.block_coment {
	display: none;
	margin: 25px;
	padding: 25px;
	width: 40%;
	/*border: 1px solid #333;*/
	background: white;
	font-weight: 300;
	border-radius: 10px;
}
.ati {
	display: inline-block !important;
}
.block_coment_name {
	display: block;
	margin-top: 20px;
}
.center_body {
	display: flex;
	flex-wrap: wrap;
	margin: 50px;
}
.center_body_title {
	width: 100%;
	font-weight: bold;
	font-size: 3em;
	color: #333;
}
.center_body_button {
	/*background: #a8cf45;*/
	background: #EC268F;
	padding: 10px;
	text-transform: uppercase;
	color: white;
	border-radius: 20px;
	display: inline-block;
	text-align: center;
}
.center_body_left {
	max-width: calc(70% - 15px);
	margin-right: 15px;
	margin-top: 25px;
}
.center_body_right {
	max-width: calc(30% - 40px);
	margin-top: 25px;
	padding: 20px;
	background: #F0F0F0;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
}
.center_body_right p {
	margin-bottom: 7px;
	color: #333;
	font-weight: 300;
}
.center_body_bottom {
	width: 100%;
}
figure {
	max-width: 100%;
	height: 450;
	position: relative;
	overflow: hidden;
}
.trs {-webkit-transition:all ease-out 0.5s;
			-moz-transition:all ease-out 0.5s;
			-o-transition:all ease-out 0.5s;
			-ms-transition:all ease-out 0.5s;
			transition:all ease-out 0.5s;}
.slide {position: relative; z-index: 1; width: 100%;
	height: 450px;}
.slide img { position: absolute; top: 0; left: 0; opacity: 0;filter:alpha(opacity=0);}
.ativo {opacity: 1!important; filter:alpha(opacity=100)!important;}
.banner_about {
	padding: 25px;
	/*background: #c20368;*/
	background: linear-gradient(45deg, #EC268F 15%, #c20368 15% 22%, #EC268F 22%);
	color: white;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 2em;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.circle {
	width:160px;
	height:160px;
	position: absolute;
	left: 50%;
	opacity: 0.6;
	z-index: 1;
	background: radial-gradient(circle closest-side,#c20368 0%,#c20368 98%,rgba(0,0,0,0) 100%);
}
.info_about {
	padding: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
}
.info_about_img {
	margin-right: 25px;
	width: calc(45% - 25px);
	text-align: right;
}
.info_about_img img {
	width: 100%;
	max-width: 300px;
}
.info_about_txt {
	width: 65%;
}
.info_contact {
	background: #F0F0F0;
	padding: 40px;
	text-align: center;
}
.info_contact_title {
	font-size: 1.2em;
	color: #EC268F;
	font-weight: bold;
	margin-bottom: 15px;
}
.info_contact_button {
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: white;
	border: 1px solid #EC268F;
	border-radius: 30px;
}
.info_contact_button:hover {
	color: white;
	background: #EC268F;
}
.info_menu {
	display: flex;
	justify-content: center;
	margin: 30px;
	flex-wrap: wrap;
}
.info_menu a {
	margin: 20px;
	width: calc(50% - 40px);
	height: 300px;
}
.block_menu {
	width: calc(100% - 0px);
	height: 300px;
	-webkit-box-shadow: 0px 0px 15px -3px #000000; 
	box-shadow: 0px 0px 15px -3px #000000;
	border-radius: 10px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	z-index: -1;
}
.img_menu {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	opacity: 0.8;
	z-index: 1;
}
.title_menu {
	font-size: 1em;
	padding: 10px;
	background-color: white;
	display: inline-block;
	width: 100%;
	text-align: center;
	/*font-weight: bold;*//*
	-webkit-text-stroke: 1px #FFF;
    text-stroke: 1px #FFF;*/
    z-index: 10;
}
.gallery {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 30px;
	flex-wrap: wrap;
}
.gallery_block {
	margin: 20px;
	width: calc(25% - 40px);
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 15px -3px #000000; 
	box-shadow: 0px 0px 15px -3px #000000;
	padding-bottom: 20px;
	border-radius: 10px;
	display: block;
}
.gallery_block div img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}
.gallery_title {
	display: block;
	text-align: center;
	margin-top: 10px;
	color: #333;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 0.9em;

}
.mosaic_ {
	margin: 50px;
}
.mosaic {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: minmax(200px, auto);
    grid-auto-flow: dense;
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    margin: 20px 0 0 0;
}
.mosaic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.span-2 {
    grid-column-end: span 1;
    grid-row-end: span 2;
}
.submit {
	width: 100%;
}
.send_contact {
	display: flex;
	/*justify-content: center;*/
	flex-wrap: wrap;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	max-width: 1000px;
}
.send_contact_block {
	margin: 20px;
	width: calc(50% - 40px);
}
.send_contact_block_ {
	margin: 20px;
	width: calc(100% - 40px);
}
.label_send {
	display: block;
	margin-bottom: 5px;
	font-size: 0.7em;
	text-transform: uppercase;
}
.send_input, .send_text {
	width: calc(100% - 16px);
	padding: 7px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
}
.send_text {
	height: 100px;
}
.send_contact_block_ button {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
	background-color: #EC268F;
	color: white;
	display: flex;
	align-items: center;
	/*font-weight: bold;*/
	border-radius: 5px;
}
.send_contact_block_ button svg {
	margin-right: 5px;
}
.flutuante {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	transition: 0.3s ease;
	position: fixed;
	bottom: 25px;
	right: 25px;
	background: green;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	-webkit-box-shadow: 0px 4px 14px -5px #4A4A4A; 
	box-shadow: 0px 4px 14px -5px #4A4A4A;
	z-index: 100000000;
}
.menu_open {
	width: calc(100% - 162px);
	max-width: 800px;
	padding: 80px;
	border: 1px solid #333;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.menu_open_logo {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.menu_open_logo img {
	width: 100%;
	max-width: 600px;
}
.send_confirm {
	display: flex;
	align-items: center;
	justify-content: center;
	color: green;
	margin: 50px;
}
.send_confirm span {
	font-size: 1.5em;
	display: inline-block;
	margin-left: 7px;
}
.m_responsive {
	display: none;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 20px;
}
.list1 {
	display: none;
	z-index: 100;
	height: 100%;
}
.close_m {
	display: none;
	z-index: 2000000001;
}
@media (max-width: 800px) {
	.header_top {
		display: none;
	}
	.list {
		display: none;
	}
	.close_m {
		/*display: inline-block;*/
		position: fixed;
		color: white;
		/*background: white;*/
		top: 7px;
		right: 7px;
	}
	.list1 {
		/*display: inline-block;*/
		position: fixed;
		background: #EC268F;
		padding: 20px;
		color: white;
		top: 0;
		right: 0;
		overflow: auto;
	}
	.list1 ul li {
		margin: 7px;
		list-style-type: none;
		text-transform: uppercase;
	}
	.list1 ul li span {
		display: inline-block;
		padding: 10px;
		background: white;
		color: #EC268F;
		border-radius: 20px;
		margin-top: 20px;
	}
	.m_responsive {
		display: inline-block;
		color: #EC268F;
		padding: 7px;
		padding-top: 4px;
		padding-bottom: 2px;
		border: 1px solid #EC268F;
	}
	figure {
		max-width: 100%;
		height: unset;
	}
	/*.slide img { position: absolute; top: 0; left: 0; opacity: 0;filter:alpha(opacity=0);}*/
	.slide {
		height: unset;
	}
	.slide img{
		height: unset;
		position: unset;
		display: none;
	}
	.center_body_left {
		max-width: calc(100% - 15px);
	}
	.center_body_right {
		max-width: calc(100% - 40px);
		margin-bottom: 40px;
	}
	.footer_flex {
		flex-wrap: wrap;
	}
	.block_footer {
		width: calc(100% - 50px);
	}
	.block_footer_item {
		width: calc(100% - 50px);
	}
	.info_about {
		flex-wrap: wrap;
	}
	.info_about_img {
		margin-right: 0px;
		width: calc(100% - 0px);
		text-align: center;
		margin-bottom: 25px;
	}
	.info_about_img img {
		width: 80%;
		max-width: 300px;
	}
	.info_about_txt {
		width: 80%;
	}
	.info_menu {
		flex-wrap: wrap;
	}
	.info_menu a {
		margin: 20px;
		width: calc(100% - 40px);
		height: 300px;
	}
	.gallery_block {
		margin: 10px;
		width: calc(50% - 20px);
	}
	.gallery_block div img {
		width: 100%;
		height: 160px;
		object-fit: cover;
	}
	.send_contact_block {
		margin: 10px;
		width: calc(100% - 20px);
	}
	.send_contact_block_ {
		margin: 10px;
		width: calc(100% - 20px);
	}
	.ativo {display: block !important; }
}
@media (max-width: 400px) {
	.logo img {
		height: 70px;
	}
	.m_responsive {
		position: unset;
		top: unset;
		transform: unset;
	}
	.m_responsive svg {
		width: 25px;
		height: 25px;
	}
	.block_coment {
		width: calc(80% - 50px);
	}
	.info_menu {
		margin: 5px;
	}
	.info_menu a {
		margin: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		width: calc(100% - 0px);
		height: 300px;
	}
	.gallery_block {
		margin: 10px;
		width: calc(100% - 20px);
	}
}