.titleimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clock {
    max-width: 20%;
    padding-left: 51px;
    margin-top: -0.2px;
}
.come-in {
    transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
  }
  
  .come-in:nth-child(odd) {
    animation-duration: 0.6s;
  }
  
  .already-visible {
    transform: translateY(0);
    animation: none;
  }
  
  @keyframes come-in {
    to {
      transform: translateY(0);
    }
  }
.leftnum {
    position: absolute;
    color: white;
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 73px;
    z-index: 10;
    margin-top: 28px;
}

.leftarrow {
    left: 0;
    position: absolute;
}
.boxagenda {
    background-image: url("../../img/cadreagenda.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 90px;
    margin-bottom: 50px;
    color: var(--font-color);
}
.textbg {
    margin: auto;
    width: 700px;
    height: 10%;
    padding: 10px;
}
.pbg {
    margin-bottom: 0rem;
}
.pbgt {
    margin-left: 65px;
}
.pbgd {
    font-weight: bold;
    color: var(--color-accent);
    margin-left: -75px;
    max-width: 22%;
}
.purparrow {
    position: absolute;
    margin-top: -46px;
}
.yellowarrow {
    position: absolute;
    margin-top: 12px;
    margin-left: 975px;
}
.rightnum {
    position: absolute;
    color: white;
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 1010px;
    z-index: 10;
    margin-top: 28px;
}

.rightarrow {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .leftnum {
        position: absolute;
        color: white;
        font-size: 1.6rem;
        font-weight: bold;
        margin-left: 43px;
        z-index: 10;
        margin-top: 28px;
    }
    .purparrow {
        position: absolute;
        margin-top: -46px;
        margin-left: -30px;
    }
    .yellowarrow {
        position: absolute;
        margin-top: 12px;
        margin-left: 830px;
    }
    .rightnum {
        position: absolute;
        color: white;
        font-size: 1.6rem;
        font-weight: bold;
        margin-left: 870px;
        z-index: 10;
        margin-top: 28px;
    }
    .rightarrow {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .purparrow {
        position: absolute;
        margin-top: -46px;
        margin-left: -125px;
    }
    .yellowarrow {
        position: absolute;
        margin-top: 12px;
        margin-left: 690px;
    }
    .rightnum {
        position: absolute;
        color: white;
        font-size: 1.6rem;
        font-weight: bold;
        margin-left: 727px;
        z-index: 10;
        margin-top: 28px;
    }
    .rightarrow {
        display: none;
    }
    .leftnum {
        position: absolute;
        color: white;
        font-size: 1.6rem;
        font-weight: bold;
        margin-left: -53px;
        z-index: 10;
        margin-top: 28px;
    }
}

@media only screen and (max-width: 813px) {
    .boxagenda {
        background-image: url("../../img/cadreagenda.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 80px;
        margin-bottom: 50px;
    }
    .textbg {
        margin: auto;
        margin-left: 30px;
        width: 700px;
        height: 10%;
        padding: 10px;
    }
    .pbg {
        margin-bottom: -0.3rem;
        margin-top: -5px;
    }
    .clock {
        max-width: 20%;
        padding-left: 51px;
        margin-top: -5px;
    }
    .purparrow {
        position: absolute;
        margin-top: -40px;
        margin-left: -70px;
        width: 20%;
    }
    .yellowarrow {
        position: absolute;
        margin-top: 5px;
        margin-left: 650px;
        width: 7.2%;
    }
    .rightnum {
        position: absolute;
        color: white;
        font-size: 1.6rem;
        font-weight: bold;
        margin-left: 684px;
        z-index: 10;
        margin-top: 20px;
    }
    .rightarrow {
        display: none;
    }
    .leftnum {
        position: absolute;
        color: white;
        font-size: 1.6rem;
        font-weight: bold;
        margin-left: -11px;
        z-index: 10;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .titleimg {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
    .boxagenda {
        background-image: url("../../img/cadrerespo.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 135px;
        margin-bottom: 50px;
    }
    .textbg {
        margin: auto;
        width: 100%;
        height: 10%;
        padding: 10px;
    }
    .pbg {
        margin-bottom: 0.4rem;
        margin-top: 0px;
        font-size: 1.1rem;
    }
    .pbgt {
        margin-left: 80px;
    }
    .pbgd {
        font-weight: bold;
        color: #670e82;
        margin-left: -10px;
        max-width: 50%;
    }
    .clock {
        max-width: 20%;
        padding-left: 80px;
        margin-top: 3px;
    }
    .purparrow {
        display: none;
    }
    .yellowarrow {
        position: absolute;
        margin-top: 35px;
        right: 0;
        width: 10.7%;
    }
    .rightnum {
        position: absolute;
        color: white;
        font-size: 1.6rem;
        font-weight: bold;
        right: 15px;
        z-index: 10;
        margin-top: 9%;
    }
    .rightarrow {
        display: block;
        position: absolute;
        margin-top: 10px;
        left: 0;
        width: 12.9%;
    }
    .leftnum {
        position: absolute;
        color: white;
        font-size: 1.7rem;
        font-weight: bold;
        left: 20px;
        z-index: 10;
        margin-top: 8.9%;
    }
}
@media only screen and (max-width: 533px) {
    .boxagenda {
        background-image: url("../../img/cadrerespo.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 100px;
        margin-bottom: 50px;
    }
    .textbg {
        margin: auto;
        width: 80%;
        height: 10%;
        padding: 3px;
    }
    .pbg {
        margin-bottom: 0.1rem;
        margin-top: 0px;
        font-size: 0.84rem;
    }
    .pbgt {
        margin-left: 14%;
    }
    .pbgd {
        font-weight: bold;
        color: #670e82;
        margin-left: 3%;
        max-width: 50%;
        margin-top: 3%;
    }
    .clock {
        max-width: 20%;
        padding-left: 18%;
        margin-top: 6px;
    }
    .purparrow {
        display: none;
    }
    .yellowarrow {
        position: absolute;
        margin-top: 20px;
        right: 0;
        width: 10.7%;
    }
    .rightnum {
        position: absolute;
        color: white;
        font-size: 1.6rem;
        font-weight: bold;
        right: 10px;
        z-index: 10;
        margin-top: 6.5%;
    }
    .rightarrow {
        position: absolute;
        margin-top: -3px;
        left: 0;
        width: 12.9%;
    }
    .leftnum {
        position: absolute;
        color: white;
        font-size: 1.7rem;
        font-weight: bold;
        left: 17px;
        z-index: 10;
        margin-top: 5.5%;
    }
}
@media only screen and (max-width: 475px) {
    .textbg {
        margin: auto;
        width: 90%;
        height: 10%;
        padding: 1px;
    }
    .pbgd {
        font-weight: bold;
        color: #670e82;
        margin-left: 2%;
        max-width: 50%;
        margin-top: 3%;
    }
    .leftnum {
        position: absolute;
        color: white;
        font-size: 1.4rem;
        font-weight: bold;
        left: 15px;
        z-index: 10;
        margin-top: 5.9%;
    }
    .rightnum {
        position: absolute;
        color: white;
        font-size: 1.6rem;
        font-weight: bold;
        right: 10px;
        z-index: 10;
        margin-top: 6.5%;
    }
}
@media only screen and (max-width: 405px) {
    .boxagenda {
        background-image: url("../../img/cadrerespo.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 87px;
        margin-bottom: 50px;
    }
    .textbg {
        margin: auto;
        width: 95%;
        height: 10%;
        padding: 1px;
    }
    .pbg {
        margin-bottom: 0rem;
        margin-top: 0px;
        font-size: 0.7rem;
    }
    .pbgt{
        margin-left: 20%;
    }
    .pbgd {
        font-weight: bold;
        color: #670e82;
        margin-left: 1%;
        max-width: 50%;
        margin-top: 3%;
    }
    .yellowarrow {
        position: absolute;
        margin-top: 28px;
        right: 0;
        width: 10.9%;
    }
    .rightnum {
        position: absolute;
        color: white;
        font-size: 1.6rem;
        font-weight: bold;
        right: 5px;
        z-index: 10;
        margin-top: 8%;
    }
    .rightarrow {
        position: absolute;
        margin-top: 2px;
        left: 0;
        width: 12%;
    }
    .leftnum {
        position: absolute;
        color: white;
        font-size: 1.3rem;
        font-weight: bold;
        left: 15px;
        z-index: 10;
        margin-top: 6.1%;
    }
}
@media only screen and (max-width: 360px) {
    .boxagenda {
        background-image: url("../../img/cadrerespo.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 80px;
        margin-bottom: 50px;
    }
    .textbg {
        margin: auto;
        width: 100%;
        height: 10%;
        padding: 1px;
    }
    .pbg {
        margin-bottom: 0rem;
        margin-top: 0px;
        font-size: 1rem;
        line-height: 1.3;
    }
    .pbgd {
        font-weight: bold;
        color: #670e82;
        margin-left: 0px;
        max-width: 60%;
        margin-top: 10px;
    }
    .pbgt {
        margin-left: 58px;
        font-size: 0.65rem;
    }
    .clock {
        max-width: 20%;
        padding-left: 60px;
        margin-top: 6px;
        font-size: 0.9rem;
    }
    .yellowarrow {
        position: absolute;
        margin-top: 28px;
        right: 0;
        width: 10.9%;
    }
    .rightnum {
        position: absolute;
        color: white;
        font-size: 1.6rem;
        font-weight: bold;
        right: 5px;
        z-index: 10;
        margin-top: 9%;
    }
    .rightarrow {
        position: absolute;
        margin-top: 2px;
        left: 0;
        width: 12%;
    }
}

button {
    background-color: var(--color-secondary);
    border: none;
    outline: none;
}

button:focus {
    outline: none;
}
