.redeSocial li {
    float: left;
}
.redeSocial, .contato{
	list-style: none !important;
}
.footer{
    margin-top: 1rem !important;
}
.titulo-sbd{
	width: 18em;
margin: 2em 0px;
}
.splash-item a{
text-decoration:none;
}
.contato li{
    font-size: 0.8rem;
}
.box-texto {
    width: 500px;
}

.bloco-pesquisa {
    display: inline;
    float: left;
}

.patrocinador-oficial {
    font-size: 12px;
    color: #333;
}

.logo-takeda {
    width: 89px;
    display: inline;
    vertical-align: bottom;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* STYLES GO HERE */
	
}
 
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* STYLES GO HERE */
}
 
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 780px) {
/* STYLES GO HERE */
	.splash-item .icon, .splash-item--public .icon {
		width:4.375rem !important;
	}
	.dm{
		margin: 30px 0px;
	}
	.box-texto {
    	width: initial;
	}
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* STYLES GO HERE */
}
 
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* STYLES GO HERE */
}
 
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* STYLES GO HERE */
}
 
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* STYLES GO HERE */
}
 
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* STYLES GO HERE */
}
