@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/gotham/Gotham-Book.eot');
    src: url('../fonts/gotham/Gotham-Book.woff') format('woff'), url('../fonts/gotham/Gotham-Book.ttf') format('truetype'), url('../fonts/gotham/Gotham-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Light';
    src: url('../fonts/gotham/Gotham Light.eot');
    src: url('../fonts/gotham/Gotham Light.woff') format('woff'), url('../fonts/gotham/Gotham Light.ttf') format('truetype'), url('../fonts/gotham/Gotham Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/gotham/Gotham-Bold.eot');
    src: url('../fonts/gotham/Gotham-Bold.woff') format('woff'), url('../fonts/gotham/Gotham-Bold.ttf') format('truetype'), url('../fonts/gotham/Gotham-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-BookItalic';
    src: url('../fonts/gotham/Gotham-BookItalic.eot');
    src: url('../fonts/gotham/Gotham-BookItalic.woff') format('woff'), url('../fonts/gotham/Gotham-BookItalic.ttf') format('truetype'), url('../fonts/gotham/Gotham-BookItalic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    padding: 0;
    margin: 0;
}

/*Menu de seccion*/
.menu{
    width: 100%;
    height: 20vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

nav.navbar {
    width: 100%;
    min-height: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.navbar-brand{
    height: 155px !important;
}
/*.container-fluid{*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*align-items: center;*/
    /*align-content: center;*/
/*}*/
ul.nav.navbar-nav.navbar-right {
    margin-top: -35px;
}
.navbar .navbar-nav > li > a{
    color: #cccccc !important;
    font-family: 'Gotham-Book';
    padding: 0px 0px;
    margin: 15px;
    font-size: 12pt;
}

.navbar .navbar-nav > li > a:hover{
    color: #000 !important;
    border-bottom: 2px solid #000;
    background-color: transparent;
}

.navbar .navbar-nav > .active > a{
    color: #000 !important;
    border-bottom: 2px solid #000;
    background-color: transparent;
}

/**/

.container-ink{
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    background-image: url("../img/textura1.png");
    background-repeat: no-repeat;
}
.cont-container{
    width: 100%;
    height: 60vh;
}

.container{
    display: flex;
    flex-wrap: wrap;
}

.informacion{
    background-color: #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: 75px !important;
}

.txt-contactanos{
    font-family: 'Gotham-BookItalic';
    color: #000;
    font-size: 12pt;
}

.txt-contactanos1{
    font-family: 'Gotham-BookItalic';
    color: #000;
    font-size: 10pt;
}

.formulario{
    display: flex;
    flex-wrap: wrap;
    background: url("../img/fondo-contactanos.png");
    background-repeat: no-repeat;
    padding: 50px !important;
}
.formulario-cont{
    width: 100%;
    height: auto;
}

.txt-escr{
    color: #fff;
    font-size: 18pt;
    font-family: 'Gotham-Bold';
    margin-left: 35px;
}

.mensaje-txt {
    width: 100%;
    height: 155px;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #1f1f1f;
    border: none ;
    outline: none;
}
.campos{
    width: 100%;
    height: auto;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #1f1f1f;
    border: none;
    outline: none;
}


.txt-fm{
    color: #fff;
    font-size: 12pt;
    font-family: 'Gotham-Bold';
    margin-left: 20px;
}
.btn-enviar{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.btn-en{
    background-color: #fbac43;
    color: #000;
    border: 0;
    width: 45%;
    height: 40px;
    margin-right: 15px;
    font-family: 'Gotham-Bold';
}
.spin {
    margin-top: -37px;
}

@media screen and (max-width: 1400px) and (min-width: 1000px){
    .navbar-brand img{
        width: 75%;
        margin-top: 15px;
    }
    .reglas1{
        background-size: cover;
    }
    .formulario{
        padding: 35px !important;
    }
    .mensaje-txt{
        height: 110px;
    }
    .spin {
        margin-top: -37px;
    }
}


/*footer*/

.footer{
    width: 100%;
    height: 20vh;
    background-color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.barra{
    width: 100%;
    height: 50px;
    background-color: #252525;
}

.copy{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.copy1{
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'Gotham Light';
}
.copy2{
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'Gotham-Book';
}

@media screen and (max-width: 500px) {
    .menu{
        height: auto;
    }
    nav.navbar{
        display: block;
    }
    .navbar-toggle{
        margin-top: 35px !important;
    }
    .navbar-toggle .icon-bar{
        background-color: #000;
    }
    .informacion{
        padding: 30px !important;
    }
    .formulario{
        padding: 10px !important;
    }
    .cont-container {
        height: auto;
        margin-bottom: 15px;
    }
}

