.bg-orange {
    background-color: #ff6900;
    text-align: right;
    font-size: 13px;
    color: #fff;
}

.bg-orange a {
    margin-left: 10px;
}
.bg-orange a:hover {
    color:#333;
}
.orange-text {
    color: #ff6900;
}
.partnership-logos {
    display: flex;
    background-color: white;
}

.partnership-logos img {
    padding: 10px;
    max-height: 110px;
} 

.edu-brand-area {
    padding: 20px 0 0;
}

img.footer-payment-logo {
    width: 55px;
}
label.error {
    color:red;
}
.redsys_btn {
    border-radius: 28px;
    background-color: #10b0f1;
    display: inline-block;
    text-align: center;
    height: 55px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border: none;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
input.qty {
    border: 1px solid #ccc;
    height: 41px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 50px;
    background-color: white;
}
.w-40 {
    width: 40% !important;
}
.w-30 {
    width: 30% !important;
}

@media only screen and (max-width: 767px) {
    .w-30, .w-40 {
        width: 100% !important;
        margin-top: 30px;
    }
}

.blog-main-content {
    /* Comportamiento base móvil */
  }
  
  .blog-main-content .article-image img {
    width: 100%;
    margin-bottom: 20px;
  }
  
  @media (min-width: 768px) {
    .blog-main-content .article-image {
      float: right;
      width: 50%;
      margin-left: 20px;
      margin-bottom: 0;
    }
  

  }

.instagram-icon {
  width: 17px;
  height: 17px;
  border-radius: 3px;
  background: transparent;
  border: 2px solid #ff6900; /* marco cuadrado */
  position: relative;
  box-sizing: border-box;
  margin-top: 5px;
}

/* círculo central (objetivo cámara) */
.instagram-icon::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  border: 1.5px solid #ff6900;
  border-radius: 50%;
  box-sizing: border-box;
}

/* punto superior izquierdo (flash) */
.instagram-icon::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 10px;
  width: 2px;
  height: 2px;
  background: #ff6900;
  border-radius: 50%;
}

.article-text img {
    display: block;
    margin: 0 auto;
}

.read-more-btn {
    text-wrap-mode: nowrap;
}