/* Icons */
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot?i64fx9');
	src:url('../fonts/icomoon/icomoon.eot?#iefixi64fx9') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff?i64fx9') format('woff'),
		url('../fonts/icomoon/icomoon.ttf?i64fx9') format('truetype'),
		url('../fonts/icomoon/icomoon.svg?i64fx9#icomoon') format('svg');
}

.icon-close {
	z-index: 100;
	display: block;
	overflow: hidden;
	width: 3em;
	height: 3em;
	text-align: center;
	line-height: 3;
	cursor: pointer;
}

.icon:before {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



.icon-close::before {
	content: "\e601";
}



.icon-close {
	position: absolute;
	top: 20px;
	right: 20px;
}

.icon-close:hover {
	color: #000000;
}

/* Styles for dummy content */

/* Style for overlay */

.content-style-overlay {

	text-align: center;
	width:60%;
	height:auto;

	 /*COLOR TITULOS CONTENIDO*/
	margin-left:auto;
	margin-right:auto;
	margin-top:7%;
}


.content-style-overlay h2.textoh2 {

	font-weight: 300;
	font-size: 3em;
		color:#000000;
			font-family: 'Lato';
	letter-spacing: .1em;
		text-align: center;
	
}
.content-style-overlay .icon-close {
	border: 2px solid #000000;
	border-radius: 50%;
	line-height: 2.8;
	color:#000000;
	
}

.content-style-overlay .icon-close:hover {
	border-color: #AB4400;	
	color:#AB4400;
}

/* Style for text modal */
.content-style-text {
	padding: 60px;
	text-align: center;
}


.content-style-text .icon-close {
	top: 0;
	right: 0;
	color: rgba(0,0,0,0.2);
}

.content-style-text .icon-close:hover {
	color: #000000;
}





@media screen and (max-width: 770px) {
	.content-style-overlay {
		font-size: 75%;
	}

	.content-style-overlay .icon-close {
		top: 5px;
		right: 5px;
	}
}

















