﻿
body, h1, h2, h3, h4, h5 {
    font-family: "Poppins", sans-serif
}

body {
    font-size: 16px;
}

.w3-half img {
    margin-bottom: -6px;
    margin-top: 16px;
    opacity: 0.8;
    cursor: pointer
}

.w3-half img:hover {
    opacity: 1
}

.main {
    margin-top: 30px;
}

#home {
    /*margin-top: 30px;*/
}

.sidebar {
    background-color: #000;
    color: #fff;
    z-index: 3;
    width: 300px;
    font-weight: bold;
}

.logo-sidebar {
    /* margin-left: -56px; */
    margin-top: -80px;
    width: 100%;
}

img.img-home {
    width: 100%;
}

img.img-home-seguradora {
    width: 140px;
    height: 100px;
}

hr.barra-subtitulo {
    width: 50px;
    border: 5px solid black;
}

.endereco-menu {
    font-family: Verdana,sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
}

.mapouter {
    overflow: hidden;
    height: 500px;
    width: 100%;
}

.gmap_canvas {
    background: none !important;
    height: 500px;
    width: 100%;
}

/* SLIDE */

#slide_container {
    text-align: center;
}

.slide {
    margin: auto;
}

/*#slide_pintura { max-width: 720px; }
#slide_pintura img { width: 100%; }*/

.slide_nav {
    text-align: center;
    margin-top: -26px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 20;
    padding-left: 300px; /* menu */
}

.slide_nav a {
    color: #fff;
    border: 1px solid #000;
    background: #000;
    text-decoration: none;
    margin: 0 5px;
    padding: 3px 5px;
    font-family: Verdana,sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

.slide_nav a.activeSlide {
    background: Green
}

.slide_nav a:focus {
    outline: none;
}

.barra-topo {
    background-color: #000;
    color: #fff;
    height: 28px;
    margin-left: 300px;
    padding-top: 3px;
    padding-left: 26px;
    padding-right: 26px;
    font-size: 14px;
}

.fb_logo {
    width: 28px;
    height: 28px;
    float: right;
    margin-top: -3px;
}

a.semsublinhar {
    text-decoration: none;
}

.endereco {
    float: left;
    width: 50%;
    height: 100%;
    min-height: 100%;
    text-align: center;
    padding: 10px;
    padding-bottom: 90px;
    background-color: #000;
    color: #fff;
}

.formulario-contato {
    float: left;
    width: 50%;
    padding: 10px;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 52px;
    font-weight: 900;
    font-family: fantasy;
    font-size: 44px;
    background: #008000;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    display: none;
}

#back-to-top:hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

@media screen and (max-width: 992px) {
    .barra-topo {
        display: none;
    }

    .main {
        margin-top: 80px;
    }

    .sidebar-menu {
        margin-top: 50px;
    }

    .logo-sidebar {
        display: none;
    }

    #slide_pintura {
        width: 100%;
    }

        #slide_pintura img {
            width: 100%;
        }

    .slide_nav {
        padding-left: 0px;
    }

    .endereco {
        width: 100%;
        padding-bottom: 10px;
    }

    .formulario-contato {
        width: 100%;
    }
}