@charset "utf-8";

.articlesUnidades {
	position: relative;
	top: 9%;
	left: 0%;
	right: 0%;
	margin: auto;
	width: 100%;
	max-width: 640px;
}

.sectionsImgsUnidades {
	display: inline-block;
	width: 50%;
	max-width: 320px;
}

.sectionsTextosUnidades {
	display: inline-block;
	padding-left: 3%;
	width: 46%;
	vertical-align: top;
}

.spansComoChegarUnidades {
	display: block;
	margin: 3% 0% 0% 0%;
	padding: 2% 0%;
	width: 100%;
	font-size: 1rem;
	text-align: center;
	color: #ffffff;
	border-radius: 6px;
	background-color: #4cbdc4;
}

.imgsRedesSociaisUnidades {
    height: 16px;
    margin-left: 5px;
}

@media (max-width: 500px), (max-device-width: 500px) {
    
    .articlesUnidades, .sectionsImgsUnidades {
        display: block;
        width: 100%;
        max-width: none;
    }
    
    .sectionsTextosUnidades {
        display: block;
        width: 90%;
    }
    
    #articleBannerPrincipal {
        /*margin-left: 1.2%;*/
    }
    
    .articlesUnidades {
        margin-bottom: 15%;
        /*margin-left: 1.2%;*/
    }
    
    .sectionsTextosUnidades {
        margin-top: 3%;
    }
    
    h2 {
        margin-left: 3%;
    }
    
    .imgsUnidades {
        width: 100%;
        max-width: none;
    }
    
    #imgAlphaville, #imgCarapicuiba {
        margin-top: 6%;
    }
    
    .spansComoChegarUnidades {
        margin-top: 6%;
    }
    
    .imgsRedesSociaisUnidades {
        height: 40px;
        margin-left: 5px;
    }
    
}



@media (max-device-width: 500px) {
    
    .sectionsTextosUnidades {
        font-size: 2.5rem;
    }
    
    h2 {
        font-size: 5rem;
    }
    
    .spansComoChegarUnidades {
        font-size: 2.5rem;
    }
    
}