/* required styles */
body {
	max-width: 100vw !important;
	width: 100vw !important;
	overflow-x: hidden !important;
}

.btn-contactar.btn-contactar {
	border: 1px #FEA622 solid;
	font-weight: 600;
	color: #475467;
}

.btn-contactar:hover.btn-contactar:hover {
	border: none;
	background-color: #333;
	color: white;
}

.navbar-header {
	background-color: #fff !important;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.logo-header {
	width: 126px !important;
}
@media (max-width: 768px) {
	.navbar-header {
		max-width: 100% !important;
	}
	.logo-header {
		width: 80px !important;
		margin-right: 0 !important;
	}
	.logo-mobile {
		width: 5rem !important;
		margin-right: auto !important;
	}
	.navbar-nav{
	    margin-left: 1rem !important;
	}
}

/*Style for newsletter suscription*/
.home-newsletter.home-newsletter {
	padding: 80px 0;
	background: #f84e77;
}

.home-newsletter .single {
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2; 
}
.home-newsletter .single h2 {
	font-size: 22px;
	color: white;
	text-transform: uppercase;
	margin-bottom: 40px; 
}
.home-newsletter .single .form-control {
	height: 50px;
	background: rgba(255, 255, 255, 0.6);
	border-color: transparent;
	border-radius: 20px 0 0 20px; 
}
.home-newsletter .single .form-control:focus {
	box-shadow: none;
	border-color: #243c4f; 
}
.home-newsletter .single .btn {
	min-height: 50px; 
	border-radius: 0 20px 20px 0;
	background: #243c4f;
	color: #fff;
}
.botonEresProductor{
	background-color: black !important;
	border-radius: 50px !important;
}
.botonEresProductor:hover{
	background-color: #FEA622 !important;
	animation-delay: 0.5ms !important;
}
.pageTitle.pageTitle{
	color: #2E2E2E;
	font-family: "Montserrat", Sans-serif;
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -2.1px;
}

/*Fin Style for newsletter suscription*/