.bg-pink, footer {
	background-color: #E60030;
	min-height: 5.5rem;
}

.navbar {
	color: white;
	font-family: Helvetica;
	font-weight: 100;
	font-size: 13px;
}
.navbar img {
	width: 175px;
}

main{
	padding-top: 88px;
}

footer {
	padding: 1.5rem 2rem;
	color: white;
	font-family: Helvetica;
	font-size: 12px;
}

footer img {
	width: 120px;
	margin-bottom: 10px;
}

.cueros {
	background: url(../img/cuero_violeta.jpg) no-repeat center;
	transition: background 1s;
	background-size: 100%;
	padding: 6.5rem 2rem;
	text-align: center;
	border-radius: 0;
	margin-bottom: 0;
}

.cueros2 {
	background: url(../img/Telas_textiles.jpg) no-repeat center;
	background-size: 100%;
}

.cueros h2 {
	color: white;
	font-family: 'Mitr', sans-serif;
	font-weight: 100;
}

.logos {
	text-align: center;
	background-color: transparent;
	padding: 2rem 2rem;
	margin-bottom: 0.7rem;
}

.circle {
	margin-bottom: 1em;
}

.circle img {
	max-width: 100%;
}

.logos h3 {
	font-size: 1.7em;
	font-family: 'Mitr', sans-serif;
	font-weight: 100;
}

.logos p {
	margin-top: 1.5em;
	font-family: Helvetica;
	font-size: 1.2em;
}
.logo img {
	max-width: 50%;
}

.producto {
	border: solid #E60030 4px;
	border-radius: 10px;
	text-align: center;
	padding: 2em;
	min-height: 300px;
	margin-bottom: 30px;
	
}

.producto p {
	font-family: Helvetica;
	font-weight: 700;
}

.contacto {
	background-color: #E60030;
	color: white;
	margin-top: 2.8rem;
	border-radius: 0;
}

.contacto .form-control {
	margin-bottom: 10px;
}

.contacto textarea {
	height: 95%;
}

.blue {
	padding: 1rem 0 0 0;
	background-color: transparent;
	margin-bottom: 0;
}

.btn-white{
	background-color: white;
}

@media only screen and (min-width: 320px) {
	.cueros h2 {
		font-size: 1.5rem;
	}
}

@media only screen and (min-width: 401px) {
	.cueros h2 {
		font-size: 2rem;
	}
}

@media only screen and (min-width: 768px) {
	.cueros h2 {
		font-size: 3.5rem;
	}
}

@media only screen and (max-width: 767px) {

	.cueros {
		padding: 1rem 2rem;
		display: table;
	}

	.circle img {
		max-width: 70%;
	}

	.logos h3 {
		font-size: 1em;
	}
	.contacto {
		padding: 1rem;
		margin-top: 0;
		margin-bottom: 1rem;
	}

	.navbar img{
		margin: 0 auto;
	}

	.logos{
		padding-top: 1rem;
		padding-bottom: 0;
	}

	.mensaje-boton{
		display: table;
	}

	footer{
		padding-bottom: 0;
	}


}