@charset "UTF-8";

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
*/

* {
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}

body, html {
	padding: 0;
	margin: 0;
	overflow-x: hidden
}

img {
	max-width: 100%;
}

.menu {
	width: 100%;
	max-width: 1140px;
	height: 90px;
	margin: 0 auto;
}

nav {
	white-space: nowrap;
}

#menu {
	background-color: #fff
}

#menu-top {
	background-color: transparent;
	display: none
}

.menu>div {
	width: 100%;
	display: table;
	margin: 0 auto;
	height: 100%
}

.menu>div>div {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	padding-left: 25px;
	padding-right: 25px;
}

.menu .logo {
	text-align: left
}

.menu .logo img {
	height: 70px;
	text-align: left
}

.menu .links {
	/*padding-right: 25px;*/
	text-align: right
}

.menu a, .menu a:active, .menu a:visited {
	letter-spacing: 2px;
	text-decoration: none;
	color: #444;
	transition: color .2s linear;
	text-transform: uppercase;
	font-size: 13px;
  font-weight: 600;
  padding-right: 20px;
  padding-left: 20px;
}

.menu a:hover {
	color: #9ae7c6;
	transition: color .2s linear
}
#inicio {
	/*position: relative;*/
}
.landing-image-preview {
	height: 640px;
	background-size: cover;
	background-position: center center;
}
#landing-text-preview-wrapper {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
#landing-text-preview {
	width: 100%;
	height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
#landing_image_text_preview {
	width: 40%;
  padding: 25px;
}
#video-container::after {
content: '';
display: block;
padding-bottom: 56.25%;
}

#video-container iframe {
position:absolute;
height: 100%;
width: 100%;
max-width: 100%;
}

#landing_info_text{
  min-height: 325px;
}


#content-wrapper {
	width: 100%;
	/*padding: 1px 25px;*/
	position: relative
}

#info {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
 }

#landing_form_text {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	padding: 30px 25px;
	position: relative;
	display: flex;
	flex-direction: column;
}

form {
	max-width: 420px;
	margin: 25px auto 0;
}

form > * {
	width: 100%;
	padding: 10px 15px;
	margin: 0 0 10px 0;
}

form button,
#inscripcion button {
	background: #000;
  color: #fff;
  border: 0;
  border-radius: 25px;
  cursor: pointer;
  transition: transform linear .2s;
}

form button:hover,
#inscripcion button:hover {
	transform: scale(1.05, 1.05);
	transition: transform linear .2s;
}

form button:focus,
font button:active,
#inscripcion button:focus,
#inscripcion button:active {
	outline:0;
}

#inscripcion button {
	padding: 12px 25px;
	margin: 0 0 25px 0;
	font-size: 19px;
}

form .g-recaptcha {
	display: flex;
	justify-content: center;
}

#rgpd-wrapper {
	padding-left: 0;
}

#info > div {
	padding: 25px;
}

#info > div {
	flex: 1 1 100%;
}
#info.two-columns > div {
	flex: 1 1 50%;
}
#landing_info_text {
	margin-top: -25px;
}
#video-wrapper {
	padding-bottom: 56.25%;
	position: relative;
}

@media ( min-width :768px) {
	iframe {
		float:left;
		padding: 0 3% 3% 0;
		max-width: 50%;
		width: 100%;
	}
}

h1 {
	font-size: 50px;
	margin: 15px 0;
	line-height: 3.5rem;
}

h2 {

}

h3 {
	font-size: 24px;
	text-align: center;
}

a {
	color: inherit;
	text-decoration: none;
}

a {
	transition: opacity linear .2s;
}

a:hover {
	opacity: .75;
	transition: opacity linear .2s;
}

a.acceso-aula {
	text-align: center;
}

.error {
	color: red;
}

#rgpd-wrapper a {
	text-decoration: underline;
	font-weight: bold;
}

#inscripcion {
	background-image: url('images/pago-texture-background.png');
	background-position: center center;
	background-size: cover;
}

footer {
	position: relative;
	background-color: #333;
	text-align: center;
	height: 60px;
}

#footer-wrapper {
	display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

footer a {
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	margin: auto 15px;
}

.responsive-links {
	display: none !important;
	text-align: right
}

#responsive-menu {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(255, 255, 255, .95);
	top: 0;
	left: 0;
	z-index: 10;
	padding: 3%;
	display: none
}

#responsive-menu nav {
	display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#responsive-menu a {

	text-decoration: none;
	font-size: 5vh
}

#responsive-menu nav a {
	display: block
}

#responsive-close-icon {
	position: absolute;
	right: 3%
}

@media ( max-width :1140px) {
	#landing-text-preview {
		justify-content: center;
	}
	#landing_image_text_preview {
		width: 100%;
	}
	#info {
		flex-direction: column;
	}
	#info.two-columns > div {
		flex: 1 0 100%;
	}
}

@media (min-width: 768.8px) {
  #video-container {
  	float: left;
  	width: 50vw;
  	max-width: calc( calc(1140px / 2) - 3%);
  	position: relative;
  	padding: 0 3% 3% 0;
  }
}

@media ( max-width :768px) {
	.links {
		display: none !important
	}
	.responsive-links {
		display: table-cell !important
	}
	.responsive-links img {
		height: 25px
	}
	.logo img {
		height: 40px!important;
		width: auto;
	}
	.menu {
		height: 60px !important
	}
	#video-container {
		position: relative;
		margin-bottom: 3%;
	}
}

#content-wrapper p{
	margin-top: 0;
}
