@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

/*-- Flash_Message --*/

.alert {
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    color: black;
    opacity: .8;
}

/*-- Header --*/

.navbar {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    background: #2e2e2e!important;
    /* background: rgba(0, 0, 0, .6)!important; */
}

.navbar .navbar-nav {
    color: white;
}

/*-- LandingPage --*/

.landing-page img {
    width: 100%;
}

/*-- ContactForm --*/

#contacto {
    margin-top: -55px;
    padding: 55px;
}

.contact-form {
    padding: 20%;
}

.contact-form-text {
    margin: 0 auto;
    width: 600px;
    border: none;
    border-radius: 4px;
    background: #2e2e2e!important;
    text-align: center;
    margin-bottom: 10px;
}

.contact-form-text p {
    padding: 10px;
    font-size: 18px;
    line-height: 18px;
    color: white;
    font-weight: bold;

}

.form-control {
    margin: 0 auto;
    width: 600px;
    border: none;
    outline: none;
    border-bottom: 1px solid gray;
    color: black;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
}

.optional {
    visibility: hidden;
}

form .submit {
    background: #2e2e2e!important;
    border-color: transparent;
    color: white;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    height: 50px;
    margin-top: 10px;
}

/*-- Footer --*/

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #2e2e2e!important;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}

#footer a, p {
    margin: 0 auto;
    padding: 0;
    color: white;
    text-decoration: none;
}

/*-- Privacy --*/

#privacy {
    margin-top: 100px;
    margin-bottom: 90px;
    margin-left: 200px;
    margin-right: 200px;
    text-align: justify;
}

#privacy h1 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

#privacy h2 {
    font-size: 14px;
    font-weight: bold;
}

#privacy p {
    font-size: 14px;
    color: black;
}
