@charset "utf-8";

@font-face {
    font-family: 'stellarbold';
    src: url('stellar-bold-webfont.woff2') format('woff2'),
         url('stellar-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'stellarlight';
    src: url('stellar-light-webfont.woff2') format('woff2'),
         url('stellar-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'stellarmedium';
    src: url('stellar-medium-webfont.woff2') format('woff2'),
         url('stellar-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'stellarregular';
    src: url('stellar-regular-webfont.woff2') format('woff2'),
         url('stellar-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




body {
    background-color: white;
    margin: auto;
    width: 100%;
}









header {
    color: white;
    background-color: #f16f8d;
    font-size: 9pt;
    font-family: 'stellarregular';
}




h1 {
    font-family: 'stellarbold';
    color: #f16f8d;
    margin-left: 10px;
    margin-top: 150px;
    font-size: 40pt;
    }

section nav ul {
    list-style: none;
    margin-top: -30px;
    padding: 10px;
}


section nav ul li{
    display: inline;
    color: #00adc8;
    font-size: 15pt;
    font-family: 'stellarregular';
}
    
    
section nav ul li a {
   text-decoration: none;
   color: #00adc8;
}






article   {
    margin-top: 70px;
} 

nav {
    margin-left: auto;
    margin-right: auto;
}

article nav {
    width: 100%;
}

article nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

article nav ul li {
    margin: 0 0 30px 0;
}

article nav ul li a {
    text-decoration: none;
    color: white;
    display: block;
}





#buscador {
    width: 100%;
    
}

#buscador img {
    margin-top: 100px;
    width: 95%;
    
}





.magenta {
    display: list-item;
    text-decoration-style: 0;
    background-color: #f16f8d;
    text-decoration: none;
    color: white;
    padding: 1em;
    text-align: left;
    font-size: 18pt;
    font-family: 'stellarbold';
    }

.cyan {
    list-style: none;
    background-color: #00adc8;
    text-decoration: none;
    color: white;
    padding: 1em;
    text-align: left;
    font-size: 18pt;
    font-family: 'stellarbold';
    }


h3 {
    margin-top: 5em;
     }

h3 a {
    text-decoration: none;
    color: #f16f8d;   
    font-size: 20pt;
    font-family: 'stellarbold';
   }


    
.pie {
    margin-top: 100px;
    font-size: 6pt;
    color: #00adc8;
    text-align: center; 
    font-family: 'stellarregular';
    }