p {
  font-size: 1rem;
  line-height: 1.4;
}
.width-logo-ncuk {
  width: 125px;
  margin: 15px 0;
}
.menu {
  z-index: 100;
}
.menu a.decoration-none {
  color: #72746e;
  padding: 0 1px;
  margin: 1px;
}
a.borde {
  border-bottom: 1.5px solid #e50a17;
}
.bg-ncuk2025 {
  padding-top: 65px;
  background-image: url(../img/2025/Fondo_Web_NCUK_Mobile-español.jpg);
  background-repeat: no-repeat;
  background-color: black;
  background-size: 100%;
  background-position: center 30px;
  width: 100%;
  min-height: 700px;
}
.bg-ncuk2025-en{
  background-image: url(../img/2025/Fondo_Web_NCUK_Mobile-Ingles.webp);
}
@media (min-width: 768px) {
  .bg-ncuk2025 {
      /* background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05)), url(../img/2025/Portada-web.jpg); */
      background-image: url(../img/2025/Fondo_Web_NCUK_Desktop-español.jpg);
      background-size: cover;
      background-position: left center;
  }
  .bg-ncuk2025-en{
    background-image: url(../img/2025/Fondo_Web_NCUK_Desktop-Ingles.webp);
  }
}
.box-redUPC {
  background: #e50a17;
  padding: 2.5rem 2rem;
  display: inline-block;
}
.bg-redUPC{
  background: #e50a17;
}
.triangle {
  height: 110px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 45%, 0% 100%, 100% 0);
  background: #e50a17;
  position: absolute;
  right: -95px;
  top: 0;
}
.img-redUPC {
  background: #e50a17;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  padding: 10px;
  margin: 1rem auto 2rem;
}
.img-redUPC.w50 {
  padding: 20px;
}
.img-redUPC img{
  width: 70px;
}
.img-redUPC.w50 img{
  width: 50px;
}
.box-whystudy {
  margin: 25px;
  border-radius: 30px;
  border: 1px solid #d0d0d0;
  padding: 30px;
  text-align: center;
  min-height: 380px;
  box-shadow: 0 3px 8px #00000029
}
.arrow-left-sessions {
  left: 0px;
  width: 40px;
  transform: scaleX(-1);
}
.arrow-right-sessions {
  right: 0px; 
  width: 40px;
}
.arrow-left {
  left: 0px;
  width: 40px;
  transform: scaleX(-1);
}
.arrow-right {
  right: 0px;
  width: 40px;
}
.video-image.position-relative .image-testimony {
  width: 100%;
  max-width: 650px;
  height: auto;
  border-radius: 1rem;
}
.slider-logos .slick-track {
  display: flex;
  align-items: center;
}
.slider-videos .item a {
  text-decoration-line: none;
}
#form-fixed .hs-form{
  box-shadow: none;
  border: 1px solid #848484;
}
#form-fixed .hs-form .hs-richtext.hs-main-font-element{
  font-family: 'sgothic-bdcap';
}
#form-fixed .hs-form .hs-richtext.hs-main-font-element div{
  text-align: left !important;
}
#form-fixed .hs-form .hs-richtext.hs-main-font-element div strong{
  background-color: #e50a17;
  color: #fff;
  padding: 4px 6px;
}
#form-fixed .hs-form input.hs-button.primary.large{
  box-shadow: none;
  font-family: 'sgothic-bdcap';
  padding: 8px 20px;
  height: auto;
  max-width: 180px;
  margin-top: 10px;
}
#form-fixed .hs-form .hs_submit.hs-submit .actions{
  text-align: center;
}
.btn-redUPC {
  text-align: center;
  background-color: #e50a17;
  color: #fff !important;
}
.slick-dots li button:before {
  font-size: 12px;
}
.slick-dots li.slick-active button:before {
  color: #e50a17;
}
@media (min-width: 992px) {
  #form-fixed{
    width: 100%;
    position: fixed;
    top: 12%;
    z-index: 1;
    left: 58.3333333333%;
    max-width: 41.6666666667%;
  }
  #form-fixed .hs-form{
    max-width: 540px;
  }
}
@media (max-width: 400px) {
  .triangle{
    display: none;
  }
}

.section-interested-UK img {
  max-width: 300px;
}
.section-interested-UK .btn-blackUPC{
  background-color: black;
  color: white;
}
