@media (min-width: 721px) {
    .footer {
        background: #f2f4f5;
    }
}
.box-unidades {
    position: relative;
    float: left;
    width: 100%;
    background: url('../images/bg-topo-interna.jpg') #f2f4f5 repeat-x scroll top left;
    padding-top: 58px;
    min-height: 1002px;
}
.box-topo {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: solid 1px #14446f;
    padding-bottom: 25px;
    margin-bottom: 23px;
}
.tit-internas {
    position: relative;
    float: left;
    padding-left: 85px;
    line-height: 40px;
    font-size: 40px;
    font-family: 'robotolight';
    color: #14446f;
    text-transform: uppercase;
    background: url('../images/icone-tit-internas.png') no-repeat left center;
    width: 100%;
    margin-bottom: 30px;
}
.box-unidades .txt {
    position: relative;
    float: left;
    width: 100%;
    font-family: 'robotolight';
    color: #666;
    font-size: 14px;
    line-height: 18px;
}
.box-busca {
    padding-bottom: 22px;
    margin-bottom: 0;
    border-bottom: solid 1px #dcdddf;
}
.box-busca,
.box-busca form {
    position: relative;
    float: left;
    width: 100%;
}
.box-busca .box-select {
    position: relative;
    float: left;
    width: 218px;
    height: 40px;
    line-height: 40px;
    border: solid 1px #ced0d1;
    background: url('../images/seta-select.png') no-repeat 98% center #fff;
    border-radius: 3px 3px;
    margin-right: 9px;
    overflow: hidden;
}
.box-busca .box-select select {
    background: transparent;
    border: none;
    width: 110%;
    height: 40px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 40px;
    color: #666;
    font-family: 'robotolight';
}
.button-verde {
    position: relative;
    float: left;
    width: 125px;
    height: 40px;
    padding: 0 0 !important;
    background: #78af40;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-family: 'robotolight';
    text-transform: uppercase;
    color: #fff;
    border: none !important;
    border-radius: 3px 3px;
}
.button-verde:focus {
    outline: none;
}
.button-verde:hover {
    opacity: 0.5;
}
.box-busca .margin-right {
    margin-right: 5px;
}
h3 {
    position: relative;
    float: left;
    width: 100%;
    font-family: 'robotomedium';
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #14446f;
    padding: 25px 0;
}
.mapa {
    position: relative;
    float: left;
    width: 100%;
    height: 360px;
    margin: 28px 0 52px 0;
}
.box-list-lojas {
    margin-top: 30px;
}
.box-list-lojas,
.list-lojas-ul {
    position: relative;
    float: left;
    width: 100%;
}
.box-list-lojas .list-lojas-ul li {
    position: relative;
    vertical-align: top;
    display: inline-block;
    padding: 29px 0 0 0;
    width: 49%;
    margin-bottom: 28px;
}
.box-list-lojas .list-lojas-ul li span {
    padding-top: 8px;
    padding-left: 12px;
}
.box-list-lojas .list-lojas-ul li + li + li span {
    padding-top: 0;
}
.box-list-lojas .list-lojas-ul li + li + li {
    border-top: solid 1px #dcdddf;
}
.box-list-lojas .list-lojas-ul li span {
    position: relative;
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 17px;
    color: #666;
    font-family: 'robotolight';
    background: url('../images/border-left-list-lojas.png') repeat-y 0 0;
}
.box-list-lojas .list-lojas-ul li strong {
    font-size: 16px;
    font-family: 'robotomedium';
    line-height: 20px;
    color: #14446f;
}
.box-list-lojas .list-lojas-ul li span.tel {
    font-size: 16px;
    line-height: 20px;
    padding-top: 10px !important;
}
.box-list-lojas .list-lojas-ul li span a {
    color: #78af40;
    text-decoration: none;
    font-size: 14px;
}
.box-list-lojas .list-lojas-ul li span.bts {
    padding-bottom: 11px;
}
.box-list-lojas .list-lojas-ul li span .bt {
    position: relative;
    float: left;
    width: 87px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-family: 'robotolight';
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    background: #78af40;
    border-top: solid 1px #dae6d1;
    border-bottom: solid 1px #dae6d1;
    margin: 18px 7px 0 0;
}

.botoes a.bt {
    position: relative;
    float: left;
    height: 50px;
    width: 100%;
    line-height: 50px;
    text-align: center;
    background: #78af40;
    border-radius: 3px 3px;
    margin: 42px 0 40px 0;
}
.botoes a.bt span {
    position: relative;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding-left: 101px;
    font-size: 20px;
    font-family: 'robotomedium';
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.botoes a.bt.icone-solucoes span {
    background: url('../images/icone-solucoes.jpg') no-repeat center left;
}
.botoes a.bt:hover {
    opacity: 0.5;
}
@media (min-width: 721px) and (max-width: 959px) {
    .button-verde {
        margin-top: 14px;
    }
}
@media (max-width: 720px) {
    .tit-internas {
        padding-left: 0;
        background: transparent;
    }
    .box-busca .box-select {
        width: 100%;
        margin-bottom: 9px;
        margin-right: 0;
    }
    .box-list-lojas .list-lojas-ul li {
        width: 100%;
        border-top: solid 1px #dcdddf;
    }
    .box-list-lojas .list-lojas-ul li:first-child {
        border-top: none;
    }
    .botoes a.bt.icone-solucoes {
        height: auto;
        padding: 0 10px;
        line-height: 50px;
    }
    .botoes a.bt.icone-solucoes span {
        background: transparent;
        padding-left: 0;
        font-size: 16px;
        line-height: 20px;
        height: auto;
    }
}
