@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
/*
font-family: 'Open Sans', sans-serif;
*/

@font-face {
	font-family: 'SantanderTextBold';
	src: url('../fonts/santander/SantanderText-Bold.eot');
	src: url('../fonts/santander/SantanderText-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/santander/SantanderText-Bold.woff2') format('woff2'),
		url('../fonts/santander/SantanderText-Bold.woff') format('woff'), url('../fonts/santander/SantanderText-Bold.svg#SantanderText-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'SantanderHeadlineBold';
	src: url('../fonts/santander/SantanderHeadline-Bold.eot');
	src: url('../fonts/santander/SantanderHeadline-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/santander/SantanderHeadline-Bold.woff2') format('woff2'),
		url('../fonts/santander/SantanderHeadline-Bold.woff') format('woff'), url('../fonts/santander/SantanderHeadline-Bold.svg#SantanderHeadline-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'SantanderTextRegular';
	src: url('../fonts/santander/SantanderText-Regular.eot');
	src: url('../fonts/santander/SantanderText-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/santander/SantanderText-Regular.woff2') format('woff2'),
		url('../fonts/santander/SantanderText-Regular.woff') format('woff'), url('../fonts/santander/SantanderText-Regular.svg#SantanderText-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SantanderHeadlineRegular';
	src: url('../fonts/santander/SantanderHeadline-Regular.eot');
	src: url('../fonts/santander/SantanderHeadline-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/santander/SantanderHeadline-Regular.woff2') format('woff2'),
		url('../fonts/santander/SantanderHeadline-Regular.woff') format('woff'), url('../fonts/santander/SantanderHeadline-Regular.svg#SantanderHeadline-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SantanderTextLight';
	src: url('../fonts/santander/SantanderText-Light.eot');
	src: url('../fonts/santander/SantanderText-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/santander/SantanderText-Light.woff2') format('woff2'),
		url('../fonts/santander/SantanderText-Light.woff') format('woff'), url('../fonts/santander/SantanderText-Light.svg#SantanderText-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

/* VARIABLES */
:root {
	--color1: #ec0000;
	--color1_hover: hsl(0, 100%, 44%);
	--color2: #b9b9b9;
	--color3: #545454;

	--fondo1: #212121;
	--fondo2: #1a1a1a;
	--fondo3: #313131;
	--fondo4: #2b2b2b;

	--padding_rl: 40px;
	--header_height: 50px;
}

@media (min-width: 992px) {
	:root {
		--padding_rl: 8.33%;
		--header_height: 60px;
	}
}

@media (min-width: 1200px) {
	:root {
		--header_height: 70px;
	}
}

* {
	box-sizing: border-box;
}

html {
	/*position: fixed;*/
	top: 0;
	height: 100%;
	width: 100%;
	font-size: 14px;
	line-height: 1.3em;
	/*overflow-y:scroll;*/
	-webkit-overflow-scrolling: touch;
	/* iOS velocity scrolling */
}

@media (min-width: 768px) {
	html {
		font-size: 15px;
	}
}

@media (min-width: 992px) {
	html {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	html {
		font-size: 18px;
	}
}

body {
	margin: 0;
	background: black;
	/* font-family: 'Lora', sans-serif; */
	font-family: 'SantanderTextRegular';
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility;
}

.mainWrapper {
	height: 100%;
	width: 100%;
	/*overflow: auto;*/
	/*position: fixed;*/
}

.wrapperCap {
	display: none;
}

p {
	margin: 0;
	margin-bottom: 1.2rem;
	line-height: 1.4;
	font-size: 1rem;
}

h1 {
	font-family: 'SantanderHeadlineRegular';
	font-size: 4.8rem;
	/*88*/
	line-height: 1;
}

h1 b {
	font-family: 'SantanderHeadlineBold';
	font-weight: 500;
}

.portada h1 {
	font-size: 1.5625rem;
	line-height: 1.3;
}

.main_phone h1 {
	color: #FFF;
	font-size: 26px;
	/* font-weight: 700; */
	line-height: 1.2;
}

@media (min-width: 992px) {
	.portada h1 {
		font-size: 3rem;
	}
}

h2 {
	font-family: 'SantanderHeadlineRegular';
	font-size: 3rem;
	/*70*/
	line-height: 1.1;
}

h2 b {
	font-family: 'SantanderHeadlineBold';
	font-weight: 500;
}

h3 {
	font-size: 2.7rem;
	/*50*/
	line-height: 1.1;
}

h4 {
	font-size: 1.6rem;
	/*30*/
	line-height: 1.3;
}

h5 {
	font-size: 1rem;
	/*20*/
	line-height: 1.4;
	/* margin-bottom: 1.4rem; */
}

h6 {
	font-size: 1.1rem;
	/*20*/
	line-height: 1.1;
}

a {
	text-decoration: none;
}

b,
strong {
	font-family: 'SantanderTextBold';
	font-weight: 500;
}

.instruccion {
	/* color: #878787; */
	color: #fff;
	font-size: 1rem;
}

.instruccion2 {
	color: #878787;
	font-size: 1rem;
}

.text-left {
	text-align: left !important;
}

.txt_25 {
	font-size: 1.2rem;
	/*22*/
	line-height: 1.3;
}

.text h6 {
	text-decoration: underline;
	margin-right: 10px;
	margin-left: 10px;
}

.bg_fondo1 {
	background: var(--fondo1);
}

.bg_fondo2 {
	background: var(--fondo2);
}

.bg_fondo3 {
	background: var(--fondo3);
}

.bg_fondo4 {
	background: var(--fondo4);
}

.txt_color1 {
	color: var(--color1);
}

.txt_color2 {
	color: var(--color2);
}

.txt_color3 {
	color: var(--color3);
}

a {
	color: inherit;
}

a:hover,
a:visited {
	color: inherit;
	text-decoration: none;
}

.mt_100 {
	margin-top: 100px;
}

.padding_rl {
	padding: 0 var(--padding_rl);
}

.padding_page {
	padding: 2% var(--padding_rl);
}

.pointer {
	cursor: pointer;
}

.open_sans15 {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.94rem;
}

.overlay {
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 0.5);
	position: absolute;
	top: 0;
	left: 0;
}

.logo_cap {
	position: relative;
	padding-left: var(--padding_rl);
}

@media (min-width: 992px) {
	.logo_cap {
		position: absolute;
		top: 29%;
		left: 0;
	}
}

.oculto {
	display: none;
}

.escalar {
	transform: scale(2);
}

/*Btn volver home*/
/*.capitulo{padding: 10px 6px 30px 20px;}*/

/*efecto de parpadeo*/
.parpadea {
	animation-name: parpadeo;
	animation-duration: 1.2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;

	-webkit-animation-name: parpadeo;
	-webkit-animation-duration: 1.2s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.1;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes parpadeo {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.1;
	}

	100% {
		opacity: 1;
	}
}

@keyframes parpadeo {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.1;
	}

	100% {
		opacity: 1;
	}
}

/*FIN ESTILOS GENERALES*/
.layer_show {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.9);
	z-index: 3;
	/* display: block; */
}

#simula_0_0 .layer_show,
#simula_4_0 .layer_show {
	left: 30px;
	top: 9px;
	width: 308px;
	height: 650px;
	border-radius: 50px;
}

#simula_2_2 .layer_show {
	left: 8px;
	top: 9px;
	width: 344px;
	height: 722px;
	border-radius: 50px;
}

.box_respuestas .layer_show {
	border-radius: 30px;
}

.required_view .layer_show {
	display: block;
}

/* ----------------------------- */
/* -------------HOME------------ */
/* ----------------------------- */
.home {
	/* height: auto; */
	display: none;
	transition: all 0.5s ease;
	overflow: auto;
}

/* HEADER */
.header {
	width: 100%;
	height: var(--header_height);
	padding: 0 var(--padding_rl);
	background: var(--color1);
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

.final,
.cookies_cont,
.gracias {
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background: var(--fondo1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	display: none;
}

.gracias {
	background: url(../img/bg_gracias.jpg) no-repeat center/cover;
	display: none;
	z-index: 102;
}

.gracias a {
	color: #FFF;
	text-decoration: underline;
	font-weight: 700;
}

.final {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 32px;
	z-index: 101;
	text-align: center;
}

.final .btn_cerrar_final {
	position: absolute;
	top: 10%;
	right: 10%;
	cursor: pointer;
	transition: all ease 0.3s;
}
.final .btn_cerrar_final:hover {
	transform: rotate(90deg);
}
.valoracion {
	background-color: #363636;
	border-radius: 50px;
	padding: 8px 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.punto_valoracion {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #c4c4c4;
	color: var(--fondo1);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.punto_valoracion:hover {
	background: var(--color1);
}

.punto_valoracion.activo {
	background: var(--color1_hover);
}

.final a {
	color: var(--color1);
}

.final h2 {
	font-size: 35px;
}

.btn_abrir_valoracion {
	cursor: pointer;
}

.btn_abrir_valoracion.inactivo {
	cursor: not-allowed;
	color: var(--color2);
}

.btn_valoracion.inactivo {
	background-color: var(--color2);
	border-color: var(--color2);
	color: var(--color3);
	cursor: not-allowed;
}


/* portada */
.intro {
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	background: var(--fondo1);
}
.pop_feedback_idioma {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(59, 59, 59, 85%);
	display: none;
	z-index: 200;
	border-radius: 30px;
}
.portada {
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	flex: 1;
}

.logo_portada {
	position: fixed;
	top: 4%;
	left: var(--padding_rl);
	z-index: 1;
}

.img_portada_phone {
	max-height: 50vh;
}

.idioma_cont {
	padding: 80px var(--padding_rl);
}

@media (min-width: 992px) {
	.idioma_cont {
		position: fixed;
		width: 900px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

.idioma_cont h5 {
	font-size: 32px;
}

.cookies_cont {
	background-color: rgb(0 0 0 / 0.75);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 21;
}

.cookies {
	width: 550px;
	max-width: 95%;
	padding: 50px;
	border-radius: 10px;
	position: absolute;
	z-index: 200;
	background-color: #fff;
	color: var(--fondo1);
	text-align: center;
	position: relative;
}

.cookies a {
	font-family: SantanderTextBold;
	text-decoration: underline;
}

.btn_cerrar_cookies {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	transform: rotate(0);
	transition: all 0.3s ease;
}

.btn_cerrar_cookies:hover {
	transform: rotate(-90deg);
}

footer {
	width: 100%;
	padding: 10px;
	text-align: center;
	background-color: #1a1a1a;
}

footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
}

footer p {
	font-size: 0.75rem;
}

footer a {
	text-decoration: underline;
	font-family: SantanderTextBold;
}

.select_intro {
	width: 100%;
	height: 50px;
	background-color: transparent;
	border: 1px solid var(--color2);
	color: var(--color2);
}

.select_intro option {
	background-color: var(--fondo1);
}

.docu {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 100px 0;
}

.btn_idioma {
	width: 125px;
	padding: 0;
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 60px;
	transition: ease all 0.5s;
}

.btn_idioma.loading {
	position: relative;
}

.btn_idioma.loading:after {
	content: '';
	position: absolute;
	border-radius: 100%;
	top: calc(50% - 12.5px);
	left: calc(50% - 12.5px);
	width: 25px;
	height: 25px;
	border: 2px solid rgba(0, 0, 0, 0.5);
	border-left-color: #000;
	border-top-color: #000;
	animation: spin 0.6s infinite linear;
}

@keyframes spin {
	to {
		transform: rotate(359deg);
	}
}

.menu_header {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

@media (min-width: 992px) {
	.menu_header {
		height: 60px;
	}
}

@media (min-width: 1200px) {
	.menu_header {
		height: 80px;
	}
}

.menu_cap {
	color: var(--color3);
	font-weight: 300;
	cursor: pointer;
	z-index: 10;
}

.menu_cap:hover {
	color: #fff;
}

.bg_menu {
	width: 40%;
	position: absolute;
	opacity: 0.5;
	z-index: 7;
	display: none;
}

#bgMenu_0 {
	top: 22%;
	left: 10%;
}

#bgMenu_1 {
	top: 31%;
	left: 55%;
}

#bgMenu_2 {
	top: 40%;
	left: 5%;
}

#bgMenu_3 {
	top: 49%;
	left: 58%;
}

#bgMenu_4 {
	top: 58%;
	left: 3%;
}

#bgMenu_5 {
	top: 67%;
	left: 55%;
}

.btn_principal {
	display: inline-block;
	padding: 14px 31px;
	background-color: var(--color1);
	color: #fff;
	border-radius: 50px;
	border: 2px solid var(--color1);
	cursor: pointer;
}

.btn_principal:not(.inactivo):hover {
	background-color: transparent;
}

.btn_cerrar {
	width: 130px;
	height: 100%;
	margin-right: var(--padding_rl);
}

.btn_cerrar p {
	margin: 0;
}

.link_docu,
.btn_docu {
	/* width: 100%; */
	/* height: 100%; */
	border-radius: 5px;
	background: #2c2c2c;
	color: #808080;
	border: 1px solid #808080;
	cursor: pointer;
	transition: all 0.5s ease;
}

.btn_docu {
	width: 400px;
	max-width: 100%;
	min-height: 50px;
}

.link_docu {
	background: var(--color1);
	color: #000;
}

.link_docu .descarga_black {
	display: block;
}

.link_docu .descarga_white {
	display: none;
}

.link_docu:hover .descarga_black {
	display: none;
}

.link_docu:hover .descarga_white {
	display: block;
}

.link_docu:hover {
	background: #2c2c2c;
	color: #808080;
}

.link_docu p,
.btn_docu p {
	margin: 0;
}

.btn_docu:hover {
	background: var(--color1);
	color: #fff;
}

.descarga_black {
	display: none;
}

.btn_docu:hover .descarga_black {
	display: block;
}

.btn_docu:hover .descarga_white {
	display: none;
}

.btn_final {
	color: #545454;
	cursor: default;
	position: relative;
}

.btn_final.activo {
	color: #2c2c2c;
	background: var(--color1);
	border-radius: 5px;
	cursor: pointer;
	padding: 5px 20px;
}

.tooltip_final {
	transition: all 0.5s ease;
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	background: #fff;
	color: #2d2d2d;
	margin: 0;
	padding: 15px;
	border-radius: 5px;
	min-width: 150px;
	max-width: 200px;
	box-shadow: 0 1px 10px rgb(0 0 0 / 40%);
	z-index: 1000000000;
	cursor: default;
}

.tooltip_final p {
	text-align: center;
	margin: 0;
}

.tooltip_final::before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: -6px;
	left: calc(50% - 3px);
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid white;
}

.btn_final.activo .tooltip_final {
	display: block;
}

/* main */

.main {
	width: 100%;
	height: auto;
	display: none;
	/* min-height: 875px;
	display: flex;
	flex-direction: column;
	justify-content: center; */
}

@media (min-width: 532px) {
	.main {
		min-height: 1100px;
	}
}

@media (min-width: 772px) {
	.main {
		min-height: 700px;
	}
}

@media (min-width: 992px) {
	.main {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100vh;
	}
}

.main_bg_ini,
.main_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#main_bg_ini {
	background: url(../img/home/fondos/bg_home_inicial.jpg) no-repeat 70% 50% / cover;
}

#main_bg_0 {
	background: url(../img/home/fondos/bg_pag_0.jpg) no-repeat center/cover;
}

#main_bg_1 {
	background: url(../img/home/fondos/bg_pag_1.jpg) no-repeat center/cover;
}

#main_bg_2 {
	background: url(../img/home/fondos/bg_pag_2.jpg) no-repeat center/cover;
}

#main_bg_3 {
	background: url(../img/home/fondos/bg_pag_4.jpg) no-repeat center/cover;
}

.main_cont {
	width: 100%;
	height: 100%;
	padding: 0 var(--padding_rl);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.main_cap_cont {
	/* background: rgb(0, 0, 0) 0%; */
	background: linear-gradient(90deg, rgb(0, 0, 0) 0%, transparent 70%), linear-gradient(270deg, rgb(0, 0, 0) 0%, transparent 20%);
}

.main_text {
	width: 100%;
	height: 300px;
	padding-top: var(--header_height);
}

.main_phone {
	background-color: var(--fondo1);
	padding-bottom: 80px;
}

.main_phone_hero {
	min-height: 230px;
	background: url(../img/home/home_phone.jpg) no-repeat center/cover;
}

.phone_cap_cont {
	cursor: pointer;
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

@media (min-width: 768px) {
	.main_phone_hero {
		min-height: 200px;
		background-position: top;
	}

	.phone_cap_cont {
		grid-template-columns: 1fr 1fr;
	}
}

.phone_cap {
	/* margin: 16px 0; */
	background-color: var(--fondo3);
	border-radius: 4px;
	padding: 16px;
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.img_phone_cap {
	width: 130px;
	/* border-radius: 4px; */
}

.phone_cap.bloqueado .img_phone_cap {
	filter: grayscale(100%);
}

.phone_cap.bloqueado .phone_cap_text h5,
.phone_cap.bloqueado .phone_cap_text p {
	color: gray;
}

.phone_cap.bloqueado .tit_supra::before {
	background: gray;
}

/* slider_home */
.slider_home {
	position: relative;
	height: 500px;
	width: 100%;
	z-index: 5;
}

@media (min-width: 992px) {
	.main_text {
		height: 55%;
	}

	.slider_home {
		height: 45%;
	}
}

.glider {
	display: flex;
	justify-content: space-between;
}

.glider-contain {
	/* padding: 0 var(--padding_rl); */
	position: relative;
}

.cap_container {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.glider_cap {
	padding: 0 15px;
	position: relative;
	cursor: pointer;
}

.glider_cap.bloqueado {
	cursor: default;
}

.glider_cap .overlay {
	background: linear-gradient(0deg, rgb(0 0 0 / 0.75) 0%, rgb(0 0 0 / 0.2) 100%);
	z-index: 11;
}

.glider_cap:hover .overlay {
	background: linear-gradient(0deg, rgb(0 0 0 / 0.75) 0%, transparent 100%);
}

.glider_cap.bloqueado .glider_text p {
	color: gray;
}

.glider_cap.bloqueado .nombre_personaje {
	color: #a9a7a7 !important;
}

.glider_cap.bloqueado img {
	filter: grayscale(100%);
}

.glider_cap_cont {
	width: 100%;
	/* padding-bottom: 70px; */
}

.glider_img {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.glider_img img {
	width: 100%;
}

.check_cap {
	width: 30px !important;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 12;
}

.glider_img.capVisto .check_visto {
	display: block;
}

.glider_img.capVisto .check_no_visto {
	display: none;
}

.glider_text {
	width: 100%;
	margin-top: 1rem;
	padding: 20px;
	position: absolute;
	bottom: 0;
	/* transition: 2s ease all; */
	z-index: 12;
}

.glider_text_des {
	font-size: 1rem;
	line-height: 1.3;
}

@media (min-width: 992px) {
	.slider_home {
		margin: 0;
	}

	.glider-contain {
		padding: 0;
	}

	.glider_cap {
		padding: 0;
	}

	.slider_home {
		width: 100%;
	}
}

/* footer_overlay */
.footer_overlay {
	width: 100%;
	height: 22%;
	background: rgb(0 0 0 / 0.75);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
}

/* simulador phishing */
.simula_phishing {
	position: relative;
	height: 100%;
	width: 100%;
	min-height: 75vh;
	/* margin-bottom: 7%; */
}

.simula_phishing iframe {
	position: absolute;
}

ul.nada {
	list-style-type: none;
	padding-left: 0px !important;
}

.nada li {
	padding-left: 1.7em;
	display: flex;
}

.nada li h5 {
	display: inline-block;
}

.nada li:before {
	content: '\f00c';
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.5rem;
	width: 10px;
	color: #b9b9b9;
	margin-right: 15px;
}

/* Rotulo final */

.final_btns {
	max-width: 300px;
	margin: auto;
}

.logo_santander {
	width: 10%;
}

.arrow-bounce {
	-webkit-animation: arrow 2s infinite;
	-moz-animation: arrow 2s infinite;
	-o-animation: arrow 2s infinite;
	animation: arrow 2s infinite;
	animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}

@keyframes arrow {
	0% {
		bottom: -5px;
	}

	50% {
		bottom: -1px;
	}

	100% {
		bottom: -5px;
	}
}

#modaVideo {
	background: rgba(0, 0, 0, 0.9);
}

#modaVideo .modal-content {
	background-color: transparent;
	border: none;
}

#modaVideo .modal-header {
	border: none;
}

#modaVideo .close {
	opacity: 1;
	cursor: pointer;
}