/* ==========================================================
   TERRITÓRIO VIVO - UVT
========================================================== */


.territorio-vivo {

    padding:6rem 0;

    background:#F5F2EB;

}



.territorio-vivo-container {

    width:min(1200px,92%);

    margin:0 auto;

}





.territorio-vivo-banner {

    border-radius:28px;

    overflow:hidden;

    box-shadow:
        0 25px 60px rgba(0,0,0,.18);

}





.territorio-vivo-banner img {

    display:block;

    width:100%;

    height:auto;

}





.territorio-vivo-cta {

    max-width:760px;

    margin:3rem auto 0;

    text-align:center;

}





.territorio-vivo-cta p {

    color:#56636A;

    font-size:1.15rem;

    line-height:1.8;

    margin-bottom:2rem;

}





.btn-territorio-vivo {

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:1rem 2.2rem;

    border-radius:999px;

    background:#1F4D3A;

    color:#fff;

    font-weight:700;

    text-decoration:none;

    transition:.3s ease;

}





.btn-territorio-vivo:hover {

    transform:translateY(-3px);

    background:#163A2C;

}