/**
* Template Name: ComingSoon
* Updated: Mar 09 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/comingsoon-free-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap');


@font-face {
  font-family: 'Zuume Rough Bold';
  src: url(../fonts/zuumerough-bold.ttf);
}

@font-face {
  font-family: 'Brice Bold Expanded';
  src: url(../fonts/Brice-Bold-Expanded.otf);
}

html{
  background: rgba(0, 0, 0, 0.90);
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #fff;
  background: url("../img/bg.png") center fixed no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}


#canvas {
width: 100%;
height: 100%;
  position:absolute;
  top:0;
  left:0;
  }


.instagram-link img{
  width: 300px;
  height: 300px;
}

body::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  
}

.faltam{
  font-size: 20pt;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}


h3.desafio{
  font-size: 25pt;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #ffe100;
}

h3.desafio-descricao{
  font-size: 16pt;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}

h1.desafio{
  font-family: "Poppins", sans-serif;
  font-size: 28pt !important;
  font-weight: bold;
}


a.link-nuvem{
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 20pt;
  color: red;
}

span.data-link{
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-weight: bold;
  color: #ffe100;
}


/*----------responsividade----------*/


@media (min-width: 1024px) {
  body {
    background-attachment: fixed;
  }

  html{
    height: 100%;
  }
  
  body {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: #fff;
    background: url("../img/bg.png") center fixed no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
  }
  
  
  #canvas {

  height: 100%;

    }
  
    #main{
      z-index: 1 !important;
      background-color: transparent;
    }
    
    #footer{
      
      z-index: 1;
      background-color: transparent;
    }
    
  
  body::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    
  }
}


/*-------------------------------*/
a {
  color: #043496;
  text-decoration: none;
}

a:hover {
  color: #1d4ba7;
  text-decoration: none;
}

h1 {
  font-family: "Zuume Rough Bold", sans-serif;
  font-size: 100px !important;
}

h2{
  padding: 10px;
  font-family: "Brice Bold Expanded", sans-serif;
  font-size: 35px !important;
}

h3.descricao{
  font-size: 35pt !important;
  line-height: 50px !important;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  font-weight: w500;
}

h3.instagram{
  font-size: 35pt !important;
  line-height: 50px !important;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  font-weight: w500;
}

h3.contador{

  font-size: 20pt;
  font-family: "Poppins", sans-serif;
  display: inline-block;
}

/* .h4{
  font-size: 35pt !important;
  line-height: 50px !important;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  font-weight: w500;
} */

h2.titulo{
  font-family: 'Poppins', sans-serif;
  font-size: 35pt !important;
}

h2.subtitulo{
  font-family: 'Poppins', sans-serif;
  font-size: 16pt !important;
}

#main {
  z-index: 1;
  position: relative;
}


/*------------------------------------*/
.quote-box{
  padding:3rem;
  transition: 0.5s;
  transition-timing-function: ease-in;
}
  
.text{
  font-size:30px;
  padding-left:10px;
  transition: 0.5s;
  transition-timing-function: ease-in;
  font-family: "Poppins", sans-serif;
  background-image: linear-gradient(to right bottom, #ed4264a8, #ffedbca8);
  color: white;
  -webkit-background-clip: text;
}

.quote{
  transition: 0.5s;
  transition-timing-function: ease-in;
}

.new-quote{
    font-size:15px;
    border-radius: 5px;
    cursor:pointer;
    padding-bottom: 8px;
    padding-top: 9px;
    margin-top: 5px;
    background-image: linear-gradient(to right bottom, #ffffff, #ff0000);
}

.text-center{
  text-align: center;
}
  
.new-quote:hover{
  opacity: 0.6;
}

.author{
  margin:10px;
  font-size:20px;
  transition: 0.5s;
  transition-timing-function: ease-in;
  font-family: 'Open Sans Condensed', sans-serif;
  background-image: linear-gradient(to right bottom, #ffffff,#cc1e1e
  );
  color: transparent;
  -webkit-background-clip: text;
}
  
  
p{
  margin-top: 5px;
  text-align: center;
  position: absolute;
  width: 100%;
  top:21.5%;
}

.block {
perspective: 150rem;
position: absolute;
top:25%;
left: 27%;
}

.block__back {
  transform: rotateY(180deg); 
}

.rotateF{
transform: rotateY(-180deg);
}

.rotateB{
transform: rotate(0deg);
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0461ea;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #0461ea;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*-----quebracabeça----------------*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: relative;
  width: 100%;
  padding: 40px 0;
  /* countdown */
}

#header h1 {
  margin: 0 0 5px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#header h2 {
  color: #eee;
  margin-bottom: 20px;
  font-size: 22px;
}

#header .countdown div {
  text-align: center;
  margin: 10px;
  width: 100px;
  padding: 15px 0;
  background-color: rgb(64, 64, 64);
  border-top: 5px solid #0461ea;
}

#header .countdown div h3 {

  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 15px;
}

#header .countdown div h4 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

/*-----------responsividade----------*/
@media (max-width: 800px) {
  #header .countdown div {
    width: 70px;
    padding: 10px 0;
    margin: 10px 8px;
  }


  
html{
 
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #fff;
  background: url("../img/bg.png") center fixed no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

#canvas{
  height: 100%;
}

#main{
  z-index: 1 !important;
  background-color: transparent;
}

#footer{
  
  z-index: 1;
  background-color: transparent;
}

body::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

  
}


.faltam{
  font-size: 22pt;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}


  h1{
    font-size: 55pt !important;
    text-align: center;
  }
  h2{
    text-align: center;
    font-size: 18pt !important;
  }

  #header .countdown div h3 {
    font-size: 28px;
    margin-bottom: 2px;
  }

  #header .countdown div h4 {
    font-size: 12px;
    font-weight: 500;
  }

  .instagram-link img{
    width: 150px;
    height: 150px;
  }
  
}


@media (max-width: 575px) {
  #header .countdown div {
    width: 70px;
    padding: 10px 0;
    margin: 10px 8px;
  }


  .block__main {
    
    min-width: 45vw;
    position: relative;
    transition: all .8s ease;
    backface-visibility: hidden;
    box-shadow: 0rem 1.5rem 4rem rgba(0, 0, 0, 0.15);
    border-radius: .5rem; 
    background-image: linear-gradient(to right top, #201f1f,#0461ea);
  }

  
html{
 
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #fff;
  background: url("../img/bg.png") center fixed no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

#canvas{
  height: 100%;
}

#main{
  z-index: 1 !important;
  background-color: transparent;
}

#footer{
  
  z-index: 1;
  background-color: transparent;
}

body::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

  
}


.faltam{
  font-size: 22pt;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}


  h1{
    font-size: 55pt !important;
    text-align: center;
  }
  h2{
    text-align: center;
    font-size: 18pt !important;
  }

  #header .countdown div h3 {
    font-size: 28px;
    margin-bottom: 2px;
  }

  #header .countdown div h4 {
    font-size: 12px;
    font-weight: 500;
  }

  .instagram-link img{
    width: 150px;
    height: 150px;
  }
  
}

#header .subscribe .subscribe-form {
  min-width: 400px !important;
  margin-top: 10px;
  background: #fff;
  padding: 6px;
  position: relative;
  text-align: left;
}

#header .subscribe .subscribe-form input[type=email] {
  border: 0;
  padding: 0px 0px !important;
  width: calc(100% - 100px);
}


h3.descricao{
  font-size: 16pt !important;
  position: relative;
  text-align: center;
  line-height: 22px !important;
}

h2.titulo{
  font-size: 16pt !important;
}

h2.subtitulo{
  font-size: 12pt !important;
  padding: 5px 50px 5px !important;
}


.quote-box{
  padding:1rem;
  transition: 0.5s;
  transition-timing-function: ease-in;
}
  
.text{
  font-size:15pt;
  padding-left:10px;
  transition: 0.5s;
  transition-timing-function: ease-in;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: white;
  -webkit-background-clip: text;
}

.quote{
  transition: 0.5s;
  transition-timing-function: ease-in;
}

.box{
  text-align: center;
}
  
.new-quote:hover{
  opacity: 0.6;
}

.author{
  margin:10px;
  font-size:12pt !important;
  transition: 0.5s;
  transition-timing-function: ease-in;
  font-family: 'Open Sans Condensed', sans-serif;
  background-image: linear-gradient(to right bottom, #ffffff,#cc1e1e
  );
  color: transparent;
  -webkit-background-clip: text;
}
  
  
p{
  margin-top: 5px;
  text-align: center;
  position: absolute;
  width: 100%;
  top:21.5%;
}

.block {
perspective: 150rem;
position: absolute;
top:25%;
left: 27%;
}

.block__main {
  width: 100%;
  min-width: 45vw;
  margin: auto;
  position: relative;
  transition: all .8s ease;
  backface-visibility: hidden;
  box-shadow: 0rem 1.5rem 4rem rgba(0, 0, 0, 0.15);
  border-radius: .5rem; 
  background-image: linear-gradient(to right top, #201f1f,#0461ea);
}

.block__back {
  transform: rotateY(180deg); 
}

.rotateF{
transform: rotateY(-180deg);
}

.rotateB{
transform: rotate(0deg);
}

h3.instagram{
  font-size: 16pt !important;
  padding: 10px !important;
  line-height: 35px !important;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  font-weight: w500;
}




/*-----------------------------------*/

#header .subscribe {
  font-size: 15px;
  text-align: center;
  font-family: "Poppins", sans-serif;

}

#header .subscribe h4 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#header .subscribe .subscribe-form {
  min-width: 600px;
  margin-top: 10px;
  background: #fff;
  padding: 6px;
  position: relative;
  text-align: left;
}

#header .subscribe .subscribe-form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#header .subscribe .subscribe-form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #0461ea;
  color: #fff;
  transition: 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .subscribe .subscribe-form input[type=submit]:hover {
  background: #2d529d;
}

#header .subscribe .error-message {
  display: none;
  color: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#header .subscribe .sent-message {
  display: none;
  color: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#header .subscribe .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

#header .subscribe .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #2d529d;
  border-top-color: #eee;
  animation: animate-loading-notify 2s linear infinite;
  -webkit-animation: animate-loading-notify 2s linear infinite;
}

@keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#header .social-links {
  margin-top: 10px;
}

#header .social-links a {
  font-size: 24px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
  padding-top: 14px;
  margin: 0 10px;
  text-align: center;
  transition: 0.3s;
}

#header .social-links a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 35px 0;
}

.section-bg {
  background-color: #fff5f5;
}

.section-title {
  text-align: center;
  padding-bottom: 10px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about .content ul i {
  left: 0;
  top: 12px;
  position: absolute;
  font-size: 20px;
  color: #043496;
}

.about .content p:last-child {
  margin-bottom: 0;
}


@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /*background: rgba(19, 19, 19, 0.4);*/
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
  position: relative;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #043496;
}