.trl {
    background-color: rgb(234, 236, 236);
    opacity: 0.9;
    color: #110f0f;
  }

.footer-linea {
	border-top: 5px solid #323536;
	background: #fff;
}

.footer-trl{
    padding: 20px 5px 20px 5px;
    background: #1e1e1e;
    color: #FFF;
}

.mensaje {
    opacity: 0.9;
    color: #FFF;
}

/* Contacto */
.contacto {
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}

.contacto h2 .titulo {
	color: #003855;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	font-size: 30px;
	margin-bottom: 40px;
	text-align: right;
}

.contacto .formulario input[type="text"],
.contacto .formulario input[type="email"],
.contacto .formulario textarea {
	padding: 15px;
	border: none;
	font-family: 'Open Sans', sans-serif;
}

.contacto .formulario textarea {
	height: 150px;
	min-height: 150px;
	max-height: 250px;
}

.contacto .formulario .boton {
	background: #3da5e2;
	border: none;
	padding: 7px 30px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	width: auto;
	border-radius: 3px;
}

.contacto .formulario .boton:hover {
	background: #1BA0EF;
}

/* MEDIAQUERIES */
/* Dispositivo sm */
@media screen and (max-width: 576px){
	.trl-img  {
		width: 70%;
		height: 60%;
	}

    .footer-trl{
        padding-left: 5px;
        font-size: 12px;
    }
    h5 .footer-trl {
        font-size: 16px;
    }

}

@media screen and (max-width: 768px){
	.trl-img  {
		width: 70%;
		height: 60%;
	}

    .footer-trl{
        padding-left: 5px;
        font-size: 12px;
    }
    h5 .footer-trl{
        font-size: 16px;
    }
}