#breve-sobre, #video-apresentacao {
    display: table;
}
#breve-sobre p {
    text-align: justify;
}
#video-apresentacao .image {
    width: 100%;
    height: 208px;
    overflow: hidden;
    position: relative;
    border-radius: 23px;
}
#video-apresentacao .image .capa {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
    background: url(../../../images/imagem-1.png) no-repeat center;
    background-size: cover;
}
#video-apresentacao .image video {
    width: 100%;
    height: 208px;
}
#video-apresentacao .image .play span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 62px;
    height: 62px;
    margin: -31px 0 0 -31px;
    text-align: center;
    padding-top: 13px;
    color: #fff;
    font-size: 25px;
    border: 5px solid #fff;
    display: block;
    border-radius: 100%;
    z-index: 100;
    transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
}
#video-apresentacao .image:hover .play span {
     background: rgba(72, 129, 140, 1.0);
    border: 5px solid rgba(72, 129, 140, 1.0);
    transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
}
.cols-apresentacao .btn-model-1 {
    clear: both;
}
.lightbox_default {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    padding: 30px 0;
    overflow-y: scroll;
}
.content-lightbox-apre {
    width: 1010px;
    margin: 0 auto;
    background: #fff;
    z-index: 20;
    display: block !important;
    position: relative;
    padding: 35px 55px;
    margin-bottom: 30px;
    border-radius: 40px;
}
.content-lightbox-apre .image {
    width: 290px;
    margin-right: 27px;
}
.content-lightbox-apre .image img {
    width: 100%;
}
.fundo-lightbox-apre {
    z-index: 10;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
}
.lightbox_apresemtacao .descricao ul {
    width: 100%;
    padding-top: 45px;
}
.lightbox_apresemtacao .descricao ul li {
    width: 50%;
    padding: 0 30px 20px 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-family: 'alleyn-regular';
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    float: left;
}
.fechar-lightbox-apre {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 100%;
    background: #40515d;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    font-size: 30px;
    font-family: 'alleyn-regular';
}
.content-lightbox-apre .descricao p b {
    font-size: 18px;
}
.content-lightbox-apre .descricao p {
    margin-bottom: 55px;
}

