html body .headerLogo {
    width: 10%;
    position: relative;
}

*{
    font-family:'Montserrat';
}

main#content form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}



.rutaJerez *, .rutaSevilla * {
    text-align: center;
}

main#content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    justify-content: space-around;
    padding-top: 160px;
    box-sizing: border-box;
}

select {
    width: 100%;
}

hr {
    background-color: #381710;
    height: 2px;
    width: 100%;
}

h2.save {
    color: #e2dbca;
    background-color: #381710;
    padding: 6px 20px;
    margin-top: 2em;
    cursor: pointer;
}

.throbber::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.0' width='64px' height='64px' viewBox='0 0 128 128' xml:space='preserve'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='%23e2dbca'/%3E%3Cg%3E%3Cpath d='M71 39.2V.4a63.6 63.6 0 0 1 33.96 14.57L77.68 42.24a25.53 25.53 0 0 0-6.7-3.03z' fill='%23e2dbca'/%3E%3Cpath d='M71 39.2V.4a63.6 63.6 0 0 1 33.96 14.57L77.68 42.24a25.53 25.53 0 0 0-6.7-3.03z' fill='%23fcfbf9' transform='rotate(45 64 64)'/%3E%3Cpath d='M71 39.2V.4a63.6 63.6 0 0 1 33.96 14.57L77.68 42.24a25.53 25.53 0 0 0-6.7-3.03z' fill='%23fcfbf9' transform='rotate(90 64 64)'/%3E%3Cpath d='M71 39.2V.4a63.6 63.6 0 0 1 33.96 14.57L77.68 42.24a25.53 25.53 0 0 0-6.7-3.03z' fill='%23fcfbf9' transform='rotate(135 64 64)'/%3E%3Cpath d='M71 39.2V.4a63.6 63.6 0 0 1 33.96 14.57L77.68 42.24a25.53 25.53 0 0 0-6.7-3.03z' fill='%23f8f6f1' transform='rotate(180 64 64)'/%3E%3Cpath d='M71 39.2V.4a63.6 63.6 0 0 1 33.96 14.57L77.68 42.24a25.53 25.53 0 0 0-6.7-3.03z' fill='%23f3f0e9' transform='rotate(225 64 64)'/%3E%3Cpath d='M71 39.2V.4a63.6 63.6 0 0 1 33.96 14.57L77.68 42.24a25.53 25.53 0 0 0-6.7-3.03z' fill='%23efebe1' transform='rotate(270 64 64)'/%3E%3Cpath d='M71 39.2V.4a63.6 63.6 0 0 1 33.96 14.57L77.68 42.24a25.53 25.53 0 0 0-6.7-3.03z' fill='%23e9e3d6' transform='rotate(315 64 64)'/%3E%3CanimateTransform attributeName='transform' type='rotate' values='0 64 64;45 64 64;90 64 64;135 64 64;180 64 64;225 64 64;270 64 64;315 64 64' calcMode='discrete' dur='720ms' repeatCount='indefinite'/%3E%3C/g%3E%3Cg%3E%3Ccircle fill='%23e2dbca' cx='63.66' cy='63.16' r='12'/%3E%3Canimate attributeName='opacity' dur='720ms' begin='0s' repeatCount='indefinite' keyTimes='0;0.5;1' values='1;0;1'/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    width: 50px;
    height: 50px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.rutaJerez, .rutaSevilla {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

@media only screen and (max-width:800px){
    main#content form {
    width: 90%;
}
html body .headerLogo {
    width: 150px;
    position: relative;
}


}