/* ---------------------------
		   IDE0
	     01/01/20
---------------------------- */

@font-face {
    font-family: 'MDLZ BITE TYPE';
    src: url('../fonts/MDLZBITETYPE-Regular.eot');
    src: url('../fonts/MDLZBITETYPE-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MDLZBITETYPE-Regular.woff2') format('woff2'),
        url('../fonts/MDLZBITETYPE-Regular.woff') format('woff'),
        url('../fonts/MDLZBITETYPE-Regular.ttf') format('truetype'),
        url('../fonts/MDLZBITETYPE-Regular.svg#MDLZBITETYPE-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* ---------------------------
   			GENERICOS
---------------------------- */

body {
    font-family: 'MDLZ BITE TYPE';
    color: #fff;
	background: #000 url("../img/fondo.jpg") no-repeat;
	background-size: cover;
}


html, body {
   height: 100%;
}


.spacer{clear:both;display:block}
.spacer-10{clear:both;height:10px;display:block}
.spacer-20{clear:both;height:20px;display:block}
.spacer-40{clear:both;height:40px;display:block}
.spacer-90{clear:both;height:90px;display:block}
.spacer-sec{clear:both;height:160px;display:block}
.nomargin{margin:0!important}
.nopad{padding:0!important}
.pdr-0 { padding-right: 0; }
.pdl-0 { padding-left: 0; }
a { color: #FF354B; }
a:hover { color: #773b00; text-decoration: none;}
h4 { text-transform: uppercase; font-weight: 600;}
h4 span {font-weight: 400; font-size: 1.1rem;}
.pointer { cursor: pointer;}
.mt2r {margin-top: 2rem;}


.fc-title {
    color:#0d3451;
}

.img-fluid {
    display: block;
    margin: 0 auto;
}

.btn-img {
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none!important;
    box-shadow: none!important;
}

.btn-red {
    background-color: #c7cf41;
    border-color: #c7cf41;
    color: #fff;
    padding: .5rem .75rem;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.btn-red.btn-sm {
    padding: .25rem .5rem;
}

.btn-red:hover,
.btn-red:focus {
    background-color: #84a93c;
    border-color: #84a93c;
    color: #fff;
}
.btn-red i {
    margin-right: 5px;
}



/* ---------------------------
   	    LOGIN FORM
---------------------------- */

.login-box {
	color: #606060;
	background: url("../img/lanyard.png") top center no-repeat;
	height: 671px;
	margin-bottom: 100px;
    background-size: contain;
}

.login-box input[type='text'],
.login-box input[type='email'],
.login-box input[type='password'] {
   font-size: 13px;
	text-align: center;
}

.login-box input[type='email']:focus,
.login-box input[type='password']:focus {
    border-color:#FF354B;
}

.login-box .mdlzinput {
    background-color: #d8d8d8;
}

.login-box form {
	padding-top: 270px;
	max-width: 270px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}

.login-box label {
	font-size: 3rem;
    color: #5a2b82;
}

.login-box .obliga {
	font-size: 0.7rem;
	font-weight: normal;
}

.login-box .gracias {
	display: none;
	padding-top: 340px;
	max-width: 200px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 2em;
}

.login .logo-gates img {
    max-width: 70px;
    margin: 0 auto 20px auto;
}

.arrow {
    margin-top: 50px;
    max-width: 280px;
    -webkit-animation: arrowmove 1s infinite  alternate;
    animation: arrowmove .4s infinite  alternate;
}

@-webkit-keyframes arrowmove {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes arrowmove {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}



/* ---------------------------
   			MODALES
---------------------------- */

.modal-header {
    min-height: 60px;
    border-bottom: none;
    padding-right: 0;
}

.modal-header .close {
    opacity: 1;
    color: #fff;
    font-size: 30px;
}

.modal-footer {
    text-align: center;
    justify-content: center;
}

.modal {
    background-color: rgba(1, 5, 8, 0.8);
}

.modal-content {
    border: none;
    background-color: transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
}

.modal-backdrop.in,
.modal-backdrop.fade.in {
    background-color: transparent;
}

.modal-body {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.modal-dialog {
    margin: 30px auto;
    width: 95%;
}


.modal-body {
    background-color: #fff;
    color: #515151;
}

#alerta hr {
    border-color: #f08c16;
    margin-top: 6px;
    margin-bottom: 16px;
}

#cargando .modal-dialog {
    max-width: 240px;
    width: 95%;
    margin-top: 10%;
}

#cargando .modal-body {
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#modalClose .modal-dialog {
    max-width: 600px;
}


#modalClose .modal-body {
    text-align: left;
}

#modalClose .form-check-inline {
    font-size: 13px;
}



/* ---------------------------
   	     ANIMACIONES
---------------------------- */


.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}


.contador {
	max-width: 400px;
	margin: 0 auto;
	width: 100%;
}

.metal {
  outline: none;
  text-align: center;
  color: hsla(0,0%,20%,1);
  background-color: hsl(0,0%,90%);
  box-shadow: inset hsla(0,0%,15%,  1) 0  0px 0px 4px, /* border */
    inset hsla(0,0%,15%, .8) 0 -1px 5px 4px, /* soft SD */
    inset hsla(0,0%,0%, .25) 0 -1px 0px 7px, /* bottom SD */
    inset hsla(0,0%,100%,.7) 0  2px 1px 7px, /* top HL */
    
    hsla(0,0%, 0%,.15) 0 -5px 6px 4px; /* outer SD */

  
  transition: color .2s;
}

.metal.linear {


  border-radius: .5em;
  background-image: -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%),
    -webkit-repeating-linear-gradient(left, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%),
    -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),
    
    linear-gradient(180deg, hsl(0,0%,78%)  0%, 
    hsl(0,0%,90%) 47%, 
    hsl(0,0%,78%) 53%,
    hsl(0,0%,70%)100%);
}


.countdown.show, .countdown.hero_count {
  text-align: center;
  margin: 22px;
  padding: 20px;
  border-radius: 30px;
}

.countdown.show h2, .countdown.hero_count h2 {
  font-size: 60px;
}

.countdown.show .running, .countdown.hero_count .running {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.countdown.show .running timer, .countdown.hero_count .running timer {
  font-size: 55px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  color: #000;
}

.countdown.show .running timer .days, .countdown.hero_count .running timer .days,
.countdown.show .running timer .hours,
.countdown.hero_count .running timer .hours,
.countdown.show .running timer .minutes,
.countdown.hero_count .running timer .minutes,
.countdown.show .running timer .seconds,
.countdown.hero_count .running timer .seconds {
  width: 70px;
  text-align: left;
  margin: 0 7px;
}

@media (max-width: 480px) {
  .countdown.show .running timer, .countdown.hero_count .running timer {
    font-size: 40px;
  }
  .countdown.show .running timer .days, .countdown.hero_count .running timer .days,
  .countdown.show .running timer .hours,
  .countdown.hero_count .running timer .hours,
  .countdown.show .running timer .minutes,
  .countdown.hero_count .running timer .minutes,
  .countdown.show .running timer .seconds,
  .countdown.hero_count .running timer .seconds {
    width: 49px;
  }
}

.countdown.show .running .labels, .countdown.hero_count .running .labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.countdown.show .running .labels span, .countdown.hero_count .running .labels span {
  width: 97px;
  text-align: center;
  margin: 0px 2px;
}

@media (max-width: 480px) {
  .countdown.show .running .labels span, .countdown.hero_count .running .labels span {
    width: 69px;
  }
}

.countdown.show .running .text, .countdown.hero_count .running .text {
  font-size: 20px;
  margin-top: 12px;
  font-weight: 600;
}

.countdown.show .running button, .countdown.hero_count .running button {
  border: none;
  background-color: black;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  margin: 10px;
}

.countdown.show .running .break, .countdown.hero_count .running .break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}

.countdown.show .ended, .countdown.hero_count .ended {
  display: none;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.countdown.show .ended .text, .countdown.hero_count .ended .text {
  font-size: 20px;
}

.countdown.show .ended button, .countdown.hero_count .ended button {
  border: none;
  background-color: #5a0000;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  margin: 10px;
}

.countdown.show .ended .break, .countdown.hero_count .ended .break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}

.countdown.hero_count {
  background-color: #6d0303;
  margin: 0 10px;
}

.countdown.hero_count h2 {
  font-size: 40px;
  color: #b3b3b3;
}

.countdown.hero_count .running timer {
  color: #e2e2e2;
}

.countdown.hero_count .running button {
  background-color: #af0b0b;
}

.countdown.hero_count .running button a {
  color: white;
}

.countdown.hero_count .running .labels span {
  width: 95px;
  margin: 0px 3px 0px 0px;
}

@media (max-width: 480px) {
  .countdown.hero_count .running .labels span {
    width: 69px;
  }
}
