﻿/**, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100vh;
}

body {
  font: 14px/1 'Open Sans', sans-serif;
  color: #555;
  background: #eee;
}*/

h1 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center;
}

p {
  margin: 0 0 20px;
  line-height: 1.5;
  font-size:16px;
}

main {
  min-width: 320px;
  max-width: 1201px;
  height:375px;

  text-align:justify;
  padding: 50px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.00);
  
}

section p{
    padding-left:2% !important;
    padding-right:2% !important;
}

section:not(active) {
  display: none;
  padding: 20px 0 0;
  border: 1px solid #333;
}

input {
  display: none;
}

label {
    font-family:"Open Sans";
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 45px;
  font-weight:900;
  text-align: center;
  color: #000;
  border: 1px solid transparent;
  font-size:15px;
}
/*
label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

label[for*='1']:before { content: '\f1cb'; }
label[for*='2']:before { content: '\f17d'; }
label[for*='3']:before { content: '\f16b'; }
label[for*='4']:before { content: '\f1a9'; }*/

label:hover {
  color: #000;
  cursor: pointer;
}

input:checked + label {
  color: #000;
  border: 1px solid #333;
  border-top: 5px solid #27487c;
  border-bottom: 2px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5{
  display: block;
}

@media screen and (max-width: 650px) {
  label {
    font-size: 0;
  }
  label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  label {
    padding: 15px;
  }
}