body {
  font-family: Arial, sans-serif;
}
.card{
   -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    border:none;
}
.no-border{
    border:none;
    box-shadow: none;
}
.card-header{
    background: rgb(203,60,139);
    background: linear-gradient(90deg, rgba(203,60,139,1) 0%, rgba(0,84,255,1) 100%);
    color: #fff;
    align-content: center;
    border-radius: 0px 0px 20px 20px !important;
}
.header-nav{
    background: rgb(203,60,139);
    background: linear-gradient(90deg, rgba(203,60,139,1) 0%, rgba(0,84,255,1) 100%);
    color: #fff;
    align-content: center;
    border-radius: 0px 0px 10px 10px !important;
    min-height: 40px;
}
.logo{
    width: 60%;
    height: auto;
    object-fit: contain;
    margin: 30px;
}
.container {
    padding: 20px;
}
.card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
        }
.btn-primary{
    background: #cb3c8b;
    border-radius: 50px;
    border-color: #cb3c8b;
}

.btn:hover{
    background-color:#0054ff!important;
}
.header-nav{
    text-align: center;
    padding: 10px 10px 50px 10px;
}
.header-nav img{
    width: 50%;
}
.bg-text-radius{
    background-color: rgba(255,255,255,0.2);
    border-radius: 50px;
    padding: 10px 50px;
}
.bg-text-radius span{
    font-size: 16px;
}
.icon-nav{
    font-size: 25px;
}

.bg-gray{
    background-color:#ededed !important;
}
.card-llegue{ 
        margin-top:-50px !important;
        z-index: 888;
        display: block;
        background-color: #f7f7f7 !important;
    }

.box-llegada{
    width: 46%!important;
    padding: 10px 5px 5px 20px;
    background-color: #fff;
    color: red;
    margin: 5px;
    border-radius: 10px;
    box-shadow: ;
}
.color-blue{
    color: #0054ff;
}
.bg-blue{
    background-color:#0054ff;
}
.color-magenta{
    color: #cb3c8b;
}
.box-llegada p{
    color: #575756;
}
.card-text{
    font-size:12px !important;
}

.nav a{
    color: #fff;
}
.sos img{
    width: 100px;
    margin-left: 25px;
    margin-top: -40px;
    z-index: 999 !important;
}
.sos{
    z-index: 999;
}
footer{
border-radius: 20px 20px 0px 0px;
}
