@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;600&family=Source+Sans+Pro&display=swap');
.clear{clear: both;}


/* HOME */

.eluchans-escritorio{
  display: block;
}

.eluchans-movil{
  display: none;
}

.texto-departamentos1, .texto-departamentos2 {
    width: 300px;
    height: 210px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    padding: 20px;
    text-align: justify;
    /* margin: 50px 0 0 135px; */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-100px, 0);
    opacity: 0;

    transition: 1s ease-in-out;
}

.bg-video {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    background: #000;
    background-position: center;
    background-size: contain;
    object-fit: cover;
}

/* Proyecto */

.proyecto {
	position: relative;
  background: #000;
  background: url('../media/fondo.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
		background-size: 100%;

    opacity: 0;
    transition: 0.5s ease-in-out;

}

.flecha-kant a{
  position: absolute;
  bottom: 50px;
  display: inline-block;
  width: 80px;
  z-index: 99;
  left: calc(50% - 40px);
  animation: MoveUpDown 2s ease infinite;
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 20px;
  }
}

.logo-kant {
    position: absolute;
    width: 200px;
    height: 109px;
    left: 20px;
    top: 20px;
    background: url(../media/logo-kant.svg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    /* background-size: 100%; */
}

.logo-eluchans {
    background: url(../media/logo-eluchans-header.svg);
    background-size: 300px 79px;
    position: absolute;
    width: 300px;
    height: 79px;
    right: 20px;
    top: 5px;
    z-index: 9;
}



.departamentos{
  position: absolute;
  width: 50%;
  height: 100vh;
  top: 0;
  left: 0;

  background: url('../media/departamento.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  /* display: flex;
  align-items: center;
  justify-content: center; */
  text-align: center;
}
.oficinas{
  position: absolute;
  width: 50%;
  height: 100vh;
  top: 0;
  right: 0;

  background: url('../media/oficinas.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  /* display: flex;
  align-items: center;
  justify-content: center; */
  text-align: center;
}

.departamentos-movil{
  position: absolute;
  width: 50%;
  height: 100vh;
  top: 0;
  left: 0;

  background: url('../media/departamento.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.oficinas-movil{
  position: absolute;
  width: 50%;
  height: 100vh;
  top: 0;
  right: 0;

  background: url('../media/oficinas.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.boton-inicio a, .boton-inicio2 a{
      display: inline-block;
      margin-top: 28%;
      width: 125px;
      height: 40px;
      font-family: 'Oswald', sans-serif;
      font-size: 20px;
      line-height: 22px;
      font-weight: 400;
      text-decoration: none;
      text-transform: uppercase;
      color: #fff;
      -webkit-font-smoothing: antialiased;
      background: #000;
      padding: 20px 40px;
      border: 1px solid #fff;
      /* display: flex; */
      /* align-items: center; */
      /* justify-content: center; */
      text-align: center;
      transform: scale(1);
      opacity: 0;
      transition: 1s ease-in-out;
}

.boton-inicio-movil a, .boton-inicio2-movil a{
  height: 40px;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  background: #000;
  padding: 20px 40px;
  border: 1px solid #fff;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: scale(1);
  opacity: 0;

  transition: 1s ease-in-out;
}

.boton-inicio a:hover, .boton-inicio2 a:hover{
  background: #b22723;
  transform: scale(1.1);
}



@media only screen and (max-width: 768px) {

.boton-inicio a{

  margin-top: 40%!important;
}

  .texto-departamentos1, .texto-departamentos2 {
    position: relative!important;
    left: 0px!important;
    transform: none!important;
    width: 90%!important;
    padding: 5%!important;
    margin-top: 40px!important;
  }

  .logo-kant {
    display: none!important;
  }

  .departamentos{
    position: relative!important;
    width: 100%;
    /* height: 50vh; */
    height: auto!important;
    top: 0;
    left: 0;
    padding-bottom: 20px!important;
  }
  .oficinas{
    position: relative!important;
    width: 100%;
    /* height: 50vh; */
    height: auto!important;
    top: 50%;
    right: 0;
    padding-bottom: 20px!important;
  }

  .eluchans-escritorio{
    /* display: none!important; */
  }

  .eluchans-movil{
    display: block!important;
  }

  .departamentos-movil{
    position: absolute;
    width: 100%;
    height: 50vh;
    top: 0;
    left: 0;
  }
  .oficinas-movil{
    position: absolute;
    width: 100%;
    height: 50vh;
    top: 50%;
    right: 0;

  }

	.bg-video {
	      object-fit: contain!important;
	  }
}

/* HOME */
