:root {
    --color-sptransfer-yellow: #EEBB21;
    --color-sptransfer-blue: #2DBECD;
    --color-sptransfer-black-1: #1A1A1A;
    --color-sptransfer-black-2: #333333;
    --color-sptransfer-black-3: #4D4D4D;
    --color-sptransfer-black-4: #B3B3B3;
}

body {
    font-family: "Montserrat";
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #181818;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #515151;
    border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

html {
    line-height: 0;
}

body {
    margin: 0;
}

body * {
    box-sizing: border-box;
}

h3 {
    line-height: 28px;
}

p {
    line-height: 21px;
}

section.sptransfer-section {
    display: flex;
    justify-content: space-between;
}

section.sptransfer-section .container-left,
.sptransfer-section .container-right {
    width: 50%;
}

section.sptransfer-section .container-left {
    background-color: var(--color-sptransfer-black-1);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.content-box-logo {
    text-align: center;
    max-width: 350px;
    width: 100%;
}

.content-box-logo h3 {
    font-weight: 300;
    color: var(--color-sptransfer-black-4);
}

.container-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

input,
select {
    line-height: 40px;
    height: 40px;
    border-radius: 30px;
    border: none;
    color: white;
    padding: 0px 20px;
    background-color: var(--color-sptransfer-black-3);
    width: 100%;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
}

input::placeholder {
    color: lightgray;
}

input:hover,
select:hover {
    border-radius: 0px;
    border-bottom: 2px solid var(--color-sptransfer-yellow);
}

input:focus,
select:focus {
    outline: none !important;
}

.btn-sptransfer {
    height: 46px;
    line-height: 46px;
    text-decoration: none;
    min-width: 150px;
    text-align: center;
    color: white;
    border-radius: 30px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
}

.btn-sptransfer:after {
    content: "";
    width: 0%;
    height: 100%;
    background-color: white;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
}

.btn-sptransfer:hover:after {
    width: 100%;
}

.btn-sptransfer span {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.btn-sptransfer:hover span {
    color: black;
}

.btn-yellow {
    background-color: var(--color-sptransfer-yellow);
    margin: 20px 0px;
}

form#checkcode--form p {
    max-width: 300px;
    text-align: center;
    width: 100%;
    margin: 20px auto;
}

form#checkcode--form {
    max-width: 400px;
    width: 100%;
    text-align: center;
}

.call-taxi-form {
    max-width: 767px;
    width: 90%;
}

.call-taxi-form .row-input {
    width: 50%;
}

.call-taxi-form .row-input {
    display: flex;
    width: 100%;
}

.call-taxi-form .row-input .col-input {
    width: 100%;
    margin: 10px;
}

.col-input\.full {
    margin: 10px;
    width: 100%;
}

.btn-sptransfer.btn-blue {
    background-color: var(--color-sptransfer-blue);
}

a#calltaxi--btn {
    margin-top: 40px;
}

.sptransfer-section .chosen-container-multi {
    width: 100% !important;
    line-height: 40px !important;
    height: 40px !important;
    border-radius: 30px !important;
    border: none !important;
    min-height: 40px !important;
    height: 100% !important;
    color: white !important;
    padding: 0px 20px !important;
    background-color: var(--color-sptransfer-black-3) !important;
    width: 100% !important;
    border-bottom: 2px solid transparent !important;
    transition: all 0.3s ease-in-out !important;
}

.sptransfer-section .chosen-container-multi
}

input.chosen-search-input.default.valid {
    color: lightgray !important;
}

ul.chosen-choices {
    background-color: transparent !important;
    border: none !important;
    background-color: none !important;
    background-image: none !important;
    box-shadow: none !important;
}

label.error {
    display: block;
    font-size: 14px;
    color: red;
    margin-top: 10px;
    margin-left: 10px;
}

input.chosen-search-input.default.valid {
    color: white !important;
}

.veladura {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #00000080;
}

.popup {
    position: fixed;
    z-index: 11;
    background-color: white;
    max-width: 479px;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 30px;
    text-align: center;
    padding-bottom: 40px;
}

a.btn-sptransfer.btn-yellow.closePop {
    display: block;
    width: 100px;
    margin: 0 auto;
}


a.closePop.cierrePop {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
}

a.closePop.cierrePop:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: black;
    transform: rotate(45deg);
    left: 0%;
    top: 50%;
}

a.closePop.cierrePop:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: black;
    transform: rotate(-45deg);
    left: 0%;
    top: 50%;
}

.popup h3 {
    margin-top: 40px;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    color: lightgray !important;
}

@media screen and (max-width:1200px) {
    section.sptransfer-section {
        display: flex;
        flex-direction: column;
    }

    section.sptransfer-section .container-left {
        order: 2;
        width: 100%;
        padding: 40px 0px;
    }

    section.sptransfer-section .container-right {
        order: 1;
        width: 100%;
        height: 300px;
    }
}

@media screen and (max-width:767px) {
    .call-taxi-form .row-input {
        display: block;
        margin: 0px;
    }

    .call-taxi-form .row-input .col-input {
        margin: 20px 0px;
    }

    .col-input\.full {
        margin: 0px;
    }
}

@media screen and (max-width:479px) {
    section.sptransfer-section .container-right {
        order: 1;
        width: 100%;
        height: 350px;
    }

    .content-box-logo img {
        width: 100%;
        max-width: 150px;
    }

    section.sptransfer-section .container-left {
        padding: 40px 20px;
    }

}