.animar-col {
    opacity: 0;
    transform: translateX(-80px);
    animation: slidein 1s ease-out forwards;
}

@keyframes slidein {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animar-col>* {
    opacity: 0;
    animation: fadein 1s ease forwards;
}

.animar-col>*:nth-child(1) {
    animation-delay: 0.4s;
}

.animar-col>*:nth-child(2) {
    animation-delay: 0.7s;
}

.animar-col>*:nth-child(3) {
    animation-delay: 1s;
}

@keyframes fadein {
    to {
        opacity: 1;
    }
}

.logo-fixo {
    width: 200px;
}

.card-consultoria {
    background-color: #031634;
    /* background-color: #1e2b45; */
    color: #ffffff;
    border-radius: 12px;
    /* padding: 40px 30px; */
    box-shadow: 0 0 0 transparent;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
}

.card-consultoria:hover {
    background-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

.card-consultoria2 {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 0 0 transparent;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
}

.card-consultoria2:hover {
    background-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

.card-consultoria h3 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #ffffff;
}

.card-consultoria p {
    font-size: 15px;
    color: #d0d0d0;
    margin-bottom: 25px;
}

.card-consultoria .btn {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 10px 18px;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 500;
}

.card-consultoria .btn:hover {
    background-color: #ffffff;
    color: #0f1a2c;
}

.card-consultoria2 h3 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.card-consultoria2 p {
    font-size: 15px;
    margin-bottom: 25px;
}

.card-consultoria2 .btn {
    padding: 10px 18px;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 500;
}

.card-consultoria2 .btn:hover {
    background-color: #031634;
    color: white;
}

@media (max-width: 575px) {

    .logoPng {
        position: absolute;
        left: 0px;
        width: 50%;
        height: auto;
        z-index: 1;
    }

    .textInicio {
        font-size: xx-large !important;
    }

    .btn {
        font-size: 10px;
        padding: 10px 5px;
    }

    .typing {
        font-size: x-large !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .pt-100 {
        padding-top: 120px;
    }

    .logoPng {
        position: absolute;
        left: 150px;
        width: 25%;
        top: -5px;
        height: auto;
        z-index: 1;
    }

    .textInicio {
        font-size: xx-large !important;
    }

    .btn {
        font-size: 10px;
        padding: 10px 5px;
    }

    .typing {}

}


@media (min-width: 768px) and (max-width: 1024px) {
    .pt-100 {
        padding-top: 120px;
    }

    .logoPng {
        position: absolute;
        left: 150px;
        width: 25%;
        top: -5px;
        height: auto;
        z-index: 1;
    }

    .textInicio {
        font-size: xx-large !important;
    }

    .btn {
        font-size: 10px;
        padding: 10px 5px;
    }

    .card-consultoria span {
        display: none !important;
    }

}

@media (min-width: 1025px) and (max-width: 1440px) {
    .pt-100 {
        padding-top: 100px;
    }

    h1 {
        font-size: 2rem !important;
        padding-top: 23px;
    }

    .card-consultoria {
        padding: 10px;
    }

    .logoPng {
        position: absolute;
        left: 150px;
        width: 20%;
        top: -5px;
        height: auto;
        z-index: 1;
    }

    .btn {
        font-size: 10px;
        padding: 10px 5px;
    }
}

@media (min-width: 1441px) and (max-width: 1680px) {
    .pt-100 {
        padding-top: 100px;

    }

    .logoPng {
        position: absolute;
        left: 150px;
        width: 17%;
        top: -13px;
        height: auto;
        z-index: 1;
    }
}

@media (min-width: 1681px) and (max-width: 1920px) {
    .pt-100 {
        padding-top: 100px;

    }

    .logoPng {
        position: absolute;
        left: 150px;
        width: 17%;
        top: -13px;
        height: auto;
        z-index: 1;
    }
}

@media (min-width: 1921px) {
    .pt-100 {
        padding-top: 100px;
    }

    .logoPng {
        position: absolute;
        left: 150px;
        width: 10%;
        top: -13px;
        height: auto;
        z-index: 1;
    }
}

.ft20 {
    font-size: 20px;
}

.hero.overlay {
    position: relative;
    overflow: hidden;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}

.img-back {
    height: 300px;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    opacity: 0.5;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ft18 {
    font-size: 18px;
}