@font-face { font-family: 'voz'; src: url('https://www.atreslab.com/cores/webfonts/lavoz/fontello.woff2?31112343356') format('woff2'); font-weight:  400;}

@font-face { 
  font-family: 'trade_bold';
  src: url('https://www.antena3.com/newa3flash/modulos_blancos/lavoz/site/fonts/TradeMarkerOT-BoldIt.php') format('woff');
  font-weight: normal;
  font-style: normal;
}
    
@font-face { 
  font-family: 'trade_light';
  src: url('https://www.antena3.com/newa3flash/modulos_blancos/lavoz/site/fonts/TradeMarkerOT-LightIt.php') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face { 
  font-family: 'beauchef';
  src: url('https://www.antena3.com/newa3flash/modulos_blancos/lavoz/site/fonts/beauchef.php') format('woff');
  font-weight: normal;
  font-style: normal;
}

html,
body {
  background-image: linear-gradient(to top, #cfd9df 0%, #f4f6f7 100%);
}

.contenedor_global {
  width: 95vw;
  max-width: 1460px;
  min-height: 95vh;
  margin: 0 auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: flex-start;
      justify-content: flex-start;
  background-image: url('../img/grupo_guay.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px -190px;
  overflow: hidden;
}

.contenedor_global .overlay_inicio {
  display: flex;
  flex-flow: row nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

.contenedor_global .overlay_inicio .modal_inicio{
  display: flex;
  flex-flow: column nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 400px;
  background-image: linear-gradient(to top, #cfd9df 0%, #f4f6f7 100%);
  border: 2px solid red;
  border-radius: 10px;
}

.contenedor_global .overlay_inicio .modal_inicio p {
  font-family: 'trade_light';
  font-size: 18pt;
  text-align: center;
}

.contenedor_global .overlay_inicio .modal_inicio button {
  font-family: 'trade_bold';
  font-size: 22pt;
  text-align: center;
  color: black;
  background-image: linear-gradient(to top, #cfd9df 0%, #f4f6f7 100%);
  border: 2px solid black;
  margin: 0px 0px 20px 0px;
  cursor: pointer;
  padding: 10px;
}

#bm {
  width: 50%;
  height: 100%;
}

#cont_tutorial {
  width: 50%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  flex-wrap: wrap;
  position: relative;
  filter: blur(4px);
  transition: 0.5s ease;
}

#cont_tutorial h2 {
  margin: 0 auto 10px auto;
  width: 90%;
  text-align: left;
  font-family: 'trade_bold';
  font-size: 42pt;
  color: red;
  z-index: 2;
  transition: 0.6s ease;
}

#cont_tutorial h3 {
  margin: 0 auto;
  width: 90%;
  text-align: left;
  font-family: 'beauchef';
  font-size: 20pt;
  color: black;
  z-index: 2;
  transition: 0.8s ease;
}

.desplazar_izq {
  transform: translate3d(-10%, 0, 0);
  opacity: 0;
  transition: 0.8s ease;
}

.desplazar_dcha {
  transform: translate3d(10%, 0, 0);
  opacity: 0;
  transition: 0.8s ease;
}

#cont_tutorial .botonera {
  width: 100%;
  margin: 10px auto 0px auto;
  display: flex;
  flex-flow: row nowrap;
    -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
      z-index: 2;
}

#cont_tutorial .botonera img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin: 10px;
  z-index: 2;
}

#cont_tutorial #fondo_diapositiva {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  position: absolute;
}

@media (max-width: 1400px) {
  .contenedor_global {
    background-position: 0px -140px;
  }
}

@media (max-width: 1024px) {
  .contenedor_global {
    background-position: 0px -119px;
  }

  #cont_tutorial h2 {
    font-size: 32pt;
  }

  #cont_tutorial h3 {
    font-size: 18pt;
  }
}

@media (max-width: 850px) {
  .contenedor_global {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    background-position: center -60px;
  }
  #bm {
    width: 100%;
    height: 50%;
  }
  #cont_tutorial {
    width: 100%;
    height: auto;
  }
  #cont_tutorial h2 {
    text-align: center;
    font-size: 24pt;
    order:2;
  }
  #cont_tutorial h3 {
    font-size: 16pt;
    order:3;
  }
  #cont_tutorial .botonera {
    order:1;
    margin: 0px auto;
  }
  #cont_tutorial .botonera img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin: 10px;
}
}
