*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html{
  font-size: 62.5%;
  font-family: 'Monserrat', sans-serif;
}

header{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-width: 120px;
  height: 70px;
}

header .logo_2{
  width: 130px;
  align-self: center;
  }

  main{
    background-color: #235B4E;
    text-align: center;
    color: #f5f5f5;
    font-family: 'Montserrat';
  }

  .title-img img{
    padding-top: 20px;
  }

  .title-ci{
    padding: 10px;
    padding-bottom: 30px;
  }

  .title-ci .header--button{
    position: absolute;
    left: calc(50% - 110px);
    top: 175px;
    display: block;
    margin-top: 35px;
    padding: 5px;
    width: 220px;
    height: 28px;
    background-color: #231f20;
    box-shadow: 0px 4px 8px rgba(89, 73, 30, 0.16);
    border: none;
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    color: #CDE4DE;
  }

  .section-pain{
    background-color: #CDE4DE;
    width: 100%;
    height: auto;
    color: black;
  }

  .section-pain h4{
    padding: 20px;
    font-size: 2.3rem;
    font-weight: bold;
  }

  .section-pain h2{
    padding: 20px;
    font-size: 1.8rem;
    font-weight: bold;
    color: red;
  }

  .section-pain{
    padding-bottom: 10px;
  }

  .section-pain .second-question{
    padding-bottom: 10px;
  }

  .section-pain p{
    font-size: 2rem;
    padding: 0% 10px;
  }

  .section-pain img{
    width: 100%;
    padding: 10px;
  }

  .factor-ic{
    background-color: #ffffff;
    color: black;
  }

  .factor-ic h4{
    padding: 20px;
    font-size: 2.3rem;
    font-weight: bold;
  }

  .factor-ic ul li{
    font-size: 2rem;
    text-align: left;
    padding-left: 10px;
    margin: 5px;
  }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.test {
  background-color: #231f20;
  place-content: center;
}

.test h4{
  font-size: 2.5rem;
  padding: 10px;
}

.test table{
  width: 90%;
  min-width: 300px;
  max-width: 730px;
  margin: 0 auto;
}

.test table th{
  font-size: 2rem;
  background-color: #CDE4DE;
  color: #231f20;
}

.test table td{
  text-align: left;
  background-color: #f5f5f5;
  color: black;
  padding: 5px 5px;
  font-size: 1.8rem;
}

.sintomas{
  background-color: #231f20;
  place-content: center;
}

.sintomas h4{
  font-size: 2.5rem;
  padding: 10px;
}

.sintomas table{
  width: 90%;
  min-width: 300px;
  max-width: 730px;
  margin: 0 auto;
}

.sintomas table th{
  font-size: 2rem;
  background-color: #CDE4DE;
  color: #235B4E;
}

.sintomas table td{
  text-align: left;
  background-color: #f5f5f5;
  color: black;
  padding: 5px 5px;
  font-size: 1.8rem;
}

.table__top-left{
  border-radius: 15px 0 0 0;
}

.table__top-right{
  border-radius: 0 15px 0 0;
}

.table__bottom-left{
  border-radius: 0 0 0 15px;
}

.table__bottom-right{
  border-radius: 0 0 15px 0;
}

.test button{
  margin: 10px;
  width: 85%;
  height: 70px;
  font-size: 2rem;
  background-color: #CDE4DE;
  color: #235B4E;
  border-radius: 10px;
}

.sintomas button{
  margin: 30px;
  width: 200px;
  height: 70px;
  font-size: 2rem;
  background-color: #CDE4DE;
  color: #235B4E;
  border-radius: 10px;
}

.section-pain button{
  margin: 30px;
  width: 200px;
  height: 50px;
  font-size: 2rem;
  background-color:  #235B4E;
  color: #CDE4DE;
  border-radius: 10px;
}


footer{
  background-color: #ffffff;
  text-align: center;
  color: #000000;
  font-size: 1.5rem;
}

footer img{
  width: 310px;
}

