@media all and (min-width: 1000px) {
    .caixa {
        width: 100%;
        height: 1030px;
        float: left;
        margin: 0 calc(50% - 560px);
    }

    .caixa .esq {
        width: 500px;
        height: 100%;
        float: left;
        margin-right: 50px;
    }

    .caixa .esq .box {
        width: 100%;
        float: left;
        height: 67px;
        margin-top: 60px;
        color: #254070;
        font-size: 26px;
        text-align: left;
        font-family: 'Montserrat-Bold';
    }

    .caixa .esq .dados {
        width: 100%;
        height: 150px;
        float: left;
        margin-top: 28px;
    }

    .caixa .esq .dados .icone {
        color: #5ca2f9;
        width: 100%;
        float: left;
        margin-bottom: 8px;
    }

    .caixa .esq .dados .icone:last-child {
        margin-bottom: 0;
    }

    .caixa .esq .dados .icone:before {
        font-size: 32px;
    }

    .caixa .esq .dados .info {
        color: #254070;
        font-size: 16px;
        width: 453px;
        float: right;
        margin-top: 7px;
    }

    .caixa .esq form {
        width: 100%;
        float: left;
        margin-top: 40px;
    }

    .caixa .esq input {
        width: 100%;
        height: 45px;
        float: left;
        background-color: #fff;
        margin-bottom: 14px;
        box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
        padding: 16px 12px;
        color: #929fb7;
    }

    .caixa .esq textarea {
        width: 100%;
        height: 150px;
        float: left;
        background-color: #fff;
        margin-bottom: 14px;
        box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
        padding: 16px 12px;
        color: #929fb7;
    }

    .caixa .esq .send {
        color: #fff;
        background-color: #5ca2f9;
        border-radius: 21px;
        text-align: center;
        padding: 13px 12px;
        border: 1px solid #5ca2f9;
    }

    .caixa .esq .send:hover {
        background-color: #fff;
        color: #5ca2f9;
        cursor: pointer;
    }

    .caixa .dir {
        width: 1000px;
        height: 100%;
        margin-left: 550px;
        background: url("../../img/site/mapa1.png") center / cover no-repeat;
    }

    .caixa .dir .marcador {
        background: url("../../img/site/marcador.png") center / 100% no-repeat;
        width: 48px;
        height: 51px;
        float: left;
        margin: 570px 0 0 325px;
    }
}

@media all and (max-width: 999px) {
    .caixa {
        width: 100%;
        /*height: 1030px;*/
        float: left;
        /*margin: 0 20px;*/
    }

    .caixa .esq {
        /*width: 500px;*/
        height: 100%;
        /*float: left;*/
        margin: 0 20px;
    }

    .caixa .esq .box {
        /*width: 100%;*/
        float: left;
        /*height: 67px;*/
        margin-top: 30px;
        color: #254070;
        font-size: 26px;
        text-align: left;
        font-family: 'Montserrat-Bold';
    }

    .caixa .esq .dados {
        width: 100%;
        /*height: 150px;*/
        float: left;
        margin-top: 28px;
    }

    .caixa .esq .dados .icone {
        color: #5ca2f9;
        /*width: 100%;*/
        float: left;
        margin-bottom: 8px;
    }

    .caixa .esq .dados .icone:last-child {
        margin-bottom: 0;
    }

    .caixa .esq .dados .icone:before {
        font-size: 32px;
        float: left;
        height: 100%;
        width: 45px;
    }

    .caixa .esq .dados .info {
        color: #254070;
        font-size: 16px;
        /*width: 85%;*/
        /*float: right;*/
        margin-top: 7px;
        height: 100%;
        padding-left: 45px;
    }

    .caixa .esq form {
        width: 100%;
        float: left;
        margin: 30px 0;
    }

    .caixa .esq input {
        width: 100%;
        height: 45px;
        float: left;
        background-color: #fff;
        margin-bottom: 14px;
        box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
        padding: 16px 12px;
        color: #929fb7;
    }

    .caixa .esq textarea {
        width: 100%;
        height: 150px;
        float: left;
        background-color: #fff;
        margin-bottom: 14px;
        box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
        padding: 16px 12px;
        color: #929fb7;
    }

    .caixa .esq .send {
        color: #fff;
        background-color: #5ca2f9;
        border-radius: 21px;
        text-align: center;
        padding: 13px 12px;
        border: 1px solid #5ca2f9;
    }

    .caixa .esq .send:hover {
        background-color: #fff;
        color: #5ca2f9;
        cursor: pointer;
    }

    .caixa .dir {
        width: 1000px;
        height: 100%;
        margin-left: 550px;
        background: url("../../img/site/mapa1.png") center / cover no-repeat;
        display: none;
    }

    .caixa .dir .marcador {
        background: url("../../img/site/marcador.png") center / 100% no-repeat;
        width: 48px;
        height: 51px;
        float: left;
        margin: 570px 0 0 325px;
    }
}