/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

@font-face {
    font-family: 'Gotham Book';
    src: url('../webfonts/GothamPro.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Medium';
    src: url('../webfonts/GothamPro-Medium.woff') format('woff');
    font-weight: 500;
}
@font-face {
    font-family: 'Gotham Bold';
    src: url('../webfonts/GothamPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: bold;
}
@font-face {
    font-family: 'Gotham Black';
    src: url('../webfonts/GothamPro-Black.woff') format('woff');
    font-weight: 900;
}

video {
    -webkit-filter: grayscale(100%) brightness(110%) contrast(70%);

    object-fit: cover;
    object-position: center center;
    
    position: absolute;
    /* opacity: .8; */
    z-index: -1;
}

.titulo {
    font-weight: 700;
    color: #00E2FF;
}

.contenedor-bg a {
    color: #ffffff !important;
}
.contenedor-bg a:hover {
    text-decoration: underline !important;
}

.contenedor-bg {
    background-image: url(../img/bg-img.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;

    overflow: hidden;
    position: relative;

    min-height: 100vh;
}

/* .encabezado {
    background-color: #fff;
} */

.wizard {
    background: #ffffff;
    padding: 25px;
}
@media (min-width: 768px) {
    .wizard {
        /*padding: 50px;*/
    }
}

.slogan {
    color: #fff;
    font-weight: 700;
}
.blink {
    color: #00E2FF;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}