/* Add here all your CSS customizations */
.oculta {
		display: none;
	}
.banderas {
margin-bottom: 20px;
}
@media (max-width: 560px) {
	.oculta560 {
		display: none !important;
	}
	.iconowhatsapp {
		margin: 12px 0px 0px 16px;
		font-size: 44px;
		color: #ffffff;
	}
	.botonwhatsapp {
		display: block !important;
		position: fixed;
		background-color: #00bb2d;
		margin-left: -40px;
		left: 50%;
		bottom: 14px;
		height: 80px;
		width: 80px;
		border-radius: 40px;
		-moz-border-radius: 40px;
		-webkit-border-radius: 40px;
		z-index:100;
		border: 6px solid #ffffff;
	}
}
@media (max-width: 620px) {
	.oculta620 {
		display: none !important;
	}
	.muestra620 {
		display: block !important;
	}
	
}
@media (max-width: 990px) {
	.oculta990 {
		display: none;
	}
	.muestra990 {
		display: block !important;
	}
	#header .header-social-icons {
    margin: 22px 0px 0px 10px;
	}
}
@media (max-width: 1200px) {
	.oculta1200 {
		display: none !important;
	}
	.muestra1200 {
		display: block !important;
	}
	#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    color: #162667;
	}
	html.sticky-header-negative.sticky-header-active #header .header-logo {
        padding-top: 0px !important;
    	top: -16px;
	}
	.banderas {
	margin-bottom: 36px;
	}
}