main {
    padding:   30px 30px 70px 30px;
    box-sizing: border-box;
}

.mainContacto__divContacto {
    background-image: url(/img/copos.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
	justify-content: space-evenly;
    align-items: center;
    border: 2px solid lightgray;
    box-sizing: border-box;
}

.contacto__item span{
	font-size: 3em;
	color: white;
	text-shadow: 1px 1px 3px black;
}

.contacto__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    padding: 10px;
    box-sizing: border-box;
}

.mainContacto__titulos {
    margin-bottom: 0;
    text-shadow: 1px 1px 2px black;
    font-size: 1.1em;
    margin-top: 1em;
}

@media (max-width: 768px) {
	.mainContacto__divContacto{
		flex-direction: column;
	
		background-image: url(/img/copos.png);
		background-repeat: no-repeat;
		background-size: cover;
		
	}

}