:root{
	--color-fucsia: #db2f68;
	--color-azul: #284a9c;
}

main {
  min-width: 320px;
  max-width: 800px;
  padding: 50px;
  margin: 0 auto;
  background: #fff;
  transition: 5s;
}

section#content1,section#content2,section#content3,section#content4, section#content5, section#content6{
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

input.tab {
  display: none;
}

input.tab + label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: left;
  color: #838884;
  border: 1px solid transparent;
  transition: .5s;
  font-size: 14px;
  font-family: 'fs_emericsemibold';
}

input.incauca2 + label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #505356;
  border: 1px solid transparent;
  transition: .5s;
  font-size: 14px;
  background-color: #ebebeb !important;
}


input.providencia2 + label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #505356;
  border: 1px solid transparent;
  transition: .5s;
  font-size: 14px;
  background-color: #ebebeb !important;
}


input.sucroal2 + label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #505356;
  border: 1px solid transparent;
  transition: .5s;
  font-size: 14px;
  background-color: #ebebeb !important;
}

input.tab + label:before {
  font-weight: normal;
  margin-right: 10px;
}


input.tab + label:hover {
  color: #888;
  cursor: pointer;
}

input.tab:checked + label {
  color: #00AE57;
  border-bottom: 2px solid #00AE57;
  font-weight: bold;
}


input.incauca:checked + label {
  color: var(--color-fucsia)  !important;
  border-bottom: 2px solid var(--color-fucsia) !important;
}


input.incauca2:checked + label {
  color: #FFF !important;
  background-color: #174087 !important;
  border-bottom: 2px solid #174087 !important;
}

input.providencia2:checked + label {
  color: #FFF !important;
  background-color: #00953a !important;
  border-bottom: 2px solid #00953a !important;
}


input.sucroal:checked + label {
  color: #4b7747 !important;
  border-bottom: 2px solid #4b7747 !important;
}

input.sucroal2:checked + label {
  color: #FFF !important;
  background-color:#277842!important;
  border-bottom: 2px solid #277842 !important;
}



#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6 {
  display: block;
}


@media screen and (max-width:600px){

  input.tab + label {
   width: 100%;
}


}