*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 800;
  	font-style: normal;
}

.cajaM {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.img img {
    width: 700px;
    margin-bottom: 30px;
}
.texM img {
    width: 35px;
    margin-right: 15px;
    margin-left: 15px;
    vertical-align: middle;
    bottom: 3px;
    position: relative;

}

.texM a {
	font-size: 30px;
	text-decoration: none;
	color: #000;
}

.texM h2 {
	margin-top: 30px;
}