@font-face {
    font-family: HelveticaNeue;
    font-weight: 400;
    src: url("../fonts/HelveticaNeueLTStd-Cn.otf") format("opentype");
    src: local("HelveticaNeue"),
    local("HelveticaNeue");
    font-display: swap;
}

@font-face {
    font-family: HelveticaNeue;
    font-weight: 300;
    src: url("../fonts/HelveticaNeueLTStd-Lt.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: HelveticaNeue;
    font-weight: 500;
    src: url("../fonts/HelveticaNeueLTStd-Md.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: HelveticaNeueRoman;
    src: url("../fonts/HelveticaNeueLTStd-Roman.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: HelveticaNeueTh;
    font-weight: 300;
    src: url("../fonts/HelveticaNeueLTStd-Th.otf") format("opentype");
    font-display: swap;
}

/* @font-face {
    font-family: HelveticaNeueUl;
    font-weight: 100;
    src: url("../fonts/HelveticaNeueLTStd-UltLt.otf") format("opentype");
} */
/* @font-face {
    font-family: DolceVita;
    font-weight: 300;
    src: url("../fonts/DolceVitaLight.ttf") format("opentype");
} */

@font-face {
    font-family: Ubuntu;
    font-weight: 600;
    src: url("../fonts/Ubuntu-M.ttf") format("opentype");
    src: local("Ubuntu"),
    local("Ubuntu");
    font-display: swap;
}

@font-face {
    font-family: Ubuntu;
    font-weight: 400;
    src: url("../fonts/Ubuntu-R.ttf") format("opentype");
    font-display: swap;
}

.helve-th {
    font-family: 'HelveticaNeueTh', sans-serif;
}

.ubuntu {
    font-family: 'Ubuntu', sans-serif;

}

.helve-ro {
    font-family: 'HelveticaNeueRoman', sans-serif;
}

body,
header {
    font-family: 'HelveticaNeue', sans-serif;
}

main{
    max-width: 1700px;
    margin: auto
}

#js-header, #js-footer {
    max-width: 1700px;
    margin: auto;
}

.navbar-brand img {
    max-width: 145px;
}

.g-theme-bg-blue-dark-v1 {
    background-color: #8d8d8d !important;
}

.g-theme-bg-blue-dark-v2 {
    background-color: #77777a !important;
}

.g-theme-bg-blue-dark-v3 {
    background-color: #666666 !important;
}

.g-bg-red-dark-oapcity-v1 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.49) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 50.2%, #3c06059c 50%);
    filter: saturate(3.5);

}

.bg-red-saturate {
    background: linear-gradient(180deg, rgba(139, 14, 9, 0.5) 9%, rgba(214, 20, 13, 0.5) 30%, rgba(207, 21, 14, 0.5) 42%, rgba(145, 13, 9, 0.5) 77%);
    filter: saturate(3.5);
}

/* ----------BCI BUTTONS-------------- */
.btn-bci {
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: -0.03px;
    margin-bottom: 25px;
    padding: 10px 15px;
    border: none;
    /* border-radius: 8px; */
    max-width: 400px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.09), 0 1px 8px 0 rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    outline: none;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

.btn-bci:hover {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.20);
}

.btn-bci.bci-dark {
    background-color: #37474F;
    color: #fff;
}

.btn-bci.bci-white {
    background-color: #fff;
    color: #37474F;
}

.btn-bci img {
    width: 60px;
    margin-left: 10px;
    margin-top: -1px;
}

.form-control {
    background-color: #0000 !important;
    border: 1px solid #fff !important;
    color: #fff !important;

}

.form-control:focus {
    border-color: #929292 !important;
}

.webpay-logo {
    max-width: 170px;
    width: 100%;
    margin-bottom: 25px;
}

footer {
    border-top: 7px solid #e21f1d;
}

.g-mary img {
    height: 400px;
}

@media (min-width:575px) {
    .g-mary img {
        height: 250px;
    }
}

@media (min-width:992px) {
    .g-mary img {
        height: 400px;
    }
}

@media (min-width:992px) and (max-width:1100px) {
    .navbar-brand img {
        max-width: 115px;
    }
}

@media (max-width:575px) {
    .btn-bci {
        font-size: 13px;
        padding: 15px 15px;
    }

    .btn-bci img {
        width: 45px;
        margin-left: 5px;
    }

    .g-mary img {
        height: 150px;
    }

    .navbar-brand img {
        max-width: 110px;
    }
    section.accesos {
        padding: 15px 0px 10px 0px !important;
    }

}
.absolute-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
section.accesos {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    padding: 15px 40px 10px 40px;
    background: rgba(0, 0, 0, 0.85);
    color: white;
    -webkit-box-shadow: -4px -8px 24px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -4px -8px 24px -13px rgba(0, 0, 0, 0.75);
    box-shadow: -4px -8px 24px -13px rgba(0, 0, 0, 0.75);
}

.bg {
    background-image: url("../img/E5_Living_A_Post.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px;
}

.g-color-red {
    color: #f00 !important;
}
@media all and (max-width: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-collapse {
    width: 100%;
    -ms-flex-order: 10;
        order: 10;
  }
}