@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400,700,&display=swap');

/* Reset */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    scroll-behavior: smooth;
}

html,
body,
h1,
p,
a,
div,
section,
img,
ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    list-style: none;
}

/* Basic */
body {
    font: 62.5%;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.clear {
    clear: both;
}

.linhatop {
    width: 100%;
    float: left;
    height: 5px;
    border-top: 15px solid #ff9e02;
}

/* --------------------------- TOPO ------------------------------*/
.topo {
    width: 100%;
    padding: 20px 0;
    /* border-top: #FFF 4px solid; */
    z-index: 999999;
    position: sticky;
    top: 0;
    background-color: #f6f9ff;
    opacity: 0.9;
}

.topo:hover {
    opacity: 1;
}

.topo .meio {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.topo .meio .img {
    max-width: 100%;
    float: left;
    margin: 0 20px;
}

.topo .meio span {
    display: none;
    float: right;
}

.topo .meio ul {
    float: right;
    display: flex;
    align-items: center;
}

.topo .meio ul li {
    display: inline-block;
    margin: 0 14px;
}

.topo .meio ul li a {
    color: #2a4f72;
    padding: 5px 0;
    border-bottom: 3px hsla(0, 0%, 100%, 0.00) solid;
    font-weight: 600;
    font-size: 18px;
}

.topo .meio ul li a img{
    image-rendering: smooth;
}

.topo .meio ul li a:hover {
    border-bottom: 3px #2a4f72 solid;
}

.nav-container{
    display: flex;
    gap: 40px;
}

.login-button { 
    padding: 3px 15px;
    border: 3px #2a4f72 solid;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #2a4f72;
    text-decoration: none;
    /* position: absolute; */
}

@media screen and (max-width: 720px) {
    .topo .meio ul {
        display: none;
        text-align: center;
        position: absolute;
        right: 10px;
        top: 100px;
        padding: 20px;
        flex-direction: column;
        background-color: #f6f9ff;
        border-radius: 7px;
    }

    .topo .meio span {
        display: block;
        font-size: 30px;
        padding: 10px;
        cursor: pointer;
    }

    .topo .meio span:hover {
        background: hsla(0, 0%, 99%, 0.77);
    }
}

@media screen and (max-width: 450px) {
    .topo .meio ul li {
        display: inline-block;
        margin: 0;
    }

    .topo .meio ul li a {
        /* color: #5d5d5d; */
        padding: 5px 0;
        border-bottom: 3px hsla(0, 0%, 100%, 0.00) solid;
    }

    .topo .meio ul li img {
        height: 20px;
        margin: 0;
    }
}

.espaco {
    width: 100%;
    height: 120px;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
}

/* --------------------------- BANNER ------------------------------*/
.banner {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
    background-image: url("../img/bkg_servicos.jpg");
}

.banner .b1 {
    display: block;
}

.banner .b2 {
    display: none;
}

.clientes-titles {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    color: #FEA500;
}

@media screen and (max-width: 800px) {
    .banner .b1 {
        display: none;
    }
    
    .banner .b2 {
        display: block;
    }
}

.contato-banner-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 30px 7%;
    max-width: 1512px;
    margin: 0 auto;
}

.contato-topo {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    /* min-height: 460px; */
}

.contato-topo h1 {
    font-size: 37px;
    font-weight: 600;
}

.contato-topo p {
    font-size: 20px;
    font-weight: 500;
}

.contato-topo a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #eee;
    background-color: #FEA500;
    border-radius: 7px;
    padding: 12px 32px;
}

.imagem-apresentacao {
    /* object-fit: contain;  */
}

@media screen and (max-width: 850px) {
    .contato-banner-container {
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
    }

    .contato-topo {
        width: 100%;
    }

    .imagem-apresentacao {
        width: 100%;
    }
}

/* --------------------------- EMPRESA ------------------------------*/
.empresa {
    width: 100%;
    height: 100%;
    float: left;
}

.empresa .meio {
    max-width: 1024px;
    padding: 30px 10px 10px 10px;
    margin: 0 auto;
}

.empresa .meio h1 {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    color: #FEA500;
}

.empresa .meio .txt {
    text-align: justify;
    padding: 10px 10px 40px 10px;
}

/* --------------------------- SERVIÇOS ------------------------------*/
.servicos{width:100%; float:left; height:100%;}
.servicos .meio {
    max-width: 1024px;
    padding: 30px 10px 10px 10px;
    margin: 0 auto;
}

.servicos .meio h1 {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    color: #FEA500;
}

.servicos .meio .boxtxt {
    width: 40%;
    float: right;
    padding-bottom: 40px;
}

.servicos .meio .boximg {
    width: 60%;
    float: left;
    padding-bottom: 40px;
}

.servicos .meio .boximg .img {
    max-width: 90%;
}

.carousel-container {
    position: relative;
    margin-top: 50px;
    overflow: hidden;
    /* Esconde a barra de rolagem padrão */
}

.carousel {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    /* Usa scroll-snap para o alinhamento dos cards */
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
    gap: 10px;
}

.carousel::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.card {
    width: 300px;
    min-height: 350px;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    border-radius: 8px;
    flex-shrink: 0;
    /* Evita que os cards encolham para caber na tela */
    scroll-snap-align: start;
    /* Alinha os cards ao início da viewport */
    padding: 16px;
    text-align: center;
    gap: 30px;
}

.card-button {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #eee;
    background-color: #FEA500;
    border-radius: 7px;
    padding: 12px 32px;
}

#prevBtn,
#nextBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    color: black;
    font-size: 28px;
    padding: 10px;
    border: none;
    cursor: pointer;
    /* border-radius: 5px; */
    clip-path: circle();
}

#prevBtn {
    left: 10px;
}

#nextBtn {
    right: 10px;
}

.cards-servicos {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap:12px;
}



@media screen and (max-width: 620px) {
    .servicos .meio .boxtxt {
        width: 100%;
    }

    .servicos .meio .boximg {
        width: 100%;
        padding-bottom: 10px;
    }

}

/* --------------------------- CLIENTES ------------------------------*/
.clientes-section {
    /* background-color: #ddd; */
}

.clientes {
    width: 100%;
    height: 100%;
    float: left;
}

/* .clientes .meio{max-width: 1024px; padding:100px 10px 10px 10px; margin:0 auto; } */
.clientes .meio {
    width: 100%;
}

.clientes .meio .box {
    display: inline-block;
    width: 20%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.clientes .meio .box img {
    max-width: 100%;
    max-height: 130px;
}

/* @media screen and (max-width: 800px) {
    .clientes .meio .box {
        display: inline-block;
        width: 25%;
    }
}

@media screen and (max-width: 600px) {
    .clientes .meio .box {
        display: inline-block;
        width: 33.33%;
    }
}

@media screen and (max-width: 500px) {
    .clientes .meio .box {
        display: inline-block;
        width: 50%;
    }
} */

.marquee-container {
    display: flex;
    width: 100%;
    overflow: hidden;
    user-select: none;
    gap: 1rem;
}

.marquee-content {
    display: flex;
    justify-content: space-around;
    min-width: 200%;
    gap: 1rem;
    animation: move 40s linear infinite;
}

@media screen and (max-width: 1200px) {
    .marquee-content {
        min-width: 400%;
    }
}

@media screen and (max-width: 600px) {
    .marquee-content {
        min-width: 500%;
    }
}

@media screen and (max-width: 500px) {
    .marquee-content {
        min-width: 600%;
    }
}

@media screen and (max-width: 400px) {
    .marquee-content {
        min-width: 800%;
    }
}
@keyframes move {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(calc(-100% - 1rem));
    }
}

*/

/* --------------------------- VAGAS ------------------------------*/
produtos {
    width: 100%;
    float: left;
    background: #FFF;
    padding: 20px 0;
    text-align: center;
}

produtos meio {
    max-width: 1024px;
    width: 100%;
    padding: 5px 10px;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
}

produtos meio h1 {
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    padding: 10px 0;
}

produtos meio boxprod {
    width: 100%;
    display: inline-block;
    padding: 10px;
    border: 1px solid #000;
    margin: 3px 0;
}

produtos meio boxprod a {
    color: #000;
}

produtos meio boxprod a strong {
    float: right;
    padding: 5px 10px;
    background: #54617c;
    color: #FFF;
    vertical-align: middle;
}

produtos meio boxprod a span {
    color: #000;
    display: inline-block;
    padding: 5px;
    vertical-align: middle;
}

produto {
    width: 100%;
    float: left;
    background: #FFF;
    padding: 40px 0;
    text-align: center;
}

produto meio {
    max-width: 1024px;
    width: 100%;
    padding: 5px 10px;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
}

produto meio h1 {
    font-size: 20px;
    color: #54617c;
}

produto meio box {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    padding: 10px;
}

produto meio box2 {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    padding: 10px;
}

produto meio box2 form {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 10px;
    border: 1px solid #333;
}

produto meio box2 label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 3px 0;
}

produto meio box2 input {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 5px;
}

produto meio box2 span {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    width: 100%;
    background: #54617c;
    color: #FFF;
    border: 1px solid #333;
    text-align: center;
}

produto meio box2 button {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    width: 100%;
    background: #54617c;
    color: #FFF;
    border: 0;
}

produto meio box2 div {
    max-width: 100%;
}

produto meio box2 .google {
    padding: 5px 0;
    text-align: center;
    width: 100%;
}


produto meio a.btvoltar {
    display: inline-block;
    background: #54617c;
    color: #FFF;
    font-weight: 700;
    padding: 10px 20px;
    margin: 3px 1%;
    border-radius: 5px;
    border: 0;
    vertical-align: top;
    cursor: pointer;
}

@media screen and (max-width: 800px) {

    produto meio box,
    produto meio box2 {
        width: 100%;
    }
}

/* ---------------------------  ORACLE  ------------------------------*/
.oracle {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    padding: 10px 0 50px 0;
    margin-bottom: 35px;
    background-color: #eee;
}

.oracle-meio {
    max-width: 1024px;
    padding: 0px 10px 10px 0px;
    margin: 0 auto;
    text-align: left;
}
.oracle-meio > h1 {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin: 0 auto 14px auto;
    padding: 10px;
    color: #ff1717;
}

.oracle-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

.oracle-header > img {
    width: 250px;
    height: auto; 
}

.oracle-imagens {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.oracle-imagem {
    width: 177px;
    height: 177px;
    border: 2px solid #ff1717;
    /* clip-path: circle(); */
    border-radius: 50%;
    padding: 25px;
    background-color: white;
}

.oracle-imagem > img {
    object-fit: cover;
    width: 100%;
    /* border-radius: 50%; */
}

@media screen and (max-width: 500px) {
    .oracle-header {
        flex-direction: column;
    }
}
/* --------------------------- PARCEIROS ------------------------------*/

.partners-section {
    width: 100%;
    height: 980px;
    background-color: #eee;
    text-align: center;
    padding: 50px 80px;
    margin-top: 80px;
    box-sizing: border-box;
  }

  .partners-section h1 {
    font-size: 30px;
    font-weight: 500;
    margin: 30px 0 14px 0;
    color: #ff1717;
    
  }

  .subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 10px;
}

  .header {
    width: 100%;
  }

  .partners-img {
    width: 100%;
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
  }

  .partner-logo {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    filter: grayscale(100%);
    opacity: 0.65; 
}

.partner-logo:hover {
    transform: scale(1.05);
    filter: grayscale(0%);
    opacity: 1;
}

.mackenzie-logo {
    width: 320px;

}

.fatec-logo {
    width: 320px;
    
}

.fiap-logo {
  width: 235px;

}

/* --------------------------- CONTATO ------------------------------*/
.contato {
    width: 100%;
    height: 100%;
    float: left;
    background-color: #02102d;
    text-align: center;
    padding: 20px 0;
}

.contato .meio {
    max-width: 1024px;
    padding: 50px 10px 10px 10px;
    margin: 0 auto;
    text-align: left;
}

.contato .meio h1 {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    color: #FFF;
}

.contato .meio input {
    padding: 10px;
    width: 100%;
    margin: 5px 0;
    border-radius: 7px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: middle;
}

.contato .meio input.input2 {
    width: 50%;
    display: inline-block;
    border-radius: 7px;
}

.contato .meio input.input3 {
    width: 33.33%;
    display: inline-block;
    border-radius: 7px;
}

.contato .meio .imgs {
    width: 33.33%;
    display: inline-block;
}

.contato .meio select {
    padding: 10px;
    width: 100%;
    margin: 5px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 20px;
    border-radius: 7px;
}

.contato .meio textarea {
    padding: 10px;
    width: 100%;
    margin: 5px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 7px;
}

.contato .meio input.botao {
    background: #54617c;
    color: #FFF;
    border: 2px solid #54617c;
    cursor: pointer;
    width: 50%;
    vertical-align: top;
    border-radius: 7px;
}

.contato .meio input.botao:hover {
    background: #3C83B8;
}

.contato .meio .google {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.contato .meio img {
    display: inline-block;
    vertical-align: middle;
}


@media screen and (max-width: 800px) {
    .contato .meio .google {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
}

/* -------------------------- RODAPE -----------------------------*/
.rodape {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.rodape .meio {
    max-width: 1024px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

.rodape .meio p {
    font-size: 18px;
    color: black;
}

.rodape .meio img {
    margin: 0 auto;
    padding: 15px 0;
    max-width: 100%;
}

.rodape .meio box1 {
    display: inline-block;
    text-align: left;
    width: 50%;
    vertical-align: top;
}

.rodape .meio box2 {
    display: inline-block;
    text-align: right;
    width: 50%;
    vertical-align: top;
}

.rodape .meio box2 a {
    padding: 5px;
    color: black;
    font-size: 20px;
}

.rodape .meio box2 a span {
    padding: 0 5px 0 0;
    color: black;
    font-size: 30px;
}

@media screen and (max-width: 800px) {
    .rodape .meio box2 {
        width: 100%;
    }

    .rodape .meio box1 {
        width: 100%;
    }
}


/* -----------------WHATSAPP ICON--------------------------- */

.whatsapp-link {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    text-decoration: none;
}
.fa-whatsapp {
    margin-top: 16px;
}