.elementor-7081 .elementor-element.elementor-element-1f7a558{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:180px;--padding-bottom:180px;--padding-left:0px;--padding-right:0px;}.elementor-7081 .elementor-element.elementor-element-1f7a558.e-con{--align-self:center;}.elementor-7081 .elementor-element.elementor-element-0ecd4d2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-7081:not(.elementor-motion-effects-element-type-background), body.elementor-page-7081 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#111111;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-7081 .elementor-element.elementor-element-1f7a558{--content-width:360px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:110px;--padding-bottom:110px;--padding-left:0px;--padding-right:0px;}.elementor-7081 .elementor-element.elementor-element-0ecd4d2{--width:360px;--min-height:200px;}}@media(min-width:768px){.elementor-7081 .elementor-element.elementor-element-1f7a558{--content-width:1280px;}.elementor-7081 .elementor-element.elementor-element-0ecd4d2{--width:632px;}}@media(max-width:1366px) and (min-width:768px){.elementor-7081 .elementor-element.elementor-element-1f7a558{--content-width:1100px;}.elementor-7081 .elementor-element.elementor-element-0ecd4d2{--width:600px;}}@media(max-width:1200px) and (min-width:768px){.elementor-7081 .elementor-element.elementor-element-1f7a558{--content-width:925px;}}@media(max-width:1024px) and (min-width:768px){.elementor-7081 .elementor-element.elementor-element-1f7a558{--content-width:781px;}}@media(max-width:880px) and (min-width:768px){.elementor-7081 .elementor-element.elementor-element-1f7a558{--content-width:728px;}}/* Start custom CSS for html, class: .elementor-element-312bb21 */#video-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

#video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#start-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.5s;
}

#play-button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    display: block;
    z-index: 999;
    cursor: pointer;
}

#playing-overlay{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: 0.5s;
    border-radius: 20px;
    cursor: pointer;
}

#pause-overlay{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    border-radius: 20px;
    cursor: pointer;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), #000 70%);
}

#resume-button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    cursor: pointer;
}

.elementor-7081 .elementor-element.elementor-element-312bb21 iframe{
    border-radius: 20px;
}

.esconder{
    display: none;
}/* End custom CSS */