body {
    background-color: #000000 !important;
}

.card-columns {
    column-count: 6;
}

.video-item-zoom-1 {
    position: absolute;
    width: 90% !important;
    transition: width 1s;
}

.video-item-zoom-2 {
    position: absolute;
    width: 300px !important;
    z-index: 1;
    transition: width 1s;
}

.video-item-zoom-1-end {
    position: absolute;
    width: 90% !important;
    transition: width 1s;
}

.video-item-zoom-2-end {
    position: absolute;
    top: -80px;
    width: 300px !important;
    z-index: 1;
    transition: width 1s;
}

@media only screen and (max-width: 900px) {
    .title-text {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 16px !important;
        color: #ffffff !important;
        text-shadow: 2px 2px 2px #000000;
    }
}

.title-text {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 30px;
    color: #ffffff !important;
    text-shadow: 2px 2px 2px #000000;
}

.subtitle-text {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 25px;
    color: white;
    text-shadow: 2px 2px 2px #000000;
    text-align: justify;
}

.display-3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    text-align: justify;
    font-weight: 500;
}

.color-gold {
    color: #b39351;
}

.hide-element {
    display: none;
}

.link-class {
    cursor: pointer;
}

.video-slider {
    width: 100%;
}

.gradient {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.937) 90%)!important;
    margin: auto;
    position: absolute;
    bottom: 30%;
    width: 100%;
    min-height: 15vh;
}

.bg-degrade {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.355) 40%, rgb(0, 0, 0) 60%) !important;
    position: relative;
    top: -10px;
}

.video-container {
    height: 600px;
}

.galagents-academy{
    width:100%;
    height: 400px;

}
.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 70vh;
    background-color: #000000 !important;
}

.video-bg {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
}

@media only screen and (max-width: 1600px) {
    .top-video {
        height: 100px !important;
    }
    .space-footer {
        height: 180px !important;
    }
}

.space-footer {
    height: 200px;
}

.top-video {
    height: 140px;
}

#menu .nav-link {
    color: #ffffff !important;
    font-size: 12px;
}

.fondo-white {
    background-color: #000000 !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

.close {
    position: absolute;
    right: -2%;
    top: -10px;
    border-radius: 20px;
    padding: 0px 5px 5px 5px !important;
    text-shadow: 0 0px 0 #fff;
    opacity: 1;
    color: #ffffff;
    z-index: 10;
}

button.close {
    background-color: red;
}

.button-gold {
    color: #ffffff;
    background-image: linear-gradient(to bottom, #f8d690 0%, #9f8346 80%, #9f8346 100%);
    border-left: 2px solid #c4a24d;
    border-right: 2px solid #c4a24d;
    border-bottom: 2px solid #c4a24d;
    border-top: 2px solid #c4a24d;
    font-weight: 700 !important;
    box-shadow: 2px 2px 4px #8d8981;
}

.button-gold:hover {
    color: #ffffff;
    background-image: linear-gradient(to bottom, #f8d690 0%, #9f8346 80%, #9f8346 100%);
    border-left: 2px solid #c4a24d;
    border-right: 2px solid #c4a24d;
    border-bottom: 2px solid #c4a24d;
    border-top: 2px solid #c4a24d;
    font-weight: 700 !important;
    box-shadow: 2px 2px 4px #8d8981;
    transform: scale(1.03);
}

.button-white {
    color: #091936 !important;
    background-color: #ffffff !important;
    border-left: 2px solid #dad9d9;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #dad9d9;
    font-weight: 700 !important;
    box-shadow: 2px 2px 4px #8d8981;
}

.button-white:hover {
    color: #091936 !important;
    background-color: #ebebeb;
    border-left: 2px solid #dad9d9;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #dad9d9;
    font-weight: 700 !important;
    box-shadow: 2px 2px 4px #8d8981;
    transform: scale(1.03);
}

#menu .dropdown-item a {
    color: #000000 !important;
    font-size: 12px;
}

.fondo-blue-dark {
    background-color: #091936;
}

.color-white {
    color: #ffffff !important;
}