html, body {
    overflow-x: hidden !important;
    width: 100vw !important;
}

  

.container-footer{
	display:flex;
	gap: 65px;
	align-items: center;
}
.blurb-info-unimas{
    display: flex;
    gap: 10px;
    color: #fff;
    font-family: 'Roboto';
}
.responsive-background-full-size{
	display: flex;
	justify-content: center;
	width: 100vw;
	height: 80vh; 
	object-fit: cover;
}
.responsive-background-full-size .et_pb_row_0{
	display: flex;
	align-items: center;
}
.row-servicios{
	display: flex;
	justify-content: center;
	gap: 10%;
	margin-bottom: 50px;
}
.blurd-servicios{
	text-align: center;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 17px;
	color: #847474;
}
.blurd-servicios img{
	width: 80px;
	height: 80px;
}
.box-consultas .et_pb_column_1_2{
	width: 100% !important;
	max-width: 460px;
}
.box-consultas{
	display: flex;
	justify-content: center;
}
.center-content, .center-content-1{
	display: flex;
	align-items: center;
}
.box-consultas .et_pb_text_4, .box-consultas .et_pb_text_5{
	height: 100%;
	max-height: 180px;
}
.blurb-info-unimas img{
	width: 25px !important;
}
.row-info-unimas{
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.content-social{
	text-align: center;
}
.content-social a{
	color: #fff;
}
.et_pb_menu_page_id-42 a{
	background: #FE6799;
    padding: 25px !important;
    height: 35px;
	color: #fff !important;
	border-radius: 20px;
}
.et_pb_menu_page_id-42{
	display: flex; 
    align-items: center !important;
}

@media only screen and (max-width: 980px) {
.responsive-background-full-size .et_pb_row_0{
    flex-direction: column-reverse !important;
}
	.responsive-background-full-size{
		height: 100%;
padding-top: 100px;
	}
	.row-servicios{
		flex-wrap: wrap;
gap: 40px !important;
	}
	.blurd-servicios{
		width: 100px;
	height: 150px;
	}
	.box-consultas{
		flex-direction: column !important;
	}
	.box-consultas .et_pb_text_4, .box-consultas .et_pb_text_5{
		max-height: 100% !important;
	} 
	.center-content{
		flex-direction: column-reverse;
	}
	.center-content-1{
		    flex-direction: column !important;
	}
	.container-footer{
		flex-direction: column !important;
	}
	.blurb-info-unimas{
		    flex-direction: column;
    text-align: center;
align-items: center;
	}
}
