#cargando {
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1000vh;
    background-color: rgba(0, 0, 0, .5);
}
#cargando>div {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 150px;
    width: 300px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}
#cargando>div span {
    display: block;
    text-align: center;
    padding: 5px;
    color: #000;
    background-color: #eaeaea;
}
#preloader {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 55px;
    height: 25px;
}
#preloader span {
    display: block;
    bottom: 0;
    width: 9px;
    height: 5px;
    background: #dbdbdb;
    position: absolute;
    animation: preloader 1.5s infinite ease-in-out;
}
#preloader span:nth-child(2) {
    left: 11px;
    animation-delay: .2s;
}
#preloader span:nth-child(3) {
    left: 22px;
    animation-delay: .4s;
}
#preloader span:nth-child(4) {
    left: 33px;
    animation-delay: .6s;
}
#preloader span:nth-child(5) {
    left: 44px;
    animation-delay: .8s;
}
@keyframes preloader {
    0% {
    height: 5px;
    transform: translateY(0);
    background: #dbdbdb;
}
25% {
    height: 30px;
    transform: translateY(15px);
    background: #b1aeae;
}
50% {
    height: 5px;
    transform: translateY(0);
    background: #dbdbdb;
}
100% {
    height: 5px;
    transform: translateY(0);
    background: #dbdbdb;
}
}form#presupuesto {
    width: 96%;
    max-width: 600px;
    margin: 20px auto;
    padding: 15px;
    background-color: #eee;
}
form#presupuesto ul {
    padding-left: 0;
    list-style: none;
}
form#presupuesto #enviodatos, form#presupuesto #mezcla, form#presupuesto #solicitante {
    background-color: transparent;
}
form#presupuesto input, form#presupuesto select#idhorario, form#presupuesto textarea#idcomentario {
    width: 96%;
    height: 50px;
    font-size: 17px;
    box-shadow: none!important;
    text-align: center;
    -webkit-appearance: none;
    border: 2px solid transparent;
    border-bottom: 1px solid #dcdcdc;
    margin: 7px 2%;
    display: inline;
    text-align: left;
    padding: 10px;
    font-size: 18px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
}
form#presupuesto input#idcodpost, form#presupuesto input#idprovincia, select#idhorario {
    width: 45.5%}
form#presupuesto legend {
    padding: 7px;
    background-color: #2184be;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px;
    font-size: 21px;
    box-sizing: border-box;
}
form#presupuesto textarea#idcomentario {
    height: 200px;
}
form#presupuesto label {
    margin: 12px 2% 0;
    font-size: 18px;
    width: 45.3%;
    text-align: center;
    display: inline-block;
}
form#presupuesto .protecciondatos {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 15px;
}
form#presupuesto .protecciondatos label {
    width: auto;text-align:left; color:#000
}
form#presupuesto label[for=idcomentario] {
    text-align: left;
}
form#presupuesto input#protecciondatos {
    transform: scale(1.7);
    -moz-transform: scale(1.7);
    -webkit-transform: scale(1.7);
    margin-right: 10px;
    margin-top: 5px;
    width: auto!important;
    height: auto!important;
    -webkit-appearance: checkbox;
}
fieldset {
    border: none;
    padding: 0;
}
form#presupuesto input.enviar {
    margin: 60px auto 20px;
    border: none;
    border-bottom: 1px solid #e09204;
    border-radius: 5px;
    line-height: 100%;
    color: #fff;
    padding: 10px 30px;
    background-color: orange;
    cursor: pointer;
    font-size: 21px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    display: block;
    text-align: center;
    white-space: normal;
    height: auto;
    width: auto;
}
form#presupuesto form#banner input.enviar:hover {
    opacity: .7;
}
form#banner {
    width: 96%;
    max-width: 600px;
    margin: 20px auto;
    padding: 15px;
    background-color: #eee;
}
form#banner ul {
    padding-left: 0;
    list-style: none;
}
form#banner #enviodatos, form#banner #mezcla, form#banner #solicitante {
    background-color: transparent;
}
form#banner input, form#banner select#idhorario, form#banner textarea#idcomentario {
    width: 96%;
    height: 50px;
    font-size: 17px;
    box-shadow: none!important;
    text-align: center;
    -webkit-appearance: none;
    border: 2px solid transparent;
    border-bottom: 1px solid #dcdcdc;
    margin: 7px 2%;
    display: inline;
    text-align: left;
    padding: 10px;
    font-size: 18px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
}
form#banner input#idcodpost, form#banner input#idprovincia, select#idhorario {
    width: 45.5%}
form#banner legend {
    padding: 7px;
    background-color: #2184be;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px;
    font-size: 21px;
    box-sizing: border-box;
}
form#banner textarea#idcomentario {
    height: 200px;
}
form#banner label {
    margin: 12px 2% 0;
    font-size: 18px;
    width: 45.3%;
    text-align: center;
    display: inline-block;
}
form#banner .protecciondatos {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 15px;
}
form#banner .protecciondatos label {
    width: auto;text-align:left; color:#000
}
form#banner label[for=idcomentario] {
    text-align: left;
}
form#banner input#protecciondatos {
    transform: scale(1.7);
    -moz-transform: scale(1.7);
    -webkit-transform: scale(1.7);
    margin-right: 10px;
    margin-top: 5px;
    width: auto!important;
    height: auto!important;
    -webkit-appearance: checkbox;
}
fieldset {
    border: none;
    padding: 0;
}
form#banner input.enviar {
    margin: 60px auto 20px;
    border: none;
    border-bottom: 1px solid #e09204;
    border-radius: 5px;
    line-height: 100%;
    color: #fff;
    padding: 10px 30px;
    background-color: orange;
    cursor: pointer;
    font-size: 21px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    display: block;
    text-align: center;
    white-space: normal;
    height: auto;
    width: auto;
}
form#banner input.enviar:hover {
    opacity: .7;
}
/******* ESTILO NUEVO LOPD ******************************/
#enviodatos .protecciondatos, #solicitante .protecciondatos, .protecciondatos_llamadagratis{display:flex; margin:15px auto; align-items: start !important}
#enviodatos .protecciondatos label, #solicitante .protecciondatos label{font-size:11px; margin-left:8px}
#enviodatos .protecciondatos label a, #solicitante .protecciondatos label a{font-weight:bold; text-decoration:underline; font-size:inherit}
#enviodatos .protecciondatos input#protecciondatos, #solicitante .protecciondatos input#protecciondatos{width:70px !important; margin-top:18px !important; min-width:25px}
#enviodatos .protecciondatos label p, #solicitante .protecciondatos label p{margin-top: -15px !important;font-size: 11px; text-align: left; line-height:120% !important; font-family: sans-serif;}
div#lopd label p {
    margin: 0px;
    margin-top: 0px !important;
    font-size: 11px;
    text-align: justify;
    line-height: 120% !important;
    font-family: sans-serif;
}

div#lopd label p a{color:inherit}
div#lopd{display:flex; align-items:flex-start; margin-top:15px}
div#lopd label{width:80%; text-align:left; font-size:11px; margin-top:-15px}
div#lopd label a{font-weight:bold; text-decoration:underline}
div#lopd input#idprotecciondatos{appearance: none; width:50px !important}
div#lopd label p{margin:0px}

/****************** MOVIL Y TABLET ***********************************************************/
@media (max-width:768px) {
    form#presupuesto {
    padding: 7px;
}
form#presupuesto input#idcodpost, form#presupuesto input#idprovincia, select#idhorario {
    width: 96%}
form#presupuesto input#protecciondatos {
    transform: scale(1.7);
    -moz-transform: scale(1.7);
    -webkit-transform: scale(1.7);
}
form#presupuesto label {
    text-align: left;
}
}