@media (min-width: 767px) {
    .navbar {
        border-bottom: 0;
        background-color: #ffffff00;
        /* padding-bottom: 14px; */
    }
	
.navbar.top-nav-collapse {
        min-height: 50px;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
        padding-top: 0px;
        background-color: white;
    }

    .navbar-nav {
        padding-top: 35px;
    }	
	
.navbar-nav > li > a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
	margin-left: 4px;
}
	
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgb(0 0 0 / 20%);
    color: #ffffff;
    border-radius: 9px;
}
	
.navbar.top-nav-collapse .navbar-nav > li > a {
    color: #333;
    font-weight: 400;
}

.navbar-brand img {
    max-height: 125px;
}	
	
.padd-variation {
    padding-top: 0px;
}	


	
.modulo-inicio {
    padding: 170px 0px;
    padding-top: 150px;
}	
	
}
	