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

:root {
  --color-primary: #da291c;
  --color-dark: #000;
  --color-white: #fff;
  --font-family: "AMX";
  --header-size-mobile: 75px;
  --footer-size-mobile: 220px;
  --header-size-desktop: 87px;
  --footer-size-desktop: 144px;
}

* {
  font-family: var(--font-family);
}

body {
  font-family: "Roboto" !important;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-bottom-40 {
  padding-bottom: 40px
}

.content-lista {
  padding-top: 0; 
  padding-left: 30px;
}

.content-lista-especificacao {
  padding-top: 0; 
  padding-left: 60px;
}

.content {
  padding: 0 100px;
}

.text-content p {
  font-family: "Roboto" !important;
}

.img-80 {
  width: 80%;
}

.img-70 {
  width: 70% !important;
}

h5 {
  font-weight: 700 !important;
}
.img-50 {
  width: 30% !important;
}

.img-100 {
  width: 50% !important;
}


hr {
  border-top: 3px solid;
  opacity: 100;
}

.justify-content-center {
  display: flex; 
  justify-content: center;
}

.text-header {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 64px;
  text-align: center;
  color: #ffffff;
}

h5 {
  font-weight: 600;
}

.color-red {
  color: #ef4b25;
}

.lpMigration {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.text-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.text-content h2 {
  font-family: "AMX";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 64px;
  text-align: center;
  width: 100%;
}

.desk {
  display: block;
}

.mob {
  display: none;
}

.text-content p {
  font-family: "AMX";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  width: auto;
  margin: 20px;
}

.bold-400 {
  font-weight: 400;
}

.text-diferencias {
  font-family: "AMX";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  padding-bottom: 30px;
}

.text-Especificacoes-tecnicas {
  font-family: "AMX";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
}

.lista-diferencias {
  list-style: disc !important;
  padding-left: 60px !important;
  padding-top: 30px !important;
  padding-right: 0px !important;
  padding-right: 40px !important;
}

.lista-diferencias-desk {
  list-style: disc !important;
  padding-left: 60px !important;
  padding-right: 40px !important;
}

.lista-especificacao-desk {
  list-style: disc; 
  padding-right: 50px;
}
.lista-especificacao-mob {
  padding-top: 40px !important; 
  padding-right: 30px !important;
}

.ul-especificacao-mob {
  list-style: disc !important; 
  padding-right: 20px !important; 
  padding-left: 60px !important;
}

.text-left {
  text-align: left !important;
  padding-right: 150px;
}

.text-right {
  text-align: left !important;
  padding-left: 100px;
}

.text-content h3 {
  font-family: "AMX";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #ef4b25;
  width: 680px;
}

hr {
  color: #ef4b25;
}

.mdn-Header--simple {
    background-color: #ef4b25 !important;
}

.text-topo .p-desk {
  display: flex;
  justify-content: start;
  top: 115px;
  left: 145px;
  display: block;
}

.lpMigration .text-topo .mdn-Text {
  font-size: var(--font-size-xs);
  line-height: var(--font-size-lg);
}

.lpMigration .migrationFooter {
  width: 100%;
}

.lpMigration .top {
  position: relative;
}

.lpMigration .content .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.lpMigration .content .image img {
  height: auto;
  width: -webkit-fill-available;
  display: none;
}

.lpMigration .callToAction {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacing-stack-xs);
  gap: var(--spacing-stack-xxs);
  background-color: #fff;
  border: var(--color-brand-primary-medium) 1px solid;
  border-left: 0px;
  border-right: 0px;
}

.lpMigration .callToAction .mdn-Text {
  font-size: var(--font-size-xs);
  line-height: var(--font-size-lg);
}

.slide {
    flex: 1;
    margin: 0 10px;
    text-align: center;
}

.carousel-item.active {
    display: flex ;
}

@media screen and (max-width: 389px) {
  .d-flex {
    display: inline !important;
  }
  .text-content h2 {
    font-size: 40px;
  }

  .text-header { 
    font-size: 40px;
  }
  p {
    font-size: 18px;
  }

  .lpMigration .content .image.smallMobile img {
    display: block;
  }

  .text-topo .p-desk {
    display: none;
  }

  .desk {
    display: none;
  }

  .mob {
    display: block;
  }
}

@media screen and (min-width: 390px) and (max-width: 767px) {
  .d-flex {
    display: inline !important;
  }
  .lpMigration .content .image.largeMobile img {
    display: block;
  }

  .text-topo .p-desk {
    display: none;
  }

  .desk {
    display: none;
  }

  .mob {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .d-flex {
    display: inline !important;
  }
  .lpMigration .content .image.tablet img {
    display: block;
  }

  .text-topo .p-desk {
    display: none;
  }

  .img-80 {
    width: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .img-80 {
    width: 50%;
  }
  .lpMigration .content .image.desktop img {
    display: block;
  }

  .lpMigration .callToAction {
    position: absolute;
    bottom: 15px;
    right: 180px;
    background-color: transparent;
    border: none;
    width: auto;
    display: flex;
    justify-content: space-between;
  }

  .lpMigration .callToAction p {
    max-width: 300px;
    font-size: var(--font-size-md) !important;
    line-height: 40px !important;
  }

  .lpMigration .text-topo p {
    max-width: 365px;
    font-size: var(--font-size-md) !important;
    line-height: 40px !important;
  }

  .p-mob {
    display: none;
  }
}

@media screen and (min-width: 1580px) {
  .lpMigration .content .image.desktop img {
    max-width: 85%;
  }

  .lpMigration .callToAction {
    right: 10vw;
  }

  .text-topo .p-desk {
    display: flex;
    justify-content: start;
    top: 115px;
    left: 260px;
    display: block;
  }
}
