@media only screen and (max-device-width: 640px){
    main {
        overflow: hidden;
        border-radius: 0px;
    }

    .title-main{
        width: 70%;
    }

   .logo-principal{
        width: 100%;
    }

   .al-svg{
        width: 70px;
    }
   .red-line{
        width: 100%;
    }
   .peru {
        width: 100%;
    }

   .navbar{
        text-align: left;
        gap: 5px;
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        padding: 0px 10px;
        width: 50%;
        position: absolute;
        left: 100%;
        padding-top: 50px;

        height: 100vh;
        justify-content: flex-start;

        background-color: rgba(11, 36, 127, 0.7);
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
    }
   
    .navbar-opened{
        left: 50% !important;
    }
   
   .burger {
        width: 25px;
        height: 25px;
        position: absolute;
        right: 0;
        display: block;
        padding: 10px 15px;
        text-align: center;
    }

    .burger-expanded{
        z-index: 399;
        /*display: none !important;*/
    }

   .navbar .nav-links{
        margin: 10px 20px;;
    }
    
    .nosotros {
        margin-top: 300px;
        height: 1100px;
    }

    .nosotros-png{
        height: 1100px;
        width: 100vw;
    }

    .nosotros-text-div{
        margin-top: 100px;
        padding: 50px 25px;
        left: 0px;
        width: calc(100vw - 50px);
    }

    .nosotros-text{
        width: 100%;
    }

    .nosotros-title{
        margin-bottom: 50px;
    }

    #servicios{
        margin-left: 18px;
        margin-right: 18px;
        margin-top: 50px;
        margin-bottom: 50px;
        height: fit-content;
    }

    .slider-container{
        margin-top: 150px;
    }
    
    .slider{
        align-items: center;
    }

    .slide{
        opacity: 0;
        transition: opacity 0s;
        flex-direction: column;
    }

    .slide img {
        width: 100%;
    }

    .sucursales{
        margin-top: 100px;
    }

    #sucursales{ 
        width: 100vw;
    }

    .sucursales-images-cont {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100vw;
        height: 70vh;
    }

    .sucursales-images-cont .sucursal{
        width: calc(100vw - 50px);
    }

    .expand {
        height: max-content;
    }

    .bloque-clientes {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 40px 150px;
        gap: 20px;
        margin-top: 75px;
    }

    .sub-bloque-clientes{
        display: flex;
        gap: 15px;
        flex-direction: column;
    }

    .contactanos{
        height: 500px;
        margin-top: 100px;
    }

    .contactanos-title{
        margin: 0 auto;
        text-align: center; 
    }

    .contactanos-details{
        text-align: center;
        margin: 10px 20px;
    }

    .contactanos-details span{
        text-align: center;
        line-height: 1.2;
    }

    .contactanos-img{
        width: 100%;
    }

    .contactanos-cont {
        display: flex;
        gap: 10px;
        flex-direction: column;
        width: calc(100% - 20px);
        align-items: flex-start;
        padding: 0px;
        transform: translateY(30px);
    }

    .tracking-title {
        font-size: 50px;
    }
    
    .bloque-tracking{
        margin: 15px 20px;
    }

    #frm-consultar{
        flex-direction: column;
        gap: 0px;
        margin-top: 30px;
        margin-bottom: 8px;
    }

    #frm-consultar .btn{
        width: 100%;
    }
}