.contacto-page h1, .contacto-page h2, .contacto-page h3 {
    font-family: 'LatoWebHeavy';
	color: #393b42;
	text-align: center;
	padding: 0 5px;
}

.contacto-page h1 {
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 30px;
}
.contacto-page h1:after {
    content: "";
    display: block;
    width: 100px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #7e8085;
}
.contacto-page h2 {
    font-size: 28px;
}
.contacto-page h3 {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 24px;
}
.contacto-page h3:after {
    content: "";
    display: block;
    width: 80px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #d61147;
}

.top-contacto {
    margin-bottom: 60px;
}
.top-contacto .icon-contacto {
    width: 99px;
    height: 99px;
    margin: auto;
	background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
}
.top-contacto h5 {
    font-family: 'LatoWebHeavy';
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 30px;
}
.top-contacto .text {
	 
	line-height: 1.6;
}

.well-contacto {
	margin-bottom: 60px;
}
.well-contacto .well {
    padding: 40px 40px 30px 40px;
	overflow: hidden;
	margin-bottom: 0;
}
.well-contacto .well .text {
     
    line-height: 1.6;
    margin: auto;
    margin-bottom: 30px;
    max-width: 990px;
}
.well-contacts .name-item {
	font-family: 'LatoWebBold';
	color: #d61147;
	text-transform: uppercase;
	padding-right: 10px;
}
.well-contacts .text-item {
	font-family: 'LatoWebBold';
}
.well-contacts .contacts-item {
    padding: 30px 0;
}
.well-contacts .contacts-item.btn-item {
    padding: 25px 0;
}
.well-contacts .contacts-item span {
    vertical-align: bottom;
    display: inline-block;
}
.well-contacts .contacts-item i {
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: bottom;
    width: 19px;
    height: 23px;
    margin-right: 7px;
}
.well-contacts .contacts-item.phone-item i {
    background-image: url('/image/icon/tel_icon.svg');
}
.well-contacts .contacts-item.email-item i {
    background-image: url('/image/icon/mail_icon.svg');
}
.well-contacts .contacts-item.addres-item i {
    background-image: url('/image/icon/pointf_icon.svg');
}
.well-contacto .btn-primary {
    padding: 8px 26px 6px 26px;
    font-size: 12px;
    line-height: 16px;
}

.form-contacto {
    margin-bottom: 60px;
}
.form-contacto .btn-primary {
    font-family: 'LatoWebHeavy';
    font-size: 12px;
    padding: 12px 6px 10px 6px;
    text-transform: uppercase;
    width: 270px;
}
#send-form {
    max-width: 1010px;
    margin: 0 auto;
}
#send-form .form-control {font-size: 16px;
    border-radius: 0;
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    box-shadow: none;
}

.information-contacto .subscribe-footer {
    display: none;
}

.form-contacto .upload-block {
    margin-bottom: 10px;
}
.form-contacto .form-send {
    padding-bottom: 20px;
}

.bottom-well .well {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 40px;
}

#content.opt-form .upload-block .form-group {
    margin-bottom: 0;
}
#content.opt-form .text-danger {
	color: #de221e;
    font-size: 12px;
}
#content.opt-form .text-warning {
    color: #f52222;
}

#button_fclear, #info_files, #status_upload {
    display: none;
}
#info_files {
    padding: 10px;
    background: #f5f5f5;
}
#info_files .text-success, #info_files .text-warning {
    width: 72px;
    height: 21px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#button_select {
	color: #d61147;
}
#button_select .fa {
    font-size: 17px;
    margin-right: 3px;
}
#button_select span {
	font-size: 13px;
    border-bottom: 1px dotted;
    font-family: 'LatoWebBold';
}
#button_select span.dop-files {
	display: none;
}

#button_fclear {
    color: #ff6f6f;
}
#button_fclear .fa {
    font-size: 17px;
}
#button_fclear span {
    font-size: 13px;
    border-bottom: 1px dotted;
    font-family: 'LatoWebBold';
}

#info_files .item-upload {
	position: relative;
    display: inline-block;
	text-align: center;
	margin-right: 17px;
}
#info_files .cicon-upload {
    width: 72px;
    height: 72px;
	background-position: center;
    background-repeat: no-repeat;
}
.cicon-upload.cicon-img {
    background-image: url('/image/icon/icon_img.svg');
}
.cicon-upload.cicon-zip {
    background-image: url('/image/icon/icon_zip.svg');
}
.cicon-upload.cicon-pdf {
    background-image: url('/image/icon/icon_pdf.svg');
}
.cicon-upload.cicon-excel {
    background-image: url('/image/icon/icon_excel.svg');
}
.cicon-upload.cicon-word {
    background-image: url('/image/icon/icon_word.svg');
}
.cicon-upload.cicon-text {
    background-image: url('/image/icon/icon_text.svg');
}
.cicon-upload.cicon-psd {
    background-image: url('/image/icon/icon_psd.svg');
}
.cicon-upload.cicon-exp {
    background-image: url('/image/icon/icon_exp.svg');
}
.cicon-upload.cicon-err {
    background-image: url('/image/icon/icon_err.svg');
}

#info_files .updel {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
	line-height: 1;
}
#info_files .updel .fa {
    font-size: 19px;
    color: #f9f9f9;
    background: #ff9a9a;
    border-radius: 50%;
    overflow: hidden;
    line-height: 17px;
    border: 1px solid #ff9a9a;
}
#info_files .updel:hover .fa {
    color: #ffffff;
    background: #f95353;
    border: 1px solid #f95353;
}

#info_files .bad-upload {
    background: #f3e0e0;
}
#info_files .item-bupload {
    padding: 2px 10px;
}


@media (min-width:1600px){
	.well-contacts {
		padding-left: 90px;
		padding-right: 90px;
	}
}

@media (min-width:1400px){
	.well-contacts {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width:1200px){
	.well-contacto .well {
		padding: 70px 80px 45px 80px;
	}

	
}

@media (max-width: 1399px){
	.well-contacts .contacts-item span.text-item {
		display: block;
	}
	.top-contacto .text {
		line-height: 1.5;
		max-width: 310px;
		margin: auto;
	}
	.top-contacto .text br {
		display: none;
	}
}
@media (max-width: 991px){
	.top-contacto h5 {
		height: 38px;
	}
	.top-contacto .text {
		line-height: 1.3;
	}
	.well-contacts .contacts-item.btn-item {
		/*padding: 35px 0;*/
	}
	.well-contacts .contacts-item {
		padding: 20px 0;
	}
	.contacto-page h1 {
		font-size: 28px;
	}
	.contacto-page h2 {
		font-size: 26px;
	}


}

@media (max-width: 767px){
	.well-contacts .contacts-item {
		padding: 8px 0;
	}
	.well-contacts .contacts-item span.text-item {
		display: inline-block;
	}
	.top-contacto .text br {
		display: inherit;
	}
	.top-contacto h5 {
		margin-top: 20px;
		height: inherit;
	}
	.top-contacto .text {
		max-width: 410px;
		margin-bottom: 30px;
		line-height: 1.4;
	}
	.contacto-page h3 {
		margin-bottom: 35px;
		font-size: 22px;
	}
	.contacto-page h3:after {
		height: 35px;
	}
	.well-contacto .well .text {
		line-height: 1.4;
	}
	.top-contacto {
		margin-bottom: 30px;
	}
	.well-contacto {
		margin-bottom: 50px;
	}
	.form-contacto {
		margin-bottom: 50px;
	}
	.contacto-page h2 {
		font-size: 24px;
	}
}

@media (max-width: 479px){
	.top-contacto .text br {
		display: none;
	}
}

@media (max-width: 379px){
	.well-contacts .contacts-item span.text-item {
		display: block;
	}
	.well-contacto .well .text {
		margin-bottom: 20px;
	}
	.well-contacts .contacts-item.btn-item {
		padding-bottom: 15px;
	}
}
