.home_video {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.home_video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.home_chamadas {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
}
.home_chamadas #home_video_2 {
    width: 100%;
    max-width: 360px;
    margin: auto;
    height: auto;
}
.home_chamadas .linha {
    display: block;
    margin: 20px auto;
}
.home_chamadas .row > div {
    margin-top: 10px;
    margin-bottom: 10px;
}
.home_chamadas .textos h2 {
    font-weight: 600;
    font-size: 270%;
    color: #000;
}
.home_chamadas_2 {
    min-height: 100vh;
    background-image: url(../images/home/bg-chamada-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.home_chamadas_2 .conteudo {
    display: flex;
    align-items: center;
    height: calc(100vh);
}
.home_chamadas_2 .textos h2, .home_chamadas_2 .textos p, .home_chamadas_2 p .link-tema {
    color: #FFF !important;
}
.home_chamadas_2 .textos p {
    font-size: 120%;
}
@media (min-width: 992px) {
    .home_chamadas .textos > *:not(:last-child) {
        margin-bottom: 30px;
    }
    .home_chamadas .linha {
        margin: 60px auto;
    }
}
@media (max-width: 991px) {
    .home_chamadas .textos h2 {
        font-size: 210%;
    }
}