﻿.focuses div.single-focus {
    min-height: 320px;
}

.videoPlayer {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin-bottom: 50px;
}

    .videoPlayer .video-js {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.pointer {
    cursor: pointer;
}

img {
    opacity: 1;
    transition: opacity 0.3s;
}

    img[data-src] {
        opacity: 0;
    }

.icone-conectado:before {
    content: "\e809";
}

textarea {
    resize: none;
}

.footerSection {
    background: rgb(115, 115, 115);
}

.tam-2x {
    font-size: 2em !important;
}
