/** Movil css **/
@media (max-width: 750px) {

  /** Life **/
  .p-grid-isotope {
    left: 20px;
  }
  p {
    font-size: 1rem;
  }
  .isologo-header {
    width: 45px;
  }

  .titulo-header {
    color: #fff !important;
    font-family: 'Atlas-Type-Regular';
    font-size: 2rem;
    margin-top: 4px;
  }

  .text-header {
    color: #fff !important;
    font-family: 'Atlas-Grotesk-Thin';
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 20px;
  }

  .header-img-main {
    padding: 15px 25px 15px 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .center-mobile {
    text-align: center !important;
  }

  .p-section {
    font-size: 1.1rem;
    text-align: left;
  }


  .header-retreat {
    background-position: bottom !important;
  }

  .text-head-retreat {
    font-size: 1.5rem !important;
  }

  .text-h2-header-retrat{
    font-size: 1.6rem !important;
    line-height: 1rem;
  }

  .text-h1-header-retrat {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }

  .text-date-header-retrat{
    margin-top: 1rem!important
  }

  /** retreat **/
  .br {
    border-right: none;
    margin-bottom: 20px;
  }
}