#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: 5px;
    margin-bottom: 20px;
    color: #555;
    font-weight: bold;
    text-align: right;
}

    #logo {
        z-index: 10;
        float: left;
        width: 458px;
        max-width: 100%;
        height: auto;
    }

    #header .contato {
        width: auto;
        font-family: 'gotham-light';
    }

        #header .contato .telefone {
            margin: 0px;
            font-weight: bold;
            font-size: 14px;
            line-height: 1em;
        }

            #header .contato .telefone .subscriber-number {
                font-family: 'gotham-bold';
            }

        #header .contato .telefone + .telefone {
            margin-left: 20px;
        }

        #header .contato .telefone.whatsapp:after {
            display: inline-block;
            vertical-align: top;
            width: 20px;
            height: 20px;
            margin-top: -3px;
            content: '';
            background-image: url(../images/whatsapp.png);
            background-size: 100%;
        }

        #header .contato .zero-oitocentos {
            margin-bottom: 5px;
        }

            #header .contato .zero-oitocentos .telefone {
                font-size: 40px;
                line-height: 1em;
                color: #19120b;
            }

                #header .contato .zero-oitocentos .telefone .subscriber-number {
                    font-family: 'gotham-light';
                }

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

        #header .redes-sociais {
            margin-top: 5px;
        }

            #header .redes-sociais .social-icon {
                width: 25px;
                height: 25px;
                margin-right: 0px;
                background-image: url(../images/social-networks-sprite2.png);
            }

            #header .redes-sociais .social-icon + .social-icon {
                margin-left: 10px;
            }

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

    #menu {
        z-index: 1;
        width: 100%;
        margin: 20px auto auto auto;
        background-color: #19120b
    }

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

            #menu li a {
                display: block;
                padding: 17px 10px;
                font-size: 14px;
                line-height: 1em;
                text-transform: uppercase;
                text-align: center;
                font-family: 'gotham-light';
                color: #fff;
            }

            #menu li a:hover {
                background-color: #62aeec;
            }

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

    #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: #19120b;
    }

    #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: 700px;
    margin-bottom: 20px;
}

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

#footer {
    padding-top: 20px;
    background-color: #19120b;
}

    #footer .flexy > .column {
        width: auto;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.3em;
        font-weight: bold;
        color: #fff;
        font-family: 'gotham-light';
    }

        #footer .logo {
            width: 320px;
            max-width: 100%;
            height: auto;
        }

        #footer .endereco {

        }

            #footer .endereco .cidade {
                display: block;
            }

            #footer .endereco .cep:before {
                content: 'CEP: ';
            }

            #footer .endereco .estado:before {
                content: ' - ';
            }

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

           #footer .telefone {
                display: block;
                font-size: 14px;
                line-height: 1em;
            }

            #footer .telefone + .telefone {
                margin-top: 10px;
            }

            #footer .telefone.whatsapp:before {
                display: inline-block;
                vertical-align: top;
                width: 14px;
                height: 14px;
                content: '';
                background-image: url(../images/whatsapp2.png);
                background-size: 100%;
            }

            #footer a.telefone:hover {
                text-decoration: underline;
            }

    #creditos {
        padding: 5px;
        color: #427185;
        text-align: center;
        background-color: #fff
    }

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

#slider {
    margin: -10px auto 40px auto;
    background-color: #f0f0f0;
}

    #slider_content {
        height: 400px;
    }

        #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;
                bottom: 0px;
                left: 0px;
                right: 0px;
                padding: 20px 0px;

                text-align: left;
            }

                #slider .texto .titulo {
                    font-size: 32px;
                    line-height: 1.3em;
                    font-family: 'eras-medium';
                    color: #fff;
                }                

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

    #slider .botoes {
        position: absolute;
        bottom: 10px;
        right: 50px;
        z-index: 100;

        width: 15px;

        text-align: center;
    }

        #slider .botoes a {
            width: 15px;
            height: 15px;
            border: solid 3px #fff;
            border-radius: 50px;
            margin-right: 10px;
            margin-top: 15px;
            background-color: transparent;
        }

         #slider .botoes a.atual {
            background-color: #fff;
         }
         
/*------------------------------------*/

#bem_vindo {
    margin-bottom: 20px;
}


#servicos_home { }

    #servicos_home .servico {
    }

    #servicos_home .swiper-container {
        padding: 0px 0px 30px 0px;
    }

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

#certificados_home {
    padding: 10px 0px 1px 0px;
    margin: 20px 0px;
    background-color: #f2f2f2
}

    #certificados_home .nossos-cert {
        padding: 28px 10px 28px 0px;
        font-family: 'gotham-bold';
        font-size: 14px;
        line-height: 1em;
        color: #427185;
    }

    #certificados_home .certificado {
        width: 70px;
        margin: 0px 10px 10px 0px;
    }

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

#instagram {
    overflow: hidden;
    padding: 20px 10px 20px 10px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #EBEBEB;
}

    #instagram .fotos {
        max-width: 980px;
        height: 120px;
        overflow: hidden;
    }

    #instagram .photo {
        width: 120px;
        height: auto;
        border: solid 2px #fff;
        margin: 0px 10px 20px 10px;
    }

@media screen and (max-width: 960px) {
    #instagram .fotos {
        height: 260px;
    }
}