/*
Theme Name: O Despertar 1
Theme URI: https://odespertar.agenciaturing.com
Author: Turing - Marketing
Author URI: https://agenciaturing.com
Description: Página de Captura do Evento: O Despertar 1 - Júlio César (Dez-Jan/22)
Version: 1.0
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: white;
}

header{
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
    background-color: #252122;
	font-family: "Poppins", sans-serif;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0;
    padding-top: 20px;
    padding-bottom: 10px;
	overflow: hidden;
}

body{
    background-color: #040e08;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
}

.countdown{
	display: flex;
	transform: scale(2);
}

.time{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 15px;
}

.time h2{
	font-weight: bold;
	font-size: 36px;
	line-height: 1;
	margin: 0 0 5px;
}

.logo img{
    max-width: 550px;
    margin-top: -20px;
}

.logo{
    text-align: center;
    padding-top: 30px;
}

.logo h1{
    padding-top:10px;
    margin-bottom: -20px;
    color: red;
    font-size: 30px !important;
}

input{
    width: 100%;
    height: 50px;
    margin: 20px 0;
    border-radius: 10px;
    background: #fcfdff;
    color: black;
    border: 1px solid #c3cce8;
    padding-left: 10px;
    text-align: center;
    margin-top: 5px;
}

.submit-wrapper input{
    margin-top: -10px;
    background: #f28600;
    color: white;
    font-size: 20px;
}

a{
    display: inline-block;
    text-align: center;
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-bottom: 30px;
    margin-top: 10px;
    border-radius: 15px;
    font-weight: bold;
    font-size:  20px;
    background-color: #ff9900;
    text-decoration: none;
    color: black;
}

h1{
    text-align: center;
    font-size: 30px;
}

p{
    font-size: 25px;
    text-align: justify;
    margin: 20px;
}

.Infos{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: black;
}

footer{
    margin: auto;
}

h5{
    color: white;
    font-size: 20px;
    text-align: center;
}

.Infos > p{
    color: white;
    font-size: 17px;
    text-align: center;
}

@media screen and (max-width: 768px) {
     
    h1{
		font-size: 45px;
	}

	.time{
		margin: 5px;
	}

	.time h2{
		font-size: 12px;
	}

	.time small{
		font-size: 10px;
	}
    
    .Dobra1{
         max-width: 100%;
     }

     .Logo{
         max-width: 100%;
     }

     .Logo img{
         max-width: 100%;
     }

     a{
        display: inline-block;
        text-align: center;
        padding: 20px;
        padding-left: 50px;
        padding-right: 50px;
        margin-left: auto;
        margin-bottom: 30px;
        margin-top: 10px;
        border-radius: 15px;
        font-weight: bold;
        font-size:  20px;
        background-color: #ff9900;
        text-decoration: none;
        color: white;
    }

}