.logo-header-container{
  width: 100px;
}
.position-relative{
  position: relative;
}
.position-absolute{
  position: absolute;
}
.bottom-align{
  bottom: 14px;
}
.muuwho-logo{
  width: 600px;
}
.text-primera {
  text-align: center;
  font-size: 2rem;
}
.text-container{
  text-align: left;
  width: 400px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

.center-container{
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  color: red
}

.top-margin-texto{
  margin-top: 20px;
}
.width-seccion2{
  max-width: 710px;
}
.texto-segunda{
  font-size: 2.5rem;
}
.container-actualmente{
  margin-top: 20px;
  text-align: center;
}
.actualmente{
  font-weight: 600;
  font-size: 2.8rem;

  text-align: center;
}

.lista-3{
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content:  space-between;
  flex-wrap: wrap;
  background: white;
}
.element-propuesta{
  height: 270px;
  width: 250px;
  text-align: center;
  border: 1px solid rgb(235, 236, 232);

}
.border-propuestagrande{
  margin-bottom: 15px;
  border: 1px solid rgb(235, 236, 232);
}
.propuesta-header{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.recompensa{
  color: #fc6d00;
  padding-top: 12px;
  font-size: 2rem;
  font-weight: 600;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.puesto-label{
padding: 0;
font-weight: 600;
font-size: 1.5rem;
margin: 0;
}
.lugar-label{
padding: 0;
font-size: 1.5rem;
margin: 0;
}

.img-container{
  height: 130px;
  width: 70%;
  background-size: 100% 100%;
  margin: 0;
  margin-top: 15px;

  margin-right: auto;
  margin-left: auto;
}
#propuesta1{
background-image: url('./../img/fondo_blanco.png');

}
#propuesta2{
background-image: url('./../img/fondo_blanco.png');

}
#propuesta3{
background-image: url('./../img/logo.png');

}


.texto-septima{
  font-size: 7rem;
  font-weight: 700;
  margin-top: 15px;
  text-transform: uppercase;
  color: #fc6d00;
}
.help-div{
  width: 100%;
  text-align: center;
}
.para-estas{
  font-size: 3.5rem;
}
.naranja{
  color: #fc6d00;
  font-weight: 600;
}
.carousel-control.right{
      background-image: none;
}
.carousel-control.left{
      background-image: none;
}
.carousel.slide{
  max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.container-precio{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.container-price{
  display: flex;
  width: 100%;
  /*width: 600px;*/
}

.value{
  color: #fc6d00;
  font-size: 10rem;
  font-weight: 600;
  margin-top: 45px;;
}
.flip-clock-wrapper{

}
.clock{
  margin-right: -5px;;
  margin-left: 0;
  display: flex;

}
.millones
{

  width: 150px;
  /*display: none;*/
}

#menu_icon{
  background-image: url('./../img/1000x1000.png');
background-repeat: no-repeat;
background-size: 100% 100%;
}
#menu_item1{
  background-image: url('./../img/mesa_de_trabajo2.png');
background-repeat: no-repeat;
background-size: 100% 100%;
}
#menu_item2{
  background-image: url('./../img/mesa_de_trabajo3.png');
background-repeat: no-repeat;
background-size: 100% 100%;
}
#menu_item3{
  background-image: url('./../img/mesa_de_trabajo4.png');
background-repeat: no-repeat;
background-size: 100% 100%;
}

@media (max-width: 991px) {
  .lista-3{

    justify-content: center;
  }

  .element-propuesta{
    width: 240px;
  }
  .container-precio{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-right: 300px;
  }
  .container-price{
    display: flex;
    width: 100%;
    transform: scale(.6);
    /*width: 600px;*/
  }

}
@media (max-width: 768px) {
  .muuwho-logo{
    width: 400px;
  }
  .top-margin-texto{
    margin-top: 0
  }
}
@media (max-width: 650px) {
  .container-precio{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .container-price{
    display: flex;
    width: 100%;
    transform: scale(.4);
    /*width: 600px;*/
  }
}
@media (max-width: 400px) {
  .muuwho-logo{
    width: 200px;
  }
  .text-container{
    width: 300px;
  }

  .top-margin-texto{
    margin-top: 0
  }
}
