@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
    /* display: flex;
    justify-content: center;
    align-items: center;*/
    min-height: 100vh;
    max-width: 100vw;
    margin: 0;
    background-color: #fefdfd;
}

a.book {
    /*height: 295px;
    */
    width: 290px;
    display: block;
    background-size: cover;
    height: 386px;
    margin: 0 auto;
    background: url(https://tizayuca.gob.mx/informes/2023/portada.jpg);
    background-size: cover;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}

a.book:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

a.booklink {
    margin: 0 auto;
    display: block;
    width: fit-content;
    color: #9f2241;
    margin-top: 1rem;
    text-decoration: underline;
}

p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
label,
input {
    font-family: Montserrat!important;
}

.address {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.address h3 {
    margin-bottom: 5px;
    color: #575757;
}

.address span {
    color: #8c8c8c;
    font-weight: 400;
}

.fullseparator {
    width: 100%;
    background: #fefdfd;
    height: 20px;
    margin-top: -3px;
}

.content {
    text-align: center;
}

.content span {
    color: #9f2241;
    font-weight: 500;
    letter-spacing: 1;
}

a {
    font-weight: 600;
    text-decoration: none;
}

.content h1 {
    color: #9F2241;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2.2rem;
}

.max-content {
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.text {
    text-align: center;
    margin-top: 3rem;
    line-height: 0.5;
    color: #9f2241;
}

.text h3 {
    font-weight: 400;
}

.text span {
    color: #575757;
    font-size: .9rem;
}

.heroefe {
    background-image: linear-gradient(179deg, rgb(255 247 247 / 70%) 0%, #fefdfd 88%), url(https://tizayuca.gob.mx/img/banner.jpeg);
    min-height: 300px;
    background-size: cover;
    background-position: bottom center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.countdown-item {
    text-align: center;
    margin: 0 20px;
}

.countdown-number {
    font-size: 36px;
    color: #9f2241;
}

.countdown-label {
    font-size: 18px;
    color: #575757;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media only screen and (max-width: 702px) {
    .heroefe {
        background-image: linear-gradient(179deg, rgb(255 247 247 / 80%) 0%, #fefdfd 88%), url(https://tizayuca.gob.mx/img/banner.jpeg);
        padding: 0 1rem;
    }
    .countdown-number {
        font-size: 25px;
    }
    .countdown-label {
        font-size: 10px;
    }
    .text {
        line-height: 1;
    }
    .max-content {
        padding: 0 1rem;
    }
    .text h2 {
        font-size: 1.2rem;
    }
}