.mainContent{
    width: 100%;
    height: 100vh;
    position: relative;
    background-color: rgb(5, 5, 5);
}

.hero{
    height: 100vh;
    background-color: rgb(27, 27, 27);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
}

.hero.slide1 {
    background-image: url("../../images/hero1CJ-pC-full.jpg");
}

.hero.slide2 {
    background-image: url("../../images/hero2CJ-pC-full.jpg");
}

.hero.slide3 {
    background-image: url("../../images/hero3CJ-pC-full.jpg");
}

.hero.aboutUsBg {
    background-image: url("../../images/quienesSomoos-pC-full.jpg");
}

.hero.servicesBg {
    background-image: url("../../images/serviciosCJ.jpg");
}

.hero.plansBg {
    background-image: url("../../images/plansCJ.jpg");
}

.swiper-slide {
    height: 100vh !important;
}

.heroContentContainer{
    width: 92%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    height: calc(100% - 81px - 65px);
    margin-top: 81px;
}

.heroContent{
    width: 60%;
    max-width: 680px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.heroTitle{
    font-family: "Oswald";
    font-weight: normal;
    font-size: 3.1vw;
    color: white;
    margin-bottom: 12px;
    margin-top: 3%;
}

.heroTitleBlue{
    font-family: "Oswald";
    font-weight: normal;

    font-size: 3.1vw;
    color: #7BE7FF;
}

.heroTitleOrange {
    font-family: "Oswald";
    font-weight: normal;
    font-size: 3.1vw;
    color: #F7931E !important;
}

.heroSubtitle {
    font-weight: normal;
    color: #CBCBCB;
    font-size: 1.4vw;
    margin-top: 6%;
}

.heroButtons {
    margin-top: 10px;
    display: flex;
    gap: 40px;
}

.hero button {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.hero button:hover {
    opacity: 0.9;
    scale: 0.98;
}

.buttonPrimary{
    border: 0;
    background-color: #FFF;
    color: black;
    padding: 10px 16px;
    border-radius: 3px;
    margin-top: 22px;
    font-size: 16px;
    cursor: pointer;
}

.buttonSecondary{
    border: 0;
    background-color: #F7931E;
    color: white;
    padding: 10px 16px;
    border-radius: 3px;
    margin-top: 20px;
    font-size: 16px;
    cursor: pointer;
}

.buttonSecondaryBlue {
    border: 0;
    background-color: #29C8FF;
    color: white;
    padding: 10px 16px;
    border-radius: 3px;
    margin-top: 20px;
    font-size: 16px;
    cursor: pointer;
}

.homeFooter {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 65px;
    background-color: #060606a6;
    display: flex;
    align-items: center;
}

.homeFooterContainer {
    width: 100%;
    max-width: 1400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.homeFooterText {
    width: 50%;
    text-align: start;
    color: #AEAEAE;
    font-size: 18px;
    user-select: none;
}

.homeFooterText.fullFooter {
    margin: auto;
}

.pagination {
    display: flex;
    width: 50%;
    justify-content: end;
    column-gap: 8px;
    user-select: none;
}

.pagination .noActive {
    .pagination-item-number{
        padding-right: 12px;
    }
    span {
        display: none;
    }
}

.pagination-item {
    cursor: pointer;
    color: #FFF;
}

.pagination-item-number {
    border-bottom: 2px solid #0071bc;
}


.loginHeroContainer{
    right: max(calc((100vw - 1400px) / 2), 4vw);
    top: calc(50% + 85px - 75px);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    width: 30%;
    display: flex;
    justify-content: end;
    align-items: center;
    max-width: 400px;

    display: none;
}

.freeTrialSectionContainer {
    right: max(calc((100vw - 1400px) / 2), 4vw);
    top: calc(50% + 85px - 75px);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    width: 30%;
    display: flex;
    justify-content: end;
    align-items: center;
    max-width: 400px;
}

#slide-0 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../../images/hero1CJ-pC-full.jpg");
}

.lawyerCatalog{
    max-width: 1400px;
    position: absolute;
    bottom: 0;
}

@media (max-width: 1000px){
    .hero {
        display: block !important;
    }
    
    .heroContent{
        width: 100%;
    }

    .heroContentContainer {
        width: 90%;
    }

    .heroTitle{
        font-size: 32px !important;
    }
    
    .heroTitleBlue{
        font-family: "Oswald";
        color: #7BE7FF;
    }

    .heroSubtitle {
        font-size: 16px !important;
    }

    .pagination {
        display: none;
    }

    .loginHeroContainer {
        display: none;
    }


    .freeTrialSectionContainer{
        display: flex;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        transform: none;
        z-index: 10000;
        background-color: rgba(0, 0, 0, 0.5);
    }
    
    .homeFooterText {
        margin: auto;
        font-size: 15px;
    }

    .heroButtons {
        flex-wrap: wrap;
        column-gap: 30px;
        row-gap: 10px;
    }

    .hero button {
        font-size: 15px !important;
    }
}