html{
	font-family: 'Archivo';
	font-size: 20px;
	font-weight: 400;
	color: #616161;
}
h1.uk-heading-large{
	font-family: 'Archivo';
	color: #00114C;
	font-weight: 700;
	font-size: 3.815rem;
	margin-bottom: 45px;
}
h1.uk-heading-medium, h2.uk-heading-medium{
	color: #00114C;
	font-family: 'Archivo';
	font-weight: 700;
	font-size: 3.052rem;
	margin-bottom: 45px;
}
h2.uk-heading-small{
	color: #00114C;
	font-family: 'Archivo';
	font-weight: 700;
	font-size: 1.953rem;
	margin-bottom: 45px;
}
h3{
	color: #616161;
	text-shadow: 0px 0px 10px #FFFFFF, 0px 0px 15px #FFFFFF;
}
.uk-text-lead{
	font-size: 1.2rem;
	color: #616161;
}
.uk-text-lead b{
	font-weight: 700;
	font-size: 1.2rem;
	color: #00114C;
}
.uk-text-small{
	color: #333;
	font-size: 0.8rem;
}
.uk-light p, .uk-light .uk-text-lead{
	color: #fff;
}
.accent{
	color: #179DC6;
}
.uk-button{
	padding: 3px 35px;
	border-radius: 50px;
	text-transform: none;
}
.uk-button-primary, .uk-light .uk-button-primary{
	color: #fff;
	background: #43BAB8;
}
.uk-button-secondary, .uk-button-primary:hover{
	background: #00114C;
	color: #fff;
}
.uk-button-secondary:hover{
	background: #43BAB8;
}
[class*=uk-modal-close-]{
	top: 20px;
	right: 20px;
}
.uk-close{
	color: #fff;
}
.eyecatcher-container{
	width: 100%;
}

/*----- BACKGROUNDS -----*/

html{
	background-image: url(../images/bg-top.jpg), url(../images/bg-bottom.jpg);
	background-position: top center, bottom center;
	background-repeat: no-repeat, no-repeat;
}
.uk-background-primary{
	background: linear-gradient(50deg, rgba(0,17,76,1) 0%, rgba(67,186,184,1) 100%);
}
.uk-background-secondary{
	background: #00114C;
}
.background-halfgradient{
	position: relative;
}
.background-halfgradient::before {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 60%;
    background: linear-gradient(50deg, rgba(0,17,76,1) 0%, rgba(67,186,184,1) 100%);
    top: 0;
    z-index: -1;
}

/*----- NAVIGATION -----*/

.uk-navbar-nav>li>a{
	font-family: 'Archivo';
	text-transform: none;
	color: #00114C;
}
.uk-navbar-nav, .uk-navbar-right{
	gap: 50px ;
}
.uk-navbar-nav>li.uk-active>a{
	color: #179DC6;
}
.top-banner{
	padding: 10px 0;
}
.top-banner p{
	font-size: .7rem;
}
.uk-offcanvas-bar{
	background: #00114C;
}
.uk-offcanvas-bar .uk-nav-primary>li>a{
	color: rgba(255,255,255,.7);
}
.uk-offcanvas-bar .uk-nav-primary>li.uk-active>a{
/*	color: #43BAB8;*/
}

/*----- FOOTER -----*/

footer .uk-light * {
	color: rgba(255, 255, 255, 0.5);
	font-size: .8rem;
}
.uk-subnav>*>:first-child{
	text-transform: none;
}
footer .uk-light a:hover path{
	color: rgba(255, 255, 255, 0.7);
}
.whatsapp-icon{
	bottom: 10%;
}

/*----- CARDS -----*/

.uk-card{
	border-radius: 20px;
}
.card-client{
	border: 1px solid #e5e5e5;
    background: #fff;
    margin-top: -50px;
    padding-top: 75px;
    z-index: -1;
}
.card-client-logo{
	border: 1px solid #e5e5e5;
	background: #fff;
}
.card-info{
	background: linear-gradient(50deg, rgba(0,17,76,1) 0%, rgba(67,186,184,1) 100%);	
	box-shadow: 0 5px 50px 10px rgba(0,0,0,.08);
}
.uk-card-default{
	box-shadow: 0 5px 50px 10px rgba(0,0,0,.08);
}
.card-img img{
	border-radius: 0 20px 20px 0;
}
.card-map iframe{
	border-radius: 20px;
	box-shadow: 0 5px 50px 10px rgba(0,0,0,.08);
}
/*----- FORM -----*/

.uk-input, .uk-select, .uk-textarea{
	font-size: 1rem;
	border: 0;
	border-radius: 20px;
}
.uk-form-large:not(textarea):not([multiple]):not([size]){
	height: 60px;
    padding-left: 20px;
    padding-right: 20px;
}
[multiple].uk-form-large, [size].uk-form-large, textarea.uk-form-large{
	padding: 15px 20px;
}

/*----- QUERIES -----*/
@media screen and (max-width: 1199px) and (min-width: 639px){
	.client-img{
		width: 190px;
	}
}
@media screen and (max-width: 959px){	
	html{
		font-size: 1.1rem;
	}
	h1.uk-heading-large{
		font-size: 3.2rem;
	}
	.background-halfgradient::before {
	    height: 100%;
	}	
	.card-img img{
		border-radius: 0 0 20px 20px;
	}
}

@media screen and (max-width: 639px){
	html{
		font-size: .9rem;
	}
	h1.uk-heading-large{
		font-size: 2.8rem;
	}
	h1.uk-heading-medium, h2.uk-heading-medium{
		font-size: 2.5rem;
	}
	.logo{
		width: 100px;
	}
	.uk-button{
		padding: 0 30px;
	}
	.service{
		width: 80px;
	}
	.client-img{
		width: 170px;
	}
	.whatsapp-icon{
		scale: .8;
	}
	.uk-navbar-right{
		gap: 30px;
	}
	.uk-form-large:not(textarea):not([multiple]):not([size]){
		height: 50px;
		padding-left: 17px;
		padding-right: 17px;
	}
	[multiple].uk-form-large, [size].uk-form-large, textarea.uk-form-large{
		padding: 15px 17px;
	}
}