#social {
    float: right;
    padding-right: 10px;
    margin-top: 40px;
}

#social li {
    padding: 0 15px 0 15px;
    margin-top: 0px;
}

nav {
    margin-right: 45px;
}

nav ul {
    text-decoration: none;
}

nav ul li {
    float: left;
    text-decoration: none;
    list-style: none;
    padding: 7px 18px 0px 18px;
}

nav ul li a {
    text-decoration: none;
    font-size: 15px;
}

nav ul li a:link, a:visited, a:active {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.active-link a {
    color: #fe9028;
}

hr {
    border-top: 1px solid #fe9028;
    width: 10%;
}

#img_back{
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%,rgba(0, 0, 0, 0.4) 100%),url(../img/hero_bg_1.jpg); 
    background-position: 50% -25px;
    background-size: cover;
    min-height: 550px;
}

#img_back_servicios {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../img/servicios.jpg);
    background-position: 50% -25px;
    background-size: cover;
    min-height: 550px;
}

#img_back_nosotros {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../img/nosotros.jpg);
    background-position: 50% -25px;
    background-size: cover;
    min-height: 550px;
}

#img_back_contacto {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url(../img/contacto.jpg);
    background-position: 50% -25px;
    background-size: cover;
    min-height: 550px;
}

#img_back_casillero {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url(../img/casillero.jpg);
    background-position: 50% -25px;
    background-size: cover;
    min-height: 550px;
}

#img_back_tracking {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../img/tracking.jpg);
    background-position: 50% -25px;
    background-size: cover;
    min-height: 550px;
}

#rastreo {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../img/tracking.jpg);
    background-position: 50% -25px;
    /* background-size: cover; */
    padding-top: 30px;
    /* height: 350px; */
    padding-bottom: 30px;
    color: white;
}

#logo-bk{
    height: 210px;
    margin: 25px 0 10px 15%;
    align-items: flex-start;
}

#text-bg {
    color: white;
}

#text-bg span {
    color: #fe9028
}

.square-sh{
    margin-top: -30px;
    padding: 40px 40px 40px 40px;
    background: white;
    box-shadow: 0px 5px 42px -3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 5px 42px -3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 5px 42px -3px rgba(0, 0, 0, 0.6);
}
.banner-min{
    margin-top: -30px;
    padding: 20px 0 20px 0;
    background: white;
    text-align: center;
    color: #fe9028;
    box-shadow: 0px 5px 42px -3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 5px 42px -3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 5px 42px -3px rgba(0, 0, 0, 0.6);
}
.banner-min p {
    margin: 10px 0 0 10px;
    text-align: left;
    color: black;
}

.banner-min p span{
    color: #666;
}

.banner-min p span a {
    color: #fe9028;
}

.banner-min i {
    color:#fe9028;
    font-size: 60px;
    margin: 5px 10px 10px 10px;
}

.imgZoom {
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
}

.imgZoom img {
    transition: all .4s ease;
    width: 100%;
}

.imgZoom img:hover {
    transform: scale(1.2);
    opacity: 0.9;
}

.margin20{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.imgRel{
    background-image: url(../img/hero_bg_2.jpg);
    /* background-position: 50% -25px; */
    background-size: cover;
    height: 100%;
}

.divOrange{
    color: white;
    background: #fe9028;
    padding: 40px 5% 60px 5%;
}

.divOrange h1{
    font-size: 4vw;
}

.divOrange h5{
    color: #FFFFFFB3
}

.divOrange p {
    color: #FFFFFFB3
}

#img_back_org{
    background-image: linear-gradient(90deg, rgba(254, 143, 40, 0.9) 0%, rgba(254, 143, 40, 0.9) 100%), url(../img/hero_bg_2.jpg);
    background-position: 50%;
    background-size: cover;
    min-height: 400px;
    color: white;
    padding-top: 100px;
    padding-left: 5%;
    padding-right: 5%;
}

#img_back_org img{
    height: 60px;
    margin: 0 0 15px;
    border-radius: 5px;
}

#img_back_org a{
    text-decoration: none;
}

.bt-white{
    transition: all .4s ease;
    color: white;
    font-weight: bold;
    border: 2px solid white;
    border-radius: 30px;
    padding: 10px 40px 10px 40px;
    background: none;
    text-decoration: none;
}

.bt-white:hover {
    color: #fe9028;
    background: white;
}

.marginTop100{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}

.footer{
    font-size: 17px;
}

.text-gray{
    color: #666;
    text-decoration: none;
    list-style: none;
    padding-left: 0;
    text-align: justify;
}

.text-gray a {
    transition: all .4s ease;
    color: #666;
    text-decoration: none;
}

.text-gray a:hover {
    color: #fe9028;
}

.text-or{
    color: #fe9028;
}

.bt-or{
    border: 1px solid #ffa046;
    background: #fe9028;
    color: white;
}

#menuMobil {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;    
    z-index: 100;
}

#toggle {
    float: right;
    padding: 0;
    width: 50px;
    height: 50px;
    /* background-color: rgba(0, 0, 0, 0.1); */
    padding-left: 15px;
    padding-top: 4px;
    color: white;
    font-size: 25px;
}

.menu-block {
    padding: 20px;
    display: none;
    position: fixed;
    background: white;
    color: black;
    text-align: left;
    border-right: 1px solid rgb(70, 70, 70);
    border-bottom: 1px solid rgb(70, 70, 70);
    float: left;
    z-index: 101;
}

.menu-block hr {
    width: 50%;
}

.menu-block a {
    display: block;
    margin: 10px 0px 0px 10px;
    text-decoration: none;
    color: black;
    font-weight: initial;
    color: rgb(0, 0, 0);
    font-size: 20px;
    letter-spacing: 2px;
}

.menu-block p {
    font-weight: 100;
    margin-left: 10px;
    color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 570px) {
    .menu-block {
        margin: 50px 0px 0px 0px;
        padding: 5px 3% 10px 3%;
        position: fixed;
        background-color: rgb(255, 255, 255);
        width: 75%;
        float: left;
        text-align: left;
        overflow: auto;
        z-index: 300;
    }
}

.box-trackingc {
    color: white;
    background-color: rgba(254, 143, 40, 0.8);
    float: left;
    width: 40%;
    font-size: 55px;
    text-align: center;
    bottom: 0px;
    vertical-align: middle;
}

.box-trackingc p {
    font-size: 20px;
    text-align: center;
}

.box-tracking{
    color: black;
    background-color: rgba(255, 255, 255, 0.7);
    float: left;
    width: 30%;
    font-size: 45px;
    text-align: center;
    bottom: 0px;
    vertical-align: middle;
}

.box-tracking p {
    font-size: 20px;
    text-align: center;        
}