@import url('https://rsms.me/inter/inter.css');
@import url('https://use.typekit.net/wgk2mdj.css');

body{
  margin: 0;
  /* font-family: "montserrat"; */
  background-image: linear-gradient(115deg, #78003B,#e80000);
  /* background-color: #E70000; */
  /* background-size: 400% 400%; */
  /* animation: bganimation 5s infinite; */
}
*{
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@keyframes bganimation {
  0%{
    background-position: 0% 50%;
  }
  50%{
    background-position: 100% 50%;
  }
  100%{
    background-position: 0% 50%;
  }
}



h1{
  font-family: industry-inc-base, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  text-align: center;
  color: rgba(255,152,89,1);
  margin: 0px 10px 16px;
  line-height: 1;
}
h2{
  font-family: Inter;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
  color: #dc7879;
}
h3{
  font-family: Inter;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
  color: rgba(255,255,255,1);
  margin-bottom: 16px;
}
h4{
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-align: center;
  color: rgba(255, 187, 188, 1);
  max-width: 370px;
  margin: auto;
  margin-top: 82px;
  margin-bottom: 32px;
}

.txt-verde{
  font-family: Inter;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  text-align: center;
  color: #94002d;
}
.txt-laranja{
  opacity: 0.7;
}
b{
  color: rgba(90,190,149,1);
  font-weight: 600;
}

p{
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #9E9E9E;
  margin-top: 16px;
}
li{
  font-family: Inter;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  color: rgba(255, 255, 255,1 );
}




img {
  display: block;
  margin: auto;
  width: 100%;
} 

.titulo-container{
  padding-top: 60px;
  height: 750px;
}

.titulo-container #logo{
  width: 103px;
  margin: auto;
  /* margin-top: 60px; */
  margin-bottom: 60px;
}
#img-title{
  margin-top: 24px;
  width: auto;
}
.titulo-container .titulo2{
  padding: 16px;
}
.titulo-container .titulo2 p{
  text-align: center;
  margin-bottom: 24px;
}

#fundo1{
  width: 100%;
  /* height: 750px; */
  background-image: linear-gradient(to bottom, #78003b, #e80000);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}
#fundo2{
  width: 100%;
  /* height: 1310px; */
  background-image: linear-gradient(to bottom,#e80000 , #78003b);
  position: absolute;
  left: 0px;
  top: 1300px;
  z-index: -1;
}

#img-coracao{
  display: flex;
  justify-content: center;
  max-height: 300px;
  max-width: 450px;
  margin: auto;
}
#c1{
  width: 40%;
  margin: 0px;
  animation: c1 9s ease infinite;
}
#c2{
  width: 30%;
  margin: 0px;
  margin-top: 105px;
  margin-left: -20px;
  animation: c2 8s ease infinite;
}

@keyframes c1 {
  0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(35px);
	}

	100% {
		transform: translateY(0px);
  }
}
@keyframes c2 {
  0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-25px);
	}

	100% {
		transform: translateY(0px);
  }
}
#c3{
  position: absolute;
  top: 1335px;
  /* left: 263px; */
  right: 12px;
  width: 35%;
  margin: 0px;
  animation: c1 9s ease infinite;
  z-index: 0;
}
@keyframes c3 {
  0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-25px);
	}

	100% {
		transform: translateY(0px);
  }
}





.formulario-container{
  padding: 42px 16px;
  /* margin-top: 32px; */
}
.formulario-container h2{
  text-align: center;
}

.formulario-container form{
  margin-top: 32px;
}
.formulario-container input {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.92);
  border: 0px;
  margin: 4px 0px;
  padding: 15px 20px;
  font-family: Inter;
  font-size: 14px;
  line-height: 1.93;
  text-align: left;
  /* color: rgb(255, 255, 255); */
}

.button{
  width: 100%;
  height: 100%;
  border-radius: 8px;
  /* background-image: linear-gradient(to right, rgb(255, 100, 99), rgb(255, 155, 88)); */
  background-color: #6300009e;
  padding: 16px 16px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: rgb(255, 255, 255);
  margin: auto;
  margin-top: 59px;
  transition: 0.3s;
  cursor: pointer;
  border: aliceblue;
  text-decoration: none;
  display: block;
}


.informacoes-container{
  padding: 16px;
  margin-top: 32px;
}
.informacoes-container ul{
  margin-top: 24px;
  list-style-image: url(assets/tick.png);
  list-style-position: inside;
}
.informacoes-container li{
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
  color: rgb(255, 255, 255);
  margin-top: 8px;
}


.ranking-container{
  margin-top: 32px;
  padding: 16px;
}
.ranking-container .infos{
  padding: 16px;
  margin-bottom: 42px;
}
.ranking-container h2,.ranking-container p{
  text-align: center;
}

.formulario2-container{
  padding: 16px;
  margin-top: 32px;
}
.formulario2-container h2{
  text-align: center;
  margin-bottom: 16px;
}
.formulario2-container #logo{
  width: 103px;
  margin: auto; 
  margin-top: 40px;
  margin-bottom: 40px;
  opacity: 0.4;
}


.vantagens-container{
  border-radius: 16px;
  background-color: #fff;
  padding: 40px 0px 60px;
  margin: 0px 16px 32px;
}

.vantagens-container h2{
  text-align: center;
}

.vantagens-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.vantagens-content .box {
  text-align: center;
  width: 130px;
  height: 130px;
  margin: 15px;
}
.vantagens-content .box p{
  text-align: center;
}
.vantagens-content .box img{
  width: auto ;
}

.faq-container{
  margin: 40px 16px;
}


.faq-container .faq-box{
  /* padding: 16px; */
  margin-top: 32px;
}
.faq-container .faq-box .quest-box{
  width: 100%;
  height: 78px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.07);
  padding: 16px;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
  margin-bottom: 16px;
}
.faq-container .faq-box .quest-box .quest img{
  width: auto;
  margin-right: 0px;
  transition: 0.3s;
}
.faq-container .faq-box .quest-box .quest p{
  margin-top: 0px;
}
.faq-container .faq-box .quest-box .quest{
  height: 46px;
  display: flex;
  /* margin-bottom: 24px; */
  /* justify-content: center; */
  align-items: center;
}
.faq-container .faq-box .quest-box .quest .txt-quest{
  color: white;
  transition: 0.3s;
  /* justify-content: center; */
}
.faq-container .faq-box .quest-box .answer{
  /* display: none; */
  transition: 0.3s;
}

.faq-container .faq-box .quest-box p{
  font-weight: 400;
}

.faq-container .faq-box .quest-box:hover{
  height: 100%;
}
.faq-container .faq-box .quest-box:hover > .quest img{
  transform: rotate(45deg);
}
.faq-container .faq-box .quest-box:hover > .quest .txt-quest{
  color: #FFCFCF;
}

.faq-container .faq-box .quest-box .answer .txt-answer{
  color: #fff;
}

#img-footer{
  width: 50%;
  margin-bottom: 50px;
  margin-top: 50px;
}













/* Modal */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #94002D;
  margin: auto;
  padding: 20px;
  /* border: 1px solid #888; */
  width: 92%;
  border-radius: 10px;
}

/* The Close Button */
.Btn-closemodal  {
  color: rgba(255, 255, 255, 1);
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.Btn-closemodal :hover,
.Btn-closemodal :focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.button img{
  width: 24px;
  display: flex;
  margin-bottom: 16px;
}



.modal-content h1{
  font-size: 24px;
  margin-top: 32px;
  margin-bottom: 8px;
  line-height: 28px;
}

.modal-content p{ 
  margin-bottom: 20px;
  margin-top: 52px;
  text-align: center;
}
.modal-content .button{
  margin-top: 42px;
}



@media (min-width: 600px){
  .body{
    width: 600px;
    margin: auto;
  }
  .modal-content{
    width: 600px;
  }
}

@media (min-width: 400px){
  .ranking-container h2{
    width: 380px;
    margin: auto;
  }
}
