/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
.wp-block-upn-razones-block {
  display: flex;
  flex-direction: row;
}

.wp-block-upn-razones-block .column {
  flex: 1;
}

.reason .position-relative {
  position: relative !important;
}

.reason .bg-reasons {
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  background-size: cover !important;
  background-position: right !important;
}

@media (max-width: 768px) {
  .reason .bg-reasons {
    background: none !important;
    min-height: auto;
    display: block;
  }
}

.reason .onlymobile {
  display: none;
}

@media (max-width: 768px) {
  .reason .onlymobile {
    display: block;
  }
}

.reason .content {
  padding: 20px 0 20px 60px;
  color: #fff;
  width: 100%;
}

@media (max-width: 768px) {
  .reason .content {
    padding: 0px;
    margin-bottom: 20px;
  }
}

.reason .content h2 {
  font-size: 48px;
  line-height: 43px;
  color: #fff;
  width: 70%;
  margin: 30px 0 10px;
  font-family: 'poppinsblack';
  text-shadow: 4px 2px 14px rgba(155, 155, 155, 0.5);
}

@media (max-width: 768px) {
  .reason .content h2 {
    color: #fdba30;
    font-size: 21px;
    margin-top: 10px;
    line-height: 24px;
    margin: 10px 0 20px;
    width: 100%;
    text-shadow: none;
    font-family: 'poppinsbold';
  }
}

.reason .content .texto {
  color: white;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .reason .content .texto {
    color: #666;
    font-size: 12px;
    line-height: 18px;
    font-family: 'poppinslight';
  }
}

.reason .content .yellow-number {
  line-height: 43px;
  color: #fdba30;
  font-family: 'poppinsblack';
}

@media (max-width: 768px) {
  .reason .content .reasons-number {
    position: absolute !important;
    top: 8.4% !important;
    font-size: 70px !important;
    left: -6px !important;
    right: auto !important;
    margin: auto !important;
  }
}

.reason .content .btn-reason {
  background: #404041;
  color: #fff;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  border-radius: 0;
  padding: 12px 40px;
  font-family: 'poppinsregular';
  display: inline-block;
  text-decoration: none;
}

.reason .content .btn-reason:hover {
  background: #2e2e2e;
  transition: .2s;
}

.reason.left .reasons-number {
  position: absolute;
  top: 50%;
  font-size: 150px;
  line-height: 43px;
  right: -118px;
  left: auto;
  margin: auto;
}

.reason.right .reasons-number {
  position: absolute;
  top: 50%;
  font-size: 150px;
  line-height: 43px;
  left: -140px;
  right: auto;
  margin: auto;
}

/*# sourceMappingURL=8razones.css.map */