@font-face {
  font-family:ColourSansRegular;
  src:url(../fonts/ColourSans.woff2) format("woff2"),
  url(../fonts/ColourSans.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family:ColourSansBold;
  src:url(../fonts/ColourSans-Bold.woff2) format("woff2"),
  url(../fonts/ColourSans-Bold.woff) format("woff");
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}
body {
  font-family: "ColourSansRegular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
  color: #002a68;
  background-color: #002a68;
}
a {
  color: #FFF;
  text-decoration: underline;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
button {
  border: none;
  background: transparent;
  cursor: pointer;
}
.container {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}
.empty {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /*background-color: rgba(0,0,0,0.4);*/
}
.mobile { display: block; }
.desktop { display: none; }
h1, h2 {
  line-height: 1.2em;
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "ColourSansBold", sans-serif;
  text-transform: uppercase;
}
h1, h2, h4 {
  color: #002a68;
}
.light {
  font-family: "ColourSansRegular", sans-serif;
}
.strong {
  font-family: "ColourSansBold", sans-serif;
}
.wrapper {
  width: 100%;
  max-width: 100%;
  /*justify-content: center;
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
  margin: 5px 0 5px -10px;*/
}
.aspect-ratio {
  position: relative;
  max-width: 100%;
  height: auto;
}
.aspect-ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aspect-ratio-16-9 {
  padding-top: 56.25% !important;
}

/* Animação */
.anime {
  opacity: 0;
}
.fromLeft {
  transform: translate3d(-100px, 0px, 0px);
}
.fromRight {
  transform: translate3d(100px, 0px, 0px);
}
.fromBottom {
  transform: translate3d(0px, 100px, 0px);
}
.fromTop {
  transform: translate3d(0px, -100px, 0px);
}
.fromDiagTopLeft {
  transform: translate3d(-100px, -100px, 0px);
}
.fromDiagTopRight {
  transform: translate3d(100px, -100px, 0px);
}
.fromDiagBottomLeft {
  transform: translate3d(-100px, 100px, 0px);
}
.fromDiagBottomRight {
  transform: translate3d(100px, 100px, 0px);
}
.start {
  opacity: 1;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transform: translate3d(0px, 0px, 0px);
}
.delay05s {
  transition-delay: 0.5s;
}
.delay1s {
  transition-delay: 1s;
}
.delay15s {
  transition-delay: 1.5s;
}
.delay2s {
  transition-delay: 2s;
}
.delay25s {
  transition-delay: 2.5s;
}
.delay3s {
  transition-delay: 3s;
}
.delay35s {
  transition-delay: 3.5s;
}
.delay4s {
  transition-delay: 4s;
}
.delay45s {
  transition-delay: 4.5s;
}

/* Header */
header {
  height: 51px;
  color: #FFF;
}
header a {
  color: #FFF;
  text-transform: uppercase;
}
header .container {
  flex-direction: row;
  height: 100%;
}
header nav {
  position: absolute;
  display: none;
  width: 170px;
  top: 51px;
  right: 0;
  z-index: 2;
}
header nav ul {
  background-color: #002a68;
  border-radius: 0 0 0 40px;
}
header nav li {
  height: 100%;
}
header nav a {
  display: flex;
  width: 100%;
  height: 50px;
  color: #FFF;
  font-size: 1.167em;
  padding-right: 20px;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
}
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #002a68;
  height: 40px;
}
header.sticky #mobile + nav {
  top: 40px;
}
#mobile {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
#mobile a {
  width: 55%;
  display: block;
}
#menu {
  height: 24px;
  width: 27px;
  color: #FFF;
  border-top: 3px solid;
  border-bottom: 3px solid;
  border-radius: 3px;
  margin-left: 10px;
  z-index: 2;
}
#menu::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #FFF;
  border-radius: 3px;
}

/* Main */
main {
  background-color: #FFF;
  border-radius: 0 50px;
}
main.interna {
  border-bottom-left-radius: 0;
  padding-bottom: 50px;
}
h1 {
  display: none;
  position: relative;
  font-size: 6.5em;;
  background-image: url(../img/logo-coral.png);
  background-repeat: no-repeat;
  background-size: 10.36%;
  background-position: 0 16px;
  padding: 35px 0 42px 10.7%;
  margin: 0 auto 60px;
  line-height: 0.7em;
}
h1::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #002a68;
  position: absolute;
  top: 0;
  left: 21.79%;
}
h1::after {
  content: "";
  display: block;
  width: 40.40%;
  height: 9px;
  background-image: url(../img/logo-detalhes.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 31.77%;
}
h2 {
  text-align: center;
}

/* Início */
#inicio {
  padding: 39px 0 29px;
}
#inicio .container {
  flex-direction: column;
}
.direitos {
  margin-top: 10px;
  text-align: right;
}
.sobre {
  font-size: 1.45em;
  text-align: center;
  margin: 40px auto 0px;
}
.video {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/bg-video.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.video button {
  width: 40%;
  height: 16.335%;
  background-image: url(../img/bt-play.png);
  background-size: 100%;
}
.video button:hover {
  background-image: url(../img/bt-play-hover.png);
}

/* Como Usar */
#como-usar {
  padding: 94px 0 50px
}
#como-usar h2 {
  font-size: 1.8em;
  margin-bottom: 65px;
}
.passos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  margin: 0 auto;
}
.passos li {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.passos li:hover div {
  background-color: #002a68;
}
.passos div {
  position: relative;
  width: 139px;
  height: 139px;
  border-radius: 18px;
  background-color: #b6b6b6;
  font-size: 2.5em;
  font-variant: super;
  padding: 13px 0 0 13px;
  color: #FFF;
  background-repeat: no-repeat;
  background-size: cover;
}
.escolha { background-image: url(../img/passo-1.png) }
.copie { background-image: url(../img/passo-2.png) }
.use { background-image: url(../img/passo-3.png) }
.prompt { background-image: url(../img/passo-4.png) }
.passos h4 {
  margin: 40px 0 20px;
  font-size: 1.6em;
  height: 46px;
  text-align: center;
}
.passos span {
  font-family: "Open Sans", sans-serif;
  font-size: 1.15em;
  text-align: center;
}

/* Garantia Coral */
#garantia {
  padding: 50px 0;
}
.garantia img {
  width: 70%;
  margin: 0 auto;
}
.garantia > div {
  padding: 150px 30px 30px;
  margin-top: -100px;
  background-color: #002a68;
  color: #FFF;
  text-align: center;
  border-radius: 0 0 18px;
}
.garantia > div h5 {
  font-size: 1.9em;
}
.garantia > div h5::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #FFF;
  margin-top: 2px;
}
.regulamento, .slogan {
  font-size: 1.5em;
}
.regulamento {
  font-weight: bold;
  margin: 20px 0 30px;
}

/* Cores */
#cores {
  padding: 60px 0;
}
.searchform {
  position: relative;
}
.searchform button {
  height: 100%;
  width: 40px;
  background-image: url(../img/lupa.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center center;
  position: absolute;
  right: 10px;
}
.searchform input[type="text"] {
  font-family: "ColourSansRegular", sans-serif;
  font-size: 1.33em;
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 20px;
  background-color: #cdcdcd;
  padding: 0 20px;
}
h3 {
  width: fit-content;
  font-size: 1.8em;
  color: #FFF;
  background-color: #002a68;
  padding: 5px 25px;
  margin: 0 auto 30px;
  border-radius: 0 12px;
}
#cores ul {
  margin: 50px 0 0;
}
#cores li {
  width: 100%;
}
#cores li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 40px;
  margin-bottom: 8px;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 40px;
}
.vermelhos { background-color: #ba626b; }
.laranjas { background-color: #ec925d; }
.amarelos { background-color: #ffd140; }
.limas { background-color: #b9c356; }
.verdes { background-color: #40a58a; }
.turquesas { background-color: #6acada; }
.azuis { background-color: #42779f; }
.violetas { background-color: #9680a8; }
.neutros { background-color: #b2b2b2; }

/* Quem Usa */
#quem-usa {
  padding: 60px 0 70px;
}
.influencers img {
  margin: 0 auto 30px;
  border-radius: 100%;
}
.quotes {
  text-transform: uppercase;
  position: relative;
  font-size: 1.2em;
  text-align: justify;
  padding: 20px 0 0 20px;
}
.quotes::before, .quotes::after {
  display: inline-flex;
  font-family: "ColourSansRegular", sans-serif;
  position: absolute;
  font-size: 4em;
}
.quotes::before {
  content: "“";
  top: 0;
  left: 0;
}
.quotes::after {
  content: "”";
}
.infos ul {
  display: flex;
}
.infos li {
  font-size: 3em;
  text-align: center;
}
.infos li span {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.infos ul .line {
  flex: 1;
  display: flex;
  align-items: center;
}
.infos .line::after {
  content: "";
  display: flex;
  width: 100%;
  height: 2px;
  background-color: #002a68;
  margin: 12px 10px 0;
}
.username, .infos h4 {
  display: block;
  text-align: center;
}
.username {
  text-transform: uppercase;
  font-size: 1.6em;
}
.infos h4 {
  font-size: 2.5em;
  margin-bottom: 20px;
}
.quemUsa {
  width: 100%;
  height: 100%;
}
.swiper-button-next, .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-repeat: none;
  background-size: cover;
  top: 30%;
}
.swiper-button-next { background-image: url(../img/arrow-right.png); }
.swiper-button-next:hover { background-image: url(../img/arrow-right-hover.png); }
.swiper-button-prev { background-image: url(../img/arrow-left.png); }
.swiper-button-prev:hover { background-image: url(../img/arrow-left-hover.png); }
.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}

/* Inspirações */
#inspiracoes {
  padding: 60px 0 50px;
}
#inspiracoes ul {
  display: grid;
  gap: 16px;
}
#inspiracoes li div + div {
  margin-top: 16px;
}
#inspiracoes li img {
  border-radius: 25px;
  width: 100%;
}
#inspiracoes ul.inspiracoes ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px
}
.um li:nth-child(n+2), .quatro li:nth-child(n+2) {
  display: none;
}
.dois li:nth-child(n+3), .tres li:nth-child(n+3) {
  display: none;
}

/* Footer */
footer {
  display: flex;
  width: 90%;
  flex-direction: column;
  align-items: center;
  padding: 70px 0 40px;
  margin: 0 auto;
}
footer p {
  text-align: center;
  color: #9e9e9e;
}
#logo-footer {
  width: 80%;
}
.redes {
  display: flex;
  width: 50%;
  gap: 22.46%;
  margin: 24px 0 33px;
}
.redes li {
  display: flex;
  align-items: center;
}

/* Página de Cores interna */
#cores-interna h3 {
  margin-bottom: 12px
}
#cores-interna h3 + span {
  display: block;
  text-transform: uppercase;
  text-align: center;
}
#cores-interna > .left, #cores-interna > .right {
  margin-top: 50px;
}
.familias-interna {
  display: flex;
  gap: 2px;
  width: fit-content;
  margin: 25px auto 50px;
}
.familias-interna li {
  width: 30px;
  height: 30px;
}
.familias-interna a {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 25%;
}
#cores-rect {
  width: 100%;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 13.82%));
  justify-content: center;
}
#cores-rect li {
  position: relative;
  /*height: 60px;*/
  height: 0;
  padding-bottom: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cores-rect li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-self: flex-start;
  background-color: #c3d8e3;
  border-radius: 15%;
  position: absolute;
}
.tooltip {
  opacity: 0;
  background: rgba(0,0,0,0.5);
  color: #FFF;
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
  position: fixed;
  width: max-content;
  z-index: 10;
  padding: 10px;
  border-radius: 10px;
  transform: translateX(-50%); 
}
#cores-rect li a:hover {
  width: 87%;
  height: 89%;
  top: 5.5%;
}
.ss-wrapper {
  width: 100%;
}
.ss-content {
  padding-right: 0;
  right: 0;
  -ms-overflow-style: none;  /* IE e Edge */
  scrollbar-width: none;  /* Firefox */
}
.ss-content::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
.ss-scroll {
  background: #a9a9a9;
  width: 5px;
  margin-left: 18px;
}

/* Página da cor escolhida */
h2.detalhe {
  font-size: 2em;
  color: #FFF;
  padding: 80px;
  border-radius: 0 22px 50% 50%;
}
h2 span.dot {
  display: none;
}
h2 span.num {
  display: block;
  font-size: 0.8em;
}
main#cor #cores-interna > .left {
  margin: 0;
}
main#cor #cores-interna > .right {
  margin: 0;
}
.prompt-cor h2 {
  display: flex;
  justify-content: space-between;
  font-size: 2.4em;
  margin-bottom: 30px;
}
.prompt-cor > div {
  display: flex;
  flex-direction: column;
}
.prompt-cor > div span {
  text-transform: uppercase;
  text-align: right;
  font-weight: bold;
  font-size: 0.85em;
  padding: 10px 0;
}
#prompt {
  background-color: #eaeaea;
  width: 100%;
  font-size: 1.33em;
  border-radius: 25px;
  padding: 30px 25px;
  text-align: justify;
}
#copiar {
  background-color: #002a68;
  border: 1px solid #002a68;
  font-size: 1.5em;
  color: #FFF;
  width: 115px;
  padding: 10px 0;
  border-radius: 25px;
  margin: 0 auto;
}
#copiar.copiado {
  background-color: #FFF;
  color: #002a68;
}

@media screen and (min-width: 480px) {
  .video button {
    width: 30%;
    height: 12.36%;
  }

  .passos {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
    column-gap: 30px;
  }

  #inspiracoes ul.inspiracoes {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  .um {
    order: 1;
  }
}

@media screen and (min-width: 570px) {
  .video button {
    width: 21%;
    height: 8.7%;
  }

  .garantia {
    display: flex;
    position: relative;
    align-items: center;
  }
  .garantia img {
    width: 30%;
    margin: 0 auto 0 10px;
    z-index: 1;
  }
  .garantia > div {
    padding: 30px 30px 30px 35%;
    margin-top: 0px;
    border-radius: 0;
    border-top-right-radius: 18px;
    position: absolute;
  }
}


@media screen and (min-width: 1024px) {
  .desktop { display: block; }
  .mobile { display: none; }

  .container {
    width: 70.94%;
  }
  .container.large {
    width: 82.82%;
  }
  
  /* Header */
  header .container {
    width: 70.94%;
  }
  header nav {
    display: block;
    position: static;
    width: 100%;
  }
  header nav ul {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-evenly;
    align-items: center;
    background: none;
  }
  header nav li, header nav li.clicado {
    padding: 8px 0px;
    border: 1px solid transparent;
  }
  li.inicio { width: 10.15%; }
  li.comousar { width: 14.34%; }
  li.cores { width: 10.78%; }
  li.quemusa { width: 13.18%; }
  li.inspiracoes { width: 14.75%; }
  li.site { width: 13.92%; }
  header nav li:hover, header nav li.clicado {
    border-color: #bbc6d7;
    height: auto;
    border-radius: 20px;
  }
  header nav li:hover a, header nav li.clicado a {
    font-weight: bold;
  }
  header nav a {
    height: 100%;
    font-size: 1em;
    padding-right: 0px;
    justify-content: center;
  }
  #mobile {
    display: none;
  }

  /* Main */
  main {
    border-radius: 0 200px;
  }
  h1 {
    display: block;
  }

  /* Início */
  #inicio {
    padding: 79px 0 69px;
  }
  #inicio.bg::before {
    background-image: url(../img/bg-inicio.png);
    background-position-x: right;
  }
    .video button {
    width: 17%;
    height: 7.05%;
  }
  .direitos {
    font-size: 1.3em;
    margin-top: 14px;
  }
  .sobre {
    font-size: 1.48em;
    width: 87.73%;
    margin: 80px auto 120px;
  }
  .bg {
    position: relative;
  }
  .bg::before, .bg::after {
    content: "";
    display: flex;
    width: 14.53%;
    height: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
  }
  .bg::before {
    left: 0;
  }
  .bg::after {
    right: 0;
  }
  .bg.posY::before, .bg.posY::after {
    background-position-y: 113px;
  }
  #video.bg::before {
    background-image: url(../img/bg-left-traces-rect.png);
    background-position-x: right 28.35%;
  }
  #video.bg::after {
    background-image: url(../img/bg-right-traces-rect.png);
    background-position-x: left 28.35%;
  }
  #sobre.bg::before {
    background-image: url(../img/bg-left-detail.png);
    background-position-x: right;
    background-position-y: bottom;
  } 
  #sobre.bg::after {
    background-image: url(../img/bg-right-detail.png);
    background-position-x: left 4.12%;
    background-position-y: 0;
  }

  /* Como Usar */
  #como-usar {
    padding: 75px 0 17px;
  }
  .passos {
    grid-template-columns: repeat(4, 1fr);
    gap: 60px
  }
  .passos li {
    width: 165px;
  }

  /* Garantia */
  #garantia {
    padding: 85px 0 114px;
  }
  #garantia.bg::before {
    background-image: url(../img/bg-left-traces-rect.png);
    background-position-x: right 28.35%;
  }
  #garantia.bg::after {
    background-image: url(../img/bg-right-traces-rect.png);
    background-position-x: left 28.35%;
  }
  .garantia {
    width: 85.16%;
    max-width: 1160px;
    margin: 0 auto;
  }
  .garantia img {
    width: 345px;
    margin: 0;
  }
  .garantia > div {
    padding: 30px 30px 30px 154px;
    width: 600px;
    right: 0;
    height: 250px;
  }
  .garantia > div h5 {
    font-size: 2.8em;
  }
  .regulamento, .slogan {
    font-size: 1.9em;
  }

  /* Cores */
  #cores {
    padding: 0px 0 160px;
  }
  #cores.bg::before {
    background-image: url(../img/bg-left-detail.png);
    background-position-x: right;
    background-position-y: 52px;
  } 
  #cores.bg::after {
    background-image: url(../img/bg-right-detail.png);
    background-position-x: left 4.12%;
    background-position-y: 0;
  }
  .searchform {
    width: 53.24%;
    margin: 0 auto;
  }
  #cores input[type="text"] {
    width: 100%;
  }
  .cores {
    position: relative;
    display: flex;
    justify-content: center;
  }
  h3 {
    font-size: 2.33em;
    margin-left: 0;
    margin-bottom: 60px;
  }
  #cores ul {
    display: flex;
    margin-top: 70px;
  }
  #cores li {
    width: 80px;
    height: 340px;
  }
  #cores li + li {
    margin-left: 8px;
  }
  #cores li a {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #cores li a:hover {
    transform: scale(1.1, 1.1);
    transition: 0.5s ease;
  }
  #cores a span {
    transform: rotate(-90deg);
    transform-origin: left center;
    position: absolute;
    bottom: 40px;
  }

  /* Quem Usa */
  #quem-usa {
    padding: 160px 0 170px;
  }
  .quotes::before, .quotes::after {
    font-size: 5em;
  }
  .quotes::before {
    top: 6px;
    left: -23px;
  }
  .quotes::after {
    bottom: -20px;
  }
  .influencers > li {
    display: flex;
    align-items: center;
  }
  .infos {
    order: -1;
    flex: 0 1 280px;
  }
  .influencers img {
    width: 27.62%;
    flex: 0 1 27.62%;
  }
  .quotes {
    width: 320px;
    font-size: 1em;
    line-height: 1.4em;
    letter-spacing: 0.4px;
    padding: 0;
  }
  .username, .infos h4 {
    text-align: left;
  }
  .username {
    font-size: 1.3em;
  }
  .infos h4 {
    font-size: 2em;
  }
  .quemUsa .swiper-slide {
    padding: 0 80px;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 50%;
  }

  /* Inspirações */
  #inspiracoes {
    padding: 0 0 160px;
  }
  #inspiracoes h3 {
    margin-bottom: 100px;
  }
  #inspiracoes ul.inspiracoes {
    grid-template-columns: repeat(4, 1fr);
  }
  .um {
    padding-top: 204px;
    order: 0;
  }
  .tres {
    padding-top: 120px;
  }
  .quatro {
    padding-top: 327px;
  }

  /* Footer */
  footer {
    width: 100%;
  }
  #logo-footer {
    width: 31.25%;
  }
  .redes {
    width: 14.85%;
  }

  /* Página de Cores interna */
  #desktop {
    width: 100%;
    display: flex;
    align-items: center;
  }
  #desktop > a {
    margin-right: 60px;
    width: 18.5%;
  }
  header #desktop nav {
    width: 85.58%;
    height: 100%;
  }
  header #desktop nav ul {
    justify-content: start;
    gap: 16px;
  }
  #cores-interna h3 {
    margin-bottom: 12px
  }
  #cores-interna h3 + span {
    text-align: left;
  }
  #cores-interna > .left, #cores-interna > .right {
    margin-top: 0px;
  }
  .grid {
    display: flex;
    flex-direction: row;
  }
  .grid .searchform {
    width: 100%;
  }
  #cores-interna > .right {
    width: 66%;
  }
  #cores-interna > .left {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 170px;
  }
  #cores-interna > .right > .grid {
    height: 130px;
    align-items: center;
    margin-top: 40px;
  }
  .familias-interna.right {
    flex: 1;
    margin: 0;
    margin-left: 60px;
  }
  .familias-interna li {
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .familias-interna a:hover, .familias-interna a.clicado {
    width: 15px;
    height: 15px;
  }
  .wrapper-cores {
    width: 100%;
    height: 445px;
  }
  #cores-rect {
    justify-content: left;
  }

  /* Página da cor escolhida */
  main#cor.interna {
    height: calc(100vh - 51px);
    padding: 0;
  }
  main#cor > section, main#cor .container.large {
    height: 100%;
  }
  main#cor .left {
    width: 56.23%;
  }
  main#cor .right {
    width: 43.76%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;;
  }
  main#cor .grid {
    align-items: center;
  }
  main#cor .familias-interna {
    margin: 0 0 0 auto;
  }
  h2.detalhe {
    font-size: 2.5em;
    border-radius: 0 200px 200px 0;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-left: -18.39%;
    padding: 0 35px 0;
  }
  h2 span.dot, h2 span.num {
    display: inline;
  }
  h2 span.dot {
    padding: 0 15px;
  }
  h2 span.num {
    font-size: 1em;
  }
  .prompt-cor > div {
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
  }
  .prompt-cor > div span {
    flex: 1;
    text-align: left;
  }
}

@media screen and (min-width: 1900px) {
  body {
    font-size: 15px;
  }

  /* Main */
  main {
    border-radius: 0 300px;
  }
  h1 {
    font-size: 7.18em;
  }

  /* Início */
  #inicio {
    padding: 128px 0 100px;
  }
  #inicio.bg::before {
    background-size: auto 531px;
  }
  h1 {
    margin-bottom: 90px;
  }
  #inicio h2 {
    font-size: 1.66em;
  }
  .sobre {
    font-size: 1.66em;
    margin: 122px auto 168px;
  }
  #video.bg::before, #video.bg::after, #garantia.bg::before, #garantia.bg::after {
    background-size: auto 392px;
  }
  .bg.posY::before, .bg.posY::after {
    background-position-y: 161px;
  }
  #sobre.bg::before, #sobre.bg::after, #cores.bg::before, #cores.bg::after {
    background-size: auto 844px;
  }

  /* Como Usar */
  #como-usar {
    padding: 108px 0 24px;
  }
  #como-usar h2 {
    margin-bottom: 95px;
  }
  .passos li {
    width: 240px;
  }
  .passos div {
    width: 197px;
    height: 197px;
  }
  .passos h4 {
    margin: 57px 0 34px;
    height: 58px;
  }

  /* Garantia */
  #garantia {
    padding: 120px 0 162px;
  }
  .garantia img {
    width: 490px;
  }
  .garantia > div {
    padding: 65px 60px 50px 170px;
    width: 810px;
    height: 352px;
    border-top-right-radius: 27px;
  }
  .garantia > div h5 {
    font-size: 3.2em;
  }
  .garantia > div h5::after {
    height: 5px;
  }
  .regulamento, .slogan {
    font-size: 2.2em;
  }

  /* Cores */
  #cores {
    padding-bottom: 460px;
  }
  #cores li {
    width: 115px;
    height: 480px;
  }
  #cores li a {
    border-radius: 60px;
    padding-left: 57px;
  }
  .searchform input[type="text"] {
    height: 54px;
    border-radius: 30px;
    padding: 0 30px;
    font-size: 1.53em;
  }
  .searchform button {
    width: 54px;
    background-size: 23px;
  }

  /* Quem Usa */
  #quem-usa {
    padding: 0px 0 170px;
  }
  .infos {
    flex: 0 1 480px;
  }
  .quemUsa .swiper-slide {
    padding: 0 114px;
  }

  /* Footer */
  .redes {
    margin: 37px 0 50px;
  }

  /* Página de Cores interna */
  /*#cores-rect li {
    height: 85px;
  }*/
  .familias-interna {
    gap: 4px;
  }
  .familias-interna li {
    width: 25px;
    height: 25px;
  }
  .familias-interna a:hover, .familias-interna a.clicado {
    width: 21px;
    height: 21px;
  }
}