html,
body {
    height: 100%;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    background-color: white;
    color: black;
    font-size: 1rem;
    word-wrap: break-word;
}

hr {
    border-top: 3px solid rgba(0, 0, 0, 1);
    margin-bottom: 0rem;
}

.linea {
    border-top: 5px solid rgba(0, 0, 0, 1);
    margin-bottom: 1rem;
}

.linea2 {
    border-top: 5px solid rgba(255, 255, 255, 1);
    margin-bottom: 1rem;
    margin-left: 20%;
    margin-right: 20%;
}

.text-c {
    text-align: center !important;
}

a {
    color: black;
    text-decoration: none;
    font-weight: 900;
}

a:hover,
a:focus {
    color: #87014C;
    text-decoration: none;
    outline: none;
    outline-offset: none;
}

.btn-light {
    color: white;
    background-color: #F0047F;
    font-size: 0.9em;
    font-weight: 900;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-color: hsla(0, 0%, 0%, 0);
}

.btn-light:hover {
    color: white;
    background-color: #87014C;
    font-size: 0.9em;
    font-weight: 900;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-color: hsla(0, 0%, 0%, 0);
}

p {
    font-size: 1.1rem;
    margin-bottom: 0rem;
    line-height: 1.3;
}

.log {
    font-family: serif;
    font-weight: 900;
    color: #87014C;
    font-size: 2rem;
}

.log2 {
    font-family: serif;
    font-weight: 900;
    color: #F0047F;
    font-size: 2rem;
}

.med {
    font-weight: 400;
}

.bold {
    font-weight: 900;
}

.purple {
    color: #87014C;
}

.purplelight {
    color: #F0047F;
}

.white {
    color: white;
}

.black {
    background-color: black;
}

.virg {
    font-size: 20rem;
    font-weight: 900;
    line-height: 1;
    color: #F0047F;
}

h1,
.h1 {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
}

h2,
.h2 {
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1;
}

h3,
.h3 {
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1;
}

h4,
.h4 {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.1;
}

.dida {
    font-size: 0.9rem;
    font-weight: 300 !important;
    line-height: 1.3;
}

.header {
    position: relative;
    height: 100%;
    background-color: white;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.visibility {
    visibility: hidden !important;
}

.quote {
    font-weight: 900;
    font-size: 1rem;
    line-height: 1.3;
}

.ops {
    font-size: 2.1rem;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
}

.line {
    text-decoration: underline;
}

.uc {
    text-transform: uppercase;
}

.img-thumbnail {
    padding: 1.2rem;
    background-color: floralwhite;
    border: 0px solid lightgray;
    border-radius: 0rem;
    max-width: 100%;
    height: auto;
    -moz-box-shadow: 10px 10px 50px #ccc;
    -webkit-box-shadow: 10px 10px 50px #ccc;
    box-shadow: 10px 10px 10px #ccc;
}

.img-thumbnail:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.italic {
    font-style: italic;
}

.bg-a {
    margin: 0 auto;
    padding: 0;
    height: 934px;
    background: url(../img/msm2.jpg) no-repeat top center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.bg-b {
    margin: 0 auto;
    padding: 0;
    height: auto;
    background: url(../img/bg-footer.jpg) no-repeat top center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.bg-light {
    background-color: white !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: white !important;
}

.navbar {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
    font-size: 0.9rem;
    font-weight: 400;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0rem;
}

.nav-item {
    margin-left: 0px;
    margin-bottom: 10px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(154, 20, 92, 1);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 1);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(154, 20, 92, 1);
}

.title {
    font-size: 2.1rem;
    letter-spacing: -2px;
    font-weight: 900;
}

.topgap {
    margin-top: 50px;
}

.topgap-img {
    margin-top: 50px;
}

.bottomgap {
    margin-bottom: 50px;
}

.bottomgap-img {
    margin-bottom: 50px;
}

.tgap00 {
    margin-top: 5px;
}

.bgap00 {
    margin-bottom: 5px;
}

.tgap-pay {
    margin-top: 14px;
}

.tgap01 {
    margin-top: 10px;
}

.tgap01-var {
    margin-top: 35px;
}

.bgap01 {
    margin-bottom: 10px;
}

.tgap02 {
    margin-top: 10px;
}

.bgap02 {
    margin-bottom: 10px;
}

.tgap03 {
    margin-top: 35px;
}

.bgap03 {
    margin-bottom: 35px;
}

.tgap04 {
    margin-top: 20px;
}

.bgap04 {
    margin-bottom: 20px;
}

.tgap-op {
    margin-top: 50px;
}

.bgap-op {
    margin-bottom: 20px;
}

.tgap05 {
    margin-top: 50px;
}

.tgap05-1 {
    padding-top: 150px;
}

.bgap05 {
    margin-bottom: 50px;
}

.tgap06 {
    margin-top: 100px;
}

.bgap06 {
    margin-bottom: 100px;
}

.tgap07 {
    margin-top: 30px;
}

.bgap07 {
    margin-bottom: 30px;
}

.tgap08 {
    margin-top: 55px;
}

.bgap08 {
    margin-bottom: 55px;
}

.tgap09 {
    margin-top: 35px;
}

.bgap09 {
    margin-bottom: 35px;
}

.tgap10 {
    margin-top: 17px;
}

.bgap10 {
    margin-bottom: 0px;
}

.tgap11 {
    margin-top: 45px;
}

.bgap11 {
    margin-bottom: 5px;
}

.tgap04v {
    margin-top: 10px;
}

.bgap-map {
    margin-bottom: 50px;
}

.tooltip {
    font-size: 1rem;
}

.tooltip.show {
    opacity: 0.8;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: black;
}

.tooltip-inner {
    max-width: 200px;
    padding: 1.5rem 1.5rem;
    background-color: black;
    color: white;
    border-radius: 0.5rem;
}

.imgfull {
    margin: 0 auto;
    padding: 0;
    height: 990px;
    width: auto;
    background: url(../img/skylight2.jpg) no-repeat center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.modal-content {
    border-radius: 0rem;
    padding: 0;
}

.md-h-01 {
    height: 1000px;
}

.modal-dialog {
    margin: 0rem;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 1rem !important;
    padding-right: 3rem !important;
    border-bottom: 0px solid #e9ecef;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.close {
    float: right;
    line-height: 1;
    color: black;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: darkgray;
    text-decoration: none;
    opacity: 1;
}

.btn-light2 {
    color: black;
    background-color: white;
    font-weight: 300;
    font-size: 0.9em;
    padding-left: 17px;
    4 padding-right: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-light2:hover {
    color: black;
    background-color: #ffea38;
    font-weight: 300;
    font-size: 0.9em;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.lk01 a {
    color: white;
    text-decoration: none;
}

.lk01 a:hover {
    color: #ffea38;
    text-decoration: none;
}

.form-control:focus {
    border-color: #ffd800;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.alert-success {
    color: black;
    background-color: #ffd800;
    border-color: #ffd800;
}

.alert-success hr {
    border-top-color: #ffd800;
}

.navbar-toggler {
    border: 0px solid transparent;
    border-radius: 0rem;
}

.dropdown-menu {
    font-size: 0.9rem;
    border: 0px solid transparent;
    border-radius: 0rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 0.5rem;
    clear: both;
    font-weight: 900;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    color: black !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #87014C !important;
    text-decoration: none;
    background-color: white;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #87014C !important;
    text-decoration: none;
    background-color: white;
}

.dropdown-toggle {
    outline: none;
}

/*
*
* ==========================================
* hovereffect
* ==========================================
*
*/

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #e0e0e0;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 50% 20px;
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100%);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hovereffect:hover img {
    opacity: 0.17;
    filter: alpha(opacity=17);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect a,
.hovereffect p {
    color: black;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.hovereffect:hover a,
.hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*
*
* ==========================================
* video
* ==========================================
*
*/

.video-background-holder {
    position: relative;
    background-color: black;
    height: calc(100vh - 72px);
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    background: url(../clips/g-rpt.jpg) no-repeat top center scroll;
}

.video-background-holder video {
    position: absolute;
    margin-top: 100px;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
    position: relative;
    z-index: 2;
}

.video-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.4;
    z-index: 1;
}

/* ==========================================================================
   min-width: 768px
   ========================================================================== */

@media (min-width: 768px) {

    body {
        font-size: 1.5rem;
    }

    body {
        animation: fadeInAnimation ease 3s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }

    @keyframes fadeInAnimation {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .btn-light {
        color: white;
        background-color: #F0047F;
        font-size: 0.9em;
        font-weight: 900;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-color: hsla(0, 0%, 0%, 0);
    }

    .bg-a {
        margin: 0 auto;
        padding: 0;
        height: 934px;
        background: url(../img/msm1.jpg) no-repeat top center fixed;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-attachment: scroll;
    }

    .btn-light:hover {
        color: white;
        background-color: #87014C;
        font-size: 0.9em;
        font-weight: 900;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-color: hsla(0, 0%, 0%, 0);
    }

    .nav-item {
        margin-left: 25px;
        margin-bottom: 0px;
    }

    .virg {
        font-size: 35rem;
        font-weight: 900;
        line-height: 1;
        color: #F0047F;
    }

    #m-right {
        position: fixed;
        right: 0;
        top: 50%;
        width: 5em;
        margin-top: -4em;
        list-style-type: none;
        z-index: 1;
    }

    .text-c {
        text-align: left !important;
    }

    .img-fluid {
        width: 100%;
        height: auto;
    }

    .ops {
        font-size: 6.5rem;
        letter-spacing: -3px;
        text-transform: uppercase;
        font-weight: 900;
        line-height: 0.9;
    }

    .title {
        font-size: 2.5rem;
        letter-spacing: -2px;
        font-weight: 900;
    }

    .linea {
        border-top: 10px solid rgba(0, 0, 0, 1);
        margin-bottom: 1rem;
    }

    .linea2 {
        border-top: 10px solid rgba(255, 255, 255, 1);
        margin-bottom: 1rem;
        margin-left: 20%;
        margin-right: 20%;
    }

    h1,
    .h1 {
        font-size: 6rem;
        font-weight: 900;
    }

    h2,
    .h2 {
        font-size: 1.8rem;
        font-weight: 900;
        line-height: 1.2;
    }

    h3,
    .h3 {
        font-size: 1.5rem;
        font-weight: 900;
        line-height: 1.2;
    }

    h4,
    .h4 {
        font-size: 2rem;
        font-weight: 900;
        line-height: 1;
    }

    p {
        font-size: 1.2rem;
        margin-bottom: 0rem;
        line-height: 1.4;
    }

    .text-center02 {
        text-align: left !important;
    }

    .quote {
        font-weight: 900;
        font-size: 1.1rem;
        line-height: 1.4;
    }

    .dida {
        font-size: 1rem;
        font-weight: 300 !important;
        line-height: 1.4;
    }

    .bg-b-f {
        font-size: 1.1rem;
        font-weight: 400 !important;
        line-height: 1.4;
    }

    .topgap {
        margin-top: 200px;
    }

    .bottomgap {
        margin-bottom: 200px;
    }

    .topgap-img {
        margin-top: 0px;
    }

    .bottomgap-img {
        margin-bottom: 0px;
    }

    .tgap01 {
        margin-top: 20px;
    }

    .tgap01-var {
        margin-top: 20px;
    }

    .bgap01 {
        margin-bottom: 20px;
    }

    .tgap03 {
        margin-top: 75px;
    }

    .bgap03 {
        margin-bottom: 75px;
    }

    .tgap-op {
        margin-top: 75px;
    }

    .bgap-op {
        margin-bottom: 75px;
    }

    .tgap04 {
        margin-top: 25px;
    }

    .bgap04 {
        margin-bottom: 25px;
    }

    .tgap05 {
        margin-top: 130px;
    }

    .bgap05 {
        margin-bottom: 130px;
    }

    .tgap07 {
        margin-top: 0px;
    }

    .bgap07 {
        margin-bottom: 0px;
    }

    .tgap09 {
        margin-top: 0px;
    }

    .bgap09 {
        margin-bottom: 0px;
    }

    .tgap10 {
        margin-top: 20px;
    }

    .bgap10 {
        margin-bottom: 40px;
    }

    .tgap11 {
        margin-top: 0px;
    }

    .bgap11 {
        margin-bottom: 0px;
    }

    .bgap04v {
        margin-bottom: 25px;
    }

    .tgap-map {
        margin-top: 250px;
    }

    .bgap-map {
        margin-bottom: 250px;
    }

    .tgap-map02 {
        margin-top: 150px;
    }

    .tooltip-inner {
        max-width: 200px;
        padding: 1.5rem 1.5rem;
        background-color: black;
        color: white;
        border-radius: 0.5rem;
    }

    .modal-lg {
        max-width: 100%;
    }

    .visibility {
        visibility: visible !important;
    }

}

@media (min-width: 1500px) {

    .bg-a {
        margin: 0 auto;
        padding: 0;
        height: 934px;
        background: url(../img/msm.jpg) no-repeat top center fixed;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-attachment: scroll;
    }
}
