:root {
    --verde-nacional-tintas: #03880c;
    --amarelo-nacional-tintas: #fdf300;
    --azul-nacional-tintas: #25a7fd;
    --cinza-nacional-tintas: #607D8B;
    --laranja-nacional-tintas: #d36913;
}

@font-face {
    font-family: "Raleway-italic";
    src: url(../fonts/Raleway-Italic-VariableFont_wght.ttf);
}

.text-shadow {
    text-shadow: 1px 1px 3px black;
}

.text-shadow-light {
    text-shadow: 1px 1px 3px whitesmoke;
}

.fondo-nacionaltintas {
    background-color: var(--verde-nacional-tintas);
}

.fondo-nacionaltintas-oscuro {
    background-color: var(--cinza-nacional-tintas);
}

.fondo-nacionaltintas-claro{
    background-color: var(--azul-nacional-tintas);
}

.fondo-cinza-nacional-tintas {
    background-color: var(--cinza-nacional-tintas);
}

.fondo-laranja-nacional-tintas {
    background-color: var(--laranja-nacional-tintas);
}

.border-nacionaltintas {
    border-color: var(--azul-nacional-tintas) !important;
}

.letra-nacionaltintas {
    color: var(--amarelo-nacional-tintas);
}

.letra-nacionaltintas-azul {
    color: var(--azul-nacional-tintas);
}

button.letra-nacionaltintas-azul:hover {
    color: var(--verde-nacional-tintas);
    border: 1px solid var(--verde-nacional-tintas);
}

.fondo-transparencia {
    width: 100%;
    height: 100%;
    opacity: 20%;
    left: 0;
    top: 0;
    background-color: #efefef;
}

.letra-monospace {
    font-family: monospace;
}

.text-shadow>h1 {
    text-shadow: 2px 2px 3px #e7dfd2;
}



@media screen and (min-width: 340px) {
    .letra-mobile {
        font-size: 18px !important;
    }

    .carousel-item {
        line-height: 1;
    }
}

@media screen and (min-width: 800px) {
    .letra-mobile {
        font-size: 18px !important;
    }

    .carousel-item {
        line-height: 1.5;
    }
}

.navbar-toggler {
    background-color: #d2ccc7;
}



.img-carrusel {
    max-height: 124px;
}

/* Cuando el ancho es mas de 700px */
@media screen and (min-width: 750px) {
    .img-carrusel {
        max-height: 180px;
    }
}

/* Cuando el ancho es mas de 990px */
@media screen and (min-width: 990px) {
    .img-carrusel {
        max-height: 62px;
    }
}

.nav-item:hover {
    border-bottom: solid 2px var(--cinza-nacional-tintas);
}

.nav-item > .nav-link:hover {
    color: var(--cinza-nacional-tintas);    
}    


.btn-whatsapp {
    position: fixed;
    bottom: 19px;
    left: 24px;
    width: 50px;
    height: 50px;
    float: left;
    font-size: 1.6em;
    color: #fff;
    text-align: center;
    line-height: 50px;
    background-color: #25D366;
    border-radius: 100%;
    box-shadow: 0 0 30px 0 rgba(52, 52, 52, 0.2);
    cursor: pointer;
    z-index: 1;
}

.btnDescricao:hover {
    opacity: 0.75;
    border: 0.5px solid var(--verde-nacional-tintas);
    background-color: whitesmoke;
    border-radius: 10px;
    cursor: pointer;
}

.fonte-nacionaltintas{
    font-family: Raleway-italic;
    font-weight: 400;
}

.titulo:hover,
.imagemProduto:hover{
    cursor: pointer;
}

.btnAlugar:hover{
    color: var(--azul-nacional-tintas);
    border-color: var(--azul-nacional-tintas);
}