/* CSS Document */
@font-face {
    font-family:'Aero';
    src: url('fonts/o-Heavy.eot');
	src: url('fonts/o-Heavy.eot?#iefix') format('embedded-opentype'),
		url('fonts/o-Heavy.woff2') format('woff2'),
		url('fonts/o-Heavy.woff') format('woff'),
		url('fonts/o-Heavy.ttf') format('truetype'),
		url('fonts/o-Heavy.otf') format('opentype'),
		url('fonts/o-Heavy.svg#o Heavy') format('svg');
    font-weight: 740;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
	font-family:'Bogle';
	src: url('fonts/Bogle-Regular.eot');
	src: url('fonts/Bogle-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Bogle-Regular.woff2') format('woff2'),
		url('fonts/Bogle-Regular.woff') format('woff'),
		url('fonts/Bogle-Regular.ttf') format('truetype'),
		url('fonts/Bogle-Regular.otf') format('opentype'),
		url('fonts/Bogle-Regular.svg#Bogle Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}
@font-face {
	font-family:'Bogle';
	src: url('fonts/Bogle-Bold-Italic.eot');
	src: url('fonts/Bogle-Bold-Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/Bogle-Bold-Italic.woff2') format('woff2'),
		url('fonts/Bogle-Bold-Italic.woff') format('woff'),
		url('fonts/Bogle-Bold-Italic.ttf') format('truetype'),
		url('fonts/Bogle-Bold-Italic.otf') format('opentype'),
		url('fonts/Bogle-Bold-Italic.svg#Bogle Bold Italic') format('svg');
	font-weight: 700;
	font-style: italic;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}
@font-face {
	font-family:'Bogle';
	src: url('fonts/Bogle-Bold.eot');
	src: url('fonts/Bogle-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Bogle-Bold.woff2') format('woff2'),
		url('fonts/Bogle-Bold.woff') format('woff'),
		url('fonts/Bogle-Bold.ttf') format('truetype'),
		url('fonts/Bogle-Bold.otf') format('opentype'),
		url('fonts/Bogle-Bold.svg#Bogle Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}
@font-face {
	font-family:'Bogle Black';
	src: url('fonts/Bogle-Black.eot');
	src: url('fonts/Bogle-Black.eot?#iefix') format('embedded-opentype'),
		url('fonts/Bogle-Black.woff2') format('woff2'),
		url('fonts/Bogle-Black.woff') format('woff'),
		url('fonts/Bogle-Black.ttf') format('truetype'),
		url('fonts/Bogle-Black.otf') format('opentype'),
		url('fonts/Bogle-Black.svg#Bogle Black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}
body {
	font-family:'Bogle';
}
.navbar-blue {
	background: #0071DC !important;
	-webkit-box-shadow: 0px 10px 19px 0px rgba(0,0,0,0.47);
	-moz-box-shadow: 0px 10px 19px 0px rgba(0,0,0,0.47);
	box-shadow: 0px 10px 19px 0px rgba(0,0,0,0.47);
}
.navbar-brand {
	max-width: 50%;
}
.navbar-brand img {
	display: block;
	height: 50px;
}
.jumbotron {
	background-color: #00386e;
	/*height: 0;
	padding-bottom: 93.78%;*/
	margin-bottom: -3rem;
	position: relative;
	z-index: 1;
	padding-top: 0;
	padding-bottom: 0;
}
.jumbotron .container-fluid {
	position: relative;
}
.jumbotron .col-7 {
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.jumbotron .container-fluid > img {
	position: absolute;
	height: 111%;
	width: auto;
	bottom: 0;
	right: -4%;
}
.jumbotron .col-9 {
	margin-bottom: 4rem;
}
.jumbotron h1, .jumbotron h2 {
	display: none;
}
.menu {
	background-image: url("../images/curva.svg");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	padding-left: 0;
	margin-bottom: 2rem;
	z-index: 2;
	position: relative;
}
.menu li {
	display: inline-block;
}
.menu li a {
	display: block;
	border-radius: 50%;
	border:2px solid #FFF;
	background: #041E42;
}
.menu li a.active {
	background: #0071DC;
}
.menu li a img {
	width: 100%;
}
h2 {
	color: #FFF;
	background: #003157;
	text-transform: uppercase;
    font-family:'Aero';
	font-size: 16px;
	display: inline-block;
	margin: 0 auto;
	padding-right: 15px;
	margin-bottom: 2rem;
}
h2 img {}
h3 {
	color: #041E42;
	font-family:'Bogle';
	font-size: 400px;
	font-size: 19px;
	margin-bottom: 2rem;
}
.card {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	width: 100%;
	background: #FFB71B;
	position: relative;
	border-radius: 0;
	margin-bottom: 2rem;
	border: 0;
}
.card::before {
	background-image: url("../images/estrella.svg");
	width: 19px;
	height: 18px;
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	right: 25px;
}
.card-img-top {
	width: 33%;
	height: auto;
	border-radius: 0;
}
.card h4 {
	color: #041E42;
	font-weight: bold;
	margin-bottom: 0;
	font-size: 2rem;
}
.card p {
	color: #041E42;
	font-size: 14px;
}
.card .card-body {
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-radius: 0;
	font-family:'Bogle';
	padding-left: 1rem;
	padding-right: 1rem;
	
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.card .card-body audio {
	width: 100%;
}
.links_modals {
	margin-bottom: 2rem;
}
.btn {
	background: #0071DC;
	border-radius: 15px;
	color: #FFF;
	font-size: 14px;
	width: 100%;
	text-align: left;
	padding-left: 2rem;
	margin: 10px 0;
	font-family:'Bogle';
	font-weight: 500;
	transition: .5s;
	position: relative;
	line-height: 100%;
	padding-top: 9px;
	padding-bottom: 8px;
	box-sizing: border-box;
}
.btn::after {
	content: '';
	background-image: url("../images/right.png");
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	right: 3px;
	top: 2px;
}
.btn:hover {
	color: #FFF;
	background: #0467B7;
}
.btn-2::after {
	display: none;
	
}
.btn-2 {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	font-size: 15px;
	margin-bottom: 2rem;
}
.footer img {
	margin-left: 1rem;
	margin-right: 1rem;
}
.footer p {
	color: #000;
	font-size: 14px;
}
.modalcarne {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	max-width: 90%;
}
.modalcarne h4 {
	text-align: center;
	margin-bottom: 1rem;
}
.modalcarne ul {
	margin-bottom: 0;
}
.modalcarne li {
	display: block;
	margin-bottom: .5rem;
}
.fancybox__backdrop {
	background-color: rgba(255,255,255,0.7);
}

/*audio*/
.mejs__controls:not([style*='display: none']) {
	background: none !important;
}
.mejs__container {
	max-width: 100% !important;
	width: 100% !important;
	border-radius: 30px;
	min-width: 0 !important;
	background: #003157 !important;
	padding: 5px;
}
.mejs__controls {
	margin: 0 5px !important;
}
.mejs__currenttime-container,
.mejs__duration-container{
	display: none;
}
.mejs__button button {
	background-color: #0072C4 !important;
	border-radius: 50% !important;
	width: 32px !important;
	height: 32px !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	margin: 3px 0px !important;
}
.mejs__play button {
	background-image: url("../images/play.png") !important;
}
.mejs__pause button {
	background-image: url("../images/pausa.png") !important;
}
.mejs__time-total, .mejs__time-buffering, .mejs__time-loaded, .mejs__time-current, .mejs__time-float, .mejs__time-hovered, .mejs__time-float-current, .mejs__time-float-corner, .mejs__time-marker {
	
	height: 30px !important;
	margin: 0 !important;
}
.mejs__time-total {
	top: 5px !important;
}
.mejs__time-loaded,
.mejs__time-total{
	background-color: transparent !important;
}
.mejs__time-total {
	background-image: url("../images/onda.png") !important;
	-webkit-background-size: contain !important;
	background-size: contain !important;
	background-repeat: repeat-y;
}
.mejs__time-current {
	background-color: rgba(0,49,87,0.81) !important;
}
.mejs__horizontal-volume-slider,
.mejs__volume-button {
	display: none !important;
}
@media (min-width:768px) {
	.jumbotron {
		margin-bottom: 2rem;
	}
	.container-fluid,
	.menu{
		max-width: 1000px;
		margin: 0 auto;
		margin-bottom: 2rem;
	}
	.menu {
		justify-content: center;
		background: none;
	}
	.menu li {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.card::before {
		width: 2rem;
		height: 2rem;
		top: 2rem;
	}
	.card-img-top {
		width: 20%;
	}
	
}