.all-seccion-container {
margin-top: 3rem;
}

.containerMenu {
    border-radius: 3rem;
    box-shadow: 1px 5px 16px -10px gray;
    padding: 4rem 3rem;
    background-color: #f9f9f9;
}

.containerMenu .logo {
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.containerMenu .logo img {
    height: 4.5rem;
    width: auto;
}

.containerMenu .logoDHL img {
    height: 2rem;
    width: auto;
}

.containerMenu .logoUPS img {
    height: 8rem;
    width: auto;
}

.containerMenu .logoPEx img {
    height: 6rem;
    width: auto;
}

.containerMenu .LogoIvoy img {
    height: 6rem;
    width: auto;
}

.container-nav ul {
    padding-left: 1rem;
    padding-top: 0rem;
    padding-bottom: 1rem;
}

.container-nav ul a {
    text-decoration: none;
    color: #4c4c4c;
    cursor: pointer;
}
.container-nav ul li {
    text-decoration: none;
    list-style: none;
    margin: 14px 0px;
    padding: .7rem 2rem;
    font-size: 1.7rem;
    font-weight: 700;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.container-nav ul li svg {
    padding-right: .5rem;
}

.container-nav ul li svg:hover {
    fill: white;
}


.container-nav ul li:hover {
 background-color: #db3c2b;
 color: white;
 border-radius: 1rem;
}

.container-nav ul a li:hover {
    color: white;
}

.button-paqueteria {
    text-decoration: none;
    color: white;
    background-color: #db3c2b;
    padding: 1rem 0rem;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 1rem;
    width: 100%;
    text-align: center;
}

.banner-bt {
    background-color: #fefefe;
    color: rgb(0, 0, 0);
}

.seccion-r {
    margin-left: 1rem;
}

.banner-principal {
    border-radius: 1rem;
    background-size:cover;
    background-repeat: no-repeat;
    background-image: url('../../images/paqueterias/fedex/banner-p.png');
    margin-left: 3rem;
    padding: 8rem 8rem;
}

.DHL {
    background-image: url('../../images/paqueterias/Dhl/Fondo.jpg');
}

.UPS {
    background-image: url('../../images/paqueterias/Ups/banner-p.png');
}

.PEx {
    background-image: url('../../images//paqueterias/paqueteExpress/banner-paqueteEx.png');
}

.minutos_99 {
    background-image: url('../../images/paqueterias/99_min/banner-99-4.png');
}

.Ivoy {
    background-image: url('../../images/paqueterias/ivoy/banner.jpg');
}

.background-paqueteria {
    position: absolute;
    z-index: -1;
    border-radius: 1rem;
    margin-left: 3rem;
    width: calc(100% - 3rem)!important;
    height: auto;
    top: 0;
    left: 0;
}

.banner-principal img {
    width: 150px;
}

.DHL img {
    width: 190px;
}

.FedEx img{
    width: 195px;
}

.PEx img {
    width: 300px;
}

.UPS img {
    width: 75px;
}

.minutos_99 img {
    width: 300px;
}

.Ivoy img {
    width: 185px;
}

.banner-principal .subtitle {
    font-weight: 700;
    font-size: 2.3rem;
    color: white;
}

.banner-principal {
    color: white;
}

.banner-principal p {
    font-size: 2rem;
}

.banner-principal .button-paqueteria {
    width: 180px;
    font-size: 1.7rem;
}

.t1-color{
    color: #db3c2b;
}

.align-self-start{
    align-self: flex-start;
}

.seccion-2 {
    margin-top: 4rem;
    margin-bottom: 4rem;
    margin-left: 3rem;
    border-radius: 1rem;
    background-color: #f9f9f9;
    box-shadow: 1px 5px 16px -10px gray;
    padding: 2rem 8rem;
    padding-bottom: 6rem;
}

.seccion-2 .title{
    font-size: 2.5rem;
}

.seccion-2 .card-fedex {
    margin-top: 3rem;
    border-radius: 1rem;
    background-color: #f7e7e6;
    box-shadow: 1px 5px 16px -10px gray;
    padding: 2rem 3rem;
}

.seccion-2 .card-fedex .title {
    font-size: 2rem;
    font-weight: 900;
}

.seccion-2 .card-fedex .subtitle {
    font-weight: 600;
}

.seccion-2 .card-fedex a {
    text-decoration: none;
    list-style: none;
    color: #db3c2b;
    font-weight: 900;
}

.seccion-2 .card-fedex span {
    font-weight: 900;
}

.seccion-3 {
    display: flex;
    border-radius: 1rem;
    background-color: #f9f9f9;
    box-shadow: 1px 5px 16px -10px gray;
    padding: 2rem 3rem;
    margin-bottom: 6rem;
}

.seccion-3 .title {
    color: #db3c2b;
    font-weight: 900;
    font-size: 2rem;
}
.seccion-3 .subtitle {
    text-align: left;
    width: 315px;
}
.seccion-3 .subtitle span {
    font-weight: 900;
}

.seccion-3 .text-Horario {
    text-align: -webkit-center;
}

.text-align-last-center {
    text-align-last: center;
}

.border-right {
    border-right-style: double;
    border-right-color: #db3c2b;
}

.maps-seccion .title {
    font-size: 3rem;
    font-weight: 900;
}

.border-radius-t1 {
    border-radius: 1rem;
}

#fetchTokenButton {
    display: flex!important;
    width: calc(20% - 6rem)!important;
    justify-content: center!important;
}

@media only screen and (max-width: 768px) {
    #fetchTokenButton {
        width: calc(100% - 5rem)!important;
    }
    .banner-principal img{
        margin-top: 3rem;
    }

    .all-seccion-container {
        margin-top: 0rem;
        padding-top: 8rem !important;
        justify-content: center;
    }
    .banner-principal {
        margin-top: 4rem;
        margin-left: 0px;
        margin: 4rem 1rem;
    }
    .seccion-2 {
        padding: 2rem 2rem; 
        margin: 0rem 1rem;
    }
    .seccion-3 {
        padding: 2rem 2rem;  
        margin: 4rem 1rem;
    }
    .seccion-3 .subtitle {
        text-align: center;
        width: auto;
    }
    .banner-principal {
        padding: 2rem 2rem;  
    }
    .containerMenu .logo img {
        height: 8rem;
        width: auto;
    }
    .containerMenu .logoDHL img {
        height: 4rem;
        width: auto;
    }

    .containerMenu .logoUPS img {
        height: 12rem;
        width: auto;
    }

    .containerMenu .logoPEx img {
        height: 13rem;
        width: auto;
    }

    .containerMenu .LogoIvoy img {
        height: 10rem;
        width: auto;
    }

    .seccion-3 {
        display: block;
    }
    .border-right {
        border-right-style: none;
        border-bottom-style: double;
        border-bottom-color: #db3c2b;
    }
    .containerMenu { 
        margin: 0rem 1rem;
    }
}

@media (max-width: 1099px) and (min-width:768px){ 
    .all-seccion-container {
        margin-top: 0rem;
        padding-top: 8rem !important;
        justify-content: center;
    }
    .banner-principal {
        margin-top: 4rem;
        margin-left: 0px;
    }
    .seccion-2 {
        margin-left: 0px;
    }
    .containerMenu .logo img {
        height: 8rem;
        width: auto;
    }
    .containerMenu .logoDHL img {
        height: 4rem;
        width: auto;
    }
}

@media (max-width: 1601px) and (min-width:1099px){ 
    .container-nav ul li {
        font-size: 1.5rem;
        padding: .7rem .7rem;
    }
}