@media only screen and (max-width: 750px){

.desktop {display: none !important;}
.mobile {display: block;}

header .col-lg-2 {max-width: 100%;text-align: center;}
header .linhatels {text-align: center;}
header .linhatels {border-bottom: 0;padding-bottom: 0;}
header .linhatels a {margin-right: 10px;}

.mapasite {padding: 20px;}
.mapasite .col-lg-3 {max-width: 100%;}
.mapasite .arrowLeft {float: right;position: absolute;right: 15px;top: -3px;cursor: pointer;}

.mapasite .links {display: none;margin-bottom: 30px;}
.mapasite a {padding: 3px 0;}

footer {padding: 0 20px;}
footer .col-xs-3 {max-width: 10%}
footer .col-xs-9 {max-width: 90%}
footer .icones {margin-top: 40px;}
footer .final {text-align: center;padding-top: 25px;margin-top: 30px;}
footer .final .col-xs-6 {max-width: 50%;}
footer .final .right {text-align: center;}
footer .final .creditos {margin-top: 30px;}



}