.chamada
{
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    /* background: rgb(36, 10, 10); */
}

.chamada .container
{
    position: relative;
    max-width: 1029px;
    width: 100%;
    height: auto;
    display: flex;
    padding: 50px 0;
    
}

.chamada .container .content
{
    display: flex;
    flex-direction: column;
    justify-content:space-evenly;
    position: relative;
    width: 100%;
    height: auto;
    /* padding-right: 40px; */
    /* background:#f5f5f5; */
}

.chamada .container .content h2
{
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    /* font-size: 26px; */
    font-weight: 400;
    color: #202129;
    margin-top: 25px;
}

.chamada .container .content i
{
    position: relative;
    text-align: center;

    font-size: 80px;
    font-weight: 400;
    color: #C00812;
}
.chamada .container .content p
{
    position: relative;
    text-align: center;
    color: #5f6368;
    line-height: 20px;
    font-size: 14px;
    width: 60%;
    margin: auto;
}

.chamada .container .content .btn 
{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-around;
}

.chamada .container .content .btn
{
    display: flex;
    align-items: center;
    text-decoration: none;
    
    position: relative;
    width: 244px;
    height: 56px;
    background: #C00812;
    box-sizing: border-box;
    border-radius: 5px;
    color: #FFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    border: none;
    outline: none;
    margin: 20px auto;
    transition: 0.5s;
}

.chamada .container .content .btn:hover
{
    /* transform: scaleX(1.03); */
    cursor: pointer;
    background: #ff1616;
    font-weight: 900;
    box-shadow: 0px 2px 2px #ededed;
    transition: 500ms;
}

.chamada .container .content .btn a{
    color: white
}

a { text-decoration: none;}

.chamada .container .video
{
    position: relative;
    width: 60%;
    height: 400px;
    display: flex;
    align-items: center;
    background: transparent;
    /* box-shadow: 0 5px 20px rgb(0, 0, 0.5); */
}

.chamada .container .content .btn button a
{
    position: relative;
    text-decoration: none;
    color: #ffffff;
    
}