


.container_home{
  background-image: url("/recursos/img/papelroto22.png");
  background-position: center;
  background-size: contain;
  background-repeat: repeat-x;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
}

.container_home video{
 width:50%;
}

.container_text{
  width: 550px;
  padding: 0.7em;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-items: center;
}

.container_text h1{
  font-weight: 800;
  font-size: 55px;
}

.container_text h2 {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 32px;
  padding-bottom: 0.3em;
}


.container_text h3{
  padding: 0.5em 0em 0.7em 0em;
  text-align: center;
    font-size: 15px;
}

.subtitle{
  width: 150px;
}

@media (max-width: 996px) {
.container_text h1 {
    font-size: xxx-large;
    }
}

@media (max-width: 890px) {
.container_text h1 {
        font-size: 40px;
    }
    .container_text h2 {
    font-size: 28px;
}
}


@media (max-width: 770px) {
    .container_home{
        flex-wrap: wrap;
        padding-bottom: 2em;
        background-size: cover;
    }

    .container_home video {
      width: 100%;
  }

    .container_text{
        margin-left: 0em;
    }

    
    .container_text h1{
      font-size: 45px;
  }

  .container_text h2{
      font-size: 30px;
  }

  .container_text h3{
      font-size: 15px;
      padding: 0.5em 3em 0.7em 3em;
  }
  .button-55{
          padding: 1rem;
        font-size: 15px;
  }

  .writing-line {
 top: 5.8em;
    width: 22em;

}
 
}


@media (max-width: 500px) {
      .container_home{
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("/recursos/img/papelroto500x500.png") !important;
    }

  .container_text h1{
    font-size: 33px;
}


.container_text h2{
    font-size: 17px;
}

.container_text h3{
    font-size: 11px;
    padding: 0.5em 3em 0.7em 3em;
}

.buttonHeader {
  height: 40px;
  width: 125px;
  font-size: 10px;
}   

    .writing-line {
        top: 4em;
        width: 14em;
        height: 1.4em;
    }

}

