@charset "UTF-8";

body {
  background: url('https://celloguerra.com.br/assets/img/charles-deluvio-OWkXt1ikC5g-unsplash.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

h1{font-family: 'Poppins', sans-serif !important;}
p{font-family: 'Lato', sans-serif; font-size: .9em !important;}
h4 {font-family: 'Poppins', sans-serif !important; font-size: 1em !important; margin-bottom: 10px !important;}
.btn {margin-bottom: 15px;}
.card-title{font-weight: 700;}
.card-footer{background-color: transparent !important; border-top: 0;font-size: .9em !important; }

.btn {
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center; /* Centraliza o bloco de conteúdo */
}

.btn i {
    width: 20px; /* Largura fixa para o ícone */
    margin-right: 10px; /* Espaço entre o ícone e o texto */
    text-align: center;
}

.btn .btn-text {
    width: 85px; /* Largura fixa para o texto, acomoda 'Portfólio' */
    text-align: left; /* Alinha o texto à esquerda */
}
