header{
    padding: 40px 0 60px;
}
header img{
    margin: auto;
    display: block;
}

.no-padding{
    padding: 0;
}
.no-margin{
    margin: 0;
}

.container-fluid{
    padding-left: 0;
}

.check{
    border: 1px #000 solid;
    display: inline-block;
    width: 62px;
    height: 22px;
    position: relative;
}
.check input[type=radio]{
    width: 62px;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 1em;
    position: relative;
}

.check label{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 0;
    overflow: hidden;
}

.check input[type=radio]:checked + label{
    text-indent: -999px;
}

.check input[type=radio]:checked + label:after{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #cc3333;
    position: absolute;
    top: 4px;
    left: 4px;
}

#chlanding{
    display: none;
}

.medio{
    background-color: #f0ece9;
}

#form-landing{
    margin: 10% 0 0;
    color:#6f6e6e;
    padding: 0 20px;
}

#form-landing input[type=text]{
    width: 100%;
    border: 1px #000 solid;
}
#form-landing label{
    font-weight: normal;
}

#form-landing .row{
    margin-bottom: 25px;
}
#form-landing .fecha{
    display: inline-block;
}
#form-landing .fecha input{
    width: 26px;
    text-align: center;
}

#form-landing #btnEnviar{
    display: block;
    width: 72px;
    height: 37px;
    background: transparent;
    background-image: url(../img/enviar.png);
    border: none;
    text-indent: -9999px;
    margin-top: -5px;
}

.loading, .error{
    padding: 175px 100px 0  ;
    color:#6f6e6e;
    display: none;
}

.gracias{
    padding: 175px 100px 0  ;
    color:#6f6e6e;
}

footer{
    background-color: #d2d2d2;
    text-align: center;
    padding: 20px 0;
}

footer a:hover, footer a:focus{
    text-decoration: none;
}

footer #web{
    display: block;
}
footer #web img{
    margin-top: 7px;
}

.loading{
    font-size: 48px;
    text-align: center;
}
.error{
    text-align: center;
}

#btn-reintentar{
    cursor: pointer;
}

@media (max-width: 768px){
    #form-landing{
        margin-top: 30px;
    }
    #form-landing .row{
        margin-bottom: 0;
    }

    #form-landing input, footer #web{
        margin-bottom: 15px;
    }

    #form-landing #btnEnviar{
        margin-left: -5px;
    }

}