/*

.back-blue.contacto{
    height: 500px;
    position: relative;
}

.back-blue.contacto .mask{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.back-blue.contacto .mask .up{
    pointer-events: all;
}
*/


.back-blue.contacto .mask .localizacoes {
    color: #fff;
    font-family: RalewayRegular;
    font-size: 12px;
}

.back-blue.contacto .mask .localizacoes .item .triangle-white {
    background-color: #fff;
    height: 16px;
    width: 18px;
    margin-bottom: 0;
}

.back-blue.contacto .mask .localizacoes .item .triangle-white:after {
    background-color: #35B0BA;
    height: 15px;
    width: 17px;
    margin-bottom: 0;
    position: absolute;
    content: '';
}


.back-blue.contacto .mask .localizacoes .item.active .triangle-white:after {
    background-color: #fff;
    height: 16px;
    width: 18px;
    margin-bottom: 0;
}


.back-blue.contacto .mask .localizacoes .item a {
    color: #fff;
}

.back-blue.contacto .mask .localizacoes .item a:hover {
    text-decoration: none;
}

.back-blue.contacto .mask .localizacoes b.prefix {
    min-width: 25px;
    display: inline-block;
}


form label {
    display: block;
    font-family: RalewayRegular;
    font-size: 14px;
    color: #fff;
    margin: 0;
}

form input,
form button {
    width: 100%;
    outline: none;
}

form button {
    cursor: pointer;
    border: none;
    background-color: #fff;
    font-family: RalewayBold;
    font-size: 16px;
    color: #35B0BA;
    height: 46px;
    padding: 10px 20px;
    border-radius: 40px;
    text-transform: uppercase;
}

form input[type="text"],
form input[type="tel"],
form input[type="email"] {
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    font-family: RalewayRegular;
    position: relative;
}

form button:hover {

}


/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/*
Extra small devices (portrait phones, less than 544px)
No media query since this is the default in Bootstrap because it is "mobile first"
*/

@media (max-width: 543px) {

    #mapa_1,
    #mapa_2,
    #mapa_3
    {
        height: 250px;
        width: 100%;
    }

    #mapa_2,
    #mapa_3
    {
        display: none;
    }

    .back-blue.contacto {
        height: auto;
        position: relative;
    }

    .back-blue.contacto .mask {
        position: relative;
    }

    .back-blue.contacto .mask .up {
        pointer-events: all;
    }

}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {

    #mapa_1,
    #mapa_2,
    #mapa_3
    {
        height: 250px;
        width: 100%;
    }

    #mapa_2,
    #mapa_3
    {
        display: none;
    }

    .back-blue.contacto {
        height: auto;
        position: relative;
    }

    .back-blue.contacto .mask {
        position: relative;
    }

    .back-blue.contacto .mask .up {
        pointer-events: all;
    }

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {



}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    #mapa_1,
    #mapa_2,
    #mapa_3
    {
        height: 675px;
        width: 100%;
    }

    #mapa_2,
    #mapa_3
    {
        display: none;
    }

    #back_img {
        height: 500px;
        width: 100%;
    }

    .back-blue.contacto {
        height: auto;
        position: relative;
    }


    .back-blue.contacto .mask {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        pointer-events: none;
        z-index: 1;
    }

    .back-blue.contacto .mask .up {
        pointer-events: all;
    }



}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


}
