@charset "UTF-8";

.contacto_centrado {
    width: 50%;
    margin: 0 auto;
}

.contacto_centrado2 {
    width: 50%;
    margin: 0 auto;
	text-align: justify;
}

.contacto {
	padding: 36px 0;
}

.contacto h1 {
	font-size: 26px;
	color: #436DA7;
	font-weight: 600;
  	text-align: center;
  	margin-top: auto;
  	margin-bottom: auto;
}

.contacto small {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 300;
    font-size: 16px;
}

.contacto strong {
	font-size: 16px;
    font-weight: 700;
}

.contacto .align_center {
  	text-align: center;
}

.contacto p {
  	max-width: 600px;
  	margin: 0 auto;
  	font-weight: 300;
  	font-size: 16px;
}

.input-wrapper {
	margin-top: 18px;
}
.contacto .textbox {
  	width: 100%;
  	height: 40px;
  	padding: 4px 15px;
  	margin-bottom: 0;
  	background-color: #fff;
  	border: 0;
  	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  	box-sizing: border-box;
  	border: 1px solid #D1D1D1;
  	border-bottom: 2px solid #436DA7;
  	border-radius: 6px 6px 0 0;
  	font-family: inherit;
	font-size: 16px;
	color: #494A4F;
}
.contacto .mensaje {
	height: auto;
	resize: none;
	min-height: 100px;
}
.contacto .option {
	box-sizing: border-box;
	padding: 0;
}
.contacto .chk {
  	/* position: relative; */
	/* vertical-align: middle; */
	/* bottom: 4px; */
	/* height: 2rem; */
	position: absolute;
    vertical-align: bottom;
    margin-left: 18px;
}
.contacto .link {
	color: #436DA7;
	text-decoration: underline;
	font-size: 16px;
	line-height: 1.77;
}
.contacto .aviso {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #494A4F;
	font-size: 16px;
	line-height: 1.77;
}
.contacto .btn-primary {
    -webkit-appearance: button;
    border-radius: 5px;
    border: 0;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.77;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none !important;
	font-weight: bold;
}
.contacto .btn {
    border-radius: 5px;
    background: #d3d4d8;
    border: 0;
    color: #494A4F;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.77;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none !important;
}