/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21/05/2021, 16:01:27
    Author     : SICLA PC
*/
html{
    min-height:100%;
    position: relative;
}

a,p,label{
    font: arial;   
    color: #666;
}

h1,h2,h3,h4{
    font: arial;   
    color: #333;
}

.produto-img{
    height: auto;
    width: 60%;
}

.white{    
    color: white;
}

.light-grey{    
    color: #666;
}

.panel{
    width: 100%;
    height: 250px;    
    background-color: green;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bottom-panel{
    bottom:0;
    width: 100%;
    height: 50px;
    background-color: #144E04;
    padding: 1px;
}

.negrito{
    font-weight: bold;
}

.carousel-inner img{  
    height: 300px;
    margin:auto;
    object-fit: cover;
}

.carousel{
    background-color: #144E04;     
}

.nav-link-empresa{
    color: black;
    text-align: center;
    padding: auto;    
}

.nav-link-empresa:hover {
    color: black;
    text-decoration: none;
}

.nav-link{
    color: black;
    text-align: center;
    padding: auto 10vw auto 10vw;
}       

.nav-link:hover {
    text-decoration: underline;
    border-radius: 0.5vw;
}

div.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    margin-bottom: 20px;
}




