body {
    
	font-family: Georgia, 'Times New Roman', Times, serif;
	background-color: #948A8A;
	min-width: 1250px;
	height: 100%;
		
	
				
}

.wrapper {

	min-height: 100%;
	display: flex;
	flex-direction: column;
}

.header {

	width: 100%;
	flex: 0 0 auto;

}

.main {

	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
}



.container {

	width: 1250px;
	margin: 0 auto;
}


.topnav {

	width: 100%;
}

.topmenu {

	display: flex;
	justify-content: flex-start;
	padding-left: 5px;
	background-color: #948A8A;
	flex-wrap: nowrap;
	align-items: center;
	
}


.topmenu li {

	font-size: 16px;
	margin: 5px 15px 5px 15px;
	text-decoration: none;
		
}

.topmenu li a {

	color: #171717;
	transition-property: color;
	transition-duration: 1s;
	
}


.topmenu li a:hover {

	color: #F9E9E9;
	transition-property: color;
	transition-duration: 0.75s;
			
}




.topmenu li::before {

	content: '';
	height: 16px;
	width: 2px;
	background-color: #171717;
	display: inline-block;
	margin-right: 5px;
			
}

.topmenu li:first-child::before {

	display: none;
	
}

.top {
		
	background-image: url('../img/logo.png'), url('../img/logo.jpg');
	background-repeat: no-repeat, repeat;
	background-position: 8% 15px, 0 0;
	background-size: 17% auto;
	height: 160px;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 10px;
	
					
}

.top_ {

	padding-left: 28%;
	padding-top: 8px;
	
}

.top p {

	font-size: 20px;
	color: #fff;
	line-height: 25px;
	letter-spacing: 5px;
	text-shadow: 5px 5px 25px #750508;
	font-weight: 600;
	white-space: nowrap;
	
	

}


.phone p {

	padding-left: 30%;
	
}


.tel {
	
	font-size: 20px;
	color: #fff;
	letter-spacing: 3px;
	text-shadow: 5px 5px 25px #750508;
	font-weight: 600;
	white-space: nowrap;
	
}

.lineblack {

	width: 100%;
	height: 25px;
	background-color: black;

	
}

.linegray ul {

	height: 30px;
	background-color: #CCCCCC;
	margin: 0 0 40px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	
	
}

.linegray ul li {

	font-size: 18px;
	padding: 0 0 0 50px;
	
	
}

.content {

	display: flex;
	
	
}

.content_menu {

	flex-basis: 20%;
	margin-right: 8px;
	
	
	
	
}



.menu li {

	margin: 8px 0px 0px 8px;
	border: 1px solid #000;
	font-size: 18px;
	width: 95%;
	height: 32px;
	padding-top: 4px;
	text-align: center;
	background-color: #A71115;
	box-shadow: 5px 5px 15px #000;
	transition-duration: 1s;

		
}

.menu li:hover {
	background-color: #750508;
	width: 110%;
	height: 40px;
	font-size: 28px;
	position: relative;
	
	
	
}

.menu li:active {
	background-color: #460103;
	color: #948A8A;

}

.menu li a {
color: #fff;

		
}

.menu li a:hover {
	color: #EED2D2;
	
	
}

.link {

	margin: 40px 0 0 5px;
	width: 100%;
	text-align: center;
	font-style: italic;
	font-weight: 600;
	
	
}

.link p {

	margin: 15px 0 15px 0;
	font-size: 15px;
	padding: 0 15px 0 15px;
	color: #2B2424;
	
}

.link a {

	font-size: 18px;
	display: block;
	padding-top: 5px;
	color: #A71115;
	text-decoration: none;
	
	
}

.link a:hover {

	color: #14376C;
}

.content_info {

	margin: 0 auto;
	flex-basis: 80%;
	padding: 0 10px 10px 10px; 	
	
}

.contact_inform {

	width: 100%;
	font-size: 18px;
	text-align: center;
	line-height: 1.5;
	
	
}

.contact_inform ul li {

	padding-top: 20px;

}

.contact_inform img {

	padding-top: 20px;
} 

.box_price {

	display: flex;
	width: 70%;
	margin: 0 auto;
	justify-content: space-between;
	font-size: 16px;
	
}

.price_inform ul li {

	margin-top: 20px;
}

.price_inform ul li:first-child {

	color: #A71115;
	font-weight: 700;
	padding: 20px 0 10px 0;
	font-size: 17px;
	
}

.span:first-child::first-letter {

	color: transparent;
	
	
}


.span {

	color: #A71115;
	font-weight: 700;
	width: 10px;
	

}




.price {

	font-size: 16px;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.price p {

	padding-top: 20px;
}

.price p:first-child:before {

	content: '*';
	padding-right: 5px;
	color: #A71115;
	font-size: 22px;
}

.price p:last-child:before {

	content: '**';
	padding-right: 5px;
	color: #A71115;
	font-size: 22px;
}

.content_fotoalbum {

	max-width: 70%;
	margin: 0 auto;
	position: relative;
	
}

.content_fotoalbum p {

	font-size: 18px;
	text-align: center;
	margin: 20px;

}

.box_foto {

	display: flex;
	justify-content: space-around;
	margin: 20px 0 20px 0;
	
}

.foto {

	flex: 0 0 30%;
	border: 1px solid #000;
}

.fotos {

	flex: 0 0 20%;
	border: 1px solid #000;
}

.foto img, .fotos img {

	width: 100%;
		
}

.foto, .fotos {

	position: relative;
}


.foto:hover,
.fotos:hover {

	border: none;
	
}


.foto1:hover {

	width: 800px;
	position: absolute;
	z-index: 2;
	top: -50px;
	left: 0;
	transition-property: width;
	transition-duration: 3s;
	

}

.foto2:hover {

	width: 800px;
	position: absolute;
	z-index: 2;
	top: -50px;
	left: -200px;
	transition-property: width;
	transition-duration: 3s;
	

}

.foto3:hover {

	width: 800px;
	position: absolute;
	z-index: 2;
	top: -50px;
	right: 0px;
	transition-property: width;
	transition-duration: 3s;
	

}

.foto4:hover {

	width: 500px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	transition-property: width;
	transition-duration: 3s;
	

}

.foto5:hover {

	width: 500px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: -100px;
	transition-property: width;
	transition-duration: 3s;
	

}

.foto6:hover {

	width: 500px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	transition-property: width;
	transition-duration: 3s;
	

}



h1 {

	font-size: 20px;
	font-weight: 700;
	color: #A71115;
	text-align: center;
	padding: 20px;
	text-transform: none;
	text-decoration: none;
	
}

h2 {

	font-size: 18px;
	font-weight: 600;
	color: #A71115;
	text-align: center;
	padding: 20px 20px 8px 20px;
	text-transform: none;
	text-decoration: none;
	line-height: 1.25;


}

.content_info_content_1 {

	flex-basis: 100%;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	

	
	

}

.content_info_content_2 {

	flex-basis: 100%;
	margin: 40px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	
	



}

.content_info_content_2 p {

	font-size: 16px;
	padding: 0 20px 0 20px;
	text-align: justify;
	



}

.content_info_content_3 {

	flex-basis: 100%;
	margin: 40px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	margin-bottom: 55px;


}

.content_foto {

	flex-basis: 33.333%;
	transition-property: box-shadow;
	transition-duration: 1s;
			
}


.content_foto img {

	width: 100%;
	
	
}

.content_foto:hover {

	box-shadow: 5px 5px 15px 5px #A71115;
	transition-property: box-shadow;
	transition-duration: 0.5s;
}

.content_text_1 {

	flex-basis: 33.333%;
	align-self: center;
	color: #A71115;
	font-size: 16px;
	font-weight: 700;
	
		
}

.content_text_2 {

	flex-basis: 33.333%;
	
}

.content_text_2 p {

	font-size: 16px;
	color: #000;
	padding: 0 15px 0 15px;
	text-align: center;
	font-weight: 500;
	line-height: 1.25;
	
} 

.content_text_3 {

	font-weight: 500;
	flex-basis: 50%;
	
	
	
}

.content_text_3 p {

	font-size: 16px;
	color: #000;
	padding: 0 40px 0 40px;
	text-align: center;
	line-height: 1.25;
	
	


}

.content_inform {

	width: 100%;
	font-size: 15px;
	color: #000;
	line-height: 1.5;
	margin-top: 30px;
	
	
}

.content_inform ul {

	margin-top: 0px;
	max-width: 90%;
	padding-left: 30px;
}



.content_inform li::before {
	content: '';
	width: 10px;
	height: 10px;
	border: 1px solid #000;
	background-color: #A71115;
	display: inline-block;
	margin-right: 8px;
}



.content_inform li:hover:before {
	
	background-color: #14376C;

}



.license {

	width: 100%;
	margin: 30px 0 30px 0;
	
	
}

.license p {

	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #2B2424;
	


}

.footer {

	display: flex;
	flex-direction: column;
	width: 100%;
	flex: 0 0 auto;
				
}

.logo_footer {

	background-image: url('../img/logo.jpg');
	background-repeat: repeat-x;
	height: 40px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	
	
	
}



.counter_year {

	display: flex;
	align-items: center;
	margin: 10px 0 10px 0;
	font-size: 18px;
	font-weight: 700;
	color: #2B2424;
	
}


.year  {

	
	flex-basis: 400px;
	margin-left: 30%;
	
}
.year p a {

	color: #2B2424;
	
	}

.year p a:hover {

	color: #EED2D2;
	
}




