@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    margin: 0;
    background-color: #1e1e1e;
    color: #fff;
    overflow-x: hidden;
}

.header {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    padding: 10px 8%;
    position: relative;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
}

.video-container video{
    opacity: 0.4;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.logo {
    margin-top: 20px;
    width: 200px;
}

nav button {
    border: none;
    outline: none;
    background: rgb(56, 155, 235);
      background: linear-gradient(
        260deg,
        rgba(34, 205, 228, 1) 0%,
        rgba(56, 155, 235, 1) 100%        
      );
    color: #fff;
    padding: 7px 20px;
    font-size: 12px;
    border-radius: 4px;
    margin-left: 10px;
    cursor: pointer;
    font-weight: 500;
}

.lang-btn {
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: 1px solid #fff;
    padding: 7px 10px;
}

.lang-btn img {
    width: 10px;
    margin-left: 10px;
} 

.fa-globe {
    color: #fff;
    width: 10px;
    margin-right: 10px;
}

.header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    margin-top: 18px;
}

.header-content strong {
    color:#00c6ff;
}

.header-content h1 {
    display: inline;
    align-items: center;
    font-size: 38px;
    line-height: 100px;
    font-weight: 600;
    max-width: 650px;
}

.header-content h3 {
    font-weight: 300;
    margin-bottom: 25px;
}

.header-content h3 i {
    color: #00c6ff;
}

.email-signup input {
    flex: 1;
    border: 0;
    outline: 0;
    margin-left: 20px;
}

.button-link {
    border: none;
    outline: none;
    background: rgb(56, 155, 235);
      background: linear-gradient(
        260deg,
        rgb(16, 196, 219) 0%,
        rgba(56, 155, 235, 1) 100%        
      );
    color: #fff;
    padding: 7px 20px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    margin-top: 40px;
    cursor: pointer;
    box-shadow: #000000 0px 7px 18px;
}

.button-link a{
    color: #fff;
    text-decoration: none;
}

.scroll-arrow {
    position: absolute;
    bottom: 20px;
    left: 49%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.arrow {
    font-size: 30px;
    color: #00c6ff;
    font-weight: bold;
}

.features {
    border-top: 3px solid #363636;
    padding: 30px 12%;
    font-size: 20px;
}

.row {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px 0;
    justify-content: space-between;
}

.text-col, .img-col {
    flex-basis: calc(50% - 20px); 
    margin-bottom: 20px;
    font-size: 18px;
}

.text-col h2 {
    line-height: 50px;
    color: #00c6ff;
}

.text-col p {
    font-weight: 300;
}

.text-col p strong {
    color:#00c6ff;
}

.img-col video,
.img-col img {
    background-color: #000;
    border-radius: 30px;
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 15px;
    border: 3px solid #00c6ff;
}


.img-col source {
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    animation: infinite 12s;
}

.features h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}

.videosaberon {
    background-color: #1e1e1e;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

h1.video-title {
    font-size: 40px;
    font-weight: 500;
    color:#00c6ff;
    margin-bottom: 20px; 
}

.videosaberon iframe {
    width: 65%; /* Aumentamos a largura */
    height: 80%;
    border-radius: 20px;
}


.play-button-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.play-button-container img {
    width: 150px;
    height: 150px;
    cursor: pointer;
}

.c2ara{
    margin-top: 15px;
}


.faq {
    margin-top: 10px;
    padding: 10px 5%;
    text-align: start;
    font-size: 18px;
}

.faq strong {
    color: #00c6ff;
}

.faq h2 {
    font-size: 40px;
    font-weight: 500;
    color:#00c6ff;
}

.accordion {
    list-style: none;
    margin: 60px auto;
    width: 100%;
    max-width: 750px;
    border-radius: 20px;
}

.accordion-item {
    list-style: none;
    width: 100%;
    padding: 5px;
    border-radius: 20px;
}

.accordion-item-header {
    color: #fff;
    display: flex;
    align-items: center;
    padding: 20px;
    font-size: 17px;
    font-weight: 500;
    background: rgb(53, 53, 53);
    background: linear-gradient(
       260deg,
    rgb(56, 56, 56) 0%,
    rgb(26, 26, 26) 100%        
    );
    margin-bottom: 2px;
    cursor: pointer;
    position: relative;
    border-radius: 20px;
    font-weight: 300;
}

.accordion-item-body {
    max-height: 0;
    font-size: 17px;
    font-weight: 300;
    color:#fff;
    border-radius: 20px;
    background: rgb(53, 53, 53);
    background: linear-gradient(
      260deg,
    rgb(56, 56, 56) 0%,
    rgb(26, 26, 26) 100%        
    );
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.accordion-item.open .accordion-item-body {
    max-height: 500px;
    padding: 10px;
}



.faq {
  text-align: center;
}

.faq small {
    font-size: 18px;
    margin: 15px ;
    display: block;
}

.faq button {
    border: none;
    outline: none;
    background: rgb(56, 155, 235);
      background: linear-gradient(
        260deg,
        rgba(34, 205, 228, 1) 0%,
        rgba(56, 155, 235, 1) 100%        
      );
    color: #fff;
    padding: 7px 20px;
    font-size: 18px;
    border-radius: 20px;
    margin-left: 15px;
    cursor: pointer;
    font-weight: 500;
}

.faq button a {
    text-decoration: none;
    color: white;
}

.cara{
    border-top: 1px solid white;
}

.footer {
    color: #ffffff;
    display: block;
    justify-content: center;
    align-items: center;
}

.footer h2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: center;
}

.footer h2 a {
    text-decoration: none;
    color: #00c6ff;
    font-weight: 500;
}

.footer .col {
    padding: 0px;
    flex-basis: 25%;
    flex-grow: 1;
}

.footer .col a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: underline;
}

.footer .row {
    margin-top: 20px;
    text-align: center;
    padding: 10px 0px;
}

.footer .row::before {
    content: '';
    display: block;
    height: 2px;
    background-color: white;
    margin-bottom: 5px;
}

.footer .lang-btn {
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
}

.copyright-text {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 3px;
}

.copyright-text2 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 3px;
}

.copyright-text3 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 3px;
}

.copyright-text4 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 3px;
}

.copyright-text5 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 3px;
}


.logogs img {
    margin: auto;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

.scrollButton {
    position: fixed;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%); 
    width: 60%;
    padding: 10px 0;
    background: rgb(56, 155, 235);
      background: linear-gradient(
        260deg,
        rgba(34, 205, 228, 1) 0%,
        rgba(56, 155, 235, 1) 100%        
      );
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    transition: bottom 0.4s ease;
    font-size: 18px;
    font-weight: 500;
}

.scrollButton.show {
    bottom: 0px;
}

.scrollButton:hover {
  background-color: #00c6ff;
}

@media screen and (min-width: 769px) {
    .img-col img {
        display: none;
    }

    .img-col video {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    
    .video-container {
        display: none;
    }

    .header {
        position: relative;
    }

    .mobile-background {
        background-image: url('/Assets/back-mobile.jpg'); 
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    
    .logo {
        margin-top: 30px;
        width: 170px;
    }

    nav button {
        padding: 5px 10px;
    }

    nav .lang-btn {
        padding: 4px 5px;
    }

    .header-content {
        position: unset;
        transform: none;
        padding-top: 40px;
    }

    .header-content h1 {
        font-size: 25px;
    }
    
    .videosaberon {
        height: 60vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    h1.video-title {
        font-size: 20px;
        font-weight: 500;
        color:#00c6ff;
        margin-bottom: 20px; 
    }
    
    .videosaberon iframe {
        width: 80%;
        height: 40%;
        border-radius: 10px;
    }
    

    .email-signup button {
        font-size: 12px;
        padding: 5px 5px;
    }
    
    .text-col h2 {
        line-height: 30px;
        color: #00c6ff;
    }

    .img-col video {
        display: none;
    }

    .img-col img {
        display: block;
    }

    .text-col, .img-col {
        flex-basis: 100%;
    }

    .scrollButton {
        bottom: -50px;
    }

    .features h2 {
        font-size: 30px;
    }

    .features p {
        font-size: 15px;
    }

    .row:nth-child(2), .row:nth-child(4) {
        flex-direction: column-reverse;
    }

    .features .row {
        padding: 10px 0;
    }

    .faq h2 {
        font-size: 20px;
        text-align:center;
    }

    .accordion-item-header {
        font-size: 16px;
        padding: 15px;
    }

    .accordion-item-body {
        font-size: 16px;
    }
    
   .logogs {
        text-align: center;
    }

   .logogs img {
       display: block;
       margin: 25px auto;
       max-width: 100%;
    }
}