@font-face {
    font-family: 'Champagne & Limousines';
    src: url('fonts/ChampagneLimousines-BoldItalic.woff2') format('woff2'),
        url('fonts/ChampagneLimousines-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Champagne & Limousines';
    src: url('fonts/ChampagneLimousines-Bold.woff2') format('woff2'),
        url('fonts/ChampagneLimousines-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Champagne & Limousines';
    src: url('fonts/ChampagneLimousines-Italic.woff2') format('woff2'),
        url('fonts/ChampagneLimousines-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Champagne & Limousines';
    src: url('fonts/ChampagneLimousines.woff2') format('woff2'),
        url('fonts/ChampagneLimousines.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'Trajan Pro Regular';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/TrajanPro-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Trajan Pro Bold';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/TrajanPro-Bold.woff') format('woff');
}

html{
	max-width: 100%;
}
body {
	font-family:'Champagne & Limousines', sans-serif;
	font-weight: bold;
	color: #fff;
	background: #000;
}
p {
	font-size: 1.25rem;
}
.button-whatsapp {
		z-index: 1000;
	}
a.whatsapp {
	color: green;
}
a.whatsapp:hover {
	color: #525252;
}
.uk-logo {
	margin-top: 100px;
}
.uk-background-primary {
	background: black;
}
.uk-text-bold {
	font-weight: 600;
}
.uk-text-lead {
	font-size: 1.6rem;
	font-style: italic;
}
.uk-light p, .uk-light .uk-text-lead {
	color: #fff;
}
footer p{
	font-weight: normal;
}
footer .uk-logo {
	fill: #fff;
}
footer .uk-icon-button {
	background: #fff;
	color: #000;
}
footer .uk-icon-button:hover {
	color: #fff;
	background:#000;
	border: 1px solid #fff;
}
.uk-subnav>*>:first-child {
	text-transform: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family:'Trajan Pro Regular', serif !important;
	text-transform: uppercase !important;
	color: #AF8400;
}
section:not(.uk-light) h2{
	color: #AF8400;
}
.uk-button{
	border-radius: 50px;
	font-size: 0.9rem;
}
.uk-button-default {
	color: #AF8400;
	border: 1px solid #AF8400;
}
.uk-button-default:hover {
	color: #fff;
	background-color: #AF8400;
	border-color: #AF8400;
}
.uk-button-primary, .uk-light .uk-button-primary {
	background-color: #AF8400;
	color: #fff;
}
.uk-button-primary:hover, .uk-light .uk-button-primary:hover {
	background-color: rgba(0, 0, 0, 0.76);
	color: #AF8400;
	border: 1px solid #AF8400;
}
.fixed-buttons {
	background-color: #fff;
	text-transform: uppercase;
	border-radius: 50px;
	margin-right: 15px;
}
.fixed-buttons span{
	line-height: 100%;
	margin-top: 6px;
}
.fixed-buttons a {
	color: #000;
	font-size: 0.7rem;
}
.fixed-buttons a div {
	padding: 8px;
}
.fixed-buttons a:hover {
	opacity: 0.7;
	text-decoration: none;
}.
#logo-footer .uk-svg path{
	fill: #fff;
}
picture .uk-cover {
	top: 0;
	transform: translate(-50%,0);
}
.footer-break {
    display: flex;
    flex-direction: row;
}      
.footer-break:before,
.footer-break:after {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid #fff;
    margin: auto 20px;
}
.jello-horizontal {
	-webkit-animation: jello-horizontal 0.5s 0 both;
	        animation: jello-horizontal 0.5s 0 both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-5-28 0:54:4
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@media screen and (max-width: 767px){
	html{
		font-size: 0.8em;
	}
	.uk-button{
		padding: 0 15px;
	}
	.fixed-buttons{
		transform: none;
		top: initial;
		bottom: 0;
		display: flex;
		justify-content: space-between;
    	width: 100%;
    	margin-right: 0;
    	border-radius: 0;
	}
	.fixed-buttons a{
		width: 25%;
	}
	.fixed-buttons .uk-padding-small{
		padding: 6px;
	}
		h1.uk-heading-medium {
		font-size: 2rem;
	}
}

@media screen and (min-width: 960px) {
	h2{
		font-size: 2.5em;
	}
	.assets{
		max-width: 1000px;
		margin: 0 auto;
	}
	picture .uk-cover {
		left: 0;
		top: 50%;
		transform: translate(0,-50%);
	}

}

@media screen and (min-width: 1200px){
	h2{
		font-size: 3em;
	}
	.sucursales h2 {
    	font-size: 2.5rem;
	}
	.testimonials{
		min-height: 400px;;
	}
}

@media screen and (min-width: 1200px) and (max-height: 959px){
	.slider-eyecatcher .uk-position-center{
		top: 56%;
	}
	header.uk-padding-large{
		padding: 30px;
	}
}

@media screen and (min-width: 1600px){
	.about {
		padding: 130px 15%;
	}
	.bg-location{
		height: 720px;
	}
	.reviews h2 {
    	font-size: 3rem;
	}
}
