@import url("https://mondrian.claro.com.br/tokens/claro-tokens-latest.custom-properties.css");

:root {
  --color-primary: #da291c;
  /* desktop */
  --default-header-height: 150px;
  --default-margin-bottom: 60px;
  --default-font-size: 28px;
  --default-font-size-h2: 36px;
  /* tablet */
  --default-header-height-tab: 142px;
  --default-width-tab: 387px;
  --default-margin-bottom-tab: 60px;
  --default-font-size-tab: 16px;
  --default-font-size-h1-tab: 28px;
  /* Mobile */
  --default-header-height-mobile: 142px;
  --default-width-mobile: 387px;
  --default-margin-bottom-mobile: 29px;
  --default-font-size-mobile: 18px;
  --default-font-size-h1-mobile: 28px;
  --default-font-size-h2-mobile: 28px;
  --default-line-height-mobile: 24px;
}

* {
  font-family: "AMX";
}

@media (max-width: 575px) {
  .heading {
    height: var(--default-header-height-mobile);
    background-color: var(--color-primary);
    margin-bottom: 19px;
  }
  .center-xy {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .heading__h1 {
    color: #ffffff;
    font-size: var(--default-font-size-h1-mobile);
    font-weight: bold;
    text-align: center;
    padding: 0 5%;
  }

  .heading__h2 {
    margin-bottom: var(--default-margin-bottom-mobile);
    color: var(--color-primary);
    font-size: var(--default-font-size-h2-mobile);
    font-weight: bold;
  }

  .heading__h3 {
    margin-bottom: 15%;
  }
  .description {
    margin-bottom: 10%;
  }
  .description--center {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .description__h1--red-txt {
    color: var(--color-primary);
    font-size: var(--default-font-size-h1-mobile);
    font-weight: bold;
    margin-bottom: var(--default-margin-bottom-mobile);
    text-align: center;
  }

  .description__h2 {
    margin-bottom: 4%;
    padding: 0px 150px;
    color: var(--color-primary);
    font-size: var(--default-font-size-h2-mobile);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .description__p {
    font-size: var(--default-font-size-mobile);
    font-weight: 500;
    margin-bottom: 51px;
    text-align: center;
  }

  .details {
    margin-bottom: 30px;
  }

  .details__p {
    font-size: var(--default-font-size-mobile);
    margin-bottom: 0px;
    padding: 0 10%;
    font-weight: 500;
  }

  .details__list {
    font-size: var(--default-font-size-mobile);
    margin-bottom: 0px;
    font-weight: 500;
    line-height: var(--default-line-height-mobile);
  }

  #rv-col {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .heading {
    height: var(--default-header-height-tab);
    background-color: var(--color-primary);
    margin-bottom: 19px;
  }
  .center-xy {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .heading__h1 {
    color: #ffffff;
    font-size: var(--default-font-size-h1-tab);
    font-weight: bold;
    text-align: center;
    padding: 0 5%;
  }

  .heading__h2 {
    margin-bottom: var(--default-margin-bottom-tab);
    padding: 0px 150px;
    color: var(--color-primary);
    font-size: var(--default-font-size-h2);
    font-weight: bold;
  }

  .heading__h3 {
    margin-bottom: 10%;
  }
  .description {
    margin-bottom: 15%;
  }

  .description__h1--red-txt {
    color: var(--color-primary);
    font-size: var(--default-font-size-h1-tab);
    font-weight: bold;
    margin-bottom: var(--default-margin-bottom-tab);
    text-align: center;
    padding: 0 5%;
  }

  .description__h2 {
    margin-bottom: 57px;
    padding: 0px 150px;
    color: var(--color-primary);
    font-size: var(--default-font-size-h2-mobile);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .description__p {
    font-size: var(--default-font-size);
    font-weight: 500;
    margin-bottom: 65px;
    text-align: center;
  }

  .details {
    margin-bottom: 30px;
  }

  .details__p {
    font-size: var(--default-font-size);
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 40px;
  }

  .details__list {
    font-size: var(--default-font-size);
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 40px;
  }

  #rv-col {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .heading {
    height: calc(var(--default-header-height));
    background-color: var(--color-primary);
    margin-bottom: var(--default-margin-bottom);
  }
  .center-xy {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .heading__h1 {
    color: white;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
  }

  .heading__h2 {
    margin-bottom: var(--default-margin-bottom);
    padding: 0px 150px;
    color: var(--color-primary);
    font-size: var(--default-font-size-h2);
    font-weight: bold;
  }

  .heading__h3 {
    margin-bottom: 36px;
  }
  .description {
    margin-bottom: 72px;
  }

  .description__h1--red-txt {
    color: var(--color-primary);
    font-size: var(--default-font-size-h1-tab);
    font-weight: bold;
    margin-bottom: var(--default-margin-bottom);
    text-align: center;
  }

  .description__h2 {
    margin-bottom: 57px;
    padding: 0px 150px;
    color: var(--color-primary);
    font-size: 36px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .description__p {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 65px;
    text-align: center;
  }

  .details {
  }

  .details__p {
    font-size: 28px;
    margin-bottom: 0px;
    padding: 0px 58px 0 0px;
    font-weight: 500;
    line-height: 40px;
  }

  .details__list {
    font-size: 28px;
    margin-bottom: 0px;
    padding: 0px 58px 0 0px;
    font-weight: 500;
    line-height: 40px;
  }
}

@media (min-width: 1200px) {
  .heading {
    height: var(--default-header-height);
    margin-bottom: var(--default-margin-bottom);
    background-color: var(--color-primary);
  }
  .center-xy {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .heading__h1 {
    color: white;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
  }

  .heading__h2 {
    margin-bottom: var(--default-margin-bottom);
    padding: 0px 150px;
    color: var(--color-primary);
    font-size: 36px;
    font-weight: bold;
  }

  .heading__h3 {
    margin-bottom: 36px;
  }
  .description {
    margin-bottom: 72px;
  }

  .description__h1--red-txt {
    color: var(--color-primary);
    font-size: 48px;
    font-weight: bold;
    margin-bottom: var(--default-margin-bottom);
    text-align: center;
  }

  .description__h2 {
    margin-bottom: 57px;
    padding: 0px 150px;
    color: var(--color-primary);
    font-size: 36px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .description__p {
    font-size: var(--default-font-size);
    font-weight: 500;
    width: 1208px;
    margin-bottom: 65px;
    text-align: center;
  }

  .details {
    /* margin-bottom: 30px; */
  }

  .details__p {
    width: 688px;
    font-size: 28px;
    margin-bottom: 0px;
    padding: 0px 58px 0 0px;
    font-weight: 500;
    line-height: 40px;
  }

  .details__list {
    width: 576px;
    font-size: 28px;
    margin-bottom: 0px;
    padding: 0px 58px 0 0px;
    font-weight: 500;
    line-height: 40px;
  }
}
