body {
  background-color: white;
}
.container-fluid{
  padding-left: 0;
  padding-right: 0;
}
.introducao{
  font-size: 18px;
  font-family: "Open Sans", serif;
  padding-top: 2%;
}
.quadrado{
  max-width: 500px;
  min-height: 276px;
  padding: 6%;
  color: black;
  border-left: 2px dashed black;
  border-top: 2px dashed black;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  position: relative;
  z-index: 100;
}
.faixa1 {
    position: absolute;
    width: 80%;
    height: 35px;
    background-color: #f64951;
    top: 14%;
    z-index: 10;
    left: 11%
  }
  .faixa2 {
    position: absolute;
    width: 80%;
    height: 35px;
    background-color: #f5e58c;
    top: 15%;
    z-index: 10;
    left: 11%;
  }
  .faixa3 {
    position: absolute;
    width: 80%;
    height: 35px;
    background-color: #00d4cc;
    top: 14%;
    z-index: 10;
    left: 11%;
  }
 .figura_intro{
  width: 100%;
}
.figura2{
  width: 80%;
}
.figura3{
  width: 37%;
}
.figura4a{
  width: 47%;
}
.figura4b{
  width: 47%;
}
.figura4c{
  width: 47%;
}
.figura4d{
  width: 47%;
}
.figura4e{
  width: 47%;
}
.figura5{
  width: 47%;
}
.figura6{
     width: 60%;
    padding-bottom: 2%;
}
.figura10{
  width: 100%;
  padding-top: 2%
}
.figura13{
  width: 50%;
}
.figura17{
  width: 100%;
  padding-top: 2%
}
.titulo{
    color: #e64560;
    font-family: 'Barlow', serif;
    font-weight: 700;
    font-size: 72px;
    text-align: left;
}
.caixa_destaque{
  padding: 2% 2% 1% 2%;
  border: 2px solid #00d3cc;
  margin-bottom: 2%;
}
 .altura{
  min-height: auto;
}

  .carousel-control-prev, .carousel-control-next {
      position: initial;
      top: 0;
      bottom: 0;
      z-index: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 15%;
      color: #fff;
      text-align: center;
      opacity: 1;
      transition: opacity .15s ease;
}
.carousel-item{
  border: 2px solid #f64952;
  padding-top: 2%; 
  padding: 2%;
}
.carousel-item .row{
  display: flex;
  justify-content: center;
  align-items: center;
}
.botao_proximo{
    min-width: 200px;
    background-color: #f64952;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: "Open Sans", serif;
    font-size: 17px;
    font-weight: bold;
    padding: 12px 46px;
    text-decoration: none;
}
.botao_voltar{
    min-width: 200px;
    background-color: #f64952;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: "Open Sans", serif;
    font-size: 17px;
    font-weight: bold;
    padding: 12px 46px;
    text-decoration: none;
}
.figura_carousel{
  width: 30%;
  padding: 0 0 0 0;
}
.opcao {
    max-width: 330px;
    min-width: 210px;
    border: 2px dashed #e64560;
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: center;
    padding-left: 5px;
    margin: 2%;
    padding-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
}
.opcao:hover{
  background-color: #f7dadd;
}

.ancora{
  color: black;
  font-size: 18px;
}

.ancora:hover{
  color: black;
}
.subtitulo1{
  font-family: 'Bree Serif', serif;
  font-size: 36px;
}
.subtitulo2{
  font-family: 'Bree Serif', serif;
  font-size: 24px;
}
a:link{
  text-decoration:none; 
}
  .figura_accordion{
  width: 30%;
  padding: 0 0 0 0;
}
  .lista {
  margin: 0.5em 0;
}
  .acc__title {
  background: #fff;
  color: #212121;
  cursor: pointer;
  display: block;
  padding: 1em 1.5em;
  position: relative;
  text-align: left;
}
.acc__title::after {
  width: 8px;
  height: 8px;
  border-right: 2px solid black;
  border-bottom:2px solid black;
  position: absolute;
  right: 20px;
  content: " ";
  top: 17px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}
.acc__title.active::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
ul li a.toggle {
  width: 100%;
  display: block;
  border: 2px solid black;
  color: black;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
}
ul li a.toggle:hover {
  background: #f2f2f2;
}
.acc__title {
  background: #fff;
  color: #212121;
  cursor: pointer;
  display: block;
  padding: 1em 1.5em;
  position: relative;
  text-align: left;
}
.acc__title::after {
  width: 8px;
  height: 8px;
  border-right: 2px solid black;
  border-bottom:2px solid black;
  position: absolute;
  right: 20px;
  content: " ";
  top: 17px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}
.acc__title.active::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
ul .inner {
  padding-left: 0em;
  overflow: hidden;
  display: none;
}
.btn-c{
    color: #fff;
    background-color: #e64560;
    border-color: #e64560;
    width: 240px;
    height: 60px;
    padding: 7px;
    font-size: 13px;
    line-height: 1.33;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-c:hover{
  background-color: #f7dadd;
  color: black;
}
.menu {
    position: fixed;
    right: -40px;
    top: 50%;
    width: 5em;
    margin: -2.5em 0 0 0;
    z-index: 999;
    cursor: pointer;
    height: 39px;
}

.menu:before {
    content: "☰";
    width: 40px;
    height: 39px;
    background-color: #e64560;
    position: absolute;
    left: -1px;
    color: white;
    text-align: center;
    padding: 7px 0px;
}

.content {
  font-weight: 100;
  vertical-align: middle;
  text-align: center;
}
.rotating-card {
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .rotating-card.flipped {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .rotating-card>div {
    display: block;
    position: absolute;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .rotating-card .back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  /* ESTILOS CUSTOMIZÁVEIS */
    .rotating-card {
      width: 500px;
      min-height: 280px;
    }
    .rotating-card>div {
      height: 280px;
      color: white;
      background-color: #00d3cc;
      font-family: 'Bree Serif', serif;
      text-align: center;
      outline-offset: -5px;
      outline: 1px solid #ffffff;
      padding-left: 5%;
      padding-right: 5%;
      -webkit-box-shadow: 3px 5px 20px 2px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 3px 5px 20px 2px rgba(0, 0, 0, 0.25);
      box-shadow: 3px 5px 20px 2px rgba(0, 0, 0, 0.25);
    }
    .rotating-card .front {
      font-size: 30px;
      padding-top: 80px;
      padding-bottom: 10px;
    }
    .rotating-card .back {
      font-size: 16px;
      line-height: 25px;
      padding-top: 15px;
      padding-bottom: 10px;
    }
    .virar{
      font-size: 14px;
      font-family: "Open Sans", serif;
      margin-top: 45px;
    }
    .content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      font-weight: 100;
      vertical-align: middle;
      text-align: center;
    }
    .card_container {
      display: flex;
      justify-content: center;
    }
  .botao3{
  border: 2px solid #f64952;
  display:inline-block;
  cursor:pointer;
  color: #f64952;
  font-family:Arial;
  font-size:17px;
  font-weight:bold;
  padding:15px;
  width: 24.7%;
  text-decoration:none;
}
.botao4{
  border: 2px solid #f64952;
  display:inline-block;
  cursor:pointer;
  color: #f64952;
  font-family:Arial;
  font-size:17px;
  font-weight:bold;
  padding:15px;
  width: 24.7%;
  text-decoration:none;
}
.botao5{
  border: 2px solid #f64952;
  display:inline-block;
  cursor:pointer;
  color: #f64952;
  font-family:Arial;
  font-size:17px;
  font-weight:bold;
  padding:15px;
  width: 24.7%;
  text-decoration:none;
}
.botao6{
  border: 2px solid #f64952;
  display:inline-block;
  cursor:pointer;
  color: #f64952;
  font-family:Arial;
  font-size:17px;
  font-weight:bold;
  padding:15px;
  width: 24.7%;
  text-decoration:none;
}
.botao3:hover, .botao4:hover, .botao5:hover, .botao6:hover{
  background-color: #fff5f6;
}
.quadro3, .quadro4, .quadro5, .quadro6{
  width: 100%;
  min-height: 300px;
  padding: 2%;
  color: black;
  border: 2px solid #f64952;
  display: flex;
  justify-content: center;
  align-items: center;
}
.caixa_texto{
 text-align: left;
}
table.GeneratedTable {
  background-color: #ffffff;
  border-collapse: collapse;
  border-width: 1.5px;
  border-color: #607d8b;
  border-style: solid;
  color: #000000;
  text-align: left;
}
.GeneratedTable p{
  margin-bottom: 0;
}
table.GeneratedTable td, table.GeneratedTable th {
  border-width: 1.5px;
  border-color: #607d8b;
  border-style: solid;
  padding: 5px;
}

table.GeneratedTable thead {
  background-color: #ffffff;
}
@media (max-width: 875px) {
  table.GeneratedTable {
  background-color: #ffffff;
  border-collapse: collapse;
  border-width: 2px;
  border-color: #f2f2f2;
  border-style: solid;
  color: #000000;
  text-align: left;
  font-size: 14px;
  min-width: 280px;
}
#tabela{
  width: 100%;
  overflow: scroll;
}
  .botao_proximo{
    min-width: 130px;
    background-color: #f64952;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: "Open Sans", serif;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 16px;
    text-decoration: none;
}
.botao_voltar{
    min-width: 130px;
    background-color: #f64952;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: "Open Sans", serif;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 16px;
    text-decoration: none;
}
 .botao3{
  border: 2px solid #f64952;
  display:inline-block;
  cursor:pointer;
  color: #f64952;
  font-family:Arial;
  font-size:17px;
  font-weight:bold;
  padding:15px;
  width: 100%;
  margin-bottom: 2%;
  text-decoration:none;
}
.botao4{
  border: 2px solid #f64952;
  display:inline-block;
  cursor:pointer;
  color: #f64952;
  font-family:Arial;
  font-size:17px;
  font-weight:bold;
  padding:15px;
  width: 100%;
  margin-bottom: 2%;
  text-decoration:none;
}
.botao5{
  border: 2px solid #f64952;
  display:inline-block;
  cursor:pointer;
  color: #f64952;
  font-family:Arial;
  font-size:17px;
  font-weight:bold;
  padding:15px;
  width: 100%;
  margin-bottom: 2%;
  text-decoration:none;
}
.botao6{
  border: 2px solid #f64952;
  display:inline-block;
  cursor:pointer;
  color: #f64952;
  font-family:Arial;
  font-size:17px;
  font-weight:bold;
  padding:15px;
  width: 100%;
  margin-bottom: 2%;
  text-decoration:none;
}
  .intro{
  width: 100%;
}
.titulo {
    text-align: center;
    color: #e64560;
    font-family: 'Barlow', serif;
    font-weight: 700;
    font-size: 42px;
    padding-top: 15px;
    padding-left: 0;
    padding-bottom: 0;
}
.titulo p{
  margin-bottom: 0;
}
.subtitulo1 {
    font-family: 'Bree Serif', serif;
    font-size: 24px;
}
.subtitulo2 {
    font-family: 'Bree Serif', serif;
    font-size: 18px;
}
.rotating-card {
    min-width: 292px;
    min-height: 280px;
    width: 100%;
    }
    .rotating-card>div {
      height: 280px;
      color: white;
      background-color: #00d3cc;
      font-family: 'Bree Serif', serif;
      text-align: center;
      outline-offset: -5px;
      outline: 1px solid #ffffff;
      padding-left: 5%;
      padding-right: 5%;
      -webkit-box-shadow: 3px 5px 20px 2px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 3px 5px 20px 2px rgba(0, 0, 0, 0.25);
      box-shadow: 3px 5px 20px 2px rgba(0, 0, 0, 0.25);
    }
 .figura_intro{
  width: 100%;
}
.figura2{
  width: 100%;
}
.figura3{
  width: 100%;
}
.figura4a{
  width: 47%;
}
.figura4b{
  width: 47%;
}
.figura4c{
  width: 47%;
}
.figura4d{
  width: 47%;
}
.figura4e{
  width: 47%;
}
.figura5{
  width: 100%;
}
.figura6{
  width: 100%;
}
.figura10{
  overflow: scroll;
  padding-top: 4%;
}
.figura13{
  width: 100%;
}
.figura17{
  overflow: scroll;
  padding-top: 4%;
}
.faixa1 {
    position: absolute;
    width: 80%;
    height: 35px;
    background-color: #f64951;
    top: 13%;
    z-index: 10;
    left: 10%;
  }
  .faixa2 {
    position: absolute;
    width: 80%;
    height: 35px;
    background-color: #f5e58c;
    top: 14%;
    z-index: 10;
    left: 10%;
  }
  .faixa3 {
    position: absolute;
    width: 80%;
    height: 35px;
    background-color: #00d4cc;
    top: 13%;
    z-index: 10;
    left: 10%;
  }
  .card_container {
    display: block;
    justify-content: center;
}
}

