#main-wrapper {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/fondo_contacto_mobile_vertical.jpg);
	padding-right: 15px;
}

.info-wrapper {
	background-color: #DE0049;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.info-wrapper p {
	color: white!important;
	text-decoration: none!important;
	font-family: 'barlow_condensedregular';
	font-size: 17px;
	line-height: 22px;
	display: inline-block;
	vertical-align: middle;
}

.info-slash {
	display: none;
}

.contacto .social-icons {
	display: inline-table;
	float: right;
	height: 44px;
}

.contacto .social-icons .social-inner {
	display: table-cell;
	vertical-align: middle;
}

.contacto .social-icons a {
	display: inline-block;
	width: 30px;
	height: 25px;
	
	
}

.contacto .social-icons a:nth-of-type(1) {
	margin-right: 5px;
}

.social-icons a {
	
	display: inline-block;
	
	overflow: hidden;
	vertical-align: top;
	color: white;
	margin-right: 15px;
	position: relative;

}

.social-icons a i {

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icons a.instagram i {
	font-size: 33px;
}

.social-icons a.facebook i {
	font-size: 25px;
}

.social-icons a.facebook {
	top: 4px;
}

.social-icons a:hover i {
	color: rgb(64, 73, 78);
}



.form-wrapper {
	background-color: rgba(255,255,255,.8);
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.form-wrapper h2 {
	color: #40494F;
	font-family: 'barlow_condensedregular';
	font-size: 19px;
	margin-bottom: 15px;
}

.infus-inputs {
	background-color: #ECEDEE;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	font-family: 'barlow_condensedregular';
	font-size: 18px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: none;
	-webkit-box-shadow: none;
	border:0px solid #cccccc;
	margin-bottom: 10px;
}

textarea.infus-inputs {
	resize: none;
	max-height: 150px;
}

.infus-form-button {
	background-color: #DE0049;
	color: white;
	text-transform: uppercase;
	font-family: 'barlow_condensedregular';
	font-size: 18px;
	min-width: 120px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	border: none;
	cursor: pointer;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.infus-form-button:hover {

	background-color: #ff0055;
}

.mensaje-ok {
	font-family: 'barlow_condensedregular';
    background-color: #902246;
    color:white;
    font-size: 20px;
    padding: 15px;
    margin-bottom: 20px;

}



@media (max-height: 475px) and (max-width: 767px){
/* Mobile Landscape */
	#main-wrapper {
		background-image: url(../img/fondo_contacto_mobile_apaisado.jpg);
		padding-right: 0px;
	}

	.info-wrapper {
		float: right;
		width: 35%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding-right: 15px;
		padding-bottom: 150px;
	}

	.info-wrapper p {
		font-size: 18px;
	}

	.contacto .social-icons {
		float: left;
		margin-top: 5px;
	}

	.form-wrapper {
		float: left;
		width: 65%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.form-wrapper,
	.info-wrapper {
		min-height: 420px;
	}

	.infus-inputs {
		padding-left: 10px;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 8px;
		font-size: 16px;
	}
}

@media screen and (min-width: 360px) {
	.contacto .social-icons a {
		height: 33px;
	}

	.contacto .social-icons a:nth-of-type(1) {
		margin-right: 10px;
	}
}

@media screen and (min-width: 480px) {

	#main-wrapper {
		background-image: url(../img/fondo_contacto_tablet_apaisado.jpg);
	}
}
@media screen and (min-width: 768px) {

	#main-wrapper {
		background-image: url(../img/fondo_contacto_tablet_apaisado.jpg);
	}

	.info-wrapper {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.info-wrapper p {
	    line-height: 40px;
	    height: 40px;
	    vertical-align: top;
	}

	.info-break {
		display: none;
	}

	.info-slash {
		display: inline-block;
	}

	.contacto .social-icons {
		float: inherit;
		height: 40px;
		margin-left: 15px;
	}

	
}

@media screen and (min-width: 1024px) {

	#main-wrapper {
		background-image: url(../img/fondo_contacto_desktop.jpg);
	}

	.form-inner {
		max-width: 650px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 30px;
	}

	.infus-form-button {
		float: right;
	}

	.clear-both {
		clear: both;
	}
}

