* {
    padding: 0;
    margin: 0;
    
}

body{
    overflow-x: hidden;
}

.pagina-inicial {

}

.header {
    width: 100vw;
    height: 75px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 30px;

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #080419;
    border-bottom: 5px solid #e91947;
    
}

.header img {
    max-width: 120px;
    height: 40px;
    align-items: center;

}

h1 {
    font-family: "CircularAirPro-Bold",Arial,Helvetica,sans-serif;
    font-weight: 700;
    color: black;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 8px;
    max-height: 375px;
    margin-top: 30px;
    padding-bottom: 30px;
}

p {
    font-family: 'Circular Air Pro';
}

.corpo {
    overflow: hidden;
    height: 800px;
    max-height: 1000px;
    background: linear-gradient(to bottom, #ffc1ce, #ffffff) !important;
    box-sizing: border-box;
    padding: 20px;
    background-image: url(images/01.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: 10px 650px;
    text-align: center;
}

.corpo h1 {
    font-family: "CircularAirPro-Bold",Arial,Helvetica,sans-serif;
    font-weight: 700;
    color: black;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 8px;
    max-height: 375px;
    padding-bottom: 10px;
}

.corpo h2 {
    font-family: "CircularAirPro-Bold",Arial,Helvetica,sans-serif;
    font-weight: 500;
    color: black;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 8px;
}

.corpo3 {
    padding-top: 30px;
    text-align: center;
    height: 500px !important;
    width: 100vw !important;
    padding-bottom: 80px;
}

.corpo2 {
    padding-top: 50px;
    text-align: center;
    height: 500px !important;
    width: 100vw !important;
    padding-bottom: 20px;
}

.corpo4 {
    text-align: center;
    height: 100%;
    width: 100vw !important;
    padding-bottom: 110px;
    padding: 0px 30px 0px 30px;
    box-sizing: border-box;
}



.corpo3 h1 {
    font-family: "CircularAirPro-Bold",Arial,Helvetica,sans-serif;
    font-weight: 700;
    color: black;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 8px;
    max-height: 375px;
    margin-top: 30px;
    padding-bottom: 30px;


}

.corpo3 p {
    font-family: 'Circular Air Pro';
    margin-bottom: 60px !important;
}

.corpo3 img {
    margin-top: 20px;
   width: 280px;
}

.corpo5 {

    text-align: center;
    height: 100% !important;
    width: 100vw !important;

    box-sizing: border-box;
    padding: 30px 30px 80px 30px;
    background-color: #272727;

}

.corpo5 h1, .corpo5 p {
    color: white;
}

#botao2 {
    text-decoration: none;
    background-color: #e91947;
        padding: 15px 40px;
    border-radius: 10px;
    font-family: "CircularAirpro-Bold";
    color: #080419;
}

#botao {

    text-decoration: none;
    background-color: #e91947;
    padding: 15px 40px;
    border-radius: 10px;
    font-family: "CircularAirpro-Bold";
    color: #080419;
    
}

a {
	    margin-top: 30px;
}


.question {
    overflow-x: hidden;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-family: 'Circular Air Pro';
  }
  
  .question input,
  .question .answer { display: none }
  
  .question label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 30px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-family: hero-new, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: black;
    box-sizing: border-box;
    padding: 32px 20px;
    cursor: pointer;
    margin-left: 15px;
    font-size: 12pt;
  }

  .question p {
    
  }
  
  .question input:checked ~ .answer {
    display: block;
    box-sizing: border-box;
    padding: 32px 32px;
  }


  .footer{

    border-top: 5px solid #e91947;
    color: white;
    text-align: center;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 380px;
    height: 100%;
    width: 100vw;
    padding: 80px 0px;
    background-color: #080419;
  }

  .footer h2 {
    padding: 30px 0px 10px 0px;
    font-family: "CircularAirpro-Bold";
  }

  .footer p {
    font-family: 'Circular Air Pro';
    padding: 10px 0px;
    
  }

  .footer2 {
    border-bottom: 1px solid white;
    width: 90vw;
  }

  .footer2 p {
    padding-bottom: 15px;
  }