﻿
@media (min-width: 1367px) {

    .botones-mapa-top {
        top:35px;
        position: absolute; 
        z-index: 9; 
        width:80%; 
        left:10%;
    }

    .botones-mapa-bottom {
        bottom:20px;
        position: absolute; 
        z-index: 9; 
        width:100%; 
    }

    .page-content {
        margin-top: 114px;
    }

    .titulo-pagina {
        top: 60px;
    }

    .gmap3{
        margin-top:7px;
        width: 100%;
        height: 710px;
    }

    .gmap3ABC{
        margin-top:7px;
        width: 100%;
        height: 600px;
    }
}

@media (min-width: 992px) and (max-width: 1366px) {

    .botones-mapa-top {
        top:35px;
        position: absolute; 
        z-index: 9; 
        width:80%; 
        left:10%;
    }

    .botones-mapa-bottom {
        bottom:20px;
        position: absolute; 
        z-index: 9; 
        width:100%; 
    }

    .page-content {
        margin-top: 107px;
    }

    .titulo-pagina {
        top: 50px;
    }

    .gmap3{
        margin-top:7px;
        width: 100%;
        height: 620px;
    }

    .gmap3ABC{
        margin-top:7px;
        width: 100%;
        height: 500px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .botones-mapa-top {
        top:35px;
        position: absolute; 
        z-index: 9; 
        width:80%; 
    }

    .botones-mapa-bottom {
        bottom:20px;
        position: absolute; 
        z-index: 9; 
        width:100%; 
    }

    .width-50 {
        width: 90% !important;
        top:50% !important;
        left:50% !important;
    }

    .page-content {
        margin-top: 105px;
    }

    .titulo-pagina {
        top: 50px;
    }

    .gmap3{
        margin-top:7px;
        width: 100%;
        height: 480px;
    }

    .gmap3ABC{
        margin-top:7px;
        width: 100%;
        height: 500px;
    }
}

@media (max-width: 767px) {

    .botones-mapa-top {
        top:35px;
        position: absolute; 
        z-index: 9; 
        width:100%; 
    }

    .botones-mapa-bottom {
        bottom:20px;
        position: absolute; 
        z-index: 9; 
        width:100%; 
    }

    .width-50 {
        width: 90% !important;
        top:50% !important;
        left:50% !important;
    }

    .page-content {
        margin-top: 107px;
    }

    .gmap3{
        margin-top:7px;
        width: 100%;
        height: 480px;
    }

    .gmap3ABC{
        margin-top:7px;
        width: 100%;
        height: 500px;
    }
}