@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: #fff !important;
    border-bottom: 2px solid #fff;
    background-color: transparent;
}

.navbar .navbar-nav > .active > a{
    color: #fff !important;
    border-bottom: 2px solid #fff;
    background-color: transparent;
}

/**/

.container-ink{
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    background-image: url("../img/fondo-ink.png");
    background-repeat: no-repeat;
}
.cont-container{
    width: 100%;
    height: 60vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.spin {
    margin-top: -37px;
}

@media screen and (max-width: 1400px) and (min-width: 1000px){
    .navbar-brand img{
        width: 75%;
        margin-top: 15px;
    }
    .img-universidades{
        width: 100%;
    }
    .reglas1{
        background-size: cover;
    }
    .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: #fff;
    }
}
