<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://weloveiconfonts.com/api/?family=fontawesome|typicons);
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

@font-face {
    font-family: RalewayBold;
    src: url(Raleway-Bold.ttf);
}

@font-face {
    font-family: RalewayLight;
    src: url(Raleway-Light.ttf);
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
	background-image: url("fondo.jpg");
	background-repeat: no-repeat; 
	
	background-size: 100% 110%;*/
	/*background: black;*/
}


/**************Titulo****************/


h2,h4,a ,.pipe{
    font-family: RalewayBold;
    src: url(Raleway-Bold.ttf);
}


header {
    width: 100%;
    height: 65px;
    /*background: #336535;*/
	background: black;
    color: white;
    position: absolute;
    top: 150;
    left: 0;
	/*border-top-style: solid;
	border-top-width: 7px;*/
	margin-top: 7px;
	/*border-bottom-style: solid;
	border-bottom-width: 7px;*/
	border-color: rgba(203,204,0,0.4);
	background-clip: padding-box;
    z-index: 100;
}


.socialition{
    /*background: #333;*/
    color: #fff;
    top: 0;
	float: right;
	margin: auto;
	margin-top: 45px;
	margin-right: 50px;
}

.logo , .imglogo{
	float: left;
	width: 120px;
    height: 120px;
	margin-left: 20px;
	margin-top: 10px;
}

.contenedor {
    width: 98%;
    margin: auto;
}

.socialink {
	float: left;
	margin: 10px;
}

.social {
	width: 55px;
    height: 55px;
}

@media (min-width:1024px) {
    .contenedor {
        width: 1000px;
    }
}

#menu-bar {
    display: none;
}

header label {
    float: right;
    font-size: 58px;
    margin: 6px 0;
    cursor: pointer;
}



/*******************MENU********************/

.menu {
	position: static;
	width: auto;
	height: auto;
	transform: translateX(0%);
	float: center;
	display: flex;
	padding-left: 23px;
	padding-right: 23px;
}

header label { 
	display: none;
}

.menu ul{
	/*background: #336535;*/
	background: black;
	display: flex;
	list-style: none;
}

.menu ul ul {
	display: none;
}

.pipe {
	padding-top: 25px;
}

.menu a {
	border: none;
	padding-left: 40px;
	padding-right: 40px;
	color: white;
	text-decoration: none;
	padding: 25px;
	padding-left: 40px;
	padding-right: 40px;
	height: 65px;
	display: block;
}


.menu a:hover {
    background: rgba(255,255,255,0.3);
}

.menu ul li ul{
	position: absolute;
}


.menu ul li:hover ul {
	display: none;
	position: absolute;
}

@media (max-width : 1024px) {
	.pipe {
		display: none;
	}
}

main {
	/*border: solid;*/
}


@media (min-width: 1024px){
	main .contenedor{
		height: 500px;
	}
}


#imagin{
	width: 100%;
	height: 270px;
}



@media (max-width:1024px) {
	
	header label {
		display: block;
	}
	
	.menu {
		position: absolute;
		top: 65px;
		left: 0;
		width: 100%;
		/*height: 100vh;*/
		background: rgba(51,51,51,1);
		transition: all 0.5s;
		transform: translateX(-100%);
		font-size: 240%;
	}
	
	.menu ul{
		display: block;
		background: rgba(51,51,51,0.9);
		width: 100%;
		margin: 0;
	}
	
	.menu ul li ul{
		position: static;
	}
	
	.menu ul li:hover ul{
		display: none;
		position: static;
	}

	#menu-bar:checked ~ .menu {
		transform: translateX(0%);
	}
    
	.menu ul ul{
		background: rgba(0,0,0,0.4);
	}

	.menu ul ul a {
		padding: 15px 40px;
	}
	
	.menu a{
	height: 100px;
	}

}





/*****************Contacto*****************/

.contacto{
	width: 600px;
	height: 500px;
	border: solid;
	margin: auto;
	box-sizing: border-box;
	opacity: 0.8;
}

input{
	border: solid;
	width: 95%;
	height: 30px;
	margin: 2.5%;
}

textarea{
	margin: 2.5%;
	width: 95%;
	height: 150px;
	border: solid;
}


.tituloContacto{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}





.imagenes{
  width:600px; /* Set your image width */
  height:500px; /* Set your image height */
}

.descripcion{
	background: #ACDCA6;
}

.descripcion ul .titulo {
	list-style: none;
}


@media (min-width: 1024px){
	.descripcion{
		height: 480px;
		/*border: 3px solid #73AD21;*/
		margin: auto;
		background: #ACDCA6;
	}
}

.primcol{
	float: left;
	width: 50%;
	/*border: solid;*/
	padding-left: 80px;
	padding-top: 30px;
}

.segcol{
	float: left;
	width: 50%;
	/*border: solid;*/
	padding-left: 80px;
	padding-top: 30px;
}



@media (max-width:1024px) {
	
	main .contenedor{
	/*height: 1900px;*/
	}
	
	
	.primcol{
	width: 100%;
	}

	.segcol{
	width: 100%;
	}
	
	.descripcion{
	/*height: 1850px;*/
	overflow: hidden;
	margin-bottom: 50px;
	padding-bottom: 50px;
	}
	
}






/****************footer********************/

footer{
	width: 100%;
    height: 80px;
	background: #336535;
	/*border-top-style: solid;
	border-top-width: 7px;*/
	border-color: rgba(203,204,0,0.4);
	background-clip: padding-box;
	color: black;
}

.floating-box-left {
    display: inline-block;
    margin: 13px;
    /*border: 3px solid #73AD21;*/
	font-family: RalewayBold;
	color: white;
    src: url(Raleway-Bold.ttf);
}


.floating-box-right {
	padding-bottom: 10px;
    display: inline-block;
    margin: 20px;
    /*border: 3px solid #73AD21;  */
	float: right;
	font-family: RalewayBold;
	color: white;
    src: url(Raleway-Bold.ttf);
}


@media (max-width:1024px){
	
	.floating-box-left {
		font-size: 210%;
		text-align: center;
		
	}
	
	.floating-box-right {
		display: block;
		margin: 10px;
		font-size: 115%;
		float: none;
		text-align: center;
	}
	
	footer{
		height: 250px;
	}

}




.descrip{
	font-family: RalewayLight;
	font-weight: 900;
	font-size: 20px;
}

.titulo{
	font-family: RalewayBold;
	font-size: 27px;
}</pre></body></html>