body {
    background: #F7F7F7;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: black;
}

a:hover {
    color: red !important;
}

a {
    text-decoration: none !important;
}


.nav-item .active {
    color: #FA910D !important;
}

p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins ", sans-serif;
    font-weight: 600;
}


h1 {
    font-size: 36px;
    color: black;

}


.ban-2 {
    width: 38px;
}

.ban-2:hover {
    opacity: .5;
}



h2 {
    font-size: 28px;
    color: black;
}

h3 {
    font-size: 22px;
    color: black;
}


h5 {
    font-size: 18px;
    color: black;
    padding-bottom: 0px;
}


h6 {
    font-size: 10px;
    color: lawngreen;
}


.titulo-01 {
    text-align: center;
    padding-bottom: 20px;
}

.cuerpo {
    padding-top: 90px;
    padding-bottom: 90px;
}


.tabordion {
  color: #333;
  display: block;    
  position: relative;
  width: 100%;
  font-size: 14px;
}

.tabordion input[name="sections"] {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

.tabordion section {
  display: block; 
}

.tabordion section label {
  background: #ccc;
  border:1px solid #fff;
  cursor: pointer;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  padding: 15px 10px;
  position: relative;
  width: 200px;
  z-index:100;
}

.tabordion section article {
  display: none;
  left: 230px;
  min-width: 300px;
  padding: 0 0 0 21px;
  position: absolute;  
  top: 0;
}

.tabordion section article:after {
  background-color: #ccc;
  bottom: 0;
  content: "";
  display: block;
  left:-229px;
  position: absolute;
  top: 0;
  width: 220px;
  z-index:1;
}

.tabordion input[name="sections"]:checked + label { 
  background: #eee;
  color: black;
}

.tabordion input[name="sections"]:checked ~ article {
  display: block;
}


@media (max-width: 533px) {
  
  h1 {
    width: 100%;
  }

  .tabordion {
    width: 100% !important;
  }
  
  .tabordion section label {
    font-size: 1em;
    width: 140px;
  }  

 .tabordion section article {
    left: 130px;
    width: 100%;
  } 
  
  .tabordion section article:after {
        display: none;

  }  
  
}


@media (max-width: 768px) {
  h1 {
    width: 96%;
  }

  .tabordion {
    width: 96%;
  }
}


@media (min-width: 1366px) {
  h1 {
    width: 70%;
  }

  .tabordion {
    width: 70%;
  }
}

