/* - FUENTES - */
/* LIGHT ROUNDED */
@font-face {
	font-family: gothamr-light;
	src: url("../fonts/GothamRounded-Light.otf") format("opentype");
}

/* BOOK ROUNDED */
@font-face {
	font-family: gothamr-book;
	src: url("../fonts/GothamRounded-Book.otf") format("opentype");
}

/* MEDIUM ROUNDED */
@font-face {
	font-family: gothamr-medium;
	src: url("../fonts/GothamRounded-Medium.otf") format("opentype");
}

/* BOLD ROUNDED */
@font-face {
	font-family: gothamr-bold;
	src: url("../fonts/GothamRounded-Bold.otf") format("opentype");
}

/* LIGHT */
@font-face {
	font-family: gotham-light;
	src: url("../fonts/GothamRounded-Light.otf") format("opentype");
}

/* BOOK */
@font-face {
	font-family: gotham-book;
	src: url("../fonts/GothamBook.otf") format("opentype");
}

/* MEDIUM */
@font-face {
	font-family: gotham-medium;
	src: url("../fonts/GothamMedium.otf") format("opentype");
}

/* BOLD */
@font-face {
	font-family: gotham-bold;
	src: url("../fonts/GothamBold.otf") format("opentype");
}

/* BLACK */
@font-face {
	font-family: gotham-black;
	src: url("../fonts/GothamBlack.otf") format("opentype");
}

/* - UI KIT CSS PERSONALIZADO - */

/* CARD */
.uk-card .uk-card-default {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}