﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
* {
    outline: 0;
}

.main-container {
    /*padding: 15px;*/
    margin: 8px auto;
    /*max-width: 500px;*/
    width: 100%;
    /*padding: 10px;*/
    font-size: 17px;
    -moz-border-radius: 5px 5px 5px 5px;
    position: absolute;
    top: 70px;
    outline: none;
    padding: 10px 25px 10px 25px;
}


/* The popup form - hidden by default */

.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}


/* Add styles to the form container */

.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}


/* Full-width input fields */

.form-container input[type=text],
.form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
}


/* When the inputs get focus, do something */

.form-container input[type=text]:focus,
.form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}


/* Set a style for the submit/login button */

.form-container .btn {
    background-color: #04AA6D;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}


/* Add a red background color to the cancel button */

.form-container .cancel {
    background-color: red;
}


/* Add some hover effects to buttons */

.form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}

.form {
    margin-bottom: 15px;
}

.animated1:hover {
    padding-left: 25px;
}

.opacity {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, .4);
    z-index: 10000;
    /* pointer-events: none; */
    display: flex;
    transition: opacity .3s;
}

.loader-wrapper {
    width: 120px;
    height: 120px;
    margin: auto;
}

.loader {
    box-sizing: border-box;
    /* box-sizing: border-box makes it so that the padding is calculated inside of the element and not outside. You can remove this to see what happens. */
    width: 100%;
    /* Takes up the entire with of the parent (.loader-wrapper 60px) */
    height: 100%;
    /* Takes up the entire height of the parent (.loader-wrapper 60px) */
    border: 5px solid #fff;
    /* The border: is going to be the thickness of the ring & a solid color is added. */
    border-top-color: #f05a28;
    /* We target specific parts of the border and change the color */
    border-bottom-color: #f05a28;
    /* We target specific parts of the border and change the color */
    border-radius: 50%;
    /* Makes the element a circle */
    animation: rotate 5s linear infinite;
    /* Applies the keyframe animation by using the name, duration of 5 seconds, timing function linear, and the iteration to run infinitely. */
}

.loader-inner {
    border-top-color: #f05a28;
    /* border-bottom-color: #fff; */
    animation-duration: 2.5s;
}

@keyframes rotate {
    0% {
        transform: scale(1) rotate(360deg);
    }
    50% {
        transform: scale(.8) rotate(-360deg);
    }
    100% {
        transform: scale(1) rotate(360deg);
    }
}

.subtitulo {
    font-size: 28px;
    text-align: center;
    color: #808082;
    line-height: 1.15;
    margin-top: 5px;
}

.subtitulo2 {
    font-size: 24px;
    color: #808082;
    text-align: center;
    line-height: 1.15;
}

.subtituloPara2 {
    font-size: 20px;
    text-align: center;
    color: #808082;
    line-height: 1.15;
    margin-top: 5px;
    margin-bottom: 0px;
}


/*input*/

.inp-text {
    -webkit-appearance: none;
    width: 100%;
    border: 1px solid #ced4da;
    font-family: inherit;
    padding: 0 0.5em;
    height: 45px;
    font-size: 16px;
    background: #f8f9fa;
    border-radius: 0.25em;
    outline: 0;
}


/*labe*/

.lbl-text {
    font-size: 14px;
    color: #A5A7A9;
}


/***** SELECT ***/

select {
    flex: 1;
    cursor: pointer;
    width: 100%;
    word-wrap: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 1px solid #c8ccd4;
    transition: all .300s ease-out;
    height: 45px !important;
    padding: 0 0.5em;
    padding-right: 35px;
    border-radius: 0.25em;
    background: #f8f9fa;
    transition: all 0.3s ease-out;
    -webkit-box-flex: 1;
}


/* Remove IE arrow */

select::-ms-expand {
    display: none;
}


/* Custom Select */

.select {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    line-height: 3;
    background: transparent;
    overflow: hidden;
}


/* Arrow */

.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: transparent;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}


/* Transition */

.select:hover::after {
    color: #f05a28;
}


/* .s {
    display: none;
} */

option {
    color: #6d6e70;
}

.disabled {
    opacity: 0.5;
    user-select: none;
    cursor: not-allowed;
}


/*botones*/

.btn-back {
    /* border: 1px solid #f05a28; */
    border: none;
    /* background: #FFF;
    color: #f05a28; */
    background-color: #474747;
    color:#fff;
}

.btn-black {
    border: none;
    background: #656565;
    color: #FFF;
}

.btn-next {
    background: #f05a28;
    color: #FFF;
    border: 0;
}

.btn-2do {
    background: #f05a28;
    color: #FFF;
    border: 0;
}

.btn-back:active {
    box-shadow: 1px 2px -1px #7a7a7a;
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
}

.btn-black:active {
    /* box-shadow: 0px 4px 0px #333; */
    box-shadow: 1px 2px -1px #7a7a7a;
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
}


/* .btn {
    box-shadow: 0px 5px 10px #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
} */

.btn-next,
.btn-back,
.btn-black,
.btn-2do {
    display: block;
    margin: 15px auto;
    width: 100%;
    max-width: 300px;
    height: 45px;
    border-radius: 8px;
    padding: 10px;
    font-size: 14px;
    outline: 0 !important;
    position: relative;
    overflow: hidden;
    /* box-shadow: 1px 4px 3px #333; */
    /* box-shadow: 1px 2px 5px #7a7a7a; */
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    transition-duration: 0.1s;
}


/* .btn-next:hover {
    background: #d85124;
} */

.btn-next:active {
    box-shadow: 1px 2px -1px #7a7a7a;
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
}

.button-link {
    display: block;
    margin: 10px auto;
    width: 100%;
    max-width: 300px;
    height: 35px;
    border-radius: 8px;
    padding: 5px;
    font-size: 16px;
    outline: 0 !important;
    background: #FFF;
    color: #f05a28;
    position: relative;
    overflow: hidden;
    border: none;
}

.textarea {
    height: 76px;
}

.area-text {
    height: 76px;
}

.firma-art {
    DISPLAY: FLEX !important;
    justify-content: center;
}

.btn-addfirma {
    background: #f05a28;
    color: #FFF;
    border: 0;
    display: block;
    margin: -3px;
    width: 10%;
    border-radius: 8px;
    font-size: 20px;
    margin-left: 15px
}

.div-img {
    margin: 7px auto;
    border: 1px solid rgba(128, 128, 130, .3);
    height: 100px;
    -webkit-appearance: none;
    width: 100%;
    border: 1px solid #ced4da;
    font-family: inherit;
    padding: 0 0.5em;
    /* height: 45px; */
    font-size: 16px;
    border-radius: 0.25em;
    outline: 0;
    overflow: hidden;
}

.firma-img {}


/*switch*/

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 8px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.input1:checked+.slider {
    background-color: #2196F3;
}

.input2:checked+.slider {
    background-color: limegreen;
}

.input3:checked+.slider {
    background-color: yellow;
}

.input4:checked+.slider {
    background-color: red;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.hr-general {
    margin-top: 10px;
    margin-bottom: 15px;
    border: 0;
    border-top: 2px solid #eee;
}

button {
    position: relative;
    transition-duration: 0.4s;
    text-decoration: none;
}

.ripple {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    /*background-color: #f9f9f9 !important;*/
    /*background-color: #A5A7A9;*/
    background-color: #f05a28;
    position: absolute;
    transform: scale(0);
    animation: ripple 0.6s linear;
}

.ripple-black {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    transform: scale(0);
    animation: ripple 0.6s linear;
}

.icon-chevron-class{
    opacity: 0.8;
    transform: rotate(90deg);
    width: 14px;
    height: 21px;
    position: absolute;
    right: 15px;
    top: 38%;
    /* filter: invert(100%) sepia(100%) saturate(800%) hue-rotate(295deg); */
}

.card-viaje-iniciado{
    position: relative;
    border: 1px solid #cfcfcf;
    display: flex;
    margin: 10px auto 10px auto;
    border-radius: 13px;
    padding: 12px 44px 16px 11px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 3px 10px;
    transition: box-shadow 0.4s ease;
    /* justify-content: center; */
    align-items: center;
}

.card-viaje-iniciado:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.content-unidad-class{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f05a28;
    width: 52px;
    height: 50px;
    margin-right: 12px; 
    border-radius: 10px;
}

 .content-unidad-class label:first-child {
    font-size: 11px;
    margin-bottom: 0px;
    color: #ffffff;
} 

.content-unidad-class label:last-child {
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 15px;
}

.content-viaje-class{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-viaje-class label:first-child {
    font-size: 18px;
    margin-bottom: 0px;
}

.content-viaje-class label:nth-child(2) {
    margin-bottom: 2px;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 232px 
}

.content-viaje-class label:last-child {
   font-weight: 100;
   margin-bottom: 0px;
   font-size: 11px;
   color: #808080;
}

.swal-overlay--show-modal {
   backdrop-filter: blur(4px) !important;
}

.swal-modal{
   border-radius: 20px;
   font-family: 'Poppins', sans-serif;
}

.swal-text{
    text-align: center;
    padding: 0 40px;
}

.swal-button--danger {
    background-color: #f05a28;
}

.swal-footer{
    text-align: center;
}

.miviaje-content{
   margin-top: 5px;
   margin-bottom: 10px;
}

.card-miviaje{
    /* display: flex; */
    position: relative;
    /* padding: 12px 33px 12px 11px; */
    padding: 12px 0px 0px 0px;
    border: 1px solid #cfcfcf;
    border-radius: 13px;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 3px 10px;
    transition: box-shadow 0.4s ease;
}

.contentext-miviaje{
    display: flex;
    align-items: center;
    padding-right: 13px;
}

.icon-card-miviaje{
    height: 35px;
    width: 30px;
    margin: 10px 18px 15px 20px;
}

.btn-iniciarViaje{
    width: 100%;
    text-align: center;
    background-color: #f05a28;
    border-radius: 0px 0px 12px 12px;
    color:#ffffff;
    padding: 5px;
    margin-bottom: 0px;
    border: none;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
}


@keyframes ripple {
    to {
        transform: scale(2.5);
        opacity: 0;
    }
}

@media screen and (min-width: 650px) {
    .main-container {
        padding: 10px 200px 10px 200px
    }
}

@media screen and (min-width: 1000px) {
    .main-container {
        padding: 10px 250px 10px 250px
    }
}

@media screen and (min-width: 1366px) {
    .main-container {
        padding: 10px 500px 10px 500px
    }
}