@font-face {
	font-family: 'Dubai Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Dubai Regular'), url('../../fonts/Dubai-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Dubai Light';
	font-style: normal;
	font-weight: normal;
	src: local('Dubai Light'), url('../../fonts/Dubai-Light.woff') format('woff');
}
@font-face {
	font-family: 'Dubai Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Dubai Medium'), url('../../fonts/Dubai-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Dubai Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Dubai Bold'), url('../../fonts/Dubai-Bold.woff') format('woff');
}
a {
    color: #2989F4;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
tr:hover{
	background: #f1f1f1;
}
h1, h2{
	color: #fff;
    text-shadow: 3px 3px black;
    font-weight: bolder;
}
body {
	background:url(../img/bg.jpg) no-repeat center center fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	background-size: cover;
    margin: 0;
    padding: 0;
}
.container{
    padding: 2em;
}
.logo-content{
	padding:1em;
	width:100%;
}
.logo{
	background: #002060;
    color: #fff;
    font-family: 'Dubai Bold';
    font-size: 40px;
    line-height: 18px;
    margin: 0 auto;
	padding: 1em;
	text-align: center;
    width: 300px;
}
.navbar-nav{
	background: #fff;
    padding: 0.25em;
    border-radius: 0.5em;
    box-shadow: 3px 3px #000;
}
.navbar-toggler{
	background:#fff;
}
.navbar-nav .nav-link {
    text-align: center;
	font-size: 14px;
}
.box{
	background: #fff;
    padding: 2em;
    border-radius: 1em;
    box-shadow: 3px 5px #000;
}
.btn-primary {
    color: #fff;
    background-color: #D61B22;
    border-color: #D61B22;
}
.btn-primary:hover {
	background-color: #26A035;
    border-color: #26A035;
}
.box-categoria{
	box-shadow: 0 4px 8px 4px rgb(0 0 0 / 70%);
    background-color: #fff;
    border-radius: 50%;
    height: 220px;
    width: 220px;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 1em 0;
}
@media only screen and (max-width: 481px)  {
	.box-categoria{
		box-shadow: 0 4px 8px 4px rgb(0 0 0 / 70%);
		background-color: #fff;
		border-radius: 50%;
		height: 150px;
		width: 150px;
		text-align: center;
		overflow: hidden;
		position: relative;
		margin: 1em 0;
	}
}
.inicio-img{
	bottom: 0;
    left: 0;
    right: 0;
    top: 0;
	max-height:100%;
	max-width:100%;
	position: absolute;
	z-index:0
}
.categoria-img{
	bottom: 0;
    left: 0;
    margin: auto;
    max-height: 80%;
    max-width: 80%;
    position: absolute;
    right: 0;
    top: 0;
}
.categoria-title{
	background: #fff;
	font-size: 1em;
    position: absolute;
    z-index: 2;
    top: 70%;
    text-align: center;
    width: 100%;
}
.categoria-title a{
	color:#000000;
}
.tool-tip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:6px;
	font-size: 14px;
	letter-spacing: 1px;
	padding:3px 8px;
	color:#fff;
	z-index: 1000;
}