.topo_video{display:flex;justify-content:center;align-items:center;width:100%;height:100vh;overflow:hidden}.topo_video video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%, -50%);-o-object-fit:cover;object-fit:cover;z-index:0}.topo_video .texto{position:relative;z-index:2;text-align:center}.topo_video .texto h1{color:#fff;font-weight:700}.topo_video .texto h1 strong{color:#ff7200}.topo_video .texto .btn_padrao{background-color:#ff8d28;margin-top:2rem}.topo_video .texto .btn_padrao:hover{background-color:#ff7200}.topo_video .img_animacao{display:none}.topo_video:after{content:"";background-color:rgba(20,20,20,0.4784313725);position:absolute;width:100%;height:100%;left:0;top:0}.topo_video.animacao .img_animacao{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;animation:pulsar 3s ease-in-out infinite}.topo_video.animacao:after{background-color:rgba(64,64,64,0.8196078431)}@keyframes pulsar{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}@keyframes blink{0%{opacity:0}50%{opacity:1}}@media(min-width: 63rem){.topo_video .texto h1{font-size:4rem}}@media(max-width: 62rem){.topo_video{height:50vh}.topo_video .texto h1 br{display:none}.topo_video video{width:100%;height:100%;min-width:0;min-height:0}}