﻿@import url('https://fonts.googleapis.com/css2?family=Aleo: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 {
    background-color: #000;
    font-family: 'Aleo', serif;
    color: #fff;
}

img {
    max-width: 100%;
}


#meio-modelo {
}

    #meio-modelo h1 {
        font-weight: bold;
        font-size: 56px;
        position: relative;
        z-index: 5;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.52);
    }

        #meio-modelo h1:before {
            position: absolute;
            content: ' ';
            background-color: #de121e;
            width: 45%;
            height: 30px;
            left: -5px;
            bottom: 5%;
            z-index: -1;
        }

#div-diagonal {
    transform: rotate(355deg);
    width: 200%;
    position: relative;
    left: -50%;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.52);
}


#regressiva {
    display: inline-block;
}


    #regressiva div {
        display: inline-block;
        float: left;
        position: relative;
        width: 60px;
        height: 50px;
        margin-top: 20px;
        text-align: center;
        font-weight: bold;
        font-size: 40px;
    }


        #regressiva div:before {
            position: absolute;
            margin-top: -25px;
            width: 100%;
            top: 0;
            left: 0;
            font-weight: normal;
            background-color: #dc3545;
            font-size: 13px;
        }



    #regressiva #days:before {
        content: 'days';
    }

    #regressiva #hours:before {
        content: 'hours';
    }

    #regressiva #minutes:before {
        content: 'mins';
    }

    #regressiva #seconds:before {
        content: 'secs';
    }
