@font-face {
    font-family: BrandingSF-Bold;
    src: url("../fonts/branding-sf-bold.otf") /* TTF file for CSS3 browsers */
   }

   @font-face {
    font-family: BrandingSF-Medium;
    src: url("../fonts/branding-sf-medium.ttf") /* TTF file for CSS3 browsers */
   }

html, body {
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: BrandingSF-Medium;
    font-size: 14pt
}

.navbar {
    background-color: rgba(0,0,0,0.5);
}

i {
    font-size: 3rem
}

.viewer {
    width: 1024px;
    height: 576px;
    background-color: #CCC;
    background-image: url("../img/icons8-360-64.png");
    background-position: center;
    background-repeat: no-repeat;
    margin: auto
}
header {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
header h1 {
    font-family: BrandingSF-Bold;
    font-size: 4rem
}

h2, h3 {
    font-family: BrandingSF-Bold;
    color: #2B3577
}

h2 {
    font-size: 2.6rem
}

.caption {
    position: absolute;
    width: 100%;
    bottom: 20%;
    font-family: BrandingSF-Medium;
    font-size: 18pt
}
.intro {
    font-family: BrandingSF-Medium;
    font-size: 14pt;
    line-height: 1.9rem;
}
.panorama {
    text-align: center;
    font-family: BrandingSF-Bold;
}
video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-image: url("../img/fundo-video.png");
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 200
}

.card {
    border: none
}
.card:hover {
    background-color: #9DD1ED;
    box-shadow: 0 2px 3px rgba(0,0,0,0.25)
}

.card-body img {
    cursor: pointer;
    width: 100%;
    height: auto
}

.modal-content iframe{
    margin: 0 auto;
    display: block;
}

footer {
    background-color: #2B3577
}
footer .col-lg-4:last-child{
    background-color: #9DD1ED;
}