
body {
    color: #000;
}

a { text-decoration: none; } 

.carousel-item {
    width: 100vw;
    height: 100vh;
}

.carousel-item img {
    width: 100vw;
    object-fit: contain;
    height: auto;
    margin-top: 5rem;
}



 .Nav_globalNavWrapper__MOIDh {
    z-index: 89;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}
.modal-content{
    border-radius: 35px;
}
.modal-header > .btn-close{
    border-radius: 25px;
}
.modal-footer > .btn-primary{
    background-color: #ffffff;
    border-color: #ffffff;
    padding: 0 3rem;
}
.modal-header{
    padding: 2rem 2rem;
}
.btn-ayuda{
    width: 60px;
    height: 60px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .1rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    background-color: transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.snackbar {
    visibility: hidden;
    min-width: 280px;
    max-width: 90vw;
    background: #1c1c1e;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    padding: 14px 22px;
    position: fixed;
    z-index: 99999;
    bottom: 30px;
    font-size: 15px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .45);
}

.snackbar.show {
    visibility: visible;
    animation: snack-in .35s ease, snack-out .4s ease 4.1s forwards;
}

@keyframes snack-in {
    from { opacity: 0; transform: translateX(-50%) translateY(12px); }
    to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

@keyframes snack-out {
    from { opacity: 1; }
    to   { opacity: 0; }
}
.logo{
    width: 150px;
    height: auto;

}

.navbar-light .navbar-nav .nav-link{
    padding: 0 20px;
}


@media only screen and (min-width: 992px) {
    #navbarNavAltMarkup{
        display: flex !important;
        justify-content: flex-end !important;
    }
}
.carousel-item .img-responsive {
    object-fit: contain;
    background-position: center;
    background-size: contain;
    display: none;
}

/***************/

.step-progress {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
}
.step-progress::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #dee2e6;
    z-index: 1;
    transform: translateY(-50%);
}
.progress-bar {
    position: absolute;
    top: 50%;
    left: 0;
    height: 4px;
    background-color: #207170;
    z-index: 2;
    transform: translateY(-50%);
    transition: width 0.3s ease;
}
.step-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    overflow: hidden;
    border: 4px solid white;
    box-shadow: 0 0 0 2px #dee2e6;
    transition: all 0.3s ease;
}
.step-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.step-circle.active {
    box-shadow: 0 0 0 5px #063a51;
}
.step-circle.completed {
    background-color: #063a51;
}
.step-content {
    display: none;
    text-align: center;
    padding: 20px 0;
}
.step-content.active {
    display: block;
}
.step-title {
    margin-top: 15px;
    font-weight: bold;
    color: black !important;
}
.mbprocess{
    padding: 3rem;
}
/**************/


.p-menu{
padding: 1.5em;
}
.SeccCieltes{
    width: 100%;
    height: auto;
    margin-bottom: 5rem;
}

.title{ width:100%;
        height: auto;
        position: absolute; 
        margin-top: 9%;
        padding: 0px 0px 0px 7%;}

.text{
        font-family: 'Widy', sans-serif;
        color:#063A51;
        font-size: 2.3em;
    }
.title2{ width:100%;
        height: auto;
        position: relative; 
        margin-top: 10%;
       }
.text2{font-family: 'Widy', sans-serif;
        color:#1EDDB1;
        font-size: 2em;}
.title3{ width:100%;
        height: auto;
        position: relative; 
        margin-top: 10px;
        text-align: center;
       }
.textClientes{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20% 0%;
    vertical-align: middle;
    font-size: 1.3em;
    display: grid;
    align-items: self-start;
}
.textClientes a{
    width: 50%;
}
.textClientes2{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30% 0%;
    vertical-align: middle;
    font-size: 1.3em;
    display: grid;
    align-items: self-start;
    text-align: right;
    justify-items: right;
}
.textClientes2 a{
    width: 50%;
}
.mensaje-sidebar{
    position: absolute;
    bottom: 5px;
    left: 7%;
    font-size: 1.3em;
    color: #063A51;
    font-weight: 600;
}
.img-resp{
    display: none !important;
}
.mensaje-float{
    position: absolute;
    bottom: 5%;
    right: 0;
    font-size: 2.2em;
    color: #063A51;
    font-weight: 400;
    background: transparent linear-gradient(90deg, #ffffff 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    border-radius: 29px 0px 0px 29px;
    opacity: 1;
    padding: 15px;
    width: 40%;
}
.mensaje-float span{
    color: #063A51;
    font-weight: 600;
}
.mensaje-float2{
    position: absolute;
    bottom: 5%;
    right: 0;
    font-size: 2.2em;
    color: #FBFBFB;
    font-weight: 400;
    background: transparent linear-gradient(90deg,#EF5B69 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    border-radius: 29px 0px 0px 29px;
    opacity: 1;
    padding: 15px;
    width: 40%;
}
.mensaje-float2 span{
    color: #FBFBFB;
    font-weight: 600;
}

span {
    color: #ffffff;
}
.resaltar {
    font-family:'Widy', sans-serif;
    color: #063A51;
     line-height: 2rem;
}

.mensaje{
    font-size: 1.7em;
    width: 60%;
    color: #063A51;
}
.rounded{width:10%;
    margin: 10px;}

ul.list-group.list-group-flush {
font-size: 1.3rem;
}
#loadingOverlayDrop{
    display: none;
    width: 100%;
    position: relative;
    z-index: 99;

    left: 0;
    overflow: hidden;
    top: 0;
    z-index: 9999999;
    height: 100%;
    position: fixed;
    width: 100%;
    background: #000;
    opacity: 0.8;
    display: none;
    margin: 0px auto;
    text-align: center;
    align-items: center
    justify-content: center;
  }

  #loadingOverlayDrop img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%;
    text-align: center;
}
.sidebar{
    height: auto;
    left: 3rem;
    margin: -19em 0 0;
    border-radius: 1rem;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1), 0 10px 30px 0 rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 50%;
    transition: transform .5s cubic-bezier(.77,0,.175,1);
    top: calc(40rem - 3.75rem);
    z-index: 20;
    transform: scale(.85);
    background-color: #FFFFFF;
    transition: all .4s, z-index 0s ease 125ms;
    border: 8px solid #ffffff;
    color: #063A51;
}
.sidebarL{
    height: auto;
    left: 5em;
    margin: -12.8125em 0 0;
    border-radius: 1rem;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1), 0 10px 30px 0 rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 40%;
    transition: transform .5s cubic-bezier(.77,0,.175,1);
    top: calc(40rem - 3.75rem);
    z-index: 20;
    transform: scale(.85);
    background-color: #FFFFFF;
    transition: all .4s, z-index 0s ease 125ms;
    border: 8px solid #ffffff;
    color: #063A51;
}
#preview{
    width: 100%;
    max-width: 350px;
}
#drop-area {
    border: 2px dashed #ffffff;
    cursor: pointer;
    position: relative;
    display: grid !important;
    justify-content: center;
    text-align: center;
    padding: 15px;
}
#drop-area:hover {
    background-color: #f6fafa;
  }

  #loadingModal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  #loadingModal > .modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 30px;
    border: none;
    border-radius: 8px;
    width: 30%;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }
  
.border-verde{
    border: 3px solid #ffffff;
    border-radius: 7px;
}
.sidebarP1{
    font-size: 24px;
    color: #063A51;
    font-weight: 600;
    margin-bottom: 0;
}
.sidebarP2{
    font-size: 20px;
    color:#1EDDB1;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 0;
}
.footer-index{
    position: static;
    bottom: 0;
    width: 100%;
    height: auto;
    margin-top: 0;
    background-color: #f8f9fa !important;
    text-align: center;
  }
  
  .footer-index p{
    padding: 20px 0;
    color: #666363
  }
  .footer-index-ap{
    position: relative;
    bottom: 0;
    background-image: url(../img/footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #ffffff;
  }

  /******** MEDIA RESPONSE ********/
  @media (min-width: 1800px) {    
    .sidebar{
        margin: -13em 0 0;
    }
    .carousel-container{
        padding-top: 3rem;

    }
    .title {
        width: 100%;
        height: auto;
        position: absolute;
        margin-top: 5%;
        padding: 0px 0px 0px 7%;
    }
}
@media (max-width: 1200px) {    
    .sidebar{
        width: 100%;
        left: 0;
        position: static;
        margin-top: 0rem;
    }
    .carousel-container{
        padding-top: 3rem;

    }
    .title {
        width: 100%;
        height: auto;
        position: absolute;
        margin-top: 10%;
        padding: 0px 0px 0px 7%;
        background-color: #fff;
        opacity: 0.8;
    }
    .carousel-item {
        width: 100vw;
        height: 100%;
    }
    .carousel-item > .img-ori {
        display: none !important;
    }
    .img-resp{
        display: block !important;
    }
    .carousel-item .img-responsive {
        display: block;
    }
    .mensaje-sidebar {
        display: none;
    }
    .mensaje-float{
        position: relative;
        bottom: auto;
        right: 0;
        font-size: 1.7em;
        color: #063A51;
        font-weight: 400;
        border-radius: 0;
        opacity: 1;
        padding: 15px;
        width: 80%;
        margin-top: -15%;
    }
    .mensaje-sidebar {
        display: none;
    }
    .mensaje-float2{

        position: relative;
        bottom: auto;
        right: 0;
        font-size: 1.8em;
        color: #FBFBFB;
        font-weight: 400;
        border-radius: 0;
        opacity: 1;
        padding: 15px;
        width: 100%;
        margin-top: -15%;
    }
}
@media (max-width: 1100px) {    
    .sidebar{
        width: 100%;
        left: 0;
        position: static;

    }
    .carousel-item {
        width: 100vw;
        height: auto;
    }
    .mensaje-float,.mensaje-float2  {
        margin-top: 0;
    }
    .w-btn-modal{
        width: 100%;
    }
}

@media (max-width: 768px) {    
    .sidebar{
        margin: 0;
        position: static;
        margin: 0;
    }
    .title {
        margin-top: 15%;
    }
    .carousel-item {
        width: 100vw;
        height: auto;
    }
    .mensaje-sidebar {
        display: none;
    }
    .mensaje-float{
        position: relative;
        bottom: auto;
        right: 0;
        font-size: 1.7em;
        color: #063A51;
        font-weight: 400;
        border-radius: 0;
        opacity: 1;
        padding: 15px;
        width: 80%;
        margin-top: 5%;
    }
    .mensaje-sidebar {
        display: none;
    }
    .mensaje-float2{

        position: relative;
        bottom: auto;
        right: 0;
        font-size: 1.8em;
        color: #FBFBFB;
        font-weight: 400;
        border-radius: 0;
        opacity: 1;
        padding: 15px;
        width: 100%;
        margin-top: 5%;
    }
}

@media (max-width: 600px) { 
    .carousel-container{
        padding-top: 0;
    }
    .sidebar{
        width: 100%;
        left: 0;
        position: static;
        margin: 0;
    }
    #drop-area{
        display: grid !important;
    }
    #drop-area > .text-desk-rev{
        display: none !important;
    }
    #drop-area > .text-mob-rev{
        display: block !important;
        font-size: 14px;
    }
    #drop-area{
        text-align: center;
    }
    .title {
        width: 100%;
        background-color: #ffffff99;
        margin-top: 30%;
    }
    .title > .mensaje{
     font-size: 1.3em;
    }

    #img-rev-qrs{
        width: 100%;
        height: auto;
    }
    img.img-fluid {
        display: none;
    }
    img.rounded {
        width: 20%;
    }

    .sidebarL {
            height: 38em;
            left: 0em;
            margin: -12.8125em 0 0;
            border-radius: 1rem;
            box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1), 0 10px 30px 0 rgba(0, 0, 0, .2);
            display: flex;
            flex-direction: column;
            position: absolute;
            width: auto;
            transition: transform .5s cubic-bezier(.77,0,.175,1);
            top: calc(8% - 3.75rem);
            z-index: 20;
            background-color: #FFFFFF;
            transition: all .4s, z-index 0s ease 125ms;
            border: 8px solid #ffffff;
            color: #063A51;
    }

    .textClientes {
        position: relative;
        width: 100%;
        max-height: 80%;
        margin: 10% 0%;
        vertical-align: middle;
        font-size: 1.3em;
    }
    .text {
        font-family: 'Widy', sans-serif;
        color: #063A51;
        margin-bottom: 15px;
        font-size: 1.5rem;
    }

    .orden {
        order: -1 !important;
    }
    .carousel-item img {
        margin-top: 9rem;
    }
    .carousel-item {
        width: 100vw;
        height: auto;
    }
    .mensaje-sidebar {
        display: none;
    }
    .step-circle {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 450px) { 
    .title > .mensaje {
        width: 100%;
    }
    .w-btn-modal {
        font-size: 1rem;
    }
    .sidebar{
        margin: 0;
    }
    .carousel-item {
        width: 100vw;
        height: auto;
    }
    .carousel-item img {
        width: 100%;
      }
}

@media (max-width: 400px) { 
    .sidebar{
        width: 100%;
        left: 0;
        position: static;
    }
    .title {
        margin-top: 40%;
    }
    .carousel-item {
        width: 100vw;
        height: auto;
    }
    .carousel-item img {
        width: 100%;
      }
      .w-btn-modal {
        font-size: 0.8rem;
    }
    .step-circle {
        width: 50px;
        height: 50px;
    }
}

