.modal-header {
    font-family: 'Gotham';
    font-weight: bold;
    font-style: italic;
    color: #39992e;
    border-color: #1b1b1b;
}

.modal-body {
    font-family: 'Gotham';
    font-weight: 300;
    font-style: normal;
}

.modal-content {
    background-color: #1b1b1b;
    color: #ffffff;
    font-family: 'Gotham';
    font-weight: 300;
    font-style: normal;
}

.btn-confirm {
    color: #ffffff;
    background-color: #39992E;
    border-color: #39992E;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.btn-confirm:hover,
.btn-confirm:focus,
.btn-confirm:active,
.btn-confirm.active,
.open .dropdown-toggle.btn-confirm {
    color: #ffffff;
    background-color: #39992E;
    border-color: #39992E;
}

.btn-confirm:active,
.btn-confirm.active,
.open .dropdown-toggle.btn-confirm {
    background-image: none;
}

.btn-confirm.disabled,
.btn-confirm[disabled],
fieldset[disabled] .btn-confirm,
.btn-confirm.disabled:hover,
.btn-confirm[disabled]:hover,
fieldset[disabled] .btn-confirm:hover,
.btn-confirm.disabled:focus,
.btn-confirm[disabled]:focus,
fieldset[disabled] .btn-confirm:focus,
.btn-confirm.disabled:active,
.btn-confirm[disabled]:active,
fieldset[disabled] .btn-confirm:active,
.btn-confirm.disabled.active,
.btn-confirm[disabled].active,
fieldset[disabled] .btn-confirm.active {
    background-color: #39992E;
    border-color: #39992E;
}

.btn-confirm .badge {
    color: #39992E;
    background-color: #ffffff;
}

#layout-nav {
    height: 110px;
}

#footer {
    background-color: #1b1b1b;
}

body {
    background-color: #000000;
    color: #ffffff;
}

.item-video {
    cursor: pointer;
}

.item-video .video_thumb {
    display: block;
    overflow: hidden;
    position: relative;
}

.item-video .video_thumb img {
    display: block;
    max-width: 100%;
}

.play-button {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    padding: 0;
    margin: 0 auto;
    user-select: none;
    background-color: rgba(255, 255, 255, 0.85);
    transition: background-color 0.5s ease;
}

.play-button:after {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 14px);
    display: block;
    content: '';
    box-sizing: border-box;
    border-color: transparent transparent transparent #939392;
    border-style: solid;
    border-width: 26px 0 26px 40px;
}

.item-video:hover .play-button {
    background-color: rgba(147, 147, 146, 0.9);
}

.item-video:hover .play-button:after {
    border-color: transparent transparent transparent #ffffff;
}

.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
}

.bx-wrapper {
    max-width: none !important;
    width: 100% !important;
}

.bx-wrapper ul li {
    padding-right: 15px
}

.bx-viewport {}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #39992e;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: is 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.dominar-title {
    color: #040404;
    margin: 0;
    font-weight: 900;
    font-size: 3rem;
}

.dominar-title strong {
    color: #39992e;
}

.dominar-title p {
    margin: 0;
}

.dominar-editor {
    color: #000000;
    margin: 0;
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal;
    font-size: 1.1rem;
}

.dominar-editor strong {
    color: #39992e;
    font-family: 'Montserrat';
    font-weight: 800;
    font-style: italic;
}

.dominar-editor p {
    margin: 0;
}

.parallax {
    min-height: 40vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dominar-ficha {
    color: #000000;
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 800;
    font-style: normal;
    font-size: 1.1rem;
    margin: 0;
}

.dominar-ficha * {
    margin: 0;
}

.dominar-ficha strong {
    color: #39992e;
    font-family: 'Montserrat';
    font-weight: 800;
    font-style: normal;
}

.btn-link {
    font-family: 'Gotham';
    font-weight: 300;
    font-style: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    color: #e9eaea;
    line-height: 0.75rem;
}

.close {
    color: #39992e;
    text-shadow: none;
    opacity: initial !important;
}

.bx-prev,
.bx-next,
.bx-prev:link,
.bx-prev:visited,
.bx-prev:focus,
.bx-prev:active,
.bx-next:link,
.bx-next:visited,
.bx-next:focus,
.bx-next:active {
    font-size: 3rem;
    color: #ffffff;
}

.bx-prev:hover,
.bx-next:hover {
    color: #39992e;
}

.bx-wrapper ul li {
    padding-right: 0px;
}

.bx-wrapper .bx-loading {
    background: initial;
    background-color: transparent;
}

@media (max-width: 575px) {}

@media (min-width: 576px) {}

/* MTA | modal video : INI */
#player-initial {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 9999999999;
}

.video-overlay-content {
    /* position: relative; */
    /* top: 25%; */
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.video-overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.video-overlay a:hover,
.video-overlay a:focus {
    color: #f1f1f1;
}

.video-overlay .modal-video-close {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 72px;
    height: 72px;
    background-color: #1f1f1f;
    color: #fff;
    z-index: 2;
    text-align: center;
    /* font-size: 60px; */
}

@media screen and (max-height: 450px) {
    .video-overlay a {
        font-size: 20px
    }

    .video-overlay .modal-video-close {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

@media screen and (max-width: 500px) {
    #test {
        width: 100% !important;
        height: 400px !important;
        left: 0px;
        top: 0px;
    }
}

/* MTA | modal video : FIN */

/* MTA | modal image : INI */
#player-initial {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.image-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 9999999999;
}

.image-overlay-content {
    /* position: relative; */
    /* top: 25%; */
    width: 100%;
    text-align: center;
    /* margin-top: 30px; */
}

.image-overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.image-overlay a:hover,
.image-overlay a:focus {
    color: #f1f1f1;
}

.image-overlay .modal-image-close {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 72px;
    height: 72px;
    background-color: #1f1f1f;
    color: #fff;
    z-index: 2;
    text-align: center;
    /* font-size: 60px; */
}

@media screen and (max-height: 450px) {
    .image-overlay a {
        font-size: 20px
    }

    .image-overlay .modal-image-close {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

@media screen and (max-width: 500px) {
    #test {
        width: 100% !important;
        height: 400px !important;
        left: 0px;
        top: 0px;
    }
}

/* MTA | modal image : FIN */
.dominar-250 .dominar-title {
    color: #040404!important;
}
.dominar-250 .dominar-title strong,
.dominar-250 .dominar-editor strong,
.dominar-250 .dominar-ficha strong {
    color: #fe0015;
}
.dominar-250 .btn-confirm {
    color: #ffffff;
    background-color: #fe0015;
    border-color: #fe0015;
}
.dominar-250 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.dominar-250 .bx-wrapper .bx-pager.bx-default-pager a.active,
.dominar-250 .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #fe0015;
}
.dominar-250 .dominar-ficha {
    color: #040404;
}

/* DOMINAR 400 */
.dominar-400 .dominar-title {
    color: #fdfefd!important;
}
.dominar-400 .dominar-title strong,
.dominar-400 .dominar-editor strong,
.dominar-400 .dominar-ficha strong {
    color: #39992e;
}
.dominar-400 .dominar-editor {
    color: #fcfffc;
}
.dominar-400 .btn-confirm {
    color: #ffffff;
    background-color: #39992e;
    border-color: #39992e;
}
.dominar-400 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.dominar-400 .bx-wrapper .bx-pager.bx-default-pager a.active,
.dominar-400 .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #39992e;
}
.dominar-400 .dominar-ficha {
    color: #fdfefd;
}

/* GENERAL */
.video-inverter h1 {
    color: #131313;
}
.video-inverter p {
    color: #030303;
}   