:root {
	--tipografia: 'Satoshi', sans-serif;
	--smart-red:#BA0C2F;
	--burgundy: #76232F;
	--marino: #002A3A;
	--gris: #7C878E;

	--negro: #1d2336;

	--amarillo: #f7d27c;
	--amarillo-claro: #FEE8B6;

	--naranja: #FF5C39;
	--naranja-claro: #FFB990;

	--rojo-neon: #F4364C;
	--rojo-neon-claro: #FF8674;

	--morado: #7C2855;
	--morado-claro: #D7A9E3;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 400;
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: var(--tipografia);
	letter-spacing: 0!important
}

.small,
small {
	font-weight: unset
}

h5 {
	font-family: var(--tipografia);
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid currentColor;
	opacity: .4
}

.w-18 {
	width: 18%!important
}

.w-20 {
	width: 20%!important
}

.w-37 {
	width: 37.5%!important
}

.w-62 {
	width: 62.5%!important
}

.w-80 {
	width: 80%!important
}

.w-90 {
	width: 90%!important
}

.overlay-box {
	float: right;
	width: 65%;
	bottom: 32em;
	margin-bottom: -15em
}
.nowrap {
	white-space: nowrap;
}

a.btn.btn-primary,
button.btn.btn-primary {
	letter-spacing: .1rem;
	transition: all .1s ease-in-out
}

a.btn.btn-primary:hover,
button.btn.btn-primary:hover {
	letter-spacing: .16rem;
}

p.plazas {
	font-size: 1.2rem;
	text-indent: .6rem
}

.font-1 {
	font-size: 1rem!important
}

.font-2 {
	font-size: 1.2rem!important
}

.font-3 {
	font-size: 1.5rem!important
}

.text-white {
	color: #eaeaec!important
}

.text-white-80 {
	color: rgba(255, 255, 255, .8) !important;
}

.text-white-90 {
	color: rgba(255, 255, 255, .9) !important;
}

.text-black {
	color: #353536!important
}

.text-black-70 {
	color: rgba(0, 0, 0, .7)!important
}

ul.fa-ul {
	margin-left: 1.5em
}

.rojo {
	color: var(--smart-red)
}

.acentuado {
	color: #db4d54!important
}

.big {
	font-size: 120%!important
}

.sector {
	text-transform: uppercase;
	color: var(--smart-red)
}

.bg-black .sector {
	color: #db4d54;
	font-weight: 400!important
}

.fw-500 {
	font-weight: 500!important
}

.fw-600 {
	font-weight: 600!important
}

.bg-light {
	background: #f6f6f7!important
}

.bg-light-2 {
	background: rgba(124, 136, 143, 0.2)
}

.bg-blush {
	background-color: rgba(143, 50, 55, .1)!important
}

.bg-dark-degrade {
	background: linear-gradient(90deg, rgba(50, 118, 142, 1) 0%, rgba(26, 80, 117, 1) 100%);
}

.radius {
	border-radius: 6px;
}

.modal-dialog {
	margin: 15vh auto!important
}

.modal-content {
	max-height: 60vh!important;
	overflow-y: scroll!important
}

.small .small {
	font-size: inherit!important
}

.bg-rojo {
	background: var(--smart-red)
}

.bg-dark-2 {
	background: var(--smart-red);
}

.bg-dots {
	background: linear-gradient(90deg, rgba(0, 2, 4, .6) 33%, rgba(0, 2, 4, .3)), url(https://www.imf-formacion.com/escuelas/ciberseguridad-deloitte/img/fondo-puntos.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover
}

.bg-pixels {
	background: rgba(124, 136, 143, 0.1);
}

/*
.bg-pixels {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 100 100'%3E%3Cpath fill='%23eceff0' d='M0 0H100V100H0z'/%3E%3Cpath fill-opacity='.62' fill='%23cfd8dc' d='M0 0H17V17H0z'/%3E%3C/svg%3E");
}*/

.bg-0-white {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 12%, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 12%, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 12%, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%)
}

.bg-lineas {
	background: url(https://www.imf-formacion.com/escuelas/ciberseguridad-deloitte/img/fondo-circular-2.svg);
	background-position: left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover
}

.sombra-recta {
	box-shadow: -2em 2em rgba(0, 0, 0, .5)
}

.sombra-grande {
	box-shadow: 0 2em 3em -1em rgba(0, 0, 0, .16)
}


.multiply {
	mix-blend-mode: multiply
}

dl,
ul {
	padding-left: 0!important;
	margin-top: .75rem
}

li {
	margin-bottom: .75rem
}
@keyframes fadeIn {
	from {
		opacity:0
	}
	to {
		opacity:1
	}
}
.fade-in {
	opacity: 0;
	will-change: opacity;
	animation: fadeIn ease-in 1;
	animation-fill-mode: forwards;
	animation-duration: .16s
}
img[data-lazy="lazy"]:not(.nolazy) {
	opacity: 0;
	background: transparent;
	color: transparent;
	will-change: opacity, width, height;
	animation: fadeIn ease-in 1;
	animation-fill-mode: forwards;
	animation-duration: .16s;
}

img {
	max-width: 100%;
	height: auto;
}

.embed-responsive::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	cursor: default
}

.bootstrap-iso button,
.bootstrap-iso form,
.bootstrap-iso input,
.bootstrap-iso select {
	font-family: var(--tipografia) !important;
}

.bootstrap-iso .form-control {
	padding: 1rem 1.5rem!important
}

input[type=text]::placeholder {
	color: #1d2336!important;
	font-size: .9rem;
	letter-spacing: .05rem
}

input[type=text] {
	color: #1d2336!important;
	border: 0!important;
	box-shadow: none!important;
	border-bottom: 1px solid #9ca6af!important;
	margin: 0!important
}

select#id_pais,
select#id_provincia {
	color: #1d2336!important;
	border: 0!important;
	border-radius: 0!important;
	border-bottom: 1px solid #9ca6af!important;
	box-shadow: none!important;
	font-size: .8rem;
	letter-spacing: .05rem;
	text-transform: capitalize!important;
	margin: 0 0 1rem 0!important;
	padding: .5rem 1.5rem
}

input[type=text]:active,
input[type=text]:hover,
select#id_pais:active,
select#id_pais:hover,
select#id_provincia:active,
select#id_provincia:hover {
	border-bottom: 1px solid var(--smart-red)
}

.bootstrap-iso .checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.control-label {
	font-size: .75rem;
	letter-spacing: .04rem
}

input[type=checkbox] {
	margin-left: -1rem;
	margin-top: .1rem;
	width: .8rem!important
}

.include-privacidad {
	color: #1d2336;
	margin: .8rem 0 .9rem;
	height: 3.95rem;
	font-size: .75rem;
	line-height: 1.4;
	letter-spacing: .03rem;
	overflow-y: scroll;
	border-radius: .2rem
}

.include-privacidad p {
	margin-bottom: .15rem!important
}

.include-privacidad a {
	font-weight: 700;
	color: #d89497!important
}

.include-privacidad a:hover {
	color: var(--smart-red)!important
}

a.privacidad-link {
	color: var(--smart-red)
}

.privacidad-link:hover {
	text-decoration: underline
}

.scroll {
	overflow-y: scroll;
	position: relative
}

.scroll::-webkit-scrollbar {
	-webkit-appearance: none
}

.scroll::-webkit-scrollbar:vertical {
	width: .5rem
}

.scroll::-webkit-scrollbar:horizontal {
	height: .5rem
}

.scroll::-webkit-scrollbar-thumb {
	border-radius: .5rem;
	border: .217rem solid rgba(127, 127, 127, .5);
	background-color: transparent
}

.scroll::-webkit-scrollbar-track {
	background-color: rgba(127, 127, 127, .1);
	border-radius: .5rem
}

.ui-link {
	cursor: pointer
}

.ui-link:hover {
	text-decoration: underline!important
}

#input-suscripcion {
	width: calc(100% - 12rem)
}

footer ul {
	margin-bottom: 2rem
}

footer li {
	display: inline;
	line-height: 3
}

footer li .ui-link {
	margin: 0 1rem!important
}

#mainNav {
	min-height: 56px;
	background-color: #fff
}

.main-logo {
	max-width: 280px;
	height: auto
}

#mainNav .navbar-toggler {
	padding: .7rem .9rem;
	color: #696b6d;
	border: none;
	background: #f6f6f7
}

#mainNav .navbar-toggler:focus {
	outline: 0
}

#mainNav .navbar-brand {
	color: #161616;
	font-weight: 700;
	padding: .6rem 0
}

a.navbar-brand svg {
	width: 100%;
	max-width: 120px;
	transition: all .2s ease-in-out
}

a.navbar-brand svg :hover g {
	fill: #db4d54;
	-webkit-filter: drop-shadow( -5px -5px 5px #000);
	filter: drop-shadow( -5px -5px 5px #000);
	transition: all .2s ease-in-out
}

a.navbar-brand svg:hover #imf-f,
a.navbar-brand svg:hover #imf-i,
a.navbar-brand svg:hover #imf-m {
	fill: #fff
}

#mainNav .navbar-nav .nav-item:hover {
	color: fade(white, 80%);
	outline: 0;
	background-color: transparent
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
	outline: 0;
	background-color: transparent
}

#mainNav ul {
	margin-top: 0
}

li.nav-item {
	margin-bottom: 0
}

.checkbox a:hover {
	text-decoration: underline!important
}

.masthead {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 35rem;
	background: linear-gradient(90deg, rgba(0,0,0,.8) 33%, rgba(0,0,0,.3)), url(https://www.imf-formacion.com/escuelas/ciberseguridad-deloitte/img/fondo-ciber.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover
}

.masthead h1 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .1rem
}

@media all and (-webkit-min-device-pixel-ratio:1.5) {
	.masthead {
		background-position: center;
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: cover
	}
}

.btn {
	-webkit-box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1)!important;
	box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1)!important;
	padding: 1.25rem 1.5rem;
	font-family: var(--tipografia);
	text-transform: uppercase;
	border: 0
}

.btn-primary {
	background-color: rgba(0,87,64,.4);
	background:-moz-linear-gradient(90deg, rgba(50,118,142,1) 0%, rgba(26,80,117,1) 100%);
	-webkit-backdrop-filter: saturate(48) blur(24px);
	backdrop-filter: saturate(48) blur(24px);
	width: 100%;
	max-width: 320px;
	color: rgba(255,255,255,.85);
	border-bottom: 0 !important;
}

.btn-primary-2 {
	background-color:var(--burgundy);
	width: 100%;
	max-width: 320px;
	color: rgba(255,255,255,.85);
	border-bottom: 0 !important;
}

.navbar .btn-primary {
	background-color: rgba(186, 12, 47, 0.8);
	-webkit-backdrop-filter: saturate(48) blur(48px);
	backdrop-filter: saturate(48) blur(48px);
}
.navbar .btn-primary:hover {
	background-color: var(--smart-red);
}
.btn-primary:hover {
	background: unset;
	background:-moz-linear-gradient(90deg, rgb(8,101,134) 0%, rgb(7,66,107) 100%);
	filter: contrast(1.3);
}

.btn-primary:focus {
	background: #db4d54;
	color: #fff
}

.btn-primary:active {
	background: #467370!important
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	background-color: var(--smart-red);
	border-color: var(--smart-red);
}

#esedei {
	transition: all .6s ease-in-out .9s;
}

/*
#esedei:focus, #esedei:focus-within {
	background: var(--naranja-claro);
	outline: 0;
}
*/

.lh-4 {
	line-height: 1.4!important
}

.lh-5 {
	line-height: 1.5!important
}

@media (min-width:1200px) {
	.container {
		max-width: 1280px
	}
}
@media (min-width:992px) {
	a.navbar-brand {
		width: 50%
	}
	#mainNav {
		padding-top: 0;
		padding-bottom: 0;
		border-bottom: none;
		background-color: rgba(255, 255, 255, .9);
		background: linear-gradient(-10deg, rgba(255, 255, 255,.75), rgba(255,255,255,.95) 100%);
		background: -moz-linear-gradient(270deg, rgb(255, 255, 255) 33%, rgba(255,255,255,.9) 100%);
		-webkit-backdrop-filter: saturate(1.8) blur(16px);
		backdrop-filter: saturate(1.8) blur(16px);
		box-shadow: 0 24px 24px -32px rgba(0,0,0,.16);
		-webkit-transition: background-color .3s ease-in-out;
		transition: background-color .3s ease-in-out
	}
	#mainNav .navbar-brand {
		padding: .5rem 0;
		color: rgba(255, 255, 255, .5)
	}
	#mainNav .nav-link {
		font-size: .9rem;
		-webkit-transition: none;
		transition: none;
		padding: .8rem 1.5rem;
		color: var(--burgundy);
		text-transform: uppercase;
		font-weight: 700;
		transition: background .4s ease-in-out;
		will-change: background, color, border-radius;
	}
	#mainNav .nav-link:not(.btn):hover {
		color: #002e49 !important;
		background: linear-gradient(rgba(167, 173, 180, 0.3), rgba(248, 253, 255, 0.4) 40%);
		border-radius: 12px;
	}
	#mainNav .nav-link:active {
		color: #fff
	}
	#mainNav .nav-link.btn {
		color: #fff;
		transition: all .2s ease-in-out
	}
	#mainNav .nav-link.btn:hover {
		color: #fff
	}
	#mainNav.navbar-shrink {
	}
	#mainNav.navbar-shrink .navbar-brand {
		color: #161616
	}
	#mainNav.navbar-shrink .nav-link {
		color: #161616;
	}
	#mainNav.navbar-shrink .nav-link:hover {
		color: var(--smart-red)
	}
	.ml-lg-6 {
		margin-left: 4.9rem!important
	}
}

@media (max-width:480px) {
	a.navbar-brand svg {
		max-width: 100px
	}
	a.navbar-brand {
		width: 73%
	}
	.masthead h1 {
		letter-spacing: 0!important
	}
	#input-suscripcion {
		width: auto
	}
	h1 {
		letter-spacing: .15em!important;
		line-height: 1.2!important
	}
	#suscripcion,
	footer {
		font-size: 80%!important
	}
}

@media (max-width:321px) {
	#mainNav .navbar-toggler {
		padding: .5rem
	}
}

body :not(.landing-form) {
	font-family: var(--tipografia);
	letter-spacing: .0382rem
}

.fas, .far , .fa {
	font-family: "Font Awesome 5 Free" !important;
}
.material-icons {
	font-family: 'Material Icons' !important;
}

a {
	color: #F4364C;
	font-weight: bold;
}

footer a {
	color: var(--gris);
}

a:focus,
a:hover {
	text-decoration: none;
	color: var(--smart-red)
}

.bg-dark {
	background-color: var(--marino)!important
}

.bg-black {
	background-color: #28282a!important
}

.bg-primary {
	background-color: var(--smart-red)!important
}

.text-primary {
	color: var(--smart-red)!important
}

footer {
	padding: 5rem 0;
	margin-bottom: -3rem
}

.btn-fijo--mobile {
	position: fixed;
	right: 0;
	bottom: 0;
	margin: 1em 2em;
	background: var(--smart-red);
	padding: 1.1em 2.2em;
	font-size: 1.4em;
	color: #fff !important;
	border-radius: 14px;
	box-shadow: 0 1em 1em -1em rgba(0,0,0,.3);
	transition: all .2s ease-in-out;
}
.btn-fijo--mobile:active {
	background:var(--rojo-neon);
	color: #fff;
}