/*
*   
*   
*   
*
*/

body, html{
    background-color: #FFFFFF;
    font-family: 'Roboto', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header{
    position: relative;
    background-image: url("/assets/img/banner1.png");
    background-repeat: no-repeat; 
    background-position: center;
    background-size: cover; 
    height: 700px;
}

#logo-header{
  position: fixed;
  top: 2%;
  left: 2%;
  z-index: 9999;
}

header h1{
  color: #FFFFFF;
  position: absolute;
  top: 30%;
  left: 60%;
  width: 35%;
  font-size: 300%;
  text-shadow: 2px 2px 8px #000000; 
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 3, 0.75);
  color: white;
  opacity: 1;
  z-index: 9998;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0; 
}

nav ul li {
  float: left;
}

nav ul li a {
  display: block;
  color: #FFFFFF;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: color 0.5s;
  font-size: 100%;
}

nav ul li a:hover {
  color: #ffc602;
}
nav ul ul {
  display: none; 
  position: absolute; 
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 
  z-index: 1;
  transition: display 0.5s, text-align 0.5s;
}

nav ul li:hover > ul {
  display: block; 
  text-align: left;
  background-color: rgba(0, 0, 3, 0.85);
  border-left: 3px solid #FFC602;
}

nav ul ul li {
  float: none; 
  display: block;
}

nav ul ul li a{
  color: #ffffff;
  text-align: left;
}
nav ul ul ul {
    left: 100%;
    top: 0;
}

.general-section{
    padding: 100px;
    width: 70%;
    margin: 0 auto;
    clear: both;
}

.general-section img{
  width: 48%;
  float: left;
}

.general-section article{
    width: 48%;
    float: right;
}
.general-section h1{
  text-align: center;
  margin: 0%;
}
.general-section p{
  margin: 0%;
}

.general-section article h1, .general-section h1{
    font-size: 270%;
    color:#000033;
    font-weight: normal;
  }
  
.general-section article h1, p{
    margin: 7% 0% 0% 0%;
}
.general-section article p, .general-section article ol li, .general-section p{
  font-size: 130%;
  color:#333333;
}
.general-section article ol li{
    list-style-type:lower-latin;
}

.general-section .article-col-center{
    width: 48%;
    float: left;
}

.article-col-center{
  display: grid;
  place-items: center;
}
.article-col-center h2{
    font-size: 200%;
    color:#000033;
    font-weight: normal;
    display: block;
}

.article-col-center img{
  display: block;
}

.hr-corta{
  width: 20%;
  height: 5px;
  margin: 0auto;
  background-color: #FFC602;
  border-radius: 5px;
  border-style: none;
  clear:both;
}

.general-section .card{
  background-image: linear-gradient(to bottom, #444444, #000000);
  border: 1px solid #FFC602;
  width: 22.5%;
  border-radius: 10px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75);
  float: left;
  margin: 1%;
  text-align: center;
  height: 350px;
}
.general-section .card h1, .general-section .card ul{
  color: #FFFFFF;
  float:initial;
}
.general-section .card ul{
  font-size: 90%;
}
.general-section .card h1{
  font-size: 100%;
  padding: 1% 7%;
}
.card ul{
  font-size: 90%;
  text-align: left;
}
.card ul li::marker{
  color:#FFC602;
}
.card button{
  background-color: #FFC602;
  border: 1px solid #FFC602;
  color:#000000;
  padding: 5% 15%;
  margin: 10px;
  font-size: 110%;
  font-family: 'Roboto';
  border-radius:5px;
  transition: color 0.5s, background-color 0.5s;
}
.card button:hover{
  background-color: #000000;
  border: 1px solid #FFC602;
  color:#ffc602;
}
.card hr{
  border: 1px solid #FFC602;
}
.card img{
  width: 40%;
  float: initial;
    margin: 20px;
}

.general-section .noticia{
  clear: initial;
  background-color: #EEEEEE;
  border: 1px solid #333333;
  width: 41%;
  border-radius: 10px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75);
  float: left;
  margin: 2%;
  text-align: center;
  padding: 2%;
}
.general-section .noticia h2{
  font-size: 160%;
  margin:0% 2%;
}
.general-section .noticia p{
  text-align: justify;
}
.general-section .noticia img{
  width: 95%;
}

#contacto h2, #contacto p{
  font-size: 120%;
}
#contacto h2{
  margin: 5% 0% 0% 0%;
}

.article-simple form{
  width: 90%;
}
.article-simple form input, 
.article-simple form textarea, 
.article-simple form label, 
.button-simple, 
.article-simple form select{
  width: 100%;
  padding: 2%;
  font-family: 'Roboto', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 100%;
}
.article-simple form label{
  margin: 5px 0px 0px 0px;
  display: block;
}

.article-simple img{
    padding: 0% 3% 0% 0%;
    display: inline;
    width: 60px;
}
.article-simple a{
    text-decoration: none;
    color:#333333;
    transition: all 0.75s;
}
.article-simple a:hover{
    text-decoration: underline;
    color:#FFC602;
    text-shadow: 1px 1px 2px #333333;
}

.button-simple{
  border-radius: 5px;
  color: #333333;
  background-color:#FFFFFF;
  border: 1px solid #333333;
  transition: all 0.75s;
}
.button-simple:hover{
  color: #000000;
  background-color:#FFC602;
  border: 1px solid #000000
}

footer{
  display:block;
  clear:both;
  width: 90%;
  background-color: #000000;
  margin: 30px 0px 0px 0px;
  padding: 5%;
}
footer h2, footer h3{
  text-align: center;
  font-weight: 75;
  font-family: "WindSong", cursive;
  transition: text-shadow 1s;
  margin: 0;
}
footer h2{
  color:#FFC602;
  font-size: 400%;
}
footer h3{
  color:#FFFFFF;
}
footer h2:hover, footer h3:hover{
  text-shadow: 2px 2px 5px #FFC602;
}
footer h3{
  font-size: 150%;
  font-family: "Roboto";
}