@media all and (min-width: 1000px) {
    .topo {
        width: 1920px;
        height: 550px;
        float: left;
        margin: 0 calc(50% - 960px);
        position: relative;
        z-index: 0;
        top: 0;
    }

    .topo .ban {
        width: 100%;
        height: 100%;
        float: left;
        background: center / cover no-repeat;
    }

    .topo .caixa {
        width: 100%;
        max-width: 468px;
        height: 100%;
        float: left;
        margin: 0 calc(50% - 560px);
        position: absolute;
        top: 0;
    }

    .topo .caixa .sub {
        width: 100%;
        height: 15px;
        float: left;
        margin-top: 112px;
    }

    .topo .caixa .sub h3 {
        color: #124b9d;
        text-align: left;
        font-size: 10px;
        float: left;
        width: 100%;
    }

    .topo .caixa .titulo {
        width: 100%;
        height: 61px;
        float: left;
    }

    .topo .caixa .titulo h1 {
        color: #fff;
        font-size: 55px;
        font-family: 'Montserrat-Bold';
        line-height: 59px;
    }

    .topo .caixa .msg {
        width: 560px;
        height: 120px;
        float: left;
        margin-top: 23px;
        color: #fff;
        font-family: 'Montserrat-Light';
        font-size: 23px;
    }

    .equipe {
        width: 100%;
        height: 550px;
        float: left;
        background-color: #fff;
    }

    .equipe .caixa-equipe {
        width: 100%;
        max-width: 1120px;
        height: 460px;
        float: left;
        margin: 90px calc(50% - 560px) 0;
    }

    .equipe .caixa-equipe .capa {
        width: 560px;
        height: 100%;
        float: left;
        background: url("../../img/site/foto-sobre.png") center top / 100% no-repeat;
        margin: 0 14px 0 -14px;
    }

    .equipe .caixa-equipe .box-info {
        width: 560px;
        height: 100%;
        float: left;
    }

    .equipe .caixa-equipe .box-info h3 {
        color: #5ca2f9;
        text-align: left;
        font-size: 10px;
        float: left;
        width: 100%;
        margin-top: 14px;
    }

    .equipe .caixa-equipe .box-info h2 {
        color: #254070;
        text-align: left;
        font-size: 44px;
        font-family: 'Montserrat-Bold';
        width: 100%;
        margin-top: 12px;
        margin-bottom: 25px;
        float: left;
    }

    .equipe .caixa-equipe .box-info .texto {
        color: #254070;
        text-align: left;
        font-size: 15px;
        font-family: 'Montserrat-Light';
        width: 100%;
        padding-right: 50px;
    }

    .clientes {
        width: 100%;
        height: 550px;
        float: left;
        background-color: #f1f4f9;
    }

    .clientes .caixa-clientes {
        width: 100%;
        max-width: 1120px;
        height: 336px;
        float: left;
        margin: 120px calc(50% - 560px) 0;
    }

    .clientes .caixa-clientes .box-info {
        width: 560px;
        height: 100%;
        float: left;
    }

    .clientes .caixa-clientes .box-info h3 {
        color: #5ca2f9;
        text-align: left;
        font-size: 10px;
        float: left;
        width: 100%;
        margin-top: 14px;
    }

    .clientes .caixa-clientes .box-info h2 {
        color: #254070;
        text-align: left;
        font-size: 44px;
        font-family: 'Montserrat-Bold';
        width: 100%;
        margin-top: 12px;
        margin-bottom: 25px;
        float: left;
    }

    .clientes .caixa-clientes .box-info .texto {
        color: #254070;
        text-align: left;
        font-size: 15px;
        font-family: 'Montserrat-Light';
        width: 100%;
        padding-right: 50px;
    }

    .clientes .caixa-clientes .capa {
        width: 558px;
        height: 100%;
        float: left;
        overflow: hidden;
        position: relative;
    }

    .clientes .caixa-clientes .capa ul {
        width: 558px;
        height: 336px;
        float: left;
    }

    .clientes .caixa-clientes .capa ul li {
        width: 182px;
        height: 165px;
        float: left;
        margin: 0 6px 6px 0;
        border: none;
        background-color: transparent;
    }

    .clientes .caixa-clientes .capa ul li:nth-child(3n) {
        margin-right: 0;
    }

    .depoimentos {
        width: 100%;
        height: 363px;
        float: left;
        background-color: #fff;
    }

    .depoimentos .caixa-depo {
        width: 100%;
        max-width: 1120px;
        height: 100%;
        float: left;
        margin: 0 calc(50% - 560px);
    }

    .depoimentos .caixa-depo h3 {
        color: #5ca2f9;
        text-align: center;
        font-size: 10px;
        float: left;
        width: 100%;
        margin-top: 60px;
    }

    .depoimentos .caixa-depo h2 {
        color: #254070;
        text-align: center;
        font-size: 26px;
        font-family: 'Montserrat-Bold';
        width: 100%;
        margin-top: 12px;
        margin-bottom: 25px;
        float: left;
    }

    .depoimentos .caixa-depo .box-depo {
        width: 730px;
        height: 112px;
        float: left;
        margin: 0 calc(50% - 365px);
        overflow: hidden;
        position: relative;
    }

    .depoimentos .caixa-depo .box-depo .depo {
        width: 100%;
        height: 100%;
        float: left;
    }

    .depoimentos .caixa-depo .box-depo .depo .texto {
        color: #254070;
        text-align: center;
        /*float: left;*/
        font-size: 14px;
        overflow: hidden;
        width: 100%;
    }

    .depoimentos .caixa-depo .box-depo .depo .autor {
        color: #5ca2f9;
        font-size: 14px;
        text-align: center;
        /*float: left;*/
        margin-top: 20px;
        overflow: hidden;
        width: 100%;
    }

    .depoimentos .caixa-depo .pager {
        position: relative;
        text-align: center;
        width: 100px;
        height: 30px;
        float: left;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        margin: 16px calc(50% - 50px);
    }

    .depoimentos .caixa-depo .pager span {
        color: transparent;
        border-radius: 50%;
        width: 50px;
        cursor: pointer;
        height: 15px;
        margin-right: 5px;
        background: #dfe4eb;
    }

    .depoimentos .caixa-depo .pager span.cycle-pager-active {
        background: #5ca2f9;
    }
}

@media all and (max-width: 999px) {
    .topo {
        width: 1920px;
        height: 550px;
        float: left;
        margin: 0 calc(50% - 960px);
        position: relative;
        z-index: 0;
        top: 0;
        display: none;
    }

    .topo .ban {
        width: 100%;
        height: 100%;
        float: left;
        background: center / cover no-repeat;
    }

    .topo .caixa {
        width: 100%;
        max-width: 468px;
        height: 100%;
        float: left;
        margin: 0 calc(50% - 560px);
        position: absolute;
        top: 0;
    }

    .topo .caixa .sub {
        width: 100%;
        height: 15px;
        float: left;
        margin-top: 112px;
    }

    .topo .caixa .sub h3 {
        color: #124b9d;
        text-align: left;
        font-size: 10px;
        float: left;
        width: 100%;
    }

    .topo .caixa .titulo {
        width: 100%;
        height: 61px;
        float: left;
    }

    .topo .caixa .titulo h1 {
        color: #fff;
        font-size: 55px;
        font-family: 'Montserrat-Bold';
        line-height: 59px;
    }

    .topo .caixa .msg {
        width: 560px;
        height: 120px;
        float: left;
        margin-top: 23px;
        color: #fff;
        font-family: 'Montserrat-Light';
        font-size: 23px;
    }

    .equipe {
        width: 100%;
        /*height: 550px;*/
        /*float: left;*/
        background-color: #fff;
    }

    .equipe .caixa-equipe {
        /*width: 100%;*/
        /*max-width: 1120px;*/
        /*height: 460px;*/
        float: left;
        margin: 30px 20px;
    }

    .equipe .caixa-equipe .capa {
        width: 100%;
        height: 100%;
        /*float: left;*/
        background: url("../../img/site/foto-sobre.png") center top / 100% no-repeat;
        /*margin: 0 14px 0 -14px;*/
        min-height: 260px;
    }

    .equipe .caixa-equipe .box-info {
        width: 100%;
        height: 100%;
        /*float: left;*/
    }

    .equipe .caixa-equipe .box-info h3 {
        color: #5ca2f9;
        text-align: left;
        font-size: 10px;
        float: left;
        width: 100%;
        margin-top: 14px;
    }

    .equipe .caixa-equipe .box-info h2 {
        color: #254070;
        text-align: left;
        font-size: 44px;
        font-family: 'Montserrat-Bold';
        width: 100%;
        margin-top: 12px;
        margin-bottom: 25px;
        float: left;
    }

    .equipe .caixa-equipe .box-info .texto {
        color: #254070;
        text-align: left;
        font-size: 15px;
        font-family: 'Montserrat-Light';
        width: 100%;
        /*padding-right: 50px;*/
    }

    .clientes {
        /*width: 100%;*/
        /*height: 550px;*/
        /*float: left;*/
        background-color: #f1f4f9;
        margin: 0 20px;
    }

    .clientes .caixa-clientes {
        /*width: 100%;*/
        /*max-width : 1120px;*/
        /*height: 336px;*/
        /*float: left;*/
        /*margin: 30px 20px;*/
    }

    .clientes .caixa-clientes .box-info {
        width: 100%;
        height: 100%;
        float: left;
    }

    .clientes .caixa-clientes .box-info h3 {
        color: #5ca2f9;
        text-align: left;
        font-size: 10px;
        float: left;
        width: 100%;
        margin-top: 14px;
    }

    .clientes .caixa-clientes .box-info h2 {
        color: #254070;
        text-align: left;
        font-size: 44px;
        font-family: 'Montserrat-Bold';
        width: 100%;
        margin-top: 12px;
        margin-bottom: 25px;
        float: left;
    }

    .clientes .caixa-clientes .box-info .texto {
        color: #254070;
        text-align: left;
        font-size: 15px;
        font-family: 'Montserrat-Light';
        width: 100%;
        /*padding-right: 50px;*/
        margin-bottom: 20px;
    }

    .clientes .caixa-clientes .capa {
        width: 100%;
        height: 100%;
        float: left;
        overflow: hidden;
        position: relative;
    }

    .clientes .caixa-clientes .capa ul {
        width: 100%;
        height: 100%;
        /*float: left;*/
        margin: 0 calc(50% - 137px);
    }

    .clientes .caixa-clientes .capa ul li {
        width: 134px;
        height: 122px;
        float: left;
        margin: 0 6px 6px 0;
        border: none;
        background-color: transparent;
    }

    .depoimentos {
        width: 100%;
        /*height: 363px;*/
        float: left;
        background-color: #fff;
    }

    .depoimentos .caixa-depo {
        /*width: 100%;*/
        /*max-width: 1120px;*/
        height: 100%;
        float: left;
        margin: 0 20px;
    }

    .depoimentos .caixa-depo h3 {
        color: #5ca2f9;
        text-align: center;
        font-size: 10px;
        float: left;
        width: 100%;
        margin-top: 60px;
    }

    .depoimentos .caixa-depo h2 {
        color: #254070;
        text-align: center;
        font-size: 26px;
        font-family: 'Montserrat-Bold';
        width: 100%;
        margin-top: 12px;
        margin-bottom: 25px;
        float: left;
    }

    .depoimentos .caixa-depo .box-depo {
        /*width: 730px;*/
        /*height: 112px;*/
        float: left;
        margin: 0 20px;
        overflow: hidden;
        position: relative;
    }

    .depoimentos .caixa-depo .box-depo .depo {
        width: 100%;
        height: 100%;
        float: left;
    }

    .depoimentos .caixa-depo .box-depo .depo .texto {
        color: #254070;
        text-align: center;
        /*float: left;*/
        font-size: 14px;
        overflow: hidden;
        width: 100%;
    }

    .depoimentos .caixa-depo .box-depo .depo .autor {
        color: #5ca2f9;
        font-size: 14px;
        text-align: center;
        /*float: left;*/
        margin-top: 20px;
        overflow: hidden;
        width: 100%;
    }

    .depoimentos .caixa-depo .pager {
        position: relative;
        text-align: center;
        width: 100px;
        height: 30px;
        float: left;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        margin: 16px calc(50% - 50px);
    }

    .depoimentos .caixa-depo .pager span {
        color: transparent;
        border-radius: 50%;
        width: 50px;
        cursor: pointer;
        height: 15px;
        margin-right: 5px;
        background: #dfe4eb;
    }

    .depoimentos .caixa-depo .pager span.cycle-pager-active {
        background: #5ca2f9;
    }
}

@media all and (min-width: 450px) {
    .clientes .caixa-clientes .capa ul li:nth-child(2n) {
        margin-right: 40px;
    }
}

@media all and (min-width: 494px) {
    .clientes .caixa-clientes .capa ul li:nth-child(2n) {
        margin-right: 6px;
    }

    .clientes .caixa-clientes .capa ul li:nth-child(3n) {
        margin-right: 0;
    }
}