@charset "UTF-8";
@use "sass:math" as *;
/**
 * Clay 3.105.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.promocional {
  margin-bottom: 100px; }
  .promocional .container {
    position: relative; }
  .promocional .velo-25 {
    z-index: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .promocional .velo-25:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.25); }
  .promocional .wrapper-promo-img {
    min-height: 474px;
    -o-object-fit: cover;
    object-fit: cover;
    color: #fff;
    padding: 86px 76px; }
    .promocional .wrapper-promo-img .promo-tit {
      font-family: 'SuisseIntl-Medium', 'rocablack';
      font-size: 60px;
      line-height: 60px;
      letter-spacing: -1px;
      font-weight: normal;
      padding-left: 70px;
      background-repeat: no-repeat;
      background-position: 11px 15px; }
    .promocional .wrapper-promo-img .promo-subtit {
      font-family: 'SuisseIntl-Medium', 'rocablack';
      font-size: 34px;
      line-height: 36px;
      letter-spacing: -0.5px;
      font-weight: normal;
      margin-bottom: 24px; }
    .promocional .wrapper-promo-img .cta-square-white {
      font-family: 'Roboto-Bold', Helvetica, Arial, sans-serif;
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 18px;
      text-transform: uppercase;
      border: 1px solid #ffffff;
      padding: 30px 40px;
      margin-top: 20px;
      display: inline-block;
      background-color: rgba(255, 255, 255, 0);
      -webkit-transition: background-color 600ms cubic-bezier(0, 1, 0.66, 1);
      transition: background-color 600ms cubic-bezier(0, 1, 0.66, 1); }
      .promocional .wrapper-promo-img .cta-square-white:hover {
        background-color: rgba(255, 255, 255, 0.3); }
    .promocional .wrapper-promo-img p {
      font-family: 'Roboto-Light', Helvetica, Arial, sans-serif;
      font-size: 15px;
      line-height: 24px;
      width: 80%; }

/* tablet Portrait and Landscape */
@media (min-width: 768px) and (max-width: 1024px) {
  .promocional {
    margin-bottom: 100px; } }

/* mobile */
@media (max-width: 767px) {
  .promocional {
    margin-bottom: 60px; }
    .promocional .wrapper-promo-img {
      padding: 30px 20px; }
      .promocional .wrapper-promo-img p {
        width: 100%; }
      .promocional .wrapper-promo-img .promo-subtit {
        font-family: 'SuisseIntl-Medium', 'rocablack';
        font-size: 32px;
        line-height: 32px;
        letter-spacing: -1px;
        font-weight: normal;
        margin-bottom: 24px; }
      .promocional .wrapper-promo-img .cta-square-white {
        width: 100%;
        text-align: center; } }
