body {
    height: 500px;
}

header {
    width: 100%;
}

.navbar-brand {
    height: auto;
    max-width: 400px;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
}

.navbar-brand img {
    max-height: 60px;
    padding: 1px;
}

.barra_titulo {
    font-weight: bold;
    color: rgb(52, 73, 94);
    font-size: x-large;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.seccion_footer {
    background-color: rgb(3, 15, 47);
}

.seccion_banner_titulo {
    font-weight: bold;
    color: rgb(52, 73, 94);
    font-size: medium;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.seccion_banner_texto {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(52, 73, 94);
}

.seccion_header {
    position: fixed;
    z-index: 9999;
}

.seccion_header_texto {
    color: rgb(198, 123, 0);
    font-size: medium;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.margen-top {
    height: 65px;
}


/* Botones para imagenes centrales*/

.button-imagen01 {
    display: inline-block;
    position: relative;
}

.seccion_footer_titulo {
    color: white;
    font-size: medium;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.seccion_footer_texto {
    color: rgb(198, 123, 0);
    font-size: small;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

@media (max-width: 768px) {
    .seccion_header {
        position: relative;
        z-index: 9999;
    }
    .margen-top {
        height: 0px;
    }
}

.seccion_info_titulo {
    color: rgb(52, 73, 94);
    font-size: medium;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.seccion_info_texto {
    color: rgb(52, 73, 94);
    font-size: small;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}