.bgPaquete{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.br{
    background-image: url(../img/BrBG.png);
    
    background-position: 50% 0%;
}

.cr{
    background-image: url(../img/CrBG.png);
   background-position: 50% 0%;
   
}

.cu{
    background-image: url(../img/CuBG.png);
    background-position: center 0%;
   
}

.vcp{
    background-image: url(../img/VcpBG.png);
    background-position: 60% 0%;
}

.quinc{
    background-image: url(../img/15BG.png);
    background-position: 100% 0%;
    
}

.fijo {
    position: relative;
}

.itemPaquete{
    width: 100%;
    background-color: white;
    height: 8em;
    margin: 1%;
    display: flex;
    position: relative;
}

.textsPaquetes{
    
    text-align: center;
    color: white;
    margin-bottom: 2%;
}

.texts1{
    padding-top: 0%;
}

.vcpText{
    background: radial-gradient(circle, rgba(0, 0, 0, 0.329) 0%, rgba(255, 255, 255, 0) 100%);
}

.titlePaquete{
    font-family: "SourceBold";
    font-size: 2em;
    line-height: 90%;
    letter-spacing: -0.04em;
}

.subPaquete{
    font-family: "SourceRegular";
    line-height: 90%;
    font-size: 1.3em;
    letter-spacing: -0.1ch;
}

.gridPaquetes{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0% 0%;
    width: 57%;
    margin: 0% auto;
}

.contfrMobile{
    width: 50%;
    display: flex;
}

.imgItemPaquete{
    width: 50%;
    height: 100%;
}

.imgItemPaquete img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.textsItemPaquete{
    width: 80%;
    
    padding: 3% 2%;
    padding-right: 0%;
    line-height: 95%;
    color: #7b7272;
}

.titleItemPaquete{
    font-family: "SourceBold";
    font-size: 0.9em;
}

.transporteItemPaquete{
    font-family: "SourceSemiBold";
    font-size: 0.9em;
}

.destinoItemPaquete{
    font-family: "SourceRegular";
    font-size: 0.9em;
}

.empresaItemPaquete{
    font-family: "SourceRegular";
    font-size: 0.9em;
}

.lbItemPaquete{
    width: 20%;
    padding: 1% 2%;
    padding-left: 0%;
    padding-top: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.logoTrans{
    height: 2em;
    width: 2em;
    object-fit: contain;
}

.mar{
    width: 4em;
}

.btnPaquete {
    background-color: #f9b000;
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    flex-shrink: 0;
    font-family:"SourceBlack";
    font-size: 0.65em;
    font-weight: 500;
    position: absolute;
    bottom: 4.5%;
    right: 2.5%;
   
    padding: 0.5rem 2rem;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
    transition: all .5s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    z-index: 50;
    
  
  }






  button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
   }
   
   button.learn-more {
    width: 3rem;
    height: auto;
   }
   
   button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 2.3rem;
    height: 2.3rem;
    background: #ffffff;
    border-radius: 1.625rem;
   }

   button.learn-more:hover .circle{
    background: #ffffffd2;
   }
   
   button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
   }
   
   button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.6rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
   }
   
   button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #000000;
    border-right: 0.125rem solid #000000;
    transform: rotate(225deg);
   }
   
   
   @media (max-width: 1400px) {

    .gridPaquetes{
        width: 70%;
    }

    
   

   }

   @media (max-width: 1100px) {

    .gridPaquetes{
        width: 90%;
        
    }

    .btnPaquete{
        padding: 0.5rem 1rem;
    }

   }

   @media (max-width: 800px) {

    .gridPaquetes{
        width: 90%;
        
    }

    .btnPaquete{
        padding: 0.5rem 1rem;
    }

    .titleItemPaquete{
        font-size: .8em;
    }

    .transporteItemPaquete{
        font-size: .8em;
    }

    .empresaItemPaquete{
        font-size: .8em;
    }

    .destinoItemPaquete{
        font-size: .8em;
    }

    

   }

   @media (max-width: 700px) {
    .titlePaquete{
        font-size: 1.7em;
        
    }

    .subPaquete{
        font-size: 1.1em;
    }
    .gridPaquetes{
        width: 90%;
        
    }

    .btnPaquete{
        padding: 0.5rem 1rem;
    }

    .titleItemPaquete{
        font-size: .8em;
    }

    .transporteItemPaquete{
        font-size: .8em;
    }

    .empresaItemPaquete{
        font-size: .8em;
    }

    .destinoItemPaquete{
        font-size: .8em;
    }

    .imgItemPaquete{
        width: 40%;
    }

    .contfrMobile{
        width: 60%;
    }


    

    .itemPaquete{
        height: 7em;
    }
    .btnPaquete {
        padding: 0.5rem 0.5rem;
        font-size: 0.5em;
    }
    .mar {
        width: 3.1em;
        height: 1em;
    }

   }

   @media (max-width: 600px) {
    .br{
        background-image: url(../img/BrBGMobile.png);
    }

    .cr{
        background-image: url(../img/CrBGMobile.png);
       
    }
    
    .cu{
        background-image: url(../img/CuBGMobile.png);
        
    }
    
    .vcp{
        background-image: url(../img/VcpBGMobile.png);
       
    }
    
    .quinc{
        background-image: url(../img/15BGMobile.png);
        
    }

    .imgItemPaquete{
        width: 100%;
        height: 50%;
    }

    .textsItemPaquete{
        width: auto;
        height:auto;
        padding: 0%;
        line-height: 80%;
    }

    .logoTrans {
        height: 1.5em;
        width: 1.5em;
        
    }

    .gridPaquetes{
        width: 15em;
    }

    .itemPaquete {
        flex-direction: column;
    }
    .mar {
        width: 2.5em;
        height: 1em;
    }
    .itemPaquete {
        height: 13em;
    }
    .contfrMobile{
        width: auto;
        height: auto;
        justify-content: space-between;
        padding: 2% 2%;
    }
    .lbItemPaquete{
        width: auto;
        height: auto;
        padding: 0%;
    }

   }

   @media (max-width: 500px) {
    
    .titleItemPaquete{
        font-size: .7em;
    }

    .transporteItemPaquete{
        font-size: .7em;
    }

    .empresaItemPaquete{
        font-size: .7em;
    }

    .destinoItemPaquete{
        font-size: .7em;
    }
   }

   @media (max-width: 400px) {
    .contfrMobile {
       
        padding: 4% 4%;
    }

    
    .gridPaquetes{
        width: 11em;
    }
   }