@import url("https://use.typekit.net/zfo4oyp.css");

body{
    margin: 0 auto;
    padding: 0;
    border: 0;
    background-color: white;
    background-image: url(./images/background-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
    text-align: center;
    font-family: kaneda-gothic;
    display: block;
}

.modalforms{
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    z-index: 2000;
    align-items: center;
    justify-content: center;
    display: none;

}

.forms-google{
    width: 100%;
    height: 100vh;
    display: block;
    border: 0;
    overflow: hidden;
    
}

.fechar{
    margin-top: 20px;
    width: 250px;
    position: absolute;
    right: 45px;
}

.fechar-in{
    animation: close-in 1.5s forwards;
}

.fechar-out{
    animation: close-out 1.5s forwards;
}

@keyframes close-in {
    0%{
        opacity: 0;
        transform:translateY(-300px)
    }
    
    100%{
        opacity: 1;
        transform:translateY(0px)
    }
    
}

@keyframes close-out {
    0%{
        opacity: 1;
        transform:translateY(0px)
    }
    
    100%{
        opacity: 0;
        transform:translateY(-300px)
    }
    
}

iframe {
    scrollbar-width: none; /* Para navegadores compatíveis (Firefox) */
    -ms-overflow-style: none; /* Para navegadores baseados em Edge */
}

iframe.forms-google::-webkit-scrollbar {
    display: none; /* Para navegadores baseados em Webkit */
}


.modal-in{
    animation: in 1s ease-in;
}

.modal-out{
    animation: out 1s ease-in;
}

@keyframes in {
    0%{
        opacity: 0;

        
    }
    100%{
        opacity: 1;
        
    }
}

@keyframes out {
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;

    }
}

.modalrodape{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #811212;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    border-radius: 30px 30px 0px 0px;
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 0px -5px 20px 5px rgba(0, 0, 0, 0.5);
    cursor: pointer;

}

.iconcat{
    width: 50px;
    margin-right: 15px;
    margin-top: -2px;
}

.cat{
    color: white;
    text-transform: uppercase;
    font-size: 35px;

}

#container{
    display: flex;
    width: 80%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#head{
    display: block;
}

#day{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

#local{
    display: block;
}

#logo{
    margin-top: 100px;
    width: 350px;
}

#cutdown{
    display: block;
    margin-bottom: 60px;
}

.title1{
    margin: 0;
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    color: #e22524;
    margin-top: 30px;
    
}

.bodytext{
    width: 90%;
    font-size: 26px;
    font-weight: 500;
    text-align: left;
    max-width: 800px;
    color: white;
    padding: 0px 20px;
}

.subtitle{
    font-size: 40px;
    text-transform: uppercase;
    color: #e22524;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 0;
}

.daybutton{
    background-color: #e22524;
    width: 400px;
    height: 80px;
    border-radius: 100px;
    border: solid white 5px;
    margin-bottom: 25px;
    margin-top: 5px;
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
}

.daytext{
    text-align: center;
    font-size: 35px;
    font-weight: 900;
    color: white;

}


#subtitleicons{
    display: flex;
    flex-direction: row;
    text-align: left;
    justify-content: space-around;
    align-items: center;
    margin: 0;
}

.localtext{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color: #e22524;
    margin-right: 10px;
}

#icons{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: auto;
    min-width: 70px;
}

.localicons{
    width: 30px;
}

.link{
    text-decoration: none;
}

.iframe-maps {
    border: 5px solid #e22524;
    width: 100%;
    height: 300px;
    max-width: 1000px;
    max-height: 400px;
    border-radius: 35px;
    margin-bottom: 20px;
    display: block;
    margin: 0 auto;
}

#regressiva{
    width: 100%;
    display: flex;
    margin-top: 25px;
    justify-content: center;
}

#countdown{
    width: 500px;
    height: 112px;
    text-align: center;
    background: white;
    background-image: -webkit-linear-gradient(top, #0095cc, white, white, #0095cc); 
    background-image:    -moz-linear-gradient(top, #0095cc, white, white, #0095cc);
    background-image:     -ms-linear-gradient(top, #0095cc, white, white, #0095cc);
    background-image:      -o-linear-gradient(top, #0095cc, white, white, #0095cc);
    border: 1px solid white;
    border-radius: 30px;
    box-shadow: 0px 0px 8px rgba(160, 205, 235, 0.5);
    margin: auto;
    padding: 24px 0;
    position: absolute;

}

#countdown:before{
    content:"";
    width: 8px;
    height: 65px;
    background-image: -webkit-linear-gradient(top, #e22524, #811212, #811212, #e22524); 
    background-image:    -moz-linear-gradient(top, #e22524, #811212, #811212, #e22524);
    background-image:     -ms-linear-gradient(top, #e22524, #811212, #811212, #e22524);
    background-image:      -o-linear-gradient(top, #e22524, #811212, #811212, #e22524);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    display: block;
    position: absolute;
    top: 48px; left: -9px;
}

#countdown:after{
    content:"";
    width: 8px;
    height: 65px;
    background-image: -webkit-linear-gradient(top, #e22524, #811212, #811212, #e22524); 
    background-image:    -moz-linear-gradient(top, #e22524, #811212, #811212, #e22524);
    background-image:     -ms-linear-gradient(top, #e22524, #811212, #811212, #e22524);
    background-image:      -o-linear-gradient(top, #e22524, #811212, #811212, #e22524);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    display: block;
    position: absolute;
    top: 48px; right: -10px;
}

#countdown #tiles{
    position: relative;
    z-index: 1;
    
}

#countdown #tiles > span{
    width: 92px;
    max-width: 92px;
    font: bold 60px kaneda-gothic;
    font-weight: 900;
    text-align: center;
    color: white;
    background-color: #eee;
    background-image: -webkit-linear-gradient(top, #e22524, #811212); 
    background-image:    -moz-linear-gradient(top, #e22524, #811212);
    background-image:     -ms-linear-gradient(top, #e22524, #811212);
    background-image:      -o-linear-gradient(top, #e22524, #811212);
    border-top: 1px solid #fff;
    border-radius: 25px;
    box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.8);
    margin: 0 7px;
    padding: 10px 0;
    display: inline-block;
    position: relative;
    
}

#countdown #tiles > span:before{
    content:"";
    width: 100%;
    height: 13px;
    background: white;
    display: block;
    padding: 0 3px;
    position: absolute;
    top: 41%; left: -3px;
    z-index: -1;
}

#countdown #tiles > span:after{
    content:"";
    width: 100%;
    height: 1px;
    background: #ca8787;
    border-top: 1px solid #333;
    display: block;
    position: absolute;
    top: 48%; left: 0;
}

#countdown .labels{
    width: 100%;
    height: 25px;
    text-align: center;
    position: absolute;
    bottom: 15px;
}

#countdown .labels li{
    width: 102px;
    font: bold 24px kaneda-gothic;
    font-weight: 900;
    color: white;
    text-shadow: 1px 1px 0px #811212;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    
}

.space{
    height: 150px;
    width: 100%;

}

.containerbgfinal{
    width: 105%;
}

#bgfundo{
    width: 100%;
    margin-bottom: 70px;
}

