input{
    border: 1px solid #bed00c !important;
}

html{
    font-size: 14px;
}

h2{
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #f7f7f7;
    padding: 15px;
    text-align: center;
    border: 3px solid #e8edaf;
}

h3{
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 5px solid #f7f7f7;
    padding-bottom: 5px;
}

h4{
    font-size: 14px;
    text-align: center;
}

.btn{
    background-color: #bed00c !important;
}
.form-group{
    margin-bottom: 30px;
}

.right-column{
    background-color: #f7f7f7;
    padding-top: 10px;
    border: 1px solid #ededed;
}

.title-form{
    text-transform: uppercase;
    background-color: #ededed;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.iconos-medida{
    margin-top: 3px;
    margin-right: 10px;
}

.texto-legal-form {
    font-size: 11px !important;
    background-color: #ededed;
    padding: 10px;
}

.explicacion{
    background-color: #fffdfd;
    margin-top: 15px;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.tabla-header{
    font-size: 14px;
    background-color: #f9f9f9;
    border: 1px solid #e1e1e1;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
}

.tabla-row-white{
    background-color: #ffffff;
}
.tabla-row-grey{
    background-color: #f9f9f9;
}
.tabla-cel{
    border: 1px solid #e1e1e1;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
.tabla-cel-tit{
    border: 1px solid #e1e1e1;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .mobile{
        display: block;
    }
    .desktop{
        display: none;
    }

}

@media only screen and (min-width: 49em) {

    .mobile{
        display: none;
    }
    .desktop{
        display: block;
    }

}
