.swiper {
    width: 350px;
    height: 600px;
}
.swiper-slide img {
     display: block;
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 h1{
     font-size: 1.6rem;
     font-weight: 500;

 }
 p{
     font-size: 18px;
     font-weight: 200;
     color: black;

 }
.celular{
      display: none !important;
  }
.desktop {
    margin-left: initial !important;
}



@media (max-width: 520px){
    .swiper {
        width: 330px;
        height: 600px;
    }
    div.padding-top-big:nth-child(1) {
        padding-top: 70px !important;
    }


    .desktop{
        display: none !important;
    }
    .celular{
        display: initial !important;
    }

    .alinear {
        margin-left: 10% !important;
    }
    .alinear2{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .img-wrap {
        position:relative;
        width:100%;
        bottom: 13%;
    }
    #porque-territorio {
        padding-top: 50px !important;
    }






}