@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed&display=swap');

* {
  margin: 0;
  padding: 0;
}
body {
  background: #ddd;
  font-family: 'Fira Sans Condensed', sans-serif;
  overflow-x: hidden;
  margin: 16px 0;
}
::-moz-selection { color: #fff;  background: #ff8000; }
::selection      { color: #fff;  background: #ff8000; }
.creditos {
  display: inline;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  font-size: 13px;
  color: #444;
  line-height: 18px;
  text-decoration: none;
  text-align: center;
}
#transparente {
  transition: all 0.3s;
  text-decoration: none;
  font-weight: bold;
  display: inline;
  color: #000;
  margin: 0;
  padding: 0;
}
#transparente:hover {
    background: transparent;
    color: #ff3200;
  transition: all 0.3s;
  text-decoration: none;
}
ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
a {
    display: inline-block;
    font-size: 18px;
  line-height: 22px;
  color: #f00;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  text-decoration: none;
}
a:hover {
  color: #ff3200;
}
a:focus {
  outline: none;
}
p {
  font-size: 18px;
  line-height: 22px;
  color: #222;
  text-align: justify;
  margin: 4px 10px 6px 10px;
  text-decoration: none;
}
h2 {
  margin: 10px auto;
  text-align: center;
  color: #ffffff;
}
h1, h2, h3 {
  color: #ff3200;
}
h3 {
  margin-bottom: 5px;
  color: white;
  font-size: 24px;
  font-family: 'Fira Sans Condensed', sans-serif;
}
h4 {
  font-size: 35px;
  font-family: 'Fira Sans Condensed', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  color: #ff3200;
}
h5 {
    display: inline-block;
  font-size: 20px;
  line-height: 22px;
  font-family: 'Fira Sans Condensed', sans-serif;
  color: #000;
  width: 100%;
  text-align: center;
  margin: 4px 10px 4px 10px;
  text-decoration: none;
}
h6 {
  font-size: 14px;
  line-height: 18px;
  font-family: 'Fira Sans Condensed', sans-serif;
  color: #000;
  width: 90%;
  text-align: justify;
  margin: 10px 20% 5px 40px;
  font-weight: normal;
  text-decoration: none;
}
b {
  font-weight: bold;
}
strong {
  font-weight: bold;
  color: #ff3200;
}
td {
  border-top: 1px solid #fff;
  padding: 8px 15px 8px 20px;
  font-size: 15px;
  /* Tabla */
}
.accordion-menu {
  margin: 10px auto 10px;
  background: #ffffff none repeat scroll 0%;
  width: 80%;
  max-width: 80%;
}
.accordion-menu li.open .dropdownlink {
  color: #fff;
  background: #ff3200;
  /* Barra menu activa */
}
.accordion-menu li:last-child .dropdownlink {
  border-bottom: 0 none;
}
.dropdownlink {
  border-bottom: 1px solid #777;
  padding: 10px 15px 10px 20px;
  cursor: pointer;
  display: block;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  color: #ff3200;
  background: #000;
  position: relative;
  /* barra de menu */
}
.dropdownlink:hover {
  opacity: 0.9;
  cursor: pointer;
}
.dropdownlink i {
  position: absolute;
  top: 10px;
  left: 5px;
}
.submenuItems {
  background: #fff;
  display: none;
  padding: 10px;
}
.submenuItems li {
    display: inline-block;
}
.submenuItems a {
  padding: 5px 5px 5px 20px;
  display: inline-block;
  color: #fffff8;
}



/*-------------- Footer ---------------- */
#footer p.copyright-text {
  margin: 40px 0;
  font-size: 13px;
}
#footer p.copyright-text a {
  color: #000;
}
#footer p.copyright-text a:hover {
  color: #ff3200;
}




/* Scroll */
::-webkit-scrollbar {
	width: 10px;
	background: #ff3200;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.8);
	border-radius: 10px;
	background-color: #444444;
}	
::-webkit-scrollbar-track:hover {
    background-color: #777;
}

::-webkit-scrollbar-thumb {
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.6);
	background-color: #ff3200;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #ff3200; 
}


.boton {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 20px;
  background-color: #000;
  color: #fff;
  margin-top: 15px;
  text-align: center;
  padding: 4px 25px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  font-weight: bold;
}
.boton:hover {
  background-color: #ff3200;
  color: #fff;
  text-decoration: none;
}





