@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400&family=Roboto:wght@700&display=swap');

body {
    font-family: 'Poppins', sans-serif !important;
}

.navbar {
    justify-content: space-between;
}

.navbar-nav {
    justify-content: center;
}

.navbar-nav .nav-link {
    color: #D45100; /* Cor dos links do menu */
    font-size:small;
}

.portifolio {
    margin: 20px;
}
.separadordechamada {
    background: linear-gradient(90deg, #FA8E41 42.5%, #B60C0C 100%);
    color: white;  
    height: 50px;
    margin-top: 40px;
    margin-bottom: 40px;  
    border-radius: 30px;
    font-size:x-large;
}
.separadordechamadaproduto {
    background: linear-gradient(90deg, #FA8E41 42.5%, #B60C0C 100%);
    color: white;  
    height: 100%;
    margin-top: 40px;
    margin-bottom: 40px;  
    border-radius: 30px;
    font-size:x-large;
}
.h1classico {
    font-size: 1.50rem;
}

.espacamento {
    margin-top:20px;
    margin-bottom:20px;
}
.myBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: linear-gradient(90deg, #FA8E41 42.5%, #B60C0C 100%);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 5px;
    display: none; /* Initially hide the button */
}

.myBtn:hover {
    background-color: #0056b3;
}
footer {
            background-image: url('../images/fundorodape.jpg');
            background-size: cover; /* Ajusta o tamanho da imagem para cobrir todo o elemento */
            background-position: center; /* Centraliza a imagem no elemento */
            background-repeat: no-repeat; /* Evita a repetição da imagem */
            text-align: center;
            color: white; /* Adicione uma cor de texto para melhor legibilidade */
            height: 100%;
}
.imagemrodape {
    height: 220px;
}
.rodapewhats {
    position: relative;
    bottom: 140px;
    color: black;
    right: 124px;
}
.rodapeemial {
    position: relative;
    bottom: 140px;
    color: black;
    right: 102px;
}
.rodapeendereco {
    position: relative;
    bottom: 140px;
    color: black;
    left: 3px;
}
.icon {
    height:20px;
}
@media (max-width: 768px) {
.posicaorodape  {
    position: relative;
    bottom: 57px;
}
.rodapewhats {
    position: relative;
    bottom: 140px;
    color: black;
    right: 123px;
    font-size: 11px;
}
.rodapeemial {
    position: relative;
    bottom: 140px;
    color: black;
    right: 102px;
    font-size: 11px;
}
.rodapeendereco {
    position: relative;
    bottom: 140px;
    color: black;
    left: 4px;
    font-size: 11px;
}
.icon {
    height:25px;
}
    .imagemrodape {
    height: 100px;
    width:100%
}
footer {
            height: 110px;
}
    .texto-sobreposto {
        font-size: 40px; /* Defina o tamanho desejado para telas menores */
    }
    .fonteselecaodasemana {
        font-size: 20px; /* Defina o tamanho desejado para telas menores */
    }
    .xpri {
        font-size: 10px;
    }
    .horariodapartidapri {
        font-size: 10px;
    }
    .nomedotimepri {
        font-size: 10px;
    }
    .fonteequipes {
        font-size: 15px;
    }
}
