.topo-pagina {
    background-color: rgba(142, 183, 219, 0.129);
    padding: 60px 0 120px 0;
}
.topo-pagina h1 {
    color: #003B75;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.topo-pagina p {
    color: #565656;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
    margin-bottom: 0;
}

.canal {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 35px 5px;
    border-radius: 8px;
    background: #0359A4;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    margin-top: -60px;
}
.canal .box-icon {
    position: relative;
    width: 75px;
    height: 65px;
    background-color: #408ACB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}
.canal .box-icon img {
    max-width: 30px;
    max-height: 30px;
}
.canal p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 23.4px */
    margin-bottom: 20px;
}
.canal strong {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 28.6px */
}

/* .formulario {
    padding: 30px 0 60px 0;
}
.formulario .box-form {
    border-radius: 15px;
    border: 1px solid #408ACB;
    background: #FFF;
    padding: 35px;
    height: 100%;
}
.formulario label {
    color: #0463AE;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 15px;
}
.formulario .form-check {
    margin-top: 25px;
}
.formulario label.form-check-label {
    color: #58585A;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding-left: 0;
}
.formulario label.form-check-label a {
    color: #0463AE;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}
.formulario input,
.formulario textarea,
.formulario select {
    border-radius: 8px;
    border: 1px solid #408ACB;
    background: #F3F5F7;
    color: #58585A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 46px;
}
.formulario select {
    width: 100%;
}
.formulario textarea {
    width: 100%;
    height: 250px;
    padding: 15px 0 0 20px;
}
.formulario input.form-check-input {
    height: 15px;
} */
.formulario .box-img {
    position: relative;
    height: 100%;
    background: #D9D9D9;
    border-radius: 15px;
}
.formulario .box-img img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.stands {
    background: #F1F6FB;
    padding: 60px 0;
}
.stand {
    display: block;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #E4E4E4;
    background: #FFF;
    overflow: hidden;
    box-shadow: 0px 2px 9.2px 0px rgba(0, 0, 0, 0.10);
}
.stand p {
    color: #58585A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.stand .box-img {
    position: relative;
    border-radius: 8px;
    height: 246px;
    overflow: hidden;
}
.stand .box-img img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.stand .box-info {
    padding: 30px 10px 30px 30px;
}
.stand:hover .box-img img {
    transform: scale(1.1);
}
.stand .box-info .cta {
    color: #0359A4;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 168.75% */
    text-transform: uppercase;
}
.stand:hover .box-info .cta {
    text-decoration: underline;
}

@media (max-width: 992px) {
    .topo-pagina {
        background-color: rgba(142, 183, 219, 0.129);
        padding: 60px 0 90px 0;
    }

    .canais {
        padding: 0 0 30px 0;
    }
    .canal {
        margin-top: 0;
    }
    .canais .box-carousel {
        position: relative;
        margin-top: -60px;
    }

    .formulario .box-form {
        padding: 35px 22px;
        margin-top: 30px;
    }
    .formulario .box-img {
        height: 400px;
    }
    .owl-theme .owl-nav {
        display: flex;
        justify-content: space-between;
        width: 100%;
        position: relative;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        top: 0;
        position: relative;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
}