@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;
}

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;
}

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;
}
.cont-container{
    width: 100%;
    height: 60vh;
    background-image: url("../img/textura.png");
    background-repeat: no-repeat;
}

.reglas{
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
    height: 55vh;
}
.reglas1{
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: url("../img/bk-reglas.png");
    background-size: auto;
    background-repeat: no-repeat;
}
/*.img-reglas{*/
    /*width: 100%;*/
/*}*/
.reglas2{
    background-color: #292929;
    padding: 50px 240px 50px 50px !important;
    display: flex;
    flex-wrap: wrap;
    text-align: justify;
}

.txt-reglas2{
    color: #fff;
    font-family: 'Gotham-Book';
    font-size: 10pt;
}
.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;
    }
    img.img-reglas {
        width: 60%;
    }
    .reglas2{
        overflow: auto;
        padding: 50px 100px 50px 50px !important;
    }
    .txt-reglas2{
        font-size: 10pt;
    }
    .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;
    }
    .cont-container{
        height: auto;
    }
    .reglas{
        height: auto;
    }
    .reglas1{
        padding: 20px !important;
    }
    .img-reglas{
        width: 80%;
    }
    .reglas2 {
        padding: 20px 15px !important;
    }
}
