nav {
    position: relative !important;
    width: 100% !important;
    z-index: 99 !important;
    transition: all 0.5s ease !important;
}

.flota2{
   position: fixed !important;
}

nav.flota2 {
    border-bottom: 1px solid #DA251C !important;
}
.flota2 .navbar-end {
    margin-top: 0px !important;
}
.flota2 .navbar-top {
    margin-top: -50px !important;
}

.navbar-dropdown a.navbar-item.is-active {
    color: #da251c;
}
.blanco{
overflow: hidden;
}

.publicaciones .blanco img{
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}


.publicaciones .blanco img:hover{
-webkit-transform: scale(1.10);
transform: scale(1.10);
}


