@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Lilita+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header { 
  position: relative;
  display: flex;  
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.header img:last-of-type {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 50px;
  width: 100%;
}

.header img:first-of-type {
  object-fit: contain;
  object-position: center center;
  width: 250px;
  z-index: 999;
}

body {
  background-color: #FFE4E1;
}
 
section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  width: 100%
}
 
section h1 {
   text-align: center;
   margin-block: 25px;
   color: #E68BBE; 
   letter-spacing: -4px;
   font-size: 85px;
   font-family: "Lilita One", sans-serif;
   font-weight: 400;
   font-style: normal;
}

section p {
  text-align: center;
  font-size: 30px;
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
   
.sobre-moranguinho {
  display: flex;             /* coloca lado a lado */
  align-items: center;       /* alinha verticalmente */
  padding: 20px;    /* opcional, só deixa mais bonitinho */
  justify-content: center;
  gap: 100px;
  margin-block: 60px
}

.moranguinho-img {
  max-width: 300px;          /* tamanho da imagem */
  height: auto;
}

.moranguinho-texto {
  max-width: 400px;          /* limita largura do texto */
  line-height: 2;
}

.p1 {
  font-size: 20px;
  font-weight: 600;
  color: #4A8A4C;
  margin-bottom: 35px;
  line-height: 30px;
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  
}

.p2 {
  font-size: 16px;
  font-weight: normal;
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 25px;
}

.link1 {
;
}

.wrapper {
    margin-top: 2rem;
    width: 90%;
    max-width: 1536px;
    margin-inline: auto;
    height: 100px;
    position: relative;
    overflow: hidden;
    mask-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 1) 20%,
        rgba(0, 0, 0, 1) 80%,
        rgba(0, 0, 0, 0)
    );
}

@keyframes scrollLeft {
    to {
        left: -200px;
    }
}

@keyframes scrollRight {
    to {
        right: -200px;
    }
}

.itemLeft,
.itemRight {
    width: 200px;
    height: 100px;
    background-color: #ffbecc;
    border-radius: 6px;
    position: absolute;
    animation-timing-function: linear;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.itemLeft {
    left: max(calc(200px * 7), 100%);
    animation-name: scrollLeft;
}

.itemRight {
    right: max(calc(200px * 7), calc(100% + 200px));
    animation-name: scrollRight;
}

/* Animation delays for each item (7 items per wrapper) */
.item1 {
    animation-delay: calc(30s / 7 * (7 - 1) * -1);
}

.item2 {
    animation-delay: calc(30s / 7 * (7 - 2) * -1);
}

.item3 {
    animation-delay: calc(30s / 7 * (7 - 3) * -1);
}

.item4 {
    animation-delay: calc(30s / 7 * (7 - 4) * -1);
}

.item5 {
    animation-delay: calc(30s / 7 * (7 - 5) * -1);
}

.item6 {
    animation-delay: calc(30s / 7 * (7 - 6) * -1);
}

.item7 {
    animation-delay: calc(30s / 7 * (7 - 7) * -1);
}

/* Logo specific styles - using the correct paths relative to estilo.css */
.netflix-logo {
    background-image: url("logos/logo-netflix.png");
}
.youtube-logo {
    background-image: url("logos/logo-youtube.png");
}
.google-tv-logo {
    background-image: url("logos/logo-googletv.png");
}
.lg-channels-logo {
    background-image: url("logos/logo-lgchannels.png");
}
.plex-logo {
    background-image: url("logos/logo-plex.png");
}
.pluto-tv-logo {
    background-image: url("logos/logo-plutotv.png");
}
.roku-channel-logo {
    background-image: url("logos/logo-rokuchannel.png");
}
.samsung-tv-plus-logo {
    background-image: url("logos/logo-samsungtvplus.png");
}
.sling-free-stream-logo {
    background-image: url("logos/logo-slingfreestream.png");
}
.tcltv-plus-logo {
    background-image: url("logos/logo-tcltvplus.png");
}
.tubi-logo {
    background-image: url("logos/logo-tubi.png");
}
.vizio-watch-free-plus-logo {
    background-image: url("logos/logo-viziowatchfreeplus.png");
}
.vix-logo {
    background-image: url("logos/logo-vix.png");
}
.xumo-play-logo {
    background-image: url("logos/logo-xumoplay.png");
}

/* Timeline Styles */
.timeline-section {
    padding: 50px 0;
    position: relative;
}

.timeline-section .timeline-title {
    color: #e68bbe;
    margin-bottom: 60px;
    letter-spacing: -2px;
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline::after {
    content: "";
    position: absolute;
    width: 6px;
    background-color: #f67280; 
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
}

.timeline-item {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.timeline-item::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -27px;
    padding: 10px;
    background-color: #fff;
    background-image: url("iconMorango.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 4px solid #f67280; /* Cor da borda do ponto */
    top: 5px;
    border-radius: 50%;
    z-index: 1;
}

.timeline-item:nth-child(odd) {
    left: 0;
    top: -5px;
}

.timeline-item:nth-child(even) {
    left: 50%;
}

.timeline-dot:nth-child(even) {
    margin-left: 0;
}

.timeline-item:nth-child(even)::after {
    left: -25px;
}

.timeline-content {
    padding: 20px 30px;
    background-color: #fff;
    position: relative;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.timeline-content h3 {
    font-family: "Lilita One", sans-serif;
    color: #e68bbe;
    margin-bottom: 10px;
    font-size: 24px;
}

.timeline-content p {
    font-family: "Google Sans Flex", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #555;
    text-align: left; /* Adjust text alignment for readability */
}

.timeline-content img {
    max-width: 100%;
    height: auto;
    margin-top: 15px;
    border-radius: 4px;
}

.timeline-date {
    background-color: #f67280;
    padding: 10px;
    margin-bottom: 4px;
    color: white;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Lilita One", sans-serif;
    font-size: 20px;
    z-index: 2;
}

.timeline-item:nth-child(odd) .timeline-date {
    right: -10px; /* Position date to the right for odd items */
    left: auto;
}

.timeline-item:nth-child(even) .timeline-date {
    left: -10px; /* Position date to the left for even items */
    right: auto;
}

/* Media Queries for responsiveness */
@media screen and (max-width: 768px) {
    .timeline::after {
        left: 31px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    .timeline-item::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent #fff;
    }

    .timeline-item::after {
        left: 5px;
    }

    .timeline-item:nth-child(even) {
        left: 0%;
    }

    .timeline-item:nth-child(even)::after {
        left: 5px;
    }

    .timeline-date {
        position: relative;
        left: 0 !important;
        right: 0 !important;
        margin-bottom: 10px;
    }

    .timeline-item:nth-child(odd) .timeline-date {
        text-align: left;
    }

    .timeline-item:nth-child(even) .timeline-date {
        text-align: left;
    }
}


























