.logo {
    max-height: 70px;
    width: auto;
}

.naranja-fondo {
    background-color:#ff6a39;
}

.nav-white{
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.header-div{
    background-color: #ff6a39;
}

.card {
    border-width: 0;
    overflow: hidden;
}

.max-height {
    height: 100%;
}

.card-title {
    color: white;
}

.section-title {
    color: black;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.subsection-title {
    color: black;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.icon-size {
    font-size: 20px;
}

body {
    color: black;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 15px;
}

.image-card-1 {
    width: 200px;
}
.desktop-only {
    display: none;
  }

  @media only screen and (min-width: 768px) {
    .desktop-only {
      display: block;
    }
  }


.naranja {
    color: #ff6a39;
}


.post-block-1 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    background-position: center;
    position: relative; 
  }
  



