*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body{
    background-color: #0b001a;
    color: #fff;
    font-family: 'Century Gothic Paneuropean', sans-serif;
    width: 100%;
    overflow: hidden;
    position: unset!important;
    min-height: unset!important;
}

html{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.backdrop{
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.7);
    z-index: -99;
    transition: all 300ms ease;
}

header{
    position: fixed;
    top: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 30px;
    z-index: 500;
    gap: 20px;
    background: rgba(13, 11, 24, 0.5);
    backdrop-filter: blur(10px);
}

/* nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 50px;
    gap: 50px;
    background-color: rgba(11, 0, 26, .6);
    border-radius: 15px;
    backdrop-filter: blur(20px);
} */

nav{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 5px 10px;
    gap: 20px;
    background-color: #03192e;
    border-radius: 15px;
    transition: all 300ms ease;
} 

nav a{
    text-decoration: none;
    color: #fff;
    transition: all 300ms ease;
    padding: 5px 10px;
}

nav p{
    transition: transform 0.3s ease;
}

#bg-wrapper{
    display: none;
}

nav a:hover, nav p:hover{
    transform: scale(1.05);
}

header img:hover{
    transform: scale(1.05);
    cursor: pointer;
}

header img{
    width: 50px;
    transition: transform 0.3s ease;
}

.underline{
    position: relative;
    z-index: 2;
}

.underline::after{
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    background-color: rgb(006, 145, 192);
    height: calc(100%);
    padding: 5px 5px;
    z-index: -1;
    border-radius: 10px;
}

.menu-hamburguer, nav li{
    display: none;
}

.center {
    width: 28px;
}
  
.center:before,
.center:after,
.center div {
    background: #fff;
    content: "";
    display: block;
    height: 4px;
    border-radius: 3px;
    margin: 8px 0;
    transition: 0.5s;
}

.center:before {
    transform: translateY(var(--y)) rotate(var(--x));
}
.center:after {
    transform: translateY(var(--y-a)) rotate(var(--x-a));
}
.center div {
    transform: scale(var(--s));
} 

.embaixo-logo-footer{
    display: flex;
    margin-top: 5px;
    padding-bottom: 20px;
    column-gap: 80px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.logo-footer{
    width: 350px;
    margin-bottom: 15px;
}

footer{
    background-color: #3529a10f;
    padding: 30px 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 350px;
    
}

footer a{
    text-decoration: none;
    color: #fff;
}

.embaixo-logo-footer p{
    font-size: 16px;
    margin-bottom: 5px;
}

.embaixo-logo-footer-esq{
    /* margin-right: 80px; */
    flex-direction: column;
    display: flex;
}

.embaixo-logo-footer-esq p{
    transition: transform 0.3s ease;
}

.embaixo-logo-footer-esq p:hover{
    transform: scale(1.05);
}

.embaixo-logo-footer-dir-dir{
    display: flex;
    flex-direction: column;
    /* margin-left:80px ; */
}

#artigos h1{
    align-self: flex-start;
    margin-left: calc(10% + 20px);
}

#cases h1{
    align-self: flex-start;
    margin-left: 50px;
}

.botao-contrate-footer{
    padding: 15px 25px;
    background-color: rgb(006, 145, 192);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Technor', sans-serif;
    cursor: pointer;
    transition: transform 0.3s ease;

}

.botao-contrate-footer:hover{
    transform: scale(1.2);
}

.botao-contrate-footer p{
    font-size: 20px;
    
}

.logo-redes-sociais{
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

.logo-redes-sociais img{
    width: 30px;
    filter: invert(100%);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.logo-redes-sociais img:hover{
    transform: scale(1.2);
}


.footer-lado-dir{
    display: flex;
    flex-direction: column;
    justify-content: space-between  ;
    height: 100%;
}

.footer-baixo{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.back-top{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: linear-gradient(135deg, rgba(3,25,46,0.14002097420999648) 35%, rgba(39,81,121,0.46775206664697133) 100%);
    border: #062644 2px solid;
    padding: 10px;
    border-radius: 100%;
    opacity: 0;
    backdrop-filter: blur(10px);
    transition: all 300ms;
}

.back-top:hover{
    cursor: pointer;
    background: linear-gradient(135deg, rgba(3,25,46,0.6) 35%, rgba(39,81,121,0.9) 100%);
}

.back-top img{
    filter: invert();
    rotate: -90deg;
}

.notification{
    position: fixed;
    bottom: -100px;
    left: 20px;
    padding: 15px 20px;
    background-color: rgb(006, 145, 192);
    color: #fff;
    font-weight: 600;
    border-radius: 15px;
    transition: all 300ms;
}

@keyframes bounce {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-20px); /* Ajuste a distância conforme necessário */
    }
  }

#seta-baixo-pg-inicial{
    width: 50px;
    filter: invert(100%);
    animation: bounce 2s infinite alternate;
    margin-top: 30px;
}

.scroller[data-animated="true"] {
overflow: hidden;
-webkit-mask: linear-gradient(
    90deg,
    transparent,
    white 20%,
    white 80%,
    transparent
);
mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
width: max-content;
flex-wrap: nowrap;
animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
    animation-play-state: var(--animst);
}

.scroller[data-direction="right"] {
    --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
    --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
    --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
    --_animation-duration: 60s;
}

.scroller[data-speed="stop"] {
    --_animation-duration: 900s;
}

.cards-e-titulo{
    margin-top: 50px;
}

#quatro-etapas{
    font-size: 22px;
}

@keyframes scroll {
    to {
        transform: translate(calc(-50%));
    }
}

.cards-e-titulo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.embaixo-card-botoes a {
    text-decoration: none;
    width: 100%;
    color: #fff;
    margin-right: 10px;
}

.titulo-cards-geral{
    all: unset;
    font-size: 70px;
    font-family: 'Technor', sans-serif;
    text-align: center;
    margin: 0;
}

.cards-inicial{
    padding-top: 10px;
} 

.textos-card{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cards{
    padding: 50px 100px 100px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-behavior: smooth;
}

.cards-nav{
    display: none;
    justify-content: space-between;
    width: 100%;
    padding: 0 50px;
}

.cards-nav img{
    filter: invert(100%);
    width: 48px;
    transition: all 300ms;
}

.cards-back{
    rotate: 180deg;
}

.cada-card{
    background: linear-gradient(135deg, rgba(3,25,46,1) 35%, rgba(39,81,121,1) 100%);
    border: #062644 2px solid;
    padding: 20px;
    width: 300px;
    min-width: 300px;
    height: 400px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    scale: .9;
    transition: all 300ms;
}

.cada-card[data-active='true']{
    scale: 1.1;
}

.titulo-card{
    font-weight: normal;
    text-align: center;
    font-size: 32px;
}

.p-card{
    font-size: 14px;
    text-align: center;
    
}

.embaixo-card-botoes{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.compartilhar-card img{
    width: 20px ;
    filter: invert(100%);
}

.botao-visualizar-card{
    background-color: rgb(006, 145, 192);
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 15px;
}

.logo-castle-nav img{
    width: 170px;
}

.botao-visualizar-card:hover, 
.compartilhar-card:hover{
    cursor: pointer;
    background-color: rgb(2, 182, 241);
}

.compartilhar-card{
    background-color: rgb(006, 145, 192);
 
    display: flex;
    justify-content: center;
    padding: 10px 10px;
    border-radius: 15px;
}

#gif-castle-pg-inicial{
    width: 500px;
}

.modal-backdrop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 600;
    background-color: rgba(0,0,0,.5);
}

.traducao{
    display: flex;
}

.botao-traducao{
    border: none;
    border-radius: 5px;
    padding: 5px;
    background-color: #555b69;
    color: white;
}

.botao-traducao:hover{
    cursor: pointer;
    background-color: #6a7182;
}

.botao-traducao::after{
    background-color: #9aa2b7;

}

.en, .es{
    display: none;
}

 .bandeiras {
    display: flex;
    align-items: center;
    margin: 0;
}
.gtranslate_wrapper{
    margin: 0;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
    flex-wrap: wrap;
}

header img{
    width: auto;
}

/* Animações de entrada e saída */
.slide-in-right {
    animation: slideInRight 0.5s forwards;
}

.slide-out-left {
    animation: slideOutLeft 0.5s forwards;
}

.slide-in-left {
    animation: slideInLeft 0.5s forwards;
}

.slide-out-right {
    animation: slideOutRight 0.5s forwards;
}

/* Keyframes para animações */
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideOutLeft {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(-100%);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideOutRight {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(100%);
    }
}

main{
    margin: 130px 120px 60px 120px;
}