#contacto{
	margin-top: 80px;
}

.full-width{
	position: absolute;
	width: 100%;
	left: 0;	
	color: #fff;
	font-family: "GillSans";
}

#social-wrapper{
	height: 100px;
	width: 100%;
	padding: 20px;
	position: relative;
}

#social-list {
	position: absolute;
	right: 0;
	bottom: 0;
}

#contact-wrapper{

	height: 500px;
}

#contact-info{

	height: 265px;
	width: 100%;
	background-color: rgba(1, 92, 155, 0.55);
	background-image: url(../img/backgrounds/iniciales-footer.png);
	background-repeat: no-repeat;
	background-position: 20% 102%;
}

#map-canvas img{
	max-width: 100%;
}

#contact-info h3{
	margin: 95px 0 12px 0;
}

#contact-link{

	color: #004867;
	background-color: #4BA8CA;
	font-size: 2rem;
	padding: 11px 14px;	
	position: absolute;
	right: 80px;
	top: 110px;
	
}

#contact-link:hover {
	background-color: #FFF;
}

div#mensajeContancto.modal {
	overflow: auto;
}

div#mensajeContancto > .modal-dialog{
	width: 375px;
}

div#mensajeConfirmacion > .modal-dialog{
	
	margin: 15% auto;
}

div#mensajeContancto > .modal-dialog > .modal-content, div#mensajeConfirmacion > .modal-dialog > .modal-content {
	background-color: rgb(0,63,92);
	font-family: "GillSans";
	color: #FFF;
}

div#mensajeContancto > .modal-dialog > .modal-content > .modal-header, div#mensajeContancto > .modal-dialog > .modal-content > .modal-body, div#mensajeContancto > .modal-dialog > .modal-content > .modal-footer{

	border: none;
}

div#mensajeConfirmacion > .modal-dialog > .modal-content > .modal-header, div#mensajeConfirmacion > .modal-dialog > .modal-content > .modal-body, div#mensajeConfirmacion > .modal-dialog > .modal-content > .modal-footer{

	border: none;
}

div#mensajeContancto > .modal-dialog > .modal-content > .modal-footer{
	background: none;
	text-align: center;
}

div#mensajeConfirmacion > .modal-dialog > .modal-content > .modal-footer{
	background: none;
	text-align: center;
}

div#mensajeContancto > .modal-dialog > .modal-content > .modal-header > button.close {
	
	color: #FFF;
	opacity: 1;
}

#inner-box{
	width: 1200px;
	margin: auto;
}

.form-group {
	margin-bottom: 15px;
}

.form-group:before, .form-group:after {
	
	content: " ";
	display: table;
}

.form-group:after {
	clear: both;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;	
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type="text"].form-control, input[type="password"].form-control, input[type="email"].form-control, textarea.form-control {
	-webkit-appearance: none;
}

textarea.form-control {
	height: auto;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

#submit-btn{

	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0);
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 2rem;
	line-height: 1.42857143;
	border-radius: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #FFF;
	color: #003F5C;
}

#submit-btn:focus {
	
	
	outline: none;
}

#submit-btn:active {
	
	background-color: #4BA8CA;
	outline: none;
}

#accept-btn{

	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0);
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 1rem;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #015C9B;
	color: #fff;
}

#accept-btn:focus {
	
	
	outline: none;
}

#accept-btn:active {
	
	background-color: #4BA8CA;
	outline: none;
}

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

	#inner-box {
		width: 980px;
		margin: auto;
	}

	.footer-list {		
		margin: 0px 0 0 5px;		
	}

	#contact-link {	
		right: 55px;	
	}
}

@media only screen and (max-width: 820px){
	#inner-box {
		width: 748px;
		margin: auto;
	}

	#contact-link {
		right: 25px;
		top: 127px;
		padding: 9px 9px;
	}

	#contact-info {
		background-position: 0% 100%;
		background-size: 75%;		
	}

	
}

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


	#inner-box {
		width: 528px;		
	}

	#contact-link {
		right: 280px;
		top: 30px;		
	}

	#contact-info {
		background-position: -190% 100%;
		background-size: 130%;
	}

	div#mensajeConfirmacion > .modal-dialog{
	
		width: 520px;
	}

	#contact-info h3 {
		margin: 65px 0 12px 0;
	}

}

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

	#inner-box {
		width: 380px;
	}

	#contact-link {
		right: 140px;
		top: 20px;
	}

	#contact-info {
		background-position: -225% 100%;	
	}

	div#mensajeConfirmacion > .modal-dialog{
	
		width: 380px;
	}

	div#mensajeContancto > .modal-dialog {
		width: 325px;
	}

	#social-list {
		position: initial;		
		margin: auto;
		width: 171px;
		padding: 0;
	}

}

@media only screen and (max-width: 390px){
	#inner-box {
		width: 280px;
	}

	#contact-link {
		right: 60px;	
	}

	div#mensajeConfirmacion > .modal-dialog{
	
		width: 280px;
	}
}