/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Roboto', sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (-o-min-device-pixel-ratio:3/2),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		-webkit-box-shadow:none !important;
		        box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


/* ----------------------------------------------------------------------------- CUSTOM ----------------------------------------------------------------------------- */
body {
	padding-top: 70px !important;
}

.customHeader {
  width: 100%;
  height: 90px;
/*   background-color: rgba(0, 0, 0, 1); */
	background-image: url("http://www.mopavid.com/wp-content/uploads/2020/10/MOPAVIDFONDO-2-scaled.jpg");
		background-repeat:no-repeat;
	background-size: cover;
	position: fixed;
	top: 0px;
	left: 0px;
	padding-left: 50px;
	padding-right: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 10000;
}

.miniTopBar {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgb(229, 33, 46);
	height: 5px;
}

.openMenu {
	display: none;
	font-size: 3em;
	cursor: pointer;
	color: rgb(229, 33, 46);
}

.logo-img {
	max-height: 50px !important;
	min-height: 35px !important;
	width: auto;
}

.navDiv {
/* 	height: 70px;
	max-height: 70px; */
}

.nav {
	height: 90px !important;
	margin-top: 0px !important;
	margin-bottom: 0px;
}

.nav ul {
	margin-top: 0px !important;
  list-style-type: none;
	height: 100% !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.nav ul * {
	color: black;
}

.nav ul li {
	min-width: 25px;
	padding: 20px;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	font-size: 1.5em;
	text-transform: uppercase;
}

.nav ul li:hover {
	color: white;
	background-color: rgb(229, 33, 46);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.current_page_item {
	background-color: rgb(229, 33, 46);
}

.footer {
	/*background-color: rgba(0, 0, 0, 0.9);*/
	background-image: url("http://www.mopavid.com/wp-content/uploads/2020/10/MOPAVIDFONDO-2-scaled.jpg");
	background-repeat:no-repeat;
	background-size: cover;
	min-height: 106px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: rgb(229, 33, 46);
	padding-top: 20px;
	padding-bottom: 20px;
}

b {
	font-size: bold;
}

@media (max-width: 1280px){
	.customHeader {
		padding-left: 10px;
		padding-right: 10px;
	}

	.nav ul li {
		font-size: 1.2em;
	}
}

@media (max-width: 1041px){
	.navDiv {
		position: fixed;
		top: -100px;
		left: 0px;
	}
	.logo {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.openMenu {
		display: block;
	}
}
@media (min-width: 1041px){ 
	#navigationMobile .nav ul li{
		display:none
	}
}
#navigationMobile {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	max-width: 100vw;
	max-height: 100vh;
	z-index: 10001;
	background-color: rgb(0,0,0,0.95);
	padding: 25px;
	padding-top: 80px;
	-webkit-transform: translateY(-100vh);
	    -ms-transform: translateY(-100vh);
	        transform: translateY(-100vh);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#navigationMobile .nav ul {
	padding: 0px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

#navigationMobile .nav ul li {
	width: 100%;
	font-size: 2em;
}

.closeMenu {
	font-size: 3em;
	width: 100%;
	cursor: pointer;
	color: rgb(229, 33, 46);
	background-color: black;
	position: absolute;
	top: 20px;
	left: 20px;
}

.copyright {
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
	font-size: 1.5em;
	color: black
}

.footerLinks {
	width: 100%;
	display: flex;
	justify-content: center;
}

.footerLinks a {
/* 	color: rgb(229, 33, 46); */
	color: black;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.5em
}
#navigationMobile .nav ul * {
    color: white;
}