body{overflow-x:hidden;}
.bg-azul{background-color:#283677}

.whats-lateral {
    position: fixed;
    bottom: 0;
    margin-bottom: 20px;
    transform: TranslateY(-30%);
    opacity: 0.9;
    text-align: center;
    margin-bottom: 10px;
    right: 0;
    font-size: 1.2em;
    font-weight: normal;
    margin-right: 20px;
    padding: 10px;
    border-radius: 3px;
	background:#000;
	z-index:9999999
}


@media screen and (max-width:980px)
{
	.whats-mobile{
		display:block;
	}
	
	.whats-desktop{
		display:none;
	}
}

@media screen and (min-width:981px)
{
	.whats-mobile{
		display:none;
	}
	
	.whats-desktop{
		display:block;
	}
}