@charset "utf-8";
/* CSS Document */

/*CONTACTO*/

.form-contacto {
	background-color:#EDEDED;
	height: 220px;
	width: 1046px;
	padding-top: 35px;
	padding-right: 27px;
	padding-bottom: 30px;
	padding-left: 27px;
	position: relative;
}
.welcome-contacto {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #29323C;
	height: 50px;
	width: 1046px;
	position: relative;
	text-align:center;
}
#cont-div {
	width: 1046px;
	height: 170px;
    border: 1px solid transparent;
}
#contactoInputs {
	width: auto;
	text-align: center;
}
#fila-contacto-1 {
  width: 1046px;
  height: 75px;
}
#fila-contacto-2 {
  height: 75px;
  width: 1046px;
}
.facLbls {
  margin-bottom: 3px; 
  font-family: arial,helvetica;
}
.fc-1 {
  border:1px solid transparent;
  width: 300px;
  float:left;
  text-align: left;
  font-family: arial,helvetica;
  font-size: 13px;
  margin-right: 16px;
}
.fc-2 {
  border:1px solid transparent;
  width: 300px;
  float:left;
  text-align: left;
  font-family: arial,helvetica;
  font-size: 13px;
  margin-right: 16px;
}
.fc-3 {
  border:1px solid transparent;
  width: 290px;
  float:left;
  text-align: left;
  font-family: arial,helvetica;
  font-size: 13px;
}
.fc-4 {
  border:1px solid transparent;
  width: 689px;
  float:left;
  text-align: left;
  font-family: arial,helvetica;
  font-size: 13px;
  margin-right: 16px;
}
.fc-5 {
  border:1px solid transparent;
  width: 100px;
  float:right;
  text-align: left;
  font-family: arial,helvetica;
  font-size: 13px;
  margin-left: 0px;
  margin-top: 19px;
}
.contactoTxt {
  font-size: 12px;
  width: 280px; 
  height: 36px;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  margin-bottom: 4px; 
  margin-top: 5px;
  padding-left: 5px;
}
.contactoTxt-3 {
  font-size: 12px;
  width: 290px; 
  height: 36px;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  margin-bottom: 4px; 
  margin-top: 5px;
  padding-left: 5px;
}
.contactoTxttelefono {
  font-size: 12px;
  width: 107px; 
  height: 36px;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  margin-bottom: 4px; 
  margin-top: 5px;
  padding-left: 5px;
}
.mensajeTxt {
  font-size: 12px;
  width: 687px; 
  height: 27px;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  margin-bottom: 4px; 
  margin-top: 5px;
  padding-left: 5px;
  padding-top: 9px;
}

#btn-contacto-div {
  width: 336px;
  height: 67px;
  float: left;
  padding-top: 8px;
}

#ObligatorioC
{
  font-size: 11px;
  font-family: arial,helvetica;
  margin-top: 64px;
  margin-left: 130px;
}
/*Button CONTACT*/
.btnContactC2 {
  color: #0F2A77;
  border-radius: 2px;
  background: -webkit-gradient(linear,center top, center bottom , from(#fec501), color-stop(80%, #eaa200) );
  background: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,175,75,1) 49%, rgba(255,146,10,1) 100%);
  background: -o-linear-gradient(top,#fec501, #eaa200 80%);
  background: linear-gradient(to bottom,#fec501, #eaa200 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0 );
  font-weight: bold;
  font-size: 14px;
  font-family: arial,helvetica;
  padding: 8px;
  height: 48px;
  width: 170px;
  transition: all 0.5s;
  margin-top: 10px;
  cursor: pointer;
}
.btnContactC2 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.btnContactC2 span:after {
  content: url(../images/arrow-1348.png);
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.btnContactC2:hover span {
  padding-right: 25px;
}
.btnContactC2:hover span:after {
  opacity: 1;
  right: 0;
}
/*Button CONTACT*/

.contenedor-btn-solicitar {
	align-content:center;
	height: 100%;
	width: 1100px;
}