/*
*
* BRIVIA STYLE
*
*/

/* Button */
.section-primary .content-main-primary .box-txt-center .btn-conecte {
    background-color: #8E34AB;
    color: #2CEEAE;
}

/* Banner Top of Mind */
.top-of-mind{
    display: block;
    cursor: pointer;
}
.top-of-mind img{
    display: block;
    width:100%;
    height:auto;
}

/* Pos HRTECH */
.section-pos-hrtech h2{
    margin: 0;
    padding: 0;
    font-size: 32px;
    line-height: 36px;
    color: #5E22B8;
    text-align: left;
    font-weight: 900;
    position: relative;
    padding-top:35px;
}
.section-pos-hrtech h2:before{
    content: '';
    margin: 0;
    padding: 0;
    width: 69px;
    height: 10px;
    background-color: #EC6D1F;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.section-pos-hrtech p{
    margin: 25px 0 0 0;
    padding: 0;
    font-size: 20px;
    line-height: 26px;
    color: #6E6E6E;
    font-weight: 300;
    text-align: left;
}
.section-pos-hrtech a{
    background: #eb5c28;
    background: -moz-linear-gradient(left,  #eb5c28 0%, #ee7c16 44%, #ee7c16 100%);
    background: -webkit-linear-gradient(left,  #eb5c28 0%,#ee7c16 44%,#ee7c16 100%);
    background: linear-gradient(to right,  #eb5c28 0%,#ee7c16 44%,#ee7c16 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb5c28', endColorstr='#ee7c16',GradientType=1 );
    display: inline-block;
    height:38px;
    line-height: 38px;
    padding:0px 20px;
    font-size: 16px;
    font-weight: 600;
    color:#fff;
    margin-top: 30px;
    border-radius:6px;
}
.section-pos-hrtech .blur{
    margin-top: 50px;
}

/* Vídeos */
.section-post-blog .content-box-posts{
    padding-bottom:100px;
}
.video-item{
    position: relative;
    border-radius:10px;
    overflow: hidden;
    background:#fff;
    box-shadow:0px 10px 40px rgba(0,0,0,0.1);
}
.video-item__image{
    height:135px;
    display: block;
    cursor: pointer;
    width:100%;
}
.video-item__content{
    padding:20px 30px;
    position: relative;
}
.video-item__content__title{
    font-size: 24px;
    line-height: 28px;
    color:#5E22B8;
    font-weight: 700;
    margin-bottom: 10px;
}
.video-item__content__author{
    padding-right:100px;
    font-size: 16px;
    line-height: 24px;
    color:#6E6E6E;
}
.video-item__content__author b{
    font-weight: 700;
}
.video-item__content__cta{
    background: #eb5c28;
    background: -moz-linear-gradient(left,  #eb5c28 0%, #ee7c16 44%, #ee7c16 100%);
    background: -webkit-linear-gradient(left,  #eb5c28 0%,#ee7c16 44%,#ee7c16 100%);
    background: linear-gradient(to right,  #eb5c28 0%,#ee7c16 44%,#ee7c16 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb5c28', endColorstr='#ee7c16',GradientType=1 );
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    border-radius: 6px;
    position: absolute;
    right: 20px;
    bottom: 25px;
}

/* 767 */
@media(max-width: 767px){
    .video-item{
        margin-bottom: 20px;
    }
    .video-item__content__author{
        padding-right:0px;
    }
    .video-item__content__cta{
        position: relative;
        right:0px;
        bottom:0px;
        margin-top: 10px;
    }
}






.section-calendar .content-main-calendar {
    overflow: hidden;
    padding: 50px 0 0;
}

@media screen and (max-width: 991px) {
    .section-calendar .content-main-calendar {
        padding: 30px 0 0;
    }
}


@media(min-width: 1200px) {
    .section-calendar .content-main-calendar:after {
        content: '';
        display: block;
        height: 404px;
        width: 410px;
        background-image: url(../images/lives-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 50px;
        left: 50%;
        margin-left: 545px;
    }

    .section-calendar .content-main-calendar:before {
        content: '';
        display: block;
        height: 131px;
        width: 86px;
        background-image: url(../images/lives-bg2.png);
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 340px;
        left: 50%;
        margin-left: -740px;
    }
}

.section-calendar .content-title-calendar h2 strong {
    font-weight: 700;
}


.section-calendar .content-main-calendar .box-title-left {
    padding: 20px 0 0 0;
}

.section-calendar .content-main-calendar .box-title-left:before {
    top: 0px;
}

.section-calendar .content-main-calendar .box-title-left h2 {
    font-weight: 300;
}

.section-calendar .content-main-calendar .box-title-left h3 {
    font-size: 55px;
    line-height: 55px;
    font-weight: 700;
    color: #5E22B8;
    margin: 0 0 10px;
}

.section-calendar .content-main-calendar .box-title-left .p2 {
    margin: 0 0 120px;
}

.section-calendar .content-main-calendar .box-title-left .btn {
    width: 260px;
    height: 50px;
    background: #eb5c28;
    background: linear-gradient(90deg, #eb5c28 0%, #ee7c16 62.75%, #ee7c16 100%);
    color: #fff;
    font-size: 22px;
    line-height: 2px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.section-calendar .content-main-calendar .box-title-left .btn:hover {
    background: #d63a02;
    background: linear-gradient(90deg, #d63a02 0%, #d63a02 100%);
}

.section-calendar .content-main-calendar .box-title-left .btn .fas { 
    font-weight: 700;
    margin: 0 0 0 18px;
    font-size: 18px;
}

.calendar-new {
    margin: 70px 0 0;
}

.calendar-new p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color:#6E6E6E;
    margin: 0 0 20px;
    text-align: center;
    display: block;
}

@media (max-width: 1199px) {
    .section-calendar .content-main-calendar .box-title-left h3 {
        font-size: 35px;
        line-height: 40px;
    }
   
}

.swiper-lives {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    max-width: 540px;
    margin: 0 auto;
}

.swiper-lives .swiper-slide {
    height: 200px;
}

@media (max-width: 767px) { 
    .swiper-lives .swiper-slide {
        height: auto;
    }
}

.swiper-lives .swiper-lives-next,
.swiper-lives .swiper-lives-prev {
    display: flex;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 9;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #EC6D1F;
    cursor: pointer;
}

.swiper-lives .swiper-lives-next.swiper-button-disabled,
.swiper-lives .swiper-lives-prev.swiper-button-disabled {
    opacity: 0;
    cursor: default;
}

.swiper-lives .swiper-lives-prev {
    left: 0;
}

.swiper-lives .swiper-lives-next {
    right: 0;
}

.swiper-lives .link {
    padding: 30px 50px;
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

@media (max-width: 767px) { 
    .swiper-lives .link {
        padding: 30px;
    }
}

.swiper-lives .data {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color:#6E6E6E;
    margin: 0 0 10px;
    display: block;
}

.swiper-lives .name { 
    color: #EC6D1F;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    display: block;
} 

@media (max-width: 767px) {  
    .swiper-lives .name { 
        font-size: 16px;
        line-height: 22px;
    }
}

.swiper-lives .name .fa-angle-double-right {
    color: #6E6E6E;
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle;
}

.swiper-lives img {
    display: block;
    margin: 22px auto 0;
    width: 100%;
    height: auto
}

.swiper-lives .definir {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color:#6E6E6E;
    margin: 87px auto 0;
    display: block;
    text-align: center;
}


@media (max-width: 991px) {
    .section-calendar .content-main-calendar .box-title-left h3 {
        text-align: center;
    }

    .section-calendar .content-main-calendar .box-title-left .p2 {
        margin: 0;
    }
    
    .section-calendar .content-main-calendar .box-title-left .btn {
        margin: 30px auto 0;
    }

    .calendar-new {
        margin: 30px 0 0;
    }

    .calendar-new p {
        margin: 0 auto 20px;
        max-width: 240px;
    }

    .calendar-new .box {
        min-height: inherit;
    }

    .calendar-new .box + .box {
        margin-top: 10px;
    }

    .calendar-new .box .fa-chevron-right {
        top: 20px;
        right: 20px;
        font-size: 18px;
    }

    .calendar-new .box .name {
        font-size: 16px;
        line-height: 20px;
    }

    .calendar-new .box .data {
        font-size: 18px;
        line-height: 18px;
    }
}

main {
    display: block;
    overflow: hidden;
    position: relative;
}

.form-fixo {
    height: 110px;
    width: 340px;
    background: #00C89B;
    position: absolute;
    top: 680px;
    display: flex;
    align-items: center;
    z-index: 99;
    visibility: hidden;
    -moz-transition: right .5s ease;
    transition: right .5s ease;
    right: -325px;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
}

.form-fixo:hover { 
    text-decoration: none;
}

.form-fixo b {
    font-weight: 800;
}

@media (max-width: 767px) {
    .form-fixo { display: none; }
}

.form-fixo.fixo {
    visibility: visible;
    right: -220px;
    position: fixed;
    top: 20px;
}

.form-fixo .text {
    width: 110px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 10px 12px 10px 15px;
    line-height: 17px;
    text-decoration: none;
}

.form-fixo .text .icon {
    width: 30px;
    height: 30px;
    display: block;
    fill: #fff;
    margin: 0 auto 8px;
}
   

/* LIVE SLIDERS */
.live_block{
    margin-top: 40px;
}
.live_block_title{
    font-size: 28px;
    font-weight: 300;
    line-height: 35px;
    color:#5E22B8;
    margin-bottom: 15px;
}
.live_block_slider{
    overflow: hidden;
    position: relative;
    transition:0.3s;
    filter:drop-shadow(0px 10px 40px rgba(0,0,0,0.1));
}
.live_block_slider:hover{
    filter:drop-shadow(0px 10px 40px rgba(0,0,0,0.2));
}
.live_block_slider_pagination{
    position: absolute;
    left:0px;
    top:20px;
    height:12px;
    width:100%;
    text-align: center;
    z-index:2;
}
.live_block_slider_pagination .swiper-pagination-bullet{
    background:#fff;
    width:12px;
    height:12px;
    border-radius:12px;
    margin:0px 5px;
    opacity:0.5;
}
.live_block_slider_pagination .swiper-pagination-bullet-active{
    opacity:1;
}
.live_block_slider_item{
    background:#fff;
    display: block;
    padding:14px;
    border-radius:10px;
    position: relative;
    cursor: pointer;
}
.live_block_slider_item img{
    display: block;
    width:100%;
    height:auto;
    margin-bottom: 30px;
}
.live_block_slider_item:before{
    content:'';
    position: absolute;
    left:50%;
    top:64px;
    width:48px;
    height:48px;
    border-radius:48px;
    margin-left: -24px;
    background:url(../images/icon-play.svg) no-repeat center center;
    background-size:contain;
}
.live_block_slider_item span{
    position: absolute;
    left:14px;
    bottom:14px;
    right:14px;
    background:#fff;
    box-shadow:0px 0px 0px 4px #fff,0px -10px 0px 0px #fff;
    z-index:2;
    font-size: 22px;
    font-weight: 700;
    color:#5E22B8;
}
.live_block_link{
    display: block;
    width:256px;
    height:50px;
    margin: 18px auto 0px;
    text-align: center;
    background:#2CEEAE;
    border-radius:6px;
    font-size: 16px;
    text-transform: uppercase;
    color:#5E22B8 !important;
    font-weight: 700;
    line-height: 50px;
    cursor: pointer;
    text-decoration: none !important;
}

.live_block_link:after{
    content:'';
    width:10px;
    height:10px;
    border-bottom:2px solid #fff;
    border-right:2px solid #fff;
    transform: rotate(-45deg);
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top:-1px;
}
.live_block_link:hover{
    background:#43fabd;
}
@media(max-width:767px){
    .live_block_slider_item img{
        margin-bottom: 0px;
    }
    .live_block_slider_item span{
        position: relative;
        left:0px;
        bottom:0px;
        right:auto;
        top:auto;
        display: block;
        box-shadow:none;
        font-size: 17px;
        padding: 10px 0px 0px;
    }
    .live_block_title {
        font-size: 30px;
        font-weight: 300;
        line-height: 30px;
        color: #5E22B8;
        margin-bottom: 15px;
    }
    .live_block_slider_item:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 17vw;
        width: 34px;
        height: 34px;
        border-radius: 48px;
        margin-left: -17px;
        background: url(../images/icon-play.svg) no-repeat center center;
        background-size: contain;
    }
}

.section-calendar .content-main-calendar .box-title-left .p2{
    margin-bottom: 20px;
}

.coisas-de-rh{
    background:#fff;
    padding:20px;
    border-radius:10px;
    box-shadow:0px 10px 30px rgba(0,0,0,0.2);
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color:#6E6E6E;
}
.coisas-de-rh b{
    font-weight: 700;
    color:#90187b;
}
.coisas-de-rh span{
    font-size: 14px;
    line-height: 20px;
}
.coisas-de-rh span a{
    color:#90187b;
    text-decoration: underline;
}
.coisas-de-rh img{
    width:40%;
    height:auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

@media(max-width:767px){
    .coisas-de-rh img{
        width:60%;
    }
}