@font-face{
	font-family: 'Open Sanas Condensed Light';
	src: url(fonts/Open_Sans_Condensed/OpenSans-CondLight.ttf) format(truetype);
}
@font-face{
	font-family: 'Source Sans Pro Light';
	src: url(fonts/Source_Sans_Pro/SourceSansPro-Light.ttf) format(truetype);
}

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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



.icon-geolo:before {
	content: "\e600";
	color: white;
	margin-right: 6px;
}
.icon-message:before {
	content: "\e601";
	color: white;
	margin-right: 3px;
}
.icon-tel:before {
	content: "\e602";
	color: white;
	margin-right: 9px;
}
@font-face {
	font-family: 'icomoon';
	src:url('../iconos/fonts2/icomoon.eot?-tcgkw8');
	src:url('../iconos/fonts2/icomoon.eot?#iefix-tcgkw8') format('embedded-opentype'),
		url('../iconos/fonts2/icomoon.ttf?-tcgkw8') format('truetype'),
		url('../iconos/fonts2/icomoon.woff?-tcgkw8') format('woff'),
		url('../iconos/fonts2/icomoon.svg?-tcgkw8#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-item:before {
	content: "\e200";
	color: rgb(22,116,63);
	font-size: 26px;
	margin-right: 5px;
	vertical-align: middle;
}
.icon-mail:before {
	content: "\e201";
	color: white;
	vertical-align: middle;
	font-size: 24px;
	margin-right: 5px;
}

body{
/*	background: #222;*/
}
p{

}
header{
	background-image: url(../imagenes/footerbg.jpg);
	color: white;
	text-align: right;
	padding-right: 1em;
	font-family: 'Source Sans Pro Light';
}
header p{
	display: inline-block;
	font-weight: 700;
}
header .tel{
	text-decoration: none;
	color: white;
	display: inline-block;
	background: rgb(22, 116, 63);
	padding: 10px;
	border-radius: 4px;
	font-weight: 700;
	box-shadow: rgba(2,122,8,0.5) 0px 4px 0px 0px;
	margin-bottom: 1em;
}

header img{
	vertical-align: middle;
	border-radius: 55%;
	width: 40px;
	height: 40px;
}
#logoheader{
	display: none;
}
#ddmenu ul .logo img{
	width: 270px;
	vertical-align:middle;
	margin-right: 3em;
}
#ddmenu ul .logo:hover{
	background: none;
}
#ddmenu ul .red{
	margin: 3px;
}
#ddmenu ul .red img{
	vertical-align: middle;
	width: 35px;
	
}
#ddmenu ul .red:hover{
	background: none;
}
#principal{
	margin-top: 0;
}
#info{
	overflow: hidden;
}
#info h1 {
	color: rgb(22, 116, 63);
}
#info{
	text-align: center;
}
#info div{
	margin: auto;
}

#info div video{
	width: 65%;
}

#info .view{
	background: rgb(22, 116, 63);
	color: white;
	text-align: center;
	width: 8em;
	margin: auto;
	padding: 15px;
}
#info .view a{
	text-decoration: none;
	color: white;
}
footer{
	background-image: url(../imagenes/footerbg2.jpg);
	background-repeat: no-repeat;
	color: white;
	background-size: cover;
	padding: 1em;
}

footer .content{
	display: flex;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
   	 display: -ms-flexbox;      /* TWEENER - IE 10 */
    	display: -webkit-flex;  
	justify-content: space-around;
	-webkit-justify-content:space-around;
	margin-bottom: 1em;
}

footer .content .contacto{
	color: white;
}
footer .content .contacto h2{
	margin: 0;
	padding: 0;
	display: inline-block;
	font-weight: 100;
}
footer .content .contacto span{
	display: inline-block;
}
footer .content .suscribe h1{
	font-size: 23px;
}

footer .content .suscribe input{
	background: rgb(45,45,45);
	border: 1px solid white;
	padding: 1em;
	padding-left: 10px;
	width: 90%;
}
footer .content .suscribe .boton{
 	border:none;
 	background: rgb(22, 116, 63);
 	color: white;
 	width: 10em;
}
footer .content .suscribe ul{
	list-style: none;
	padding-left: 0;
}
footer .content .suscribe ul li{
display: inline-block;
}

#logofoot{
	display: none;
}
@media screen and (max-width: 1024px){
	#ddmenu ul .logo img{
		width: 170px;
		vertical-align:middle;
		margin-right: 3em;
	}
	#logofoot{
		display: none;
	}
	#ddmenu ul .red{
		display: none;
	}

}
@media screen and (max-width: 768px){
	#ddmenu ul .logo{
		display: none;
	}
	#logoheader{
		display: block;
		width: 170px;
		float: left;
		margin-left: 1em;
	}
	footer .content{
		display: flex;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    		display: -ms-flexbox;      /* TWEENER - IE 10 */
    		display: -webkit-flex;  
		justify-content: center;
		-webkit-justify-content:center;
		flex-direction: column;
		-webkit-flex-direction:column;
		margin-bottom: 1em;
		align-items: center;
		-webkit-align-items:center;
	}
	footer .content .suscribe input{
		width: 50%;
	}
}
@media screen and (max-width: 480px){
	footer .content .contacto h2{
		font-size: 20px;
	}
	#info div iframe{
	width: 75%;
	}
}
@media screen and (max-width: 414px){
	header img{
		display: none;
	}
}	
@media screen and (max-width: 384px){
	footer .content .contacto h2{
		font-size: 17px;
	}
	footer .content .contacto .mapa iframe{
		width: 100%;
	}
}
@media screen and (max-width: 360px){
	
}

@media screen and (max-width: 320px){
	.icon-geolo:before {
		content: "\e600";
		color: white;
		margin-right: 3px;
		font-size: 13px;
	}
	.icon-message:before {
		content: "\e601";
		color: white;
		margin-right: 3px;
		font-size: 13px;
	}
	.icon-tel:before {
		content: "\e602";
		color: white;
		margin-right: 3px;
		font-size: 13px;
	}
	footer .content .contacto h2{
		font-size: 15px;
	}
}