@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);

.contact-box {
  width: 80%;
  padding: 0;
  margin-top:2em;
  margin-bottom:0;
  margin-left:auto;
  margin-right:auto;
/*  border: solid 1px #D4D4D4;
  /*border-radius*/
/*  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;*/

}
.contact-box-2 {
  width: 80%;
  padding: 0;


}
.contact-box-header {
  padding: 0.7em;
  border: solid 2px #C72B42;
}

.contact-box-footer {
  border-top: solid 2px #fff;
  margin-top: 1.5rem;
}

.col1 {
  width: 100%;
  position: relative;
}

.col2 {
  float: left;
  width: 48.7%;
  border: solid 2px #C72B42;
  position: relative;
  margin: 5px 5px;
  float:left
}
.col4 {
  float: left;
  width: 47%;
  border: solid 2px #C72B42;
  position: relative;
  float:right;
  margin-top: 5px;
}
.col3 {
  float: left;
  width: 98.7%;
  border: solid 2px #C72B42;
  position: relative;
  margin: 5px 5px;
}

.col1 textarea {
  width: 100%;
  max-width: 98.7%;
  overflow: auto;
  vertical-align: top;
  margin: 5px 5px;
  border: solid 2px #C72B42;
  min-height: 12rem;
  text-align:left;
}
.no-js .inputfile + label {
    display: none;
}
.contact-box .col2.last,
.contact-box .col1.last,
.contact-box .col4.last,
.contact-box .col3.last {
  border-bottom: none;
}



.col2 input {
  width: 100%;
  border:none;
}
.col4 input {
  width: 100%;
  border:none;
}

.col3 input {
  width: 100%;
  border:none;
}


.close {
  float: right;
  margin: -0.45em 0 0 0;
  font-size: 1.3em;
  pading: 0;
  /*transition*/
  -webkit-transition: color 0.9s;
  -moz-transition: color 0.9s;
  -o-transition: color 0.9s;
  transition: color 0.9s;
}

.close:hover {
  color: #C72B42;
}

em {
  color: #FF4545;
}

input[type='text'],
input[type='email'],
textarea {
  outline: 0;
  padding: 9px;
  padding-left: 20px;
  margin: 0;
  font-family: Exo;
  font-size: .9em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type='text']:hover,
input[type='email']:hover,
textarea:hover {
  background: none;
}

input.error,
textarea.error {
  background: #FFEDED;
}

input.error:hover,
textarea.error:hover {
  background: #FFD9D9;
}

.error::-webkit-input-placeholder {
  color: #C72B42;
}

.error:-moz-placeholder {
  color: #C72B42;
}

.error::-moz-placeholder {
  color: #C72B42;
}

.error:-ms-input-placeholder {
  color: #C72B42;
}

input[type='submit'] {
  display: block;
  margin: 0.45em;
  background: white;
  border: none;
  color: #C72B42;
  font-size: .95em;
  padding: 0.5em 2em;
  border: solid 2px #C72B42;
  /*transition*/
  -webkit-transition: background 0.9s;
  -moz-transition: background 0.9s;
  -o-transition: background 0.9s;
  transition: background 0.9s;
}

input[type='submit']:hover {
  background: #C72B42;
  color:white
  
}
.mapa{
width: 47.95%;
max-width: inherit;
float:left;
margin:0
	
	}
.group::after {
  content: " ";
  display: table;
  clear: both;
}

.form-icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 36px;
  z-index: 1000;
  opacity: 0.3;
}

div.error {
  background: #FF4545;
  color: white;
  padding: 0.4em 1em;
  position: absolute;
  left: 2.5em;
  top: 100%;
  margin-top: 3px;
  z-index: 2000;
  /*border-radius*/
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

div.error::before {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #FF4545 transparent;
  position: absolute;
  bottom: 100%;
  left: 1;
}
.formulario-CX{
	width:60%;
	margin: 0 auto;
	
	
	}

.curriculum{
display: block;
margin-left: 0.30em;
margin-right: 0.30em;
margin-top:0.5em;
background: #E4B20F;
color: white;
font-size: .95em;
padding: 0.5em 2em;
border: solid 2px #E4B20F;
width:100%;
max-width:187px;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	border: solid 2px #C72B42;
}
@media all and (max-width: 650px) {
  .contact-box {
    width: 95%;
  }
  .col2 {
    width: 100%;
  }
  .col4 {
    width: 100%;
	float:left;
	margin: 5px;

  }
  .col3 {
    width: 100%;
  }
  input[type='submit'] {
    width: 90%;
    margin: 0.45em auto;
    float: none;
  }
}