@media (min-width: 768px){
	
	.header-inner{
		background-color: #fff !important;
	}

	#mainMenu nav > ul > li > a {
		color: #000000 !important;
	}

	#header.dark .header-extras i {
		color: black;
	}

	#header.dark .header-extras li.inscribete .btn {
		/* background: #2250fc !important; */
		color: white !important;
	}

	#header.dark .header-inner, #header.dark #header-wrap {
		/* background-color: #c6011e; */
		/* background-color: rgba(255, 255, 255, 1) !important; */
	}

	#header.dark #mainMenu nav > ul > li.current > a:after, #header.dark #mainMenu nav > ul > li:hover > a:after, #header.dark #mainMenu nav > ul > li:focus > a:after {
		background-color: #2250fc;
	}

	.portada .parallax-container {
		top: 40px;
	}

	#home .body-inner .section-video {
		/* padding-top: 40px !important; */
	}
	
	.rev_slider_wrapper{
		margin-top: 80px;
		height: calc( 100vh - 80px ) !important;
	}
	
}