@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
h1, h2, h3, h4 {
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
}
h1 {
margin: 15px 0 15px 0;
}
.logotipo img{
	max-width: 150px;
	display: inline-block;
}
.logotipo {
	width: 100%;
	display: inline-block;
}
footer .logop {
	max-width: 180px;
	float: right;
}
@media only screen and (max-width: 640px) {
footer .logo {
	float: none;
}
.logotipo, footer {
	text-align: center;
}
footer .logop {
float: none; 
}
}
.bg {
	background-color: #AB882E;
	color: #f5b938;
}
.bg p, .bg h4, .bg h3 {
	   color: #fde4ab;
}
.bg a {
	   color: #fff;
}
.bg .uk-navbar-nav>li>a {
    color: rgb(255 235 190);
}
.uk-slideshow-items {
    min-height: 60vh!important;
}
.uk-nav-default>li>a {
    font-size: 1.2em;
}
.uk-button-primary {
    background-color: #0e5f2e;
}
.uk-button-primary:hover {
    background-color: #29C48A;
}
.whatsappbtn {
    background-color: #63ce00;
    color: #fff;
    position: fixed;
    right: 15px;
    bottom: 15px;
    font-size: 14px;
	padding: 10px 15px 10px 15px;
	border-radius: 20px;
	z-index: 9999;
}
.whatsappbtn:hover {
    color: #fff;
}