html {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  height: 100vh; /* Avoid the IE 10-11 `min-height` bug. */
}
.content {
  flex: 1 0 auto; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
}
.footer {
  	flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
  	color: #FFF;
	background: #595959;
	line-height: 1.42857143;
	padding: 35px 0;
    margin-top: 30px;
}

#footer-servicios {
    background: #444;
    padding: 25px 0;
    width: 100%;
}

#footer-servicios .copyright-text a, #footer-servicios .copyright-text a:link, #footer-servicios .copyright-text a:visited {
    color: #fff;
}

#footer a {
    color: #FFF;
    font-size: 12px;
    line-height: 1.42857143;
    text-decoration: none;
}

#footer ul {
    list-style: none;
    padding: 5px 0;
}

#footer .social-icons li {
    display: inline-block;
    padding-right: 15px;
}

#footer .social-icons li a i {
    color: #FFF;
    left: 1px;
    font-size: 40px;
}

#footer-servicios .copyright-text {
    color: #FFF;
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}

p{
	font-size:18px;
}

.logo-cabecera{
	height: 136px;
	margin-top: 18px;
}

.cuadro-medidas-radiacion{
    background-color: #65aaff;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 7px;
    min-height: 142px;
}

.cuadro-medidas-radiacion .numero{
    font-size: 30px;
    font-weight: bold;
}

.linea-amarilla{
	border: solid 3px #ffc00d;
    margin-right: 50%;
}

/* Estilo del formulario de contacto */

.wpcf7 p label{
    font-weight: 100;
}

.wpcf7 p label span input, .wpcf7 p label span textarea, .wpcf7 p label{
    width: 100%;
}

.wpcf7 p span input, .wpcf7 p span textarea{
    border-radius: 3px;
    padding: 5px 20px;
    border: solid 1px darkgrey;
}

.wpcf7 p .wpcf7-submit{
    background-color: #4875ff;
    border: none;
    border-radius: 3px;
    padding: 5px 20px;
    color: #fff;
}