/*container  google*/

.container-google{
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    height: auto;
    background-color: #634f42;
}

.container-google{
    float: left;
    width: 100%;
    height: auto;
}

.p-google{
    width: 20%;
    margin: 0 auto;
    width: 20%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-top: 2% ;
    padding-bottom: 2%;
    position: relative;
}

.p-google h1{
    text-align: right;
    color: #fff5fd;
    font-size: 30px;
    font-weight: 300;
    margin: 0;
    margin-right: 10%;
}

.p-google:before{
    width: 18%;
    height: 53%;
    content: ' ';
    display: inline-block;
    /* height: 50px; */
    position: absolute;
    left: 5%;
    top: 25%;
    border-radius: 50px;
    border: 2px solid #fff5f6;
    background-image: url('../../img/icon/icon-localizacao-1.png');
    background-repeat: no-repeat;
    background-position: center auto;
    background-size: 97% auto;
}

.container-google p{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #fff5fd;
    border-bottom: 1px solid #fff5fd;
    padding-bottom: 1%;
    font-weight: 300;
}

#maps{
    width: 100%;
    padding-top:30%;
    float: left;
}
@media only screen and (max-width: 1000px) {
    .p-google:before{
        left: -18%;
        content: ' ';
        display: inline-block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 29%;
        border-radius: 50px;
        border: 2px solid #fff5f6;
        background-image: url("../../img/icon/icon-localizacao-1.png");
        background-repeat: no-repeat;
        background-position: center auto;
        background-size: 100% auto;
    }

}

@media only screen and (max-width: 500px) {
    #maps{
        width: 100%;
        height: 20%;
        padding-top:62%;
        float: left;
    }

    .container-google p {
        font-weight: 300;
    }


    .p-google:before{
        left: -46%;
        content: ' ';
        width: 30px;
        height: 30px;
        position: absolute;
        top: 18%;
        border-radius: 50px;
        border: 2px solid #fff5f6;
        background-image: url("../../img/icon/icon-localizacao-1.png");
        background-repeat: no-repeat;
        background-position: center auto;
        background-size: 100% auto;
        display: none;
    }

    .p-google{
        width: 100%;
    }

    .p-google h1{
        color: #fff5fd;
        font-size: 20px;
        font-weight: 300;
        margin: 0;
        text-align: center;
    }
}