@font-face {
    font-family: Gotham-bold;
    src: url("../fonts/Gotham-Bold.otf") format("opentype");
}

@font-face {
    font-family: Gotham-BoldItalic;
    src: url("../fonts/Gotham-BoldItalic.otf") format("opentype");
}

@font-face {
    font-family: Gotham-Book;
    src: url("../fonts/Gotham-Book.otf") format("opentype");
}

@font-face {
    font-family: Gotham-BookItalic;
    src: url("../fonts/Gotham-BookItalic.otf") format("opentype");
}

@font-face {
    font-family: Gotham-Light;
    src: url("../fonts/Gotham-Light.otf") format("opentype");
}

@font-face {
    font-family: Gotham-Medium;
    src: url("../fonts/Gotham-Medium.otf") format("opentype");
}

h1,h2,h3,h4,h5,a,span,li{
    font-family: Gotham-Book;
    color: #fff;
}

.fondo1{
    background: url('../images/fondo1.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 1200px;
    padding: 0 20px;
}

.fondo2{
    background: url('../images/fondo2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 1200px;
    padding: 0 20px;
}

.navbar-default{
     background-color: transparent;
     border-color:transparent;
    padding-top: 20px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-family: Gotham-Book;
    font-size: 16px;
    text-transform: uppercase;
}

.navbar-right{
    margin-top: 20px;
}


.copy{
    text-align: center;
    line-height: 1.5em;
    letter-spacing: 2px;
    /*word-spacing: 8px;*/
    font-size: 16px;
}

.boton{
    background: rgba(166,20,23,0.7);
    border: none;
    padding: 5px 25px;
    color: #fff;
    font-family: Gotham-Book;
}

.boton:hover{
    background: rgba(166,20,23,1);
}

.navbar-default .navbar-nav>li>a:hover {
    color: #A61417;
}

.navbar-default .navbar-toggle {
   background: rgba(166,20,23,1);
    border: none;
}

hr{
    height: .5px;
    width: 35%;
    background-color: rgba(81,105,129,1);
}

.content img{
    margin: 10px 35px;
}

.form{
    background: url('../images/form-bg.png') no-repeat center center fixed;
    padding: 40px 20px 20px 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 250px;
    width: 550px;
}

.boton2{
    width: 100%;
    background:#A61417 ;
    border-radius:15px ;
    color: #fff;
    font-family: Gotham-Book;
    border: none;
    padding: 5px;
    margin: 10px 0;
}
@media (max-width: 1020px) {

    .navbar-brand img{
        width: 100%;

    }
    .navbar-default .navbar-toggle {
        margin-top: 40px;
    }

    .copy {
        text-align: center;
         letter-spacing: 0;
         word-spacing: 0;
        font-size: 15px;
    }

    .fondo2,.fondo1 {
        min-height: 800px;
    }

    .form{
        width:100%;
        height: 380px;
    }

}