#bannerCarousel {
    max-height: 100vh;
}

#bannerCarousel .carousel-caption .home-title {
    line-height: 1;
    grid-area: bottom-right;
}

#bannerCarousel .carousel-caption {
    height: 100%;
    width: 100%;
    grid-template-columns: 1fr 1fr 2fr;
    grid-template-rows: 1fr 2fr 1fr;
    column-gap: 15px;
    row-gap: 15px;
    top: 0 !important;
    left: 0 !important;
    grid-template-areas: "top-left top-center top-right"
        "center-left center center-right"
        "bottom-left bottom-center bottom-right";

}

.p-limited {
    line-height: 1.5em;
    /* Altura da linha */
    max-height: 3em;
    /* line-height * número de linhas */
    min-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Número de linhas */
    -webkit-box-orient: vertical;
}


#bannerCarousel .carousel-item img {
    object-fit: cover;
    object-position: center;
    width: 100vw;
    aspect-ratio: 16/10;
}

#easyManagement .carousel-item img:not(.check-icon) {
    object-fit: contain;
    object-position: center;
    height: 50vh;
    width: 100%;
}

#easyManagementStudent .carousel-item .row {
    min-height: 50vh;
}

#easyManagementStudent .images {
    min-height: 50vh;
}

#easyManagementStudent .carousel-indicators {
    margin-bottom: -3rem;
}

#easyManagementStudent .carousel-item img:not(.check-icon) {
    object-fit: contain;
    object-position: center;
    height: 50vh;

}

/* #easyManagement .carousel-item img {
    object-fit: contain;
    object-position: center;
    height: 60vh;
    aspect-ratio: 16/9;
} */

#trainify-software-img-container {
    max-width: 950px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

#trainify-software-img {
    width: 100%;
    padding-top: 63%;
    background-image: url('../../../img/laptop.png');
    background-size: cover;
    background-position: center;
}

.cellphone-container {
    width: 100%;
    /* A largura do contêiner será 100% do col-md-5 */
    padding-top: 100%;
    /* Proporção da altura baseada na largura para manter a proporção da imagem */
    position: relative;
    max-height: 850px;
}

.smart-phone-left {
    position: absolute;
    top: 0;
    right: 9%;
    z-index: 1;

}

.smart-phone-right {
    position: absolute;
    top: 0;
    left: 17%;
    z-index: 0;
}

#smart-phone1 {
    top: -9%;
    /* Ajuste conforme necessário para posicionar corretamente */
    right: -5%;
    /* Ajuste conforme necessário para posicionar corretamente */
    z-index: 1;
    width: 65%;
    /* As imagens ocuparão 100% da largura do contêiner pai */
    height: auto;
    /* A altura será ajustada automaticamente para manter a proporção */
    transition: 4s all ease;
}

#smart-phone1.show {
    right: 0;
    top: -9%;

}

#smart-phone2 {
    width: 60%;
    /* As imagens ocuparão 100% da largura do contêiner pai */
    height: auto;
    top: -10%;
    /* Ajuste conforme necessário para posicionar corretamente */
    left: -5%;
    /* Ajuste conforme necessário para posicionar corretamente */
    z-index: -1;
}

#smart-phone2.show {
    left: 0;
    top: -10%;

}

.background-row {

    /* Garante que a imagem cubra todo o contêiner */
    background-position: center;
    /* Centraliza a imagem */
    overflow: hidden;
    border-bottom: 2px solid #00e7ff;
}

.text-div {
    position: absolute;
    width: 90vw;
    max-width: 500px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 20px;
}

.plan {
    text-align: center;
    padding: 20px;
}

.free-plan-container {
    width: 33% !important;
    border-top: 5px solid white;
    border-right: 5px solid white;
    border-top-right-radius: 20px;
    /* Ajuste o valor do raio conforme necessário */

}

.medium-plan-container {
    width: 33% !important;
    border-bottom: 5px solid white;
    border-bottom-right-radius: 10px;
    /* Ajuste o valor do raio conforme necessário */
    height: 100%;
    /* Altura total para a caixa */
    position: relative;
    /* Necessário para o posicionamento absoluto do pseudo-elemento */

}

/* Pseudo-elemento para a borda direita */
.medium-plan-container::after {
    content: '';
    position: absolute;
    top: 2%;
    /* Ajuste conforme necessário para centralizar a borda verticalmente */
    bottom: -15px;
    /* Ajuste para estender 1px além do contêiner */

    right: -5px;
    height: 98%;
    /* Altura da borda em porcentagem */
    width: 5px;
    /* Largura da borda */
    background-color: rgb(255, 0, 0);
    /* Cor da borda */
}

.expert-plan-container {
    width: 33% !important;
    border-top: 5px solid white;

    border-top-left-radius: 10px;
    /* Ajuste o valor do raio conforme necessário */

}

.plan-name {
    margin-top: 10px;
    margin-bottom: 20px;
}



.check-icon {
    width: 20px;
    margin-right: 10px;
}


.background-image {
    position: relative;
}



.secondary-container {
    margin-top: 4%;

    margin-bottom: 2%;
}

/* .footer{
  height: 15%;
  width: 100%;
  background: linear-gradient(270deg, #3CFEA5 -2.18%, #11FEB8 34.76%, #03DDC2 76.52%, #01C2C5 104.9%);
  margin-top: 18%;
} */

.right-sub-container {
    padding-bottom: 0;
}


@media (max-width: 1050px) {

    .title-font-size {
        font-size: 3.5rem;
    }

}


@media (max-width: 750px) {
    .title-font-size {
        font-size: 2rem;
    }

    .right-sub-container {
        padding-bottom: 5%;

    }

    #bannerCarousel .carousel-caption .btn-default-blue {
        font-size: 10px;
        padding: 6px 0;
    }

}

.input-home {
    width: 100%;
}

.footer-container {
    flex-direction: row;
}

#SocialMedia img {
    height: 48px;
    margin: 0.2rem;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.home-title {
    font-size: 16px;
    text-align: left;
}

.home-title .big {
    font-size: 27px;
}

.plans-banner .boxes {
    background-image: none;
}

.new-section,
.easy-management,
.plans-banner {
    padding-top: 4rem;
}

.svg-icons {
    stroke: #03DDC2 !important;
    fill: none !important;
    font-size: 16px;
    padding: 8px;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    /* scale: 1.5; */
}

.carousel-indicators button {
    background: rgb(60, 254, 165);
    background: -moz-linear-gradient(180deg, #3cfea5 0%, #3cfea5 34%, #03ddc2 74%, #01c2c5 100%);
    background: -webkit-linear-gradient(180deg, rgba(60, 254, 165, 1) 0%, rgba(60, 254, 165, 1) 34%, rgba(3, 221, 194, 1) 74%, rgba(1, 194, 197, 1) 100%);
    background: linear-gradient(180deg, rgba(60, 254, 165, 1) 0%, rgba(60, 254, 165, 1) 34%, rgba(3, 221, 194, 1) 74%, rgba(1, 194, 197, 1) 100%);
}


.photo-div {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../../../img/backgrounds/hotsite-pc.png');
    background-size: contain;
    /* Ajuste o tamanho da imagem */
    background-position: center;
    background-repeat: no-repeat;
    /* Evita a repetição da imagem */
    width: 80%;
    /* Ajuste a largura da foto em relação ao contêiner */
    height: 80%;
    /* Ajuste a altura da foto em relação ao contêiner */
    margin: auto;
    /* Centraliza a foto dentro do contêiner */
}

.grid-item img {
    max-width: 100%;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}


#wrapper {
    margin: 5rem 0;
    position: relative;
    width: 100%;
    min-height: 90vh;
    overflow: hidden;
}

.layer {
    position: absolute;
    width: 100vw;
    min-height: 90vh;
    overflow: hidden;
}

.layer .content-wrap {
    position: absolute;
    width: 100vw;
    min-height: 100%;
}

.layer .content-body img {
    height: 95%;
}
.layer .content-body {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%; /* Adicionado para centralizar horizontalmente */
    transform: translate(-50%, -50%); /* Ajustado para centralizar tanto horizontal quanto verticalmente */
    text-align: center;
    color: #fff;
    height: 100%;
}

.bottom .content-body {
    right: auto; /* Removido e substituído por left: 50% no bloco acima */
    left: 50%; /* Adicionado para garantir que a regra seja aplicada corretamente */

}

.bottom {
    z-index: 1;
}

.bottom h1 {
    color: #fff;
}

.top {
    background: #040404;
    color: #fff;
    z-index: 2;
    width: 50vw;
}

.top .content-body {
    color: #fff;
}

.handle .button-handle {
    cursor: grab;
    width: 13px;
    height: 9%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 15px;
}

.handle .button-handle:active {
    cursor: grabbing;
}

.handle {
    position: absolute;
    height: 100%;
    display: block;
    background: rgb(60, 254, 165);
    background: -moz-linear-gradient(260deg, #3cfea5 0%, #3cfea5 34%, #03ddc4 74%, #01c2c5 100%);
    background: -webkit-linear-gradient(260deg, #3cfea5 0%, #3cfea5 34%, #03ddc4 74%, #01c2c5 100%);
    background: linear-gradient(260deg, #3cfea5 0%, #3cfea5 34%, #03ddc4 74%, #01c2c5 100%);
    border-radius: 60px;
    width: 5px;
    top: 0;
    left: 50%;
    z-index: 3;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.skewed .handle {
    top: 0%;
    height: 100%;
}

.skewed .top {
    margin-left: -1000px;
    width: calc(50vw + 1000px);
}

.skewed .top .content-wrap {
    margin-left: 1000px;
}

#scrollspyPersonal .carousel-indicators {
    margin-bottom: -3rem;
}

#scrollspyFuncionalidade * {
    word-break: break-word;
}

.carousel-caption {
    padding-bottom: 1.05rem!important;
}

@media(max-width:768px) {
    body {
        font-size: 75%;
    }
}

@media (min-width: 990px) {

    /* .plans-banner .boxes{
        background-image: url(../../../img/vector-line.png);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    } */
}

@media (min-width: 750px) {

    #wrapper {
        margin: 10rem 0;
    }

    #scrollspyPersonal .carousel-indicators {
        margin-bottom: 1rem;
    }

    #bannerCarousel .carousel-caption .home-title {
        line-height: 1;
        grid-area: center-right;
    }

    .icons-img {
        width: 37.3%;
        /* Ajuste a largura máxima da imagem para garantir a responsividade */
        height: auto;
        /* Mantém a proporção da imagem */
        display: block;
        /* Garante que a imagem seja exibida como um bloco */
        margin: 0 auto;
        /* Centraliza a imagem horizontalmente */
    }

    .photo-div {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url('../../../img/backgrounds/hotsite-pc.png');
        background-size: contain;
        /* Ajuste o tamanho da imagem */
        background-position: center;
        background-repeat: no-repeat;
        /* Evita a repetição da imagem */
        width: 80%;
        /* Ajuste a largura da foto em relação ao contêiner */
        height: 80%;
        /* Ajuste a altura da foto em relação ao contêiner */
        margin: auto;
        /* Centraliza a foto dentro do contêiner */
    }



    .new-section,
    .easy-management,
    .plans-banner {
        padding-top: 7rem;
    }

    .home-title .d-flex {
        width: 50%;
        margin-top: 25px;
    }

    .home-title {
        font-size: 2rem;
        text-align: left;
    }

    .home-title .big {
        font-size: 5.2rem;
    }


    #smart-phone1 {
        top: 0%;
        /* Ajuste conforme necessário para posicionar corretamente */
        right: -5%;
        /* Ajuste conforme necessário para posicionar corretamente */
        z-index: 1;
        width: 80%;
        /* As imagens ocuparão 100% da largura do contêiner pai */
        height: auto;
        /* A altura será ajustada automaticamente para manter a proporção */
    }

    #smart-phone1.show {
        right: 2%;
        top: -9%;

    }


    #smart-phone2 {
        width: 70%;
        /* As imagens ocuparão 100% da largura do contêiner pai */
        height: auto;
        top: -5%;
        /* Ajuste conforme necessário para posicionar corretamente */
        left: -5%;
        /* Ajuste conforme necessário para posicionar corretamente */
        z-index: -1;
    }

    #smart-phone2.show {
        left: 0;
        top: -10%;
    }


    .plan-1 {
        position: relative;
    }

    .plan-1::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 50%;
        width: 100%;
        border-right: 3px #01c2c5 solid;
        border-top: 3px #01c2c5 solid;
        border-bottom: #040404 solid 3px;
        border-radius: 0 50px 0 0;
        -webkit-border-radius: 0 50px 0 0;
        -moz-border-radius: 0 50px 0 0;
        -ms-border-radius: 0 50px 0 0;
        -o-border-radius: 0 50px 0 0;
        background-image: linear-gradient(#040404, #040404), radial-gradient(circle at top right, #11FEB8, #01c2c5);
        background-origin: border-box;
        background-clip: content-box, border-box;
        z-index: 0;
    }

    .plan-1 * {
        z-index: 1;
    }

    .plan-2 {
        position: relative;
    }

    .plan-2::before {
        content: "";
        position: absolute;
        bottom: 0;
        width: calc(100% + 6px);
        left: -3px;
        height: 52%;
        border-bottom: 3px transparent solid;
        border-left: 3px transparent solid;
        border-right: 3px transparent solid;
        border-top: #040404 solid 3px;
        border-radius: 50px 0 0 0;
        -webkit-border-radius: 0 0 50px 50px;
        -moz-border-radius: 50px 0 0 0;
        -ms-border-radius: 50px 0 0 0;
        -o-border-radius: 50px 0 0 0;
        background-image: linear-gradient(#040404, #040404), radial-gradient(circle at bottom right, #11FEB8, #01c2c5);
        background-origin: border-box;
        background-clip: content-box, border-box;
        z-index: 0;
    }

    .plan-2 * {
        z-index: 1;
    }

    .plan-3 {
        position: relative;
    }

    .plan-3::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 50%;
        width: 100%;
        z-index: 0;
        border-left: 3px transparent solid;
        border-top: 3px transparent solid;
        border-bottom: #040404 solid 3px;
        border-radius: 50px 0 0 0;
        -webkit-border-radius: 50px 0 0 0;
        -moz-border-radius: 50px 0 0 0;
        -ms-border-radius: 50px 0 0 0;
        -o-border-radius: 50px 0 0 0;
        background-image: linear-gradient(#040404, #040404), radial-gradient(circle at top left, #11FEB8, #01c2c5);
        background-origin: border-box;
        background-clip: content-box, border-box;
    }

    .plan-3 * {
        z-index: 1;
    }

}

@media(min-width: 1080px) {
    #easyManagement .carousel-item img:not(.check-icon) {
        object-fit: contain;
        object-position: center;
        height: 100vh;
        width: 100%;
    }

    #easyManagementStudent .carousel-item img:not(.check-icon) {
        object-fit: contain;
        object-position: center;
        height: 90vh;

    }

    #easyManagementStudent .carousel-item {
        height: 100vh;
    }

    #bannerCarousel .carousel-item img:not(.check-icon) {
        object-fit: cover;
        object-position: center;
        height: 100vh;
    }
}

@media (max-width: 750px) {

    .footer-container {
        flex-direction: column;
    }

}

#SocialMedia .col-md-6 {
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (max-width: 500px) {
    #SocialMedia a img {
        height: 48px;
        padding: 0;
        border-radius: 6px;

    }

}