.inicio {
    position: relative;
    /* height: 500px; */
}

.inicio .fundo {
    width: 100%;
    /* height: inherit; */
    /* border-top: 1px solid #ccc; */
    z-index: -1;
    /* background: url("../imagens/background-inicio.png"); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.inicio .texto {
    font-size: 3rem;
    display: flex; display: -ms-flexbox; -moz-display: flex;;
    /* position: absolute; */
    justify-content: center;
    align-items: center;
    background: linear-gradient(to top,black,transparent);
    color: #eee;
    bottom: 0;
    width: 100%;
    padding: 50px 0px 0px;
}

.inicio .texto h1 {
    font-family: merienda;
    color: #eee;
    text-shadow: 2px 2px 4px #000000;
    display: none;
}

.inicio .texto h2 {
    position: relative;
    text-shadow: none;
}

.inicio .texto h2::after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 40px);
    height: 1rem;
    border: 2px solid white;
    border-top: none;
}

.inicio .texto h2::before {
    position: absolute;
    content: '';
    top: calc( -1rem - 1rem - 3rem - 3rem - 1.5rem);
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 40px);
    height: 1rem;
    border: none;
    border-bottom: none;
}
.inicio .contato{
    font-size: 20px;
    text-shadow: none;
    color: white;
}
.inicio .img{
    font-size: 30px;
    margin-right: 10px;
}
.inicio .telefone, .inicio .e-mail{
    /* width: 200px; */
    display: flex; display: -ms-flexbox; -moz-display: flex;;
    align-items: center;
    /* margin: 10px; */
    border-right: 1px solid rgba(250, 250, 250, 0.15);
    padding: 20px;
    border-left: none;
    /* background: white; */
    /* border-bottom: 1px solid #cccc; */
    color: white;
    /* text-shadow: 0px 0px white; */
}
.inicio .texto a{
    color: white;
}

@media (max-width: 900px) {

    .inicio {
        /* height: 400px; */
    }

    .inicio .texto {
        font-size: 2rem;
    }

    .inicio .texto h2::before {
        top: calc( -1rem - 1rem - 2rem - 2rem - .5rem) ;
    }

}

@media (max-width: 600px) {

    .inicio {
        /* height: 100vh; */
    }
   .inicio .contato{
   color: #444;
   text-shadow: none;
   }
   .inicio .telefone, .inicio .e-mail{color: #09f;background: white;border-bottom: 1px solid #cccc;}
    .inicio .texto {
        font-size: calc(100vw / 100 * 9);
        padding: 0px;
        display: table;
    }


    .inicio .fundo {
        background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url("../imagens/galeria/1.jpg");
        display: none;
    }

    .inicio .texto h1 {
        margin-top: 3rem;
    }

    .inicio .texto h2::before,
    .inicio .texto h2::after {
        display: none;
    }
    .inicio .img{
    margin-right:20px;
    }
}
