@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap" rel="stylesheet">');
@import url('<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">');

/* CSS CONTADOR */

*{
    margin: 0;
    padding: 0;     
    box-sizing: border-box;
    font-family: 'Poppinss', sans-serif;
}

/*
.home-img{
    background: url("./images/gif2.gif") no-repeat;
    min-height: 50vh;
    display: flex;
    align-items: center;
    padding: 0 50px; 
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.video{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.botoes{
    flex-direction: column;
    display: flex;
    position: absolute;
    top: 35%;
    left: 25%;
    padding: 0 0 10px;
}

*/
}
.wrapper{
    padding: 20px 50px;
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.wrapper .title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}

.wrapper p{
    text-align: justify;
    padding-bottom: 20px;
}


.counter-up{
    background: url("./images/gif2.gif") no-repeat;
    min-height: 25vh;
    display: flex;
    align-items: center;
    padding: 0 200px; 
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.counter-up::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.8);
}

.counter-up .content{
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.content .box {
    width: 15%;
    border: 1px dashed #fff;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: #fff;
    flex-direction: column;
    border-radius: 5px;
}

.content .box .icon{
    font-size: 48px;
    color: #e6e6e6;
}

.content .box .counter{
    font-size: 50px;
    color: #f2f2f2;
    font-weight: 500;
    font-family: sans-serif;
}


.content .box .text{
    color: #ccc;
    font-weight: 400;
    font-family: sans-serif;
}

@media (max-width: 1036px){
    .counter-up{
        padding: 50px 50px 0 50px;
    }
    .content .box{
        width: 20%;
        margin-bottom: 50px;
    }
}

@media (max-width: 580px){
    .content .box{
        width: 100%;
    }
}


.StyleRegress{
    background: url("../images/bg-3.png") no-repeat;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0;
    padding: 0;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    box-sizing: border-box;
}

.timer{
  margin: 15px 30px;
  width: 120px;
  background: rgba(0,0,0,0.5);
  text-align: center;
  border-radius: 10px;
  box-shadow: 15px 10px 20px #6660;
  cursor: pointer;
}

.timer p{
  color: #fff;
  font-size: 45px;
  margin: 25px 8px;
}

.timer h6{
  margin: 0;
  padding: 10px;
  font-size: 1em;
  background: rgb(236, 43, 43);
  color: #fff;
  text-transform:uppercase;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 15px 10px 20px #000;
}


.titulo-task{
  margin: 15px 30px;
  width: 120px;
  background: rgba(245, 243, 243, 0.5);
  text-align: center;
  border-radius: 10px;
  box-shadow: 15px 10px 20px rgba(255, 245, 245, 0);
  cursor: pointer;
}

.titulo-task h1{
  margin: 0;
  padding: 10px;
  font-size: 1em;
  background: rgb(236, 43, 43);
  color: #fff;
  text-transform:uppercase;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 15px 10px 20px #000;
}
