.f-titillium {
    font-family: 'Titillium Web', sans-serif;
}

.back {
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
}

.back .piece1 {
    position:absolute;
    top: -200px;
    left: 30%;
    width:100%;
    height:120%;
    background-color: #fff;
    transform: rotate(78deg);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.6);
}

.back .video-back {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(86,155,194,0.6);
}

video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url('/platform/public/video/backvideo/background_web.jpg') no-repeat;
    background-size: cover;
    transition: 1s opacity;
}

section#content {
    background: transparent !important;
}

#content.content-alt {
    max-width: 1300px;
    margin: 0 auto;
}

.shadow-resaltar{ text-shadow: 0px 0px 10px rgb(33, 140, 165);}

body{ -webkit-font-smoothing: antialiased; }

@media screen and (max-width: 1330px) {
    .back .piece1 { left:40%;}
}

@media (max-width: 992px) {
    #bgvid { display: none; }

    .back .piece1 {
        position:absolute;
        top: 0;
        left: 60%;
        width:100%;
        height:100%;
        background-color: #fff !important;
        transform: rotate(0);
        box-shadow: 0px 0px 8px rgba(0,0,0,0.6);
    }
}
  
@media (max-width: 991px) {
    .back .piece1 { left:0;}
}
