/* top header */

#header {
    text-align: center;
}
.header-logo {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 70px;
}

.header-baner-desktop {
    width: 100%;
    max-width: 1920px;
    margin-top: -40px;
}

.header-baner-mobile {
    display: none;
    max-width: 100%;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .header-baner-desktop {
        display: none;
    }

    .header-baner-mobile, .header-logo {
        display: initial;
    }
    #gold-box img {
        max-width: 89% !important;
    }
}

/* gold-box */

#gold-box {
    background: url('../img/gold-back.png');
    display: inline-block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}

#gold-box img {
    max-width: 66%;
    margin-top: 70px;
}

/* video box */

#video-box {
    margin-top: 30px;
    margin-bottom: 30px;
}

.video-box-video video {
    max-width: 100%;
}

.video-box-desc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-box-desc p {
    font-family: 'Gotham Book';
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: 19px;
    line-height: 26px;
}
/* product box */

#product-box {}

.product-box-intro-row p {
    font-family: 'Gotham Ultra';
    font-weight: 800;
    font-style: bold;
    font-size: 50px;
    text-transform: uppercase;
    color: #000;
    line-height: 50px;
}

.product-box-product-row {text-align: center;}

.product-box-container {}

.product-box-img {}

.product-box-desc-container {
    text-align: left;
}

.product-box-pre-title {
    font-family: 'Gotham Book';
    font-weight: normal;
    font-style: normal;
    color: #9D9D9D;
    font-size: 18px;
}

.product-box-title {
    font-family: 'Gotham Black';
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
    text-transform: uppercase;
    color: #000;
    line-height: 32px;
    min-height: 80px;
}

.product-box-desc {
    font-family: 'Gotham Book';
    font-weight: normal;
    font-style: normal;
    color: #707070;
    font-size: 18px;
    min-height: 185px;
}

.product-box-vid-container {
    text-align: left;
    margin-top: 40px;
}

.product-box-vid-container-1 {}
.product-box-vid-container-2 {
    margin-top: 43px;
}
.product-box-vid-container-3 {
    margin-top: 45px;
}

@media (max-width: 1399px) {
    .product-box-vid-container-2 {
        margin-top: 39px;
    }  
}

.product-box-vid-title {
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    color: #000;
}

.product-box-vid-video {}
.product-box-vid-video a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 8px;
}
.product-box-vid-video-img {
    transition: all .2s;
    max-width: 100%;
}

.product-box-vid-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    transition: all .2s;
}

.product-box-vid-video-fitler {
    background-color: #000;
    opacity: 0.45;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .2s;
}

.product-box-vid-video-fitler:hover {
    opacity: 0;
    display: none;
}

.product-box-vid-video-img:hover {
    transform: scale(1.05);
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .product-box-desc {
        min-height: 217px;
    }
}

@media (max-width: 1199px) {
    .product-box-desc {
       min-height: 244px;
    }
}

@media (max-width: 991px) {
    .product-box-desc {
       min-height: auto;
    }
    .product-box-title {
        min-height: auto;
    }
    .product-box-container {
        margin-bottom: 60px;
    }
}


/* gold ribbon */

#gold-ribbon {
    margin-top: 80px;
    text-align: center;
    margin-bottom: 80px;
}

#gold-ribbon img {
    max-width: 90%;
}

@media (max-width: 991px) {
    #gold-ribbon {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}


/* buy now */

#buy-now {
    margin-top: 150px;
    text-align: center;
    margin-bottom: 150px;
}
#buy-now a {
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    font-size: 29px;
    color: #000;
    border: solid 3px #000;
    text-decoration: none;
    max-width: 478px;
    width: 90%;
    line-height: 62px;
    display: inline-block;
    border-radius: 31px;
    transition: all .2s;
}


#buy-now a:hover {
    background-color: #000;
    color: #fff;
}

@media (max-width: 991px) {
    #buy-now {
        margin-top: 60px;
        margin-bottom: 80px;
    }
}

/* premap box */

#premap-box {
    text-align:center;
}

#premap-box img {
    max-width: 90%;
}

/* mapa */

#mapa-footer {
    /*max-width: 1920px;*/
}

/* footer */

#footer {
    text-align: center;
    margin-top: 120px;
    margin-bottom: 120px;
}

.footer-social {}
.footer-social-item {
    margin-left: 10px;
    margin-right: 10px;
}

.footer-social-item img {
    height: auto;
    transition: all .2s;
}

.footer-social-item img:hover {
    transform: scale(1.1);
}

.footer-claim {
    margin-bottom:30px;
    margin-top: 30px;
}
.footer-claim p {
    font-family: 'Gotham';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-logo {}