body {
    background: #1f1f1f;
    font-family: 'Open Sans', sans-serif;
    color: white;
}

p {
    font-size: 12px;
}

h1 {
    font-family: 'Raleway', sans-serif;
}

h3,
h4,
h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
}


h2 {
    font-size: 20px;
}



h3 {
    font-size: 44px;
    color: #b2c831
}


h5 {
    color: #b2c831;
    margin-left: 5px;
}



h6 {
    font-size: 14px;
    color: lawngreen;
}


.barraprincipal .navbar-toggler {
    background-color: gray;
}

.navbar-toggler-icon {
    color: black;
}

.barraprincipal {
    background: #283c86;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #45a247, #283c86);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #45a247, #283c86);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    width: 100%;
    position: fixed;
    z-index: 100;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px rgba(153, 153, 153, 0.25);
    padding: 20px 0 10px 0;
}

.logo1 {
    width: 280px;
}

.btn {
    padding: 8px 24px 8px 24px !important;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0px !important;
    margin-right: 10px !important;
}

.main {
    background: #200122;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #6f0000, #200122);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #6f0000, #200122);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding-top: 125px;
    padding-bottom: 20px;
}


.columna-01 {
    background-color: black;
    padding: 10px !important;
}

.columna-03 {
    background-color: #1f1f1f;
    padding: 10px !important;
}


.img-01 {
    width: 100%;
    padding-bottom: 10px;
}

.img-02 {
    width: 100%;
}

.img-03 {
    width: 100%;
    padding-bottom: 10px;
}

.pietexto {
    color: white;
    font-size: 12px;
}


.pie {
    background-color: black;
    padding-bottom: 20px;
    padding-top: 20px;
}