#everything {
    width: 100vw;
}

#menu_mobile { z-index: 51;}
#header { z-index: 50;}
    #abrir_menu { z-index: 50;}
#middle { z-index: 40;}
#footer { z-index: 20;}

/*------------------------------------*/

#header {
    padding-top: 10px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    /*
    background: -webkit-linear-gradient(top, #677c82, #262f34);
    background: -moz-linear-gradient(top, #677c82, #262f34);
    */
   background-color: #ffffff;
}

    #header .justify-columns .column {
        vertical-align: middle;
        margin-bottom: 10px;
    }

        #logo {
            width: 397px;
            height: auto;
        }

    #menu {
        z-index: 1;
        width: 100%;
        border-top: solid 1px #fff;
        margin: 0px;
        text-align: center;
        background: -webkit-linear-gradient(top, #0067ad, #0090d1);
        background: -moz-linear-gradient(top, #0067ad, #0090d1);
    }

        #menu li {
            display: inline-block;
            vertical-align: middle;
            width: auto;
            margin: auto;
        }

            #menu li a {
                display: block;
                padding: 10px 20px;
                font-size: 12px;
                line-height: 1.4em;
                text-align: center;
                text-transform: uppercase;
                color: #fff;
            }

    /*--------------*/

    #abrir_menu {
        display: none;
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        padding: 10px;
        font-size: 20px;
        line-height: 1em;
        color: #fff;
        font-weight: 900;
        text-align: center;
        background-color: #252f34;
    }

    #abrir_menu:before {
        display: inline-block;
        vertical-align: top;
        width: 31px;
        height: 20px;
        margin-right: 15px;

        content: '';

        background-image: url(../images/menu-mobile.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    #abrir_menu.fixo {
        position: fixed;
        top: 0px;
        bottom: auto;
        box-shadow: 0px 2px 19px rgba(0, 0, 0, 0.25);
    }

/*------------------------------------*/

#menu_mobile {
    display: none;
    position: fixed;
    right: 0px;
    top: 0px;

    width: 0px;
    height: 100vh;
    overflow: hidden;
    text-align: left;

    transition-property: width;
    transition-duration: 0.5s;
}

#menu_mobile.aberto {
    width: 200px;
}
    #menu_mobile .conteudo {
        width: 200px;
        height: 100vh;
    }

    #menu_mobile a {
        display: block;
        padding: 10px 10px 10px 15px;
        color: #bbb;
        font-size: 14px;
        line-height: 1em;
    }

    #menu_mobile .fechar {
        border-left: solid 1px #022a40; 
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        background-color: #656565;
    }

    #menu_mobile .fechar:before {
        display: inline-block;
        vertical-align: top;
        width: 14px;
        height: 14px;   
        margin-right: 7px;
        margin-top: 3px;

        content: '';

        background-image: url(../images/menu-fechar.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center center;
    }

    #menu_mobile ul {
        list-style: none;
        
        margin: 0px;
        
        width: 100%;
        height: calc(100% - 34px);
        border-left: solid 1px #232121;
    
        overflow-x: hidden;
        overflow-y: auto;

        background-color: #343434;
    }
    
        #menu_mobile li {
            border-bottom: solid 1px #232121;
            margin: 0px;
        }

        #menu_mobile li:last-child {
            border-bottom: none;
        }

        #menu_mobile a {
            font-family: 'Roboto';
            font-weight: 300;
        }
        
        #menu_mobile li ul li {
            border-bottom: none;
        }

            #menu_mobile li ul a {
                padding-left: 25px;
            }
        
            #menu_mobile li ul a:before {
                content: '- ';
            }

/*------------------------------------*/

#middle {
    min-height: 575px;
}

/*------------------------------------*/

#footer {
    padding-top: 20px;
    color: #fff;
    background-color: #002958;
}
    #footer .justify-columns {
        margin-bottom: 1px;
    }

    #footer .justify-columns > * {
        width: auto;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.3em;
    }

    #footer .contato {
        text-align: right;
    }

        #footer .telefone {
            display: block;
        }

            #footer .telefone img {
                width: auto;
                height: 14px;
                margin-top: 2px;
            }

    /*-----------*/

    #creditos {
        padding: 10px;
        font-size: 11px;
        line-height: 1em;
        text-align: center;
        background-color: #034a79;
    }

/*------------------------------------*/

#slider {
    margin-top: -20px;
    margin-bottom: 40px;
}

    #slider_content {
        height: 500px;
    }

         #slider .slide {
            position: absolute;
            left: 0px;
            right: 0px;
            bottom: 0px;

            width: 100%;
            height: 100%;
            text-align: center;
        }

            #slider .slide .photo {
                width: 100%;
                height: 100%;
            }

                #slider .slide .photo img {
                    width: auto;
                    height: 100%;
                }

            #slider .texto {
                position: absolute;
                top: 0px;
                left: 0px;
                right: 0px;

                text-align: center;
            }

                #slider .texto .titulo {
                    display: inline-block;
                    vertical-align: top;
                    width: auto;
                    padding: 15px 30px;
                    font-size: 22px;
                    line-height: 1.3em;
                    color: #fff;
                    background: rgba(0, 0, 0, 0.3);
                }                

/*------------------------------------*/

    #slider .botoes {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 200;

        width: 100%;
        height: 100%;

        line-height: 0px;
        text-align: center;
    }

        #slider .chevron1, 
        #slider .chevron2 {
            cursor: pointer;
            position: absolute;
            top: 0px;
            bottom: 0px;

            width: 23px;
            height: 36px;
            margin: auto;

            background-position: center center;
        }

        #slider .chevron1 {
            left: 20px;
            background-image: url(../images/chevron-slide1.png);
        }
        
        #slider .chevron2 {
            right: 20px;
            background-image: url(../images/chevron-slide2.png);
        }

/*------------------------------------*/

#formulario_de_contato {
    margin-bottom: 20px;
}
/*------------------------------------*/

/*------------------------------------*/

#bem_vindo {
    margin-bottom: 40px;
}

/*------------------------------------*/

#fotos_home {
    height: 195px;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}
    #fotos_home div {
        width: calc(100% + 230px);
    }

    #fotos_home .photo {
        width: auto;
        height: 100%;
    }

/*------------------------------------*/

#form_home {
    padding-top: 40px;
    padding-bottom: 40px;
}

    #form_home .como-ajudamos {
        width: 280px;
        padding: 20px;
        margin-right: 40px;
        margin-top: 40px;
        font-size: 30px;
        line-height: 1em;
        color: #a1a1a1;

        background-color: #ebebeb;
    }

    #form_home .form {
        width: calc(100% - 320px);
        text-align: right;
    }

        #form_home .form input, 
        #form_home .form textarea {
            width: 100%;
            text-align: left;
            margin-right: 0px;
        }


        #form_home .form input[type=text], 
        #form_home .form textarea {
            border: solid 1px #ebebeb;
            border-radius: 0px;
            color: #898989;
            background-color: #ebebeb;
        }

        #form_home .form input[type='submit'] {
            min-width: 0px;
            width: auto;
        }