
@import url(font/stylesheet.css);

html, body{height: 100%;font-family: kenyan_coffeeregular;}
body {background-color: #343434;font-size: 12px;}
a {text-decoration: none;}
a:hover{text-decoration: none;}

.bloq1{text-align: center;height: 100%;}
/*.bloq1 .container, .row{text-align: center;height: 100%;}*/
.bloq1 img{width: 100%;align-items-center}
.bloq1 p{font-size: 6.0em;color: #cd6e35;text-transform: uppercase;margin: 30px 0 0 0;font-family: kenyan_coffeebold;}
.bloq1 p a{color: #cd6e35;}
.bloq1 p.small{font-size: 4.0em;}

.footer{position: absolute;bottom: 50px;text-align: center;z-index: 2;width: 100%;}
.footer p{font-size: 1.6em;color: #fff;margin-bottom: 0px;line-height: 1.2;font-family: verdana;}
.footer p.redes{margin-top: 30px;}
.footer p.redes{font-size: 1.8em;}
.footer .redes a{color: #cd6e35;}
.footer .redes i{margin-left: 10px;color: #cd6e35;}

p.enlace{margin-top: 10px;}
p.enlace a{color: #cd6e35;font-weight: bold;}



@media only screen and (min-width: 2560px){

}

@media only screen and (max-width: 1600px){

}

@media only screen and (max-width: 1440px){

}

@media only screen and (max-width: 1024px){

}


@media (min-width: 768px) and (max-width: 991px) {
	
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	
}

@media only screen and (max-width: 479px){
	.bloq1{padding-top: 30px;height: auto;}
	.bloq1 img{width: 350px;}
	.footer {position: relative;bottom: 0px;margin-top: 30px;}
	.footer p {font-size: 1.3em;}
}

@media only screen and (max-height: 600px){
	.footer {position: relative;}
}


