body{
    background-color: #f8f7f5;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../imag/loanding.gif') 50% 50% no-repeat rgba(249, 249, 249, 0.8);
    
}
#nosotros {
    min-width: 550px;
}
#productos{
    min-width: 485px;
}
#sectores {
    min-width: 485px;
}
.carousel-inner:hover img {
    transition: .8s ease;
    -webkit-filter: brightness(50%);
    filter: brightness(40%);
}
.nav-link:hover {
    border-bottom: solid 2px black ;

}
.card-title {
    color: #721c24;
}

.botonF1{
    background-color: rgba(142, 28, 38, 0.9);
    width:70px;
    height:70px;
    border-radius:100%;
    right:0;
    bottom:0;
    position:fixed;
    margin-right:16px;
    margin-bottom:16px;
    border:none;
    outline:none;
    color:#FFF;
    font-size:36px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition:.3s;
}
span{
    transition:.5s;
}
.botonF1:hover span{
    transform:rotate(360deg);
}
.botonF1:active{
    transform:scale(1.1);
}

.animacionVer{
    transform:scale(1);
}





