html {
    box-sizing: inherit;
    height: 100%;
    width: 100%;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

body {
     height: 100%;
}
/*Globales*/
h1 {
    font-family: 'Markazi_Text', sans-serif;
    font-size: 1.8em;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;

    background-image: url(../img/intelo_nave.JPG);
    height: 50vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-width: 300px;
    margin: 0 auto;
    padding-top: 1.2em;
  
}
@media (min-width: 576px) {
    h1 {
        font-size: 2.5em;
    }
}
  
h2 {
    color: #000000;
}
h5 {
    color: #c90c42;
}
p {
    color: #134082;
}
section {
    padding: 30px 0;
    box-shadow: 10px 10px 20px black;
}



