@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;700&display=swap");
.link-simple {
	margin-right: 20px;
	font-size: 17px;
}
.only-mob-btn {
	display: none;
}
.floating-actions {
	position: fixed;
	bottom: 40px;
	z-index: 99999999;
	left: 40px;
}
.floating-actions a {
	margin-top: 8px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: rgba(25, 73, 128);
	display: flex;
	align-items: center;
	justify-content: center;
}
.floating-actions a.mas-opc {
	width: 60px;
}
.floating-actions a img {
	width: 100%;
	height: auto;
}
.expo-container {
	max-width: 1100px;
	margin: 0 auto;
}
.expo-container .nav-menu a {
	margin-right: 20px;
}
.landing {
	margin-bottom: 40px;
	height: 500px;
	background-image: url(/flix/img/banners/Banner-desktop.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}

.landing-inner {
	height: 100%;
	padding: 0 40px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}
.landing-inner h1,
.landing-inner h2 {
	text-align: left;
	font-family: "Roboto Slab";
}
.landing-inner h1 {
	font-weight: 700;
	font-size: 60px;
}
.landing-inner h2 {
	font-size: 48px;
	font-weight: 300;
}
.landing-inner h2 b {
	font-weight: 700;
}

.title-white {
	color: #fff;
}
.title-yellow {
	color: #fbc134;
}
.contacto-bg {
	min-height: 800px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.contacto-left {
	width: 40%;
}
.row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.alert-success {
	background-color: green !important;
	border-color: green !important;
	margin-bottom: 0 !important;
	color: #fff !important;
	vertical-align: middle !important;
	border-radius: 0 !important;
}

@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900");
/* body {
margin: 0;
padding: 0;
overflow-x: hidden;
} */

@keyframes animatedBackground {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 600%;
	}
}
@keyframes animatedBackground1 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 600%;
	}
}

.animate-area {
	animation: animatedBackground 0.1s ease-in-out;
}
.animate-area-1 {
	animation: animatedBackground1 0.1s linear;
}
.down-btn {
	width: 250px;
	margin: 30px auto;
	display: block;
}
.down-btn:hover {
	opacity: 0.7;
}
.insc-header {
	font-family: Roboto;
	font-size: 15px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	background: rgb(25, 73, 128);
	padding: 10px 30px;
	color: #fff !important;
}
.text-small {
	font-size: 1.1em;
	text-align: left;
	margin-bottom: 20px;
}

.btn-ver {
	color: rgb(25, 73, 128) !important;
	font-weight: bold;
	text-decoration: underline !important;
}

.mb-20 {
	margin-bottom: 20px;
}
.show-convenio-field {
	display: none;
}
.normal-select {
	width: 100%;
	height: 40px;
	padding: 10px;
	border-radius: 6px;
	display: block;
	color: #000;
	border: 1px solid #666;
}
.carrera {
	width: 100%;
	height: 40px;
	padding: 10px;
	color: #fff;
	border-radius: 6px;
	display: block;
	border: 1px solid #fff;
	background: rgba(25, 73, 128);
}
.select-white {
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 6px;
	display: block;
	font-weight: normal;
}
.swiper-button-next,
.swiper-button-prev {
	width: 45px !important;
	background-size: 8px !important;
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
	border-radius: 100%;
	background: #fff;
}
.cb-wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.cb-wrapper label {
	font-size: 16px;
	margin-bottom: 0;
	margin-left: 10px;
}
input[type="text"],
input[type="email"] {
	height: 40px;
	width: 100%;
	display: block;
	border-radius: 5px;
	margin-bottom: 20px !important;
	padding: 15px;
	color: #666;
	border: 1px solid #666;
	background: transparent;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

label {
	font-family: "Roboto";
	font-size: 18px;
	display: block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 300;
	text-align: left;
	color: #333;
}

.enviar {
	border-radius: 5px;
	padding: 7px 30px;
	background: rgb(25, 73, 128);
	color: #fff;
	border: 1px solid #fff;
	margin: 10px;
}

.blue-form {
	background-color: rgb(25, 73, 128);
	padding: 25px 15px;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-weight: bold;
}
.blue-form label {
	color: #fff;
}
.blue-form h2 {
	margin-top: 0;
}
.white-form {
	background-color: #fff;
	padding: 15px;
	border-radius: 0 0 5px 5px;
	text-align: center;
	font-weight: bold;
}
.white-form textarea {
	width: 100%;
}
.close-btn {
	width: 150px;
	height: 35px;
	border-radius: 5px;
	border: none;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s ease-in;
	font-weight: 700;
	z-index: 3;
}

.close {
	float: left !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	color: #fff !important;
	text-shadow: 0 0px 0 #fff !important;
	opacity: 1 !important;
}

.cont-inf-bt {
	max-width: 50%;
	width: 50%;
	text-align: left;
	color: #fff;
}

.cot-inf-bt--black {
	color: #000;
}

#cont {
	width: 40%;
}

.desc-inf {
	max-width: 100%;
	width: 80%;
	margin: 0 auto;
	font-family: Roboto;
	color: #333;
	margin-top: 30px;
	font-weight: 300;
	font-size: 22px;
}

.cont-inf {
	max-width: 30%;
	width: 30%;
	text-align: left;
	float: left;
}

.rfloat {
	max-width: 30%;
	width: 30%;
	float: right;
}

.subtitle {
	text-transform: uppercase;
	font-size: 16px;
	/* font-weight: bold; */
	letter-spacing: 3px;
	margin-top: 5px;
}

.container {
	width: 100% !important;
	padding: 0 !important;
}

.wrapper {
	width: 100%;
}

.wrapper #header {
	z-index: 99999;
	padding: 0 25px;
	width: 100%;
	background-color: #fff;
}
.wrapper #header > div.expo-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.wrapper #header #brand-logo {
	color: #d32f2f;
	text-shadow: 1px 1px 2px black;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-family: Roboto;
	font-weight: bold;
	font-size: 22px;
	height: 80px;
}
.wrapper #header #menu-icon {
	display: none;
}
.wrapper #header .nav-link,
.wrapper #header .icon {
	color: #bdbdbd;
	cursor: pointer;
}
.wrapper #header .nav-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.wrapper #header .nav-link {
	padding: 10px;
	font-size: 15px;
	font-family: Roboto;
	text-decoration: none;
	transition: background-color 0.2s ease-in;
}
.wrapper #header .nav-link:hover {
	color: #c62828;
	background-color: rgba(0, 0, 0, 0.7);
}
.wrapper #header .icon {
	font-size: 16px;
}
.wrapper #header .icon:hover {
	color: #c62828;
}
.wrapper #site-banner,
.wrapper #categories {
	width: 100%;
	margin-bottom: 30px;
}
.wrapper #site-banner {
	height: 425px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
}
.modal-contacto {
	z-index: 999999 !important;
}
.wrapper .modal-contacto #site-banner {
	height: auto !important;
}

#instalaciones .row {
	text-align: center;
}
.p-inst {
	margin: 30px auto;
	text-align: center;
	max-width: 66%;
}

small {
	font-size: 0.5em;
}
.main-movie-title {
	color: #ffffff;
	font-family: "Roboto Slab";
	font-size: 60px;
	font-weight: 700;
	line-height: 60px;
	text-align: left;
}
.main-movie-title--black {
	color: #3c4858;
}
.modal-contacto .main-movie-title {
	margin-bottom: 40px;
}
.modal-contacto .main-movie-title small {
	font-weight: 300;
}
.second-movie-title {
	font-family: "Roboto Slab";
	font-weight: 800;
	text-align: center;
	font-size: 42px;
	color: #666;
}
.wrapper #site-banner .main-overview {
	width: 400px;
	top: 230px;
	padding: 0 80px;
	color: #fafafa;
	line-height: 25px;
	font-family: Roboto;
}
#site-banner .watch-btn {
	margin-top: 20px;
	margin-bottom: 20px;
}
.ml-1 {
	margin-left: 1%;
}
.ml-2 {
	margin-left: 2rem;
}
.watch-btn {
	font-weight: bold;
	line-height: 1.42857143;
	text-transform: uppercase;
	border: 1px solid rgb(25, 73, 128);
	border-radius: 5px;
	border: none;
	padding: 1rem 2rem;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s ease-in;
	background-color: rgb(25, 73, 128);
}
.watch-btn.watch-btn-sec {
	color: #333;
	background-color: #fff;
}
.watch-btn-2 {
	width: 150px;
	height: 35px;
	border-radius: 5px;
	top: 350px;
	margin: 0 25px;
	border: none;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s ease-in;
	background-color: transparent;
	font-weight: 700;
	position: absolute;
	z-index: 3;
	border: 1px solid #ffffff;
}

.wrapper #site-banner .watch-btn:hover {
	color: #f5f5f5;
	background-color: rgb(25, 73, 128);
}
.main-movie-title small {
	color: #fff;
}

.main-movie-title--black small {
	color: #3c4858;
}

/* .site-main.this.insta::after {
  display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 367px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
    content: ' ';
} */

.wrapper .after {
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(
		271.26deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.5) 100%
	);
}
.wrapper #categories {
	/* padding: 30px 0; */
	display: flex;
	flex-direction: column;
	background: #fff;
	overflow: hidden;
}

.wrapper #categories .category-header,
.wrapper #categories .content {
	margin-left: 20px;
	color: rgb(88, 89, 91);
	font-family: Roboto;
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 3.1px;
	line-height: 22px;
}
.carreer-info-bottom {
	margin: 70px 0;
}

.card-floating {
	padding: 40px;
}
.modal-contacto .card-floating {
	padding: 40px 0;
}
.card-floating .card-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.modal-backdrop {
	display: none !important;
}
.modal {
	padding: 0 !important;
	position: relative !important;
	top: initial !important;
	bottom: initial !important;
	left: initial !important;
	right: initial !important;
}

.modal-content {
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.modal-open {
	overflow-y: scroll !important;
}

.modal-dialog,
.modal-content {
	height: auto !important;
	position: relative !important;
}
.modal-backdrop {
	background-color: transparent !important;
}

.modal-body {
	padding: 0 !important;
}

.play-btn {
	font-size: 0.8em;
	vertical-align: text-top;
	padding: 5px;
}

.main-sig {
	background-size: cover !important;
}

.wrapper #categories .category-header {
	font-weight: normal;
	/* letter-spacing: 5px; */
}
.wrapper #categories .content {
	position: relative;
	right: 0;
	display: flex;
	justify-content: flex-start;
	transition: all 3s ease-in-out;
}
.wrapper #categories .movie {
	margin-right: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.wrapper #categories .movie-img {
	transition: all 0.2s ease-in;
}
.wrapper #categories .movie-img:hover {
	-webkit-filter: contrast(1.1);
	filter: contrast(1.1);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	cursor: pointer;
}

.wrapper #footer #copyright-label {
	margin-left: 80px;
	padding: 10px;
	color: rgba(255, 255, 255, 0.3);
	opacity: 0.7;
	letter-spacing: 2px;
	font-family: Roboto;
	font-size: 12px;
}

.enviando {
	border: 1px solid #000;
	color: #fff;
	border-radius: 5px;
	padding: 7px 30px;
	background: #000000;
	color: #fff;
	margin: 10px;
	width: 320px;
}

.wrapper .after {
	height: 755px;
}

.btn-instalaciones {
	border-radius: 5px;

	border: none;
	color: #fff;
	cursor: pointer;

	background-color: transparent;
	font-weight: 700;

	border: 1px solid #ffffff;
	width: 150px;
	height: 35px;
}

.monBouton img {
	height: 18px;
	margin-bottom: 5px;
	width: auto;
	margin-right: 4px;
}

.btn-label {
	position: relative;
	left: -12px;
	display: inline-block;
	padding: 6px 12px;
	background: rgba(0, 0, 0, 0.15);
	border-radius: 3px 0 0 3px;
}
.btn-labeled {
	padding-top: 0;
	padding-bottom: 0;
}

a.btn.bouton-image.monBouton {
	width: 150px;
	border: 1px solid rgb(25, 73, 128);
	padding: 10px;
	color: rgb(25, 73, 128) !important;
}

a.btn.bouton-image.monBouton.nav-link:hover {
	opacity: 0.6;
	background: transparent !important;
}

.dni-form-row {
	display: flex;
	justify-content: space-between;
}
.m-col-5 {
	width: 50%;
}
.m-col-3 {
	width: 30%;
}
.m-col-7 {
	width: 69%;
}

@media (max-width: 1100px) {
	.expo-container {
		max-width: 960px;
	}
}

@media (max-width: 960px) {
	.expo-container {
		max-width: 750px;
	}
}

@media (max-width: 750px) {
	.only-mob-btn {
		display: block;
		width: 100%;
	}
	.wrapper #header {
		padding: 15px 25px;
	}
	.wrapper #header #brand-logo {
		height: 65px;
	}
	.card-floating {
		padding: 20px;
	}
	.expo-container {
		width: 100%;
	}
	.link-simple {
		display: none;
	}
	.insc-header {
		margin: 20px auto 0 auto;
	}
	.landing {
		height: 300px;
		background-position: center;
	}
	.landing-inner h1 {
		font-weight: 700;
		font-size: 35px;
	}
	.landing-inner h2 {
		font-size: 26px;
		font-weight: 300;
	}
	.main-movie-title {
		font-size: 40px;
	}
	.second-movie-title {
		font-size: 35px;
	}
	.desc-inf {
		font-size: 15px;
	}
	.wrapper #site-banner {
		height: auto;
	}
	.cont-inf-bt {
		width: 100%;
		max-width: 100%;
	}
	.modal-contacto .card-floating {
		padding: 40px;
	}
	.contacto-bg {
		min-height: 1000px;
		background-position: right;
	}
	#cont {
		width: 100%;
	}
	.p-inst {
		width: 100%;
		max-width: 100%;
	}

	.contacto-left {
		width: 100%;
		margin-bottom: 30px;
	}
	.floating-actions {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100%;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.floating-actions a {
		margin: 12px 6px;
	}
	a.btn.bouton-image.monBouton {
		width: 100%;
	}
	.wrapper #header .nav-menu {
		display: none;
		width: 100%;
	}
	.wrapper #header .nav-menu a {
		margin: 5px 0;
		width: 100%;
	}
	.wrapper #header .nav-menu.menu-visible {
		display: flex;
		flex-direction: column;
	}
}
.d-flex {
	display: flex;
}
@media only screen and (max-width: 440px) {
	.dni-form-row {
		flex-wrap: wrap;
	}
	.dni-form-row > div {
		width: 100%;
	}
}
.icon-bar {
	background: rgb(25, 73, 128);
}
