/*Container principal da pagina "conteudo contato" */
.page-contato{
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding: 2%;
    padding-bottom: 10%;  
    width: 100%;
    height: 100%;
    background-image: url(../img/contato/bg-contato2.jpeg);
    background-repeat: no-repeat;       
    background-size: 100% 100%;
    position: relative;
}

.page-contato::before{
    content:"";
    left: 0;
    top: 0;
    width:100%;
    height: 100%;
    background-size: 100% 100%;
    position: absolute;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(3px) brightness(50%) grayscale(60%);
    z-index: -1;
}

/* titulo contato */
.titulo-principal{
    color: white;
    text-align: center;
    margin-top: 10%;
    font-size: 4vw;
    margin-bottom: 5%;
    width: auto;
    height: min-content;
    z-index: 1;
}
/*------------------------------------------------------------*/


/* conteudo com informação de endereço (coluna 1) e mapa (coluna 2)

/*container para informação de localização texto e mapa*/
.endereco-mapa{
    top: 45%;
    width: auto;
}

/* linha das colunas com informação de endereço e mapa*/
.row.endereco-mapa{
    padding: 3%;
    background: rgba(0,0,0,0.5);
    width: auto;
}

/*texto com informação de endereco*/
.conteudo-endereco p{
    color: white;
    font-size: 1.7vw;
    width: auto;
}

.container.mapa{
    width: auto;
    display: flex;
    justify-content: center;
}
.iframe-mapa{
    width: 40vw;
    height: 20vw;
}
/*-----------------------------------------------------------*/




/* container com informações sobre o atendimento*/
.funcionamento-telefone{
    color: white;
    margin: auto ;


}

.funcionamento-telefone .row.funcionamento-telefone{
    border-color: white;
    border-width: 10px;
    padding-top: 8%;
    padding-bottom: 5%;
}

p.dia-horario-funcionamento{
    font-size: 1.5vw;
    margin-top: 5%;
    padding-left: 15%;
    padding-right: 15%;
    text-align: justify;

}

.funcionamento-telefone h3{
    font-size: 2.3vw;
    text-align: center;
    margin-bottom: 8%;
}

/* texto com formas de contato (telefone, localização) com a barbearia */
.texto-visita-contato{
    margin-top: 5%;
    font-size: 1.5vw;
    padding-right: 15%;
    padding-left: 15%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}
.container.icones{
    margin-top: 5%;
}
/* icone waze */
.waze-icon{
    border-radius: 15%;
}
/*-----------------------------------------------------------------------------------------------*/


@media screen and (max-width:575px) {


    /* container page-contato 2 linhas e 3 colunas*/
    div.container-fluid.page-contato{
        margin-top: 20%;
        padding-bottom: 20%;
        margin-left:auto;
        margin-right:auto;
        width: 97vw;
    }
   
    /* titulo page-contato */
    .titulo-principal{
        font-size: 6vw;
        margin-bottom: 15%;
    }

    /* linha com conteudo sobre endereco e localizacao iframe (google maps)*/
    .row.endereco-mapa{
        padding-top: 10%;
        padding-bottom: 10%;
    }
    /* container do texto page-contato*/
    .container.conteudo-endereco{
        display: flex;
        justify-content: center;
    }

    /* texto page-contato */
    p.texto-endereco{
        font-size: 3.5vw;
        width: 70%;
        margin-bottom: 15%;
    }

    .iframe-mapa{
        width: 90%;
        height: auto;
    }
    /*-----------------------------------------------------------------------------------------*/
    
    
    
    /* informações sobre o funcionamento da barbearia e contato (telefone, whatsapp)*/
    .funcionamento-telefone{
        display: flex;
        margin-bottom: 20%;
        padding: auto;
        justify-content: center;
    }
    /* titulo com horario de funcionamento*/
    h3.dia-horario-funcionamento{
        font-size: 5vw;
        margin-top: 20%;
        text-align: center;
    }

    /* texto informaçao dia e horario de funcionamento */
    p.dia-horario-funcionamento{
        font-size: 3.5vw;
        width: 100%;
        text-align: justify;
        margin: auto;
        
    }

    /* titulo da coluna com icones e link */
    h3.titulo-visita-contato{
        margin-top: 10%;
        font-size: 5vw;
        text-align: center;
    }

    /* texto */
    p.texto-visita-contato{
        font-size: 3.5vw; 
        margin-bottom: 10%;   
        text-align: justify;
    }
}