.menu-contacto span{
  color: #ED1C24;
}
.cabecera{
  background-image: url(../img/cabecera_contacto.jpg);
}
#titulo-contacto-rojo{
  color: #ED1C24;
  background-image: url(../img/linea-roja.png);
}

.archivo{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.link-archivo{
	cursor: pointer;
}


.archivo + label {
    display: inline-block;
    font-weight: normal;
    margin-top: 20px;
    background-image: url(../img/file-upload-solid.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 32px;
    width: 100%;
    padding: 15px 0;
}

.bloque-trabaja-cabecera{
  margin-bottom: 0;
}
.bloque-trabaja-1{
  background-color: #ED1C24;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 180px;
  padding-bottom: 180px;
}
.bloque-trabaja-1 a, .bloque-trabaja-1 span{
  color: #FFFFFF;
}
h7{
  color: #FFFFFF;
}
button{
  background-color: #000000;
  color: #FFFFFF;
  border: solid 2px #000000;
  border-radius: 2px;
  font-size: 13px;
  padding: 10px 20px;
  font-weight: 800;
  margin-top: 20px;
  transition: all 0.5s;
}
button:hover{
  background-color: #ED1C24;
  border-color: #FFFFFF;
}
input, textarea{
  width: 100%;
  border-radius: 2px;
  margin: 10px 0;
  border: none;
  padding: 10px;
}
input::placeholder, textarea::placeholder {
  color: #BBBBBB;
  opacity: 1;
  font-size: 14px;
}
textarea{
  min-height: 150px;
}
input:focus{
  outline: none;
}
/* Customize the label (the container) */
.container-radio {
  display: inline;
  position: relative;
  padding-left: 35px;
  margin-right: 10px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  color: #FFFFFF;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 5px;
  border: solid 1px #FFFFFF;
}
.checkmark2{
  border-radius: 5px;
}
.container .checkmark:after {
  left: 6px;
  top: 3px;
  width: 7px;
  height: 10px;
  border: solid #333333;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.he-leido-contacto label{
	font-weight: normal;
	text-align: left;
}
.he-leido-contacto a{
	float: none;
	display: inline;
}
.he-leido a:hover{
	text-decoration: underline;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-image: url(../img/cruz.png);
  background-position: -4px -4px;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}

@media only screen and (max-width: 480px){
  .menu-contacto{
    border-bottom: none;
  }
}
