﻿.text-schedule-trip {
    color: #999999;
    font-family: 'Montserrat';
    font-size: 1rem;
    letter-spacing: 0.1rem;
}

.text-schedule-trip.position {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
    margin-left: -30rem;
}

.button-schedule-trip {
    background-color: #435363;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Montserrat';
    font-size: 1rem;
    letter-spacing: 0.1rem;
    text-decoration: none;
    width: 200px;
}

.button-schedule-trip.active {
    background-color: #1f2c38;
    color: #84c0b6;
    font-weight:500;
}

.button-schedule-trip:hover {
    background-color: #283643;
}

.button-schedule-trip:active {
    background-color: #1f2c38;
}

.form-line-container {
    margin: auto 15rem;
}

.form-control {
    display: inline-block;
}

.form-control:focus {
    box-shadow: none !important;
}

.input-schedule-trip {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0.15rem solid;
    border-color: #435363 !important;
    border-radius: 0rem !important;
    color: #999999 !important;
    font-family: 'Montserrat';
    font-size: 1rem;
    letter-spacing: 0.1rem;
}

.select-schedule-trip {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: white !important;
    background-image: url('../../Images/Arrow-Select.svg');
    background-repeat: no-repeat, repeat;
    background-position: right 0rem top 50%, 0 0;
    background-size: .45rem auto, 100%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0.15rem solid;
    border-color: #435363 !important;
    border-radius: 0rem !important;
    color: #999999 !important;
    font-family: 'Montserrat';
    font-size: 1rem;
    letter-spacing: 0.1rem;
}

#passengers {
    min-width: 3rem;
}

@media (max-width: 1699px) {
    .form-line-container {
        margin: auto 8rem;
    }
}

@media (max-width: 1399px) {
    .form-line-container {
        margin: auto 5rem;
    }
}

@media (max-width: 1199px) {
    .form-line-container {
        margin: auto 2rem;
    }

    .text-schedule-trip.position {
        position: relative !important;
        left: unset !important;
        top: unset !important;
        transform: unset !important;
        margin-left: 0rem;
    }
}

@media (max-width: 991px) {
    .form-line-container {
        margin: auto 0rem;
    }

    .button-schedule-trip {
        width: 140px;
    }
}

@media (max-width: 767px) {
    .form-line-container {
        margin: auto 6vw;
    }
}

@media (max-width: 630px) {
    .form-line-container {
        margin: auto 3vw;
    }
}

@media (max-width: 575px) {
    .form-line-container {
        margin: auto 0vw;
    }

    .button-schedule-trip {
        font-size: 0.6rem;
        width: 80px;
    }

    .button-schedule-trip.send {
        font-size: 1.2rem;
        width: 140px;
    }
}

@media (max-width: 396px) {
    #formTravel {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    #formContact {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (max-width: 348px) {
    #formTravel {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    #formContact {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}