* {
    font-family: sans-serif;
}

body {
    margin: 0;
    padding-top: 66px;
    display: flex;
    height: 100vh;
    flex-wrap: wrap;
}

.info{
    background-image: url('../images/IMG_8291.JPG');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;;
}

#pilas_full {
    color: #01DF3A;
}

#pilas_medium {
    color: #F7FE2E;
}

#pilas_low {
    color: #FF0000;
}

body::before {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url('../images/IMG_8291.JPG') url('../images/IMG_8405.JPG') url('../images/IMG_8250.JPG') url('../images/IMG_7973.JPG');
}

header {
    text-align: center;
    width: 100%;
    align-self: flex-start;
}

.logo_nav {
    background-size: cover;
    width: 120px;
    height: 47px;
}

.navbar {
    background: url('../images/Fondo.jpg');
    background-size: cover;
    color: #fff;
}

.navbar-brand {
    color: #fff !important;
}

footer {
    background-color: #F8F9F9 !important;
    line-height: 1;
    width: 100%;
    align-self: flex-end;
}

footer p {
    color: #808B96;
    margin-top: 23px;
    text-align: center;
}

footer img {
    margin-top: 3px;
    height: 45px;
    width: 110px;
}

.logoPCS {
    margin-top: 3px;
    height: 50px;
    width: 78px;
}

.color1 {
    background-color: #eb5e39 !important;
    width: 100%;
    height: 2px;
    position: relative;
}

.color2 {
    background-color: #eb5e39 !important;
    width: 100%;
    height: 6px;
    position: relative;
}

header {
    line-height: 1;
    text-align: center;
    width: 100%;
    align-self: flex-start;
}

.carousel {
    align-self: center;
}

.carousel-item p {
    text-align: justify;
    color: #fff;
}

.form {
    background: #FFFFFF;
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.8), 0 9px 26px 0 rgba(0, 0, 0, 0.5), 0 0px 1px 0 #ffffff inset;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.8), 0 9px 26px 0 rgba(0, 0, 0, 0.5), 0 0px 1px 0 #ffffff inset;
}

.form h3 {
    text-align: center;
}

.form-group i {
    font-size: 20px;
}

.form-group label {
    font-size: 20px;
}

.boton {
    background-color: #eb5e39 !important;
    border-color: #eb5e39 !important;
}

.boton:hover {
    background-color: #6fc2d0 !important;
    border-color: #6fc2d0 !important;
}
