/* =============================
FONT FAMILY DIN Next W10 Regular
================================*/

@font-face {
    font-family: 'DIN Next W10 Regular';
    src: url('../fonts/DIN_Next_W01_Regular.woff2') format('woff2'),
         url('../fonts/DIN_Next_W01_Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* =============================
RESET & GLOBAL STYLES
================================*/

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0
}
html {
  font-family: 'DIN Next W10 Regular', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent
}
body {
  font-family: 'DIN Next W10 Regular', sans-serif;
  font-size: 1rem;
  color: #424242;
  background-color: #fafbfe
}
input, textarea, select, button { font-family: 'DIN Next W10 Regular', sans-serif }
a {
  color: inherit;
  text-decoration: none
}
fieldset { border: none }


/* ***** SELECTION ***** */

::-moz-selection {
  background-color: #ed1c24;
  color: #FFF
}
::selection {
  background-color: #ed1c24;
  color: #FFF
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding: 5px;
}
a:hover {
	text-decoration: none;
	color: #96fad1;
}
.container-fluid {
	padding: 0 40px;
}
.sz-content-page {
	padding: 50px 40px;
}
.sz-input {
	border-radius: 20px;
}
.sz-btn {
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 20px;
	font-size: 14px;
	padding: 6px 20px;
}
.sz-btn--primary {
	background-color: #ed1c24;
	border: 1px solid #ed1c24;
	box-shadow: 0 2px 6px 0 rgba(237,28,36,.9);
}
/*.sz-btn--primary:hover, .sz-btn--primary:active, .sz-btn--primary:focus {
	background-color: #c61017 !important;
	border: 1px solid #c61017;
}
*/
.sz-btn--outline-primary {
	background-color: transparent;
	border: 1px solid #ed1c24;
	color: #ed1c24;
	box-shadow: 0 2px 6px 0 rgba(237,28,36,.5);
}
/*
.sz-btn--outline-primary:hover {
	background-color: #ed1c24;
	border: 1px solid #ed1c24;
	color: #FFF;
}
*/
.sz-btn--outline-white {
	border: 1px solid #FFF;
	box-shadow: 0 2px 6px 0 rgba(237,28,36,.5);
}
/*
.sz-btn--outline-white:hover, .sz-btn--outline-white:active, .sz-btn--outline-white:focus {
	background-color: #FFF;
	border: 1px solid #FFF;
	color: #ed1c24;
}
*/
.sz-card {
	border: none;
	box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
}
.sz-card--subtitle {
	font-size: .9em;
	margin-bottom: 0;
}
.sz-cover {
	background: -webkit-linear-gradient(-45deg, rgba(46,130,95,.7) 0%, rgba(46,130,95,.9) 30%, rgba(46,130,95,.7) 70%);
	background: -moz-linear-gradient(-45deg, rgba(46,130,95,.7) 0%, rgba(46,130,95,.9) 30%, rgba(46,130,95,.7) 70%);
	background: -ms-linear-gradient(-45deg, rgba(46,130,95,.7) 0%, rgba(46,130,95,.9) 30%, rgba(46,130,95,.7) 70%);
	background: -o-linear-gradient(-45deg, rgba(46,130,95,.7) 0%, rgba(46,130,95,.9) 30%, rgba(46,130,95,.7) 70%);
	background: linear-gradient(135deg, rgba(46,130,95,.7) 0%, rgba(46,130,95,1) 30%, rgba(46,130,95,.7) 70%);
	height: 100vh;
	display: flex;
	align-items: center;
  	justify-content: center;
}
.sz-cover__video {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
  	z-index: -100;
}
.sz-cover__container {
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
}
.sz-cover__img {
	width: 600px;
}
.sz-cover__heading {
	font-weight: bold;
	padding-top: 50px;
	font-size: 1.8em;
}
.sz-cover__text {
	padding: 5px 0 20px;
}
.sz-login {
	height: 100vh;
	display: flex;
	align-items: center;
  	justify-content: center;
}
.sz-section--login {
	width: 340px;
	padding: 40px 40px 20px;
	text-align: center;
	box-shadow: 2px 5px 30px rgba(0,0,0,0.1);
	-ms-box-shadow: 2px 5px 30px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 5px 30px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 5px 30px rgba(0,0,0,0.1);
	border-radius: 10px;
}
.sz-login__title {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.sz-login__label {
	text-align: left;
	display: block;
	margin: 10px 0 5px;
}
.sz-login__btn {
	margin-top: 10px;
}
.sz-login__links {
	padding-top: 20px;
}
.sz-login__link:hover {
	color: #ed1c24;
	text-decoration: none;
}
.sz-navbar--white {
	background-color: #FFF;
	box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
}
.sz-navbar-light .navbar-nav .nav-link {
	text-transform: uppercase;
	font-size: .8em;
	color: #9E9E9E;
}
.dropdown-menu {
	box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
	transition: all .3s ease;
	border: 1px solid #F5F5F5;
}
.dropdown-item {
	text-transform: uppercase;
	font-size: .8em;
	color: #9E9E9E;
}
.sz-navbar-light .navbar-nav .nav-link:hover, .dropdown-item:hover {
	color: #ed1c24;
}
.navbar-light .navbar-toggler {
	border: none;
	color: #9E9E9E;
}

/* Estilos específicos para dispositivos móviles */
@media screen and (max-width: 768px) {
	#foto1{
		width: 200px;
	}
}
