/* PATHS */
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes pulse {
  0%,
  100% {
    opacity: 0; }
  70% {
    opacity: 1; } }

@keyframes rotate {
  100% {
    transform: rotate(-360deg); } }

@keyframes spriteAnimation {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  overflow-x: hidden;
  color: #000; }

h1, h2, h3 {
  margin: 0;
  font-weight: 600; }

h3 {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -.03em;
  font-weight: 600;
  margin: 0 0 40px;
  font-family: "Poppins", sans-serif; }
  @media (min-width: 1366px) {
    h3 {
      font-size: 60px;
      line-height: 70px;
      margin: 0 0 60px; } }
  @media (min-width: 1920px) {
    h3 {
      font-size: 80px;
      line-height: 90px; } }

p {
  margin: 0 0 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: -.03em; }
  @media (min-width: 1366px) {
    p {
      margin: 0 0 60px; } }
  p:last-child {
    margin: 0; }

section {
  padding: 80px 0; }
  @media (min-width: 1366px) {
    section {
      padding: 120px 0; } }
  @media (min-width: 1920px) {
    section {
      padding: 160px 0; } }

.container {
  padding: 0 20px;
  width: auto;
  height: auto; }
  @media (min-width: 768px) {
    .container {
      width: 640px;
      margin: 0 auto;
      padding: 0; } }
  @media (min-width: 1366px) {
    .container {
      width: 990px; } }
  @media (min-width: 1920px) {
    .container {
      width: 1280px; } }

.header {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  right: 0;
  z-index: 9;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .header {
      padding-top: 60px; } }
  @media (min-width: 1920px) {
    .header {
      padding-top: 100px; } }
  .header .logo {
    display: inline-block;
    width: auto;
    height: 32px;
    width: 131px; }
    @media (min-width: 768px) {
      .header .logo {
        height: 42px;
        width: 172px; } }
    @media (min-width: 1920px) {
      .header .logo {
        height: 52px;
        width: 213px; } }
    .header .logo svg {
      width: 100%;
      height: 100%; }

.hero {
  background-image: url("/img/curva-c/hero-mobile.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 0; }
  @media (min-width: 768px) {
    .hero {
      background-image: url("/img/curva-c/hero-tablet.jpg"); } }
  @media (min-width: 1366px) {
    .hero {
      background-image: url("/img/curva-c/hero-desktop.jpg"); } }
  .hero .box {
    position: relative; }
  .hero .box-title, .hero .box-subtitle {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff; }
  .hero .box-title {
    font-size: 80px;
    letter-spacing: -.05em;
    line-height: 1;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .hero .box-title {
        font-size: 120px; } }
    @media (min-width: 1366px) {
      .hero .box-title {
        font-size: 150px;
        margin-bottom: 40px; } }
    @media (min-width: 1920px) {
      .hero .box-title {
        font-size: 220px; } }
  .hero .box-subtitle {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -.03em; }
    @media (min-width: 1366px) {
      .hero .box-subtitle {
        font-size: 46px; } }
    @media (min-width: 1920px) {
      .hero .box-subtitle {
        font-size: 56px; } }
  .hero .bottom {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    animation: bounce 2s infinite; }
    .hero .bottom svg {
      width: 36px;
      height: 36px; }
      @media (min-width: 1366px) {
        .hero .bottom svg {
          width: 42px;
          height: 42px; } }
      @media (min-width: 1366px) {
        .hero .bottom svg {
          width: 62px;
          height: 62px; } }

.is-the-year-of-naples {
  background-color: #0097FF; }
  .is-the-year-of-naples h3, .is-the-year-of-naples p {
    color: #fff; }
  .is-the-year-of-naples p {
    font-size: 32px;
    line-height: 42px; }
    @media (min-width: 1366px) {
      .is-the-year-of-naples p {
        font-size: 46px;
        line-height: 52px; } }

.what-is-curva-c p {
  font-family: "Source Serif Pro", serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: -.02em; }
  @media (min-width: 1366px) {
    .what-is-curva-c p {
      font-size: 32px;
      line-height: 46px; } }

.what-is-curva-c strong {
  font-family: "Source Serif Pro", serif;
  font-weight: 600; }

.what-is-curva-c .slider {
  display: flex;
  gap: 25px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: scroll;
  padding: 80px 20px 120px; }
  @media (min-width: 1366px) {
    .what-is-curva-c .slider {
      padding: 120px 20px 140px;
      gap: 30px; } }
  @media (min-width: 1920px) {
    .what-is-curva-c .slider {
      padding: 160px 20px 240px;
      gap: 40px; } }
  .what-is-curva-c .slider img {
    display: inline-block;
    border-radius: 12px;
    width: 196px;
    flex: 1 1 auto; }
    @media (min-width: 1366px) {
      .what-is-curva-c .slider img {
        width: 280px;
        border-radius: 20px; } }
    @media (min-width: 1920px) {
      .what-is-curva-c .slider img {
        width: 343px; } }
    .what-is-curva-c .slider img:nth-child(2n) {
      transform: translateY(25px); }
      @media (min-width: 1366px) {
        .what-is-curva-c .slider img:nth-child(2n) {
          transform: translateY(30px); } }
      @media (min-width: 1920px) {
        .what-is-curva-c .slider img:nth-child(2n) {
          transform: translateY(40px); } }
  .what-is-curva-c .slider::-webkit-scrollbar {
    display: none; }

.what-is-curva-c .items {
  display: flex;
  flex-direction: column;
  max-width: 260px;
  margin: 0 auto;
  gap: 60px; }
  @media (min-width: 768px) {
    .what-is-curva-c .items {
      flex-direction: row;
      gap: 0;
      max-width: 100%; } }

.what-is-curva-c .item {
  padding: 0 30px; }
  .what-is-curva-c .item img {
    max-width: 155px; }
    @media (min-width: 768px) and (max-width: 1365px) {
      .what-is-curva-c .item img {
        max-width: 120px; } }
  .what-is-curva-c .item svg {
    height: 36px;
    width: 36px; }
    @media (min-width: 1366px) {
      .what-is-curva-c .item svg {
        height: 60px;
        width: 60px; } }
  .what-is-curva-c .item p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    margin: 0 0 10px; }
    @media (min-width: 768px) and (max-width: 1365px) {
      .what-is-curva-c .item p {
        font-size: 14px; } }
  @media (min-width: 768px) {
    .what-is-curva-c .item:nth-of-type(3) {
      margin: 0; } }
  @media (min-width: 1366px) {
    .what-is-curva-c .item:nth-of-type(3) {
      margin: 0 20px 0 0; } }
  @media (min-width: 1920px) {
    .what-is-curva-c .item:nth-of-type(3) {
      margin: 0 60px 0 0; } }
  .what-is-curva-c .item:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: solid 1px #C3C3C3;
    padding-top: 60px; }
    @media (min-width: 768px) {
      .what-is-curva-c .item:last-child {
        border-top: none;
        border-left: solid 1px #C3C3C3;
        padding: 0;
        margin: 0;
        flex: 1 0 151px; } }
    @media (min-width: 1366px) {
      .what-is-curva-c .item:last-child {
        flex: 1 0 155px; } }
    @media (min-width: 1366px) {
      .what-is-curva-c .item:last-child {
        flex: 1 0 155px; } }
  @media (min-width: 768px) {
    .what-is-curva-c .item {
      padding: 0;
      flex: 0 0 124px;
      margin: 0 45px 0 0; } }
  @media (min-width: 1366px) {
    .what-is-curva-c .item {
      flex: 0 0 180px;
      margin: 0 80px 0 0; } }
  @media (min-width: 1920px) {
    .what-is-curva-c .item {
      flex: 0 0 190px;
      margin: 0 180px 0 0; } }

.what-is-curva-c .item-text {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  margin-top: 20px; }
  @media (min-width: 1366px) {
    .what-is-curva-c .item-text {
      font-size: 36px;
      line-height: 44px; } }
  @media (min-width: 1920px) {
    .what-is-curva-c .item-text {
      font-size: 42px;
      line-height: 50px; } }

.video {
  background-color: #000; }
  .video .inner {
    position: relative;
    padding-bottom: 56.28%; }
    @media (max-width: 767px) {
      .video .inner {
        margin: 0 -20px; } }
  .video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.do-you-want {
  background-color: #FF4900; }
  .do-you-want .inner {
    display: flex;
    flex-direction: column;
    gap: 50px; }
    @media (min-width: 768px) {
      .do-you-want .inner {
        flex-direction: row;
        gap: 80px; } }
    @media (min-width: 1366px) {
      .do-you-want .inner {
        gap: 120px; } }
  @media (min-width: 1366px) {
    .do-you-want h3 {
      font-size: 60px;
      line-height: 70px; } }
  @media (min-width: 1920px) {
    .do-you-want h3 {
      font-size: 80px;
      line-height: 90px; } }
  .do-you-want p {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px; }
    @media (min-width: 1366px) {
      .do-you-want p {
        font-size: 42px;
        line-height: 52px; } }
    @media (min-width: 1920px) {
      .do-you-want p {
        font-size: 46px;
        line-height: 56px; } }
  .do-you-want a {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 158px;
    height: 60px;
    border-radius: 12px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    transition: all .1s linear; }
    @media (min-width: 1366px) {
      .do-you-want a {
        width: 214px;
        height: 80px;
        font-size: 26px;
        border-radius: 20px; } }
    .do-you-want a:hover {
      background-color: #000;
      color: #FF4900; }
  .do-you-want img {
    width: 100%;
    border-radius: 12px; }
    @media (min-width: 768px) {
      .do-you-want img {
        width: 240px; } }
    @media (min-width: 1366px) {
      .do-you-want img {
        width: 375px;
        border-radius: 20px; } }
    @media (min-width: 1920px) {
      .do-you-want img {
        width: 480px; } }

.footer {
  background-color: #000;
  padding: 80px 0; }
  @media (min-width: 1366px) {
    .footer {
      padding: 100px 0; } }
  .footer .logo {
    display: inline-block; }
  .footer .products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
  .footer .product svg {
    fill: #fff;
    height: 20px;
    width: auto; }
  .footer .text, .footer .link {
    color: #FF4900;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: -.03em; }
  .footer .text {
    font-size: 12px;
    line-height: 16px;
    max-width: 300px; }
    @media (min-width: 768px) {
      .footer .text {
        margin: 0; } }
  .footer .links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px; }
    @media (min-width: 768px) {
      .footer .links {
        justify-content: flex-end; } }
  .footer .link {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none; }
  .footer a {
    transition: all .1s linear; }
    .footer a:hover {
      opacity: .7; }
  .footer .top {
    margin-bottom: 80px; }
    @media (min-width: 1366px) {
      .footer .top {
        margin-bottom: 100px; } }
  .footer .middle {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px #FF4900; }
    @media (min-width: 768px) {
      .footer .middle {
        padding-bottom: 50px;
        margin-bottom: 50px; } }
  @media (min-width: 768px) {
    .footer .bottom {
      display: flex;
      justify-content: space-between; } }
