:root {
    --accent: #3DB45E;
    --dark: #17191D;
    --light: #f4f4f4;
    --overlay: rgba(23, 25, 29, 0.8);
    --overlay2: rgba(245, 246, 252, 0.52);
    --ease: all 0.3s ease 0s;
}



/******estilo para espacio migrante************/

#ytvideo2 {
    padding: 40px;
    border-radius: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
    margin-top: 25px;
    background-color: #e6e6e6;
}

#ytvideo2 iframe {
    width: 100%;
    height: 430px;
    /*border-radius: 30px;*/
}

#contvideos .owl-stage {
    margin: auto;
}

#contvideos .owl-nav {
    color:#610B21;
}

#contvideos .owl-prev,
#contvideos .owl-next {
    position: absolute;
    top: 50%;
    font-size: 2rem !important;
    /*background-color: pink !important;*/
    background: rgba(57, 57, 57, 0.502);
    width: 50px;
    height: 50px;
    font-weight: bold;
    border-radius: 100% !important;
}

#contvideos .owl-prev:hover,
#contvideos .owl-next:hover {
    color: black;
}



#contvideos .owl-prev .iconflech,
#contvideos .owl-next .iconflech {
    position: relative;
    top: 2px;
    text-align: center;
}

#contvideos .owl-prev {
    left: 0;
}

#contvideos .owl-next {
    right: 0;
}


#contvideos .owl-prev .iconflech{
    right: 2px;
}
#contvideos .owl-next .iconflech{
    left: 2px;
}



/*
#contvideos .owl-dots.owl-dot.active span {
    width: 30px !important;
    background-color: purple !important;
}

#contvideos .owl-dots:hover span {
    width: 30px !important;
    background-color: purple !important;
}*/



#contvideos li {
    /* list-style: none;*/
    display: flex;
    flex-direction: column;

}




/*******************/
.yt_holder {
    width: 900px;
    margin: auto
}

.carossel-filmes {
    margin-top: 25px;
    margin-bottom: 50px;

}

.box-filme {
     height: 260px;
   /*max-height: 260px;*/


    display: block;
    transition: 5s ease all;
    text-align: center;
    border-radius: 8px;
    word-spacing: 1.2px;
    /* box-shadow: 0 0 8px #a39f9f;*/

    border: 1px solid #d0c2c2;
    /* background-color: var(--menu-mobile-background-color);*/
}





.box-filme img {
    opacity: 1;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}


.box-filme::before {
    content: "";
    transition: 0.8s;
}



.titulo-filme {

    height: 100%;
    background-color: var(--menu-mobile-background-color);
    color: #fff;
    text-align: center;

    height: 360px;



}



/*article#node-13 h2.title { display: none; }*/









/*******************/


/*
.currentvideo {
    background: linear-gradient(var(--overlay), var(--overlay2));
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}*/




/***************/

.button_venobox {
    cursor: pointer;
    transition: var(--ease);
}

.button_venobox:hover {
    transform: scale(1.02);
}

.wrapper_venobox {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "top__section"
        "content__section"

}








.top__section {
    grid-area: top__section;
    min-height: 370px;
    display: grid;
    grid-template-columns: 10% 1fr 10%;
    grid-template-areas:
        ". header .";

    /* background: linear-gradient(var(--overlay), var(--overlay2)), url('../../ima/2.jpg');*/

    /*background: linear-gradient(135deg, #6ec575 0, #3b8686 100%), url(../../ima/bg3.png) no-repeat;*/
    /*background-image:
    linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)),
    url('../../ima/2.jpg');*/

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;

    text-align: left;

}



.top__section p,
button,
h1,
h4 {
 /*    color: var(--light); */
}

.top__section
h1{
    font-family: "UniviaPro", sans-serif;
}


.top__section p,
h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.top__section h4,
button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.top__section h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.top__section p,
h4 {
    font-size: 18px;
}


.header_venobox {
    grid-area: header;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header_venobox p {
    max-width: 570px;
    margin-bottom: 30px;
}

/*
.header_venobox button {
    width: 131px;
    padding: 12px 0;
    background-color: var(--accent);
    border: none;
}*/

.header_venobox a {
    width: 131px;
    font-family: "Muli", sans-serif;
    font-weight: normal;
    font-style: normal;


    /* #8b92dd;*/
    display: block;

    border-radius: 30px;
    text-align: center;

    padding: 4px 33px;
    text-decoration: none;
    color: #fff;
    background: var(--color-azul);
    border: 1px solid transparent;
}

.header_venobox a:hover {
    color: var(--color-coral);
}


.content__section {
    grid-area: content__section;
    display: grid;
    grid-template-columns: 10% 1fr 10%;
    grid-template-areas:
        ". playlist__one ."
        ". playlist__two .";
    margin-bottom: 60px;

}

.playlist__one {
    grid-area: playlist__one;

}

.playlist__two {
    grid-area: playlist__two;
}

.playlist__title {
    margin: 30px 0;
    color: var(--dark);
}


.videos_venobox {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
}


/**/
#videos_venobox li.item {
    text-align: center;
    padding: 5px;
    margin: 10px;
    border-radius: 10px;

    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
}


#videos_venobox li.item img {
    border-radius: 10px;
}

/**/


.video_veno {
    height: 180px;
    grid-column-start: span 3;
    position: relative;
    transition: var(--ease);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.video_veno:hover {
    transform: scale(1.02);
}

.video_veno i {
    cursor: pointer;
    font-size: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--light);
    opacity: 0.85;
    transition: var(--ease);
}

.video_veno i:hover {
    opacity: 1;
}

.video_veno a {
    border: 2px solid red;
}