element.style {
    font-family: Roboto, Arial, sans-serif;
}

* { 
   padding: 0;
   margin: 0;
}
h1 {
	position: relative;
	text-align: center;
	margin-top: 30px;
	font-family: Roboto, Arial, sans-serif;
}

h2 {
	position: relative;
	text-align: center;
	margin-top: 30px;
	font-family: Roboto, Arial, sans-serif;
}

h3 {
	position: relative;
	text-align: center;
	margin-top: 30px;
	font-family: Roboto, Arial, sans-serif;
}

body {
	background-image: url(Background.png);
    background-size: cover;
    /* background-position: center center; */
    background-repeat: no-repeat;
    /* height: 100vh; */
}


.ladingContainer {
	width: 100%;
	height:100%;
	position:  relative;
}


.buildingBlocks {
	position: absolute;
	top:  0;
	left: 50%;
	transform: translateX(-50%);
	width:  50vw;
	z-index: 1;
}


.cFatherContainer {
	max-width: 1100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    margin: 0 auto;
    place-content: center;
    height: 100vh;
    position: relative;
    z-index: 2;
    justify-items: flex-end;
}

.moreInfo {
	display: grid;
	gap: 1em;
	grid-auto-rows: max-content;
	place-content: center;
	justify-items: center;
}

.moreInfo a, .moreInfo h1, .moreInfo p {
	margin-bottom: 0;
	color: white;
}

.moreInfo p {
	text-align: center;
}


@media only screen and (max-width: 768px) {
	.cFatherContainer {
		grid-template-columns: 1fr !important;
		align-content: baseline;
	}	

.logousem .siguenos{
	margin-left: -120px;
}
 
 element style p{
 	margin-top: 20px;
 }

 .anuncio{
 	width: auto;
 	height: auto;
 }
	
}