

.contenedor {
	background-color: #fff ;
	width: 55%;
	max-width: 1100px;
	margin: 25px auto;
	padding: 5px;
	border-radius: 10px;
}

header {
	display: flex;
     align-items: center;
     justify-content: space-between;
     flex-wrap: wrap;
     margin-bottom: 40px;
}


.main_ {
     display: flex;
     justify-content: flex-end;
     align-items: center;
     text-align: center;
}

.main_ .contenedor-img {
     max-width: 60%;
     margin-right: 40px;
}

.contenedor-texto .titulo {
     font-size: 30px;
     font-weight: normal;
     margin-bottom: 40px;

}

.contenedor-texto .maquinaEscribir {
  
     color: rgb(85, 84, 84);
     font-style: normal;
    
}

.contenedor-texto p {
     margin-bottom: 40px;
     line-height: 36px;
}

.btn-link {
     display: inline-block;
     padding: 10px 30px;
	border-radius: 100px;
     margin-right: 10px;
     text-decoration: none;
     background: #f2f2f2;
}

.btn-link:hover,
.btn-link.activo {
	color: #fff;
	background: #5b4a9a;
}

@media screen and (max-width: 915px) {
     .main_ {
          flex-direction: column;
          text-align: center;
     }

     .main_ .contenedor-img {
          margin-bottom: 40px;
     }
}