body {
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    font-size: 16px;
    overflow: hidden;
    height: 100vh;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}


.main-container {
    background-color: #ed1212;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: -3px;
    overflow: hidden;
    height: 100vh;
}

.aux-container {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    min-width: 375px;
    background-color: #df3343;
    position: relative;
    overflow: hidden;
    height: 100%;
}

#header-logo {
    display: none;
    margin: 0 auto;
    position: relative;
    padding: 8px 0 0 0;
}


#header-title {
    background-color: #fff;
    padding: 2px;
    width: 85%;
    margin: 1px auto 0 auto;
    display: none;
}

#header-title span {
    display: block;
    color: #222;
    text-transform: uppercase;
    font-size: 37px;
    font-weight: bold;
    font-family: 'trade_gothic_lt_stdbold';
    letter-spacing: -3px;
}


#main-frame {
    background-image: url(fondo.png);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100vh;
    position: relative;
    text-align: center;
    background-position-y: 0%;
    background-size: 100%;
    overflow: hidden;
    background-color: #ed1212;
}

hr {
    background: #df3343;
    height: 0;
    border: none;
    max-width: 60%;
    margin: 12px auto 0 auto;
}

#form-container {
    background-color: #fff;
    width: 94%;
    max-width: 370px;
    display: block;
    position: absolute;
    top: 430px;
    left: 50%;
    transform: translate(-50%, -46%);
    margin-top: 0px;
    padding: 12px 0 15px 0;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}



form {
    display: block;
    margin: 0 auto;
}

#form-text {
    display: block;
    margin: 7px auto 10px auto;
    text-transform: uppercase;
}

.form-text-light {
    font-size: 26px;
    display: block;
    line-height: 22px;
    letter-spacing: -0.5px;
    color: #000000;
    font-weight: 300;
}

.form-text-bold {
    display: block;
    margin: 0 auto;
    font-size: 27px;
    line-height: 32px;
    font-weight: bold;
    color: #ed1212;
    letter-spacing: -0.5px;
}

input[type="text"],
input[type="tel"] {
    width: 87%;
    height: 45px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #df3343;
    padding-left: 1%;
    padding-bottom: 0px;
    margin: -2px auto 12px auto;
    background-color: transparent;
    font-size: 16px;
    display: block;
    font-family: 'Roboto', sans-serif;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none;
    color: #000;
    font-weight: 300;
    line-height: 45px;
}

input[type="text"]:hover,
input[type="tel"]:hover {
    border-bottom-color: #c92a3a;
}

input[type="text"]:focus,
input[type="tel"]:focus {
    outline: none;
    border-bottom: 2px solid #df3343;
    background-color: transparent;
    box-shadow: 0 1px 0 0 #df3343;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder {
    color: #000;
    font-weight: 300;
    opacity: 1;
}

select {
    line-height: 45px;
    width: 87%;
    height: 45px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #df3343;
    padding-left: 0%;
    margin: -2px auto 11px auto;
    background-color: transparent;
    font-size: 16px;
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 300;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23df3343' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 20px;
    padding-right: 35px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none;
}

select:hover {
    border-bottom-color: #c92a3a;
}

select:focus {
    outline: none;
    border-bottom: 2px solid #df3343;
    background-color: transparent;
    box-shadow: 0 1px 0 0 #df3343;
}

select option {
    padding: 8px;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

select option:disabled {
    color: #999;
}

.politica {
    display: block;
    text-align: left;
    margin: 29px auto 10px 18px;
}

input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    transform: scale(1.8);
    margin-top: 0px;
    cursor: pointer;
}

.politica span {
    display: inline-block;
    margin: 0 auto 3px 6px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 14px;
}

input[type="submit"] {
    border: none;
    background: linear-gradient(135deg, #000000 0%, #000000 100%);
    color: #ffffff;
    font-size: 21px;
    text-transform: uppercase;
    padding: 16px 20px;
    width: 85%;
    border-radius: 30px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 0;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 16px rgba(223, 51, 67, 0.25);
    letter-spacing: 0.5px;
}

input[type="submit"]:hover {
    background: linear-gradient(135deg, #000000 0%, #000000 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(223, 51, 67, 0.35);
}

input[type="submit"]:active {
    transform: translateY(0);
    box-shadow: 0 3px 12px rgba(223, 51, 67, 0.3);
}

#tel-container {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-transform: uppercase;
}

.title-telephone {
    display: block;
    font-size: 14px;
    line-height: 12px;
}

.number-telephone {
    line-height: 34px;
    display: block;
    font-size: 30px;
    font-weight: bold;
}

.linkpolitica {
    color: #df3343;
    text-decoration: underline;
}

.error-val {
    display: block;
    margin: 0 auto;
}
#val-firstname,
#val-terms,
#val-telephone,
#val-postcode,
#val-operador {
    display: none;
    background-color: #ff4444;
    color: #fff;
    font-size: 11px;
    padding: 3px 8px;
    margin-top: 2px;
    margin-bottom: 4px;
    border-radius: 4px;
    width: 82%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}

.lds-load {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-load div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #222;
  animation: lds-load 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-load div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-load div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-load div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-load {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}