/* CSS para página index.php */

/* Home Section */
.home-slider .swiper-slide.slide {
    background-size: cover !important;
    background-position: center !important;
    min-height: 90vh;
    padding: 2rem 9%;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .home-slider .swiper-slide.slide {
        min-height: 60vh;
        padding: 2rem 2rem;
    }
}

@media (max-width: 480px) {
    .home-slider .swiper-slide.slide {
        min-height: 50vh;
        padding: 1.5rem 1rem;
    }
}

.home-slider .swiper-slide.slide.medalhas {
    background: url('../img/FOTO.MEDALHAS.jpg') no-repeat;
}

.home-slider .swiper-slide.slide.treinando {
    background: url('../img/FOTO.TREINANDO.jpg') no-repeat;
}

.home-slider .swiper-slide.slide.home1 {
    background: url('../img/home1.jpg') no-repeat;
}

.home-slider .swiper-slide.slide.home2 {
    background: url('../img/home2.jpg') no-repeat;
}

.home-slider .swiper-slide.slide.home3 {
    background: url('../img/home3.jpg') no-repeat;
}

/* About Section */
.about {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8rem;
}

@media (max-width: 768px) {
    .about {
        gap: 3rem;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .about {
        gap: 2rem;
    }
}


.about .content {
    flex: 1 1 42rem;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
}

.about .content span {
    font-size: 2rem;
    color: #ff0000;
}

.about .content .title {
    font-size: 4rem;
    color: #000;
    margin-top: .5rem;
}

@media (max-width: 768px) {
    .about .content .title {
        font-size: 3rem;
    }
}

@media (max-width: 480px) {
    .about .content .title {
        font-size: 2.5rem;
    }
}

.about .content p {
    font-size: 1.5rem;
    color: #000;
    padding: 1rem 0;
    line-height: 2;
}

.about .content .box-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 1rem;
}

.about .content .box-container .box {
    flex: 1 1 20rem;
}

.about .content .box-container .box h3 {
    font-size: 2rem;
    color: #ff0000;
}

.about .content .box-container .box h3 i {
    padding-right: 1.5rem;
    color: #ff0000;
}

/* Features Section */
.features .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
    gap: 1.5rem;
}

.features .box-container .box {
    background: #111;
}

.features .box-container .box.second {
    display: flex;
    flex-flow: column-reverse;
}

.features .box-container .box:hover .image img {
    transform: scale(1.1);
}

.features .box-container .box .image {
    height: 30rem;
    width: 100%;
    overflow: hidden;
}

.features .box-container .box .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.features .box-container .box .content {
    padding: 2rem;
    text-align: center;
}

.features .box-container .box .content img {
    height: 9rem;
    margin-bottom: 1rem;
    filter: invert(1);
}

.features .box-container .box .content h3 {
    font-size: 2rem;
    color: #ff0000;
}

.features .box-container .box .content p {
    line-height: 2;
    font-size: 1.5rem;
    color: #fff;
    padding: 1rem 0;
}

.features {
    padding-top: 30px !important;
    margin-top: 30px !important;
}

/* Container para Planos e Treinadores lado a lado */
.plans-trainers-container {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
    margin: 2rem 0;
    padding: 0 2rem;
}

@media (max-width: 991px) {
    .plans-trainers-container {
        flex-direction: column;
        gap: 2rem;
        padding: 0 1rem;
    }
}

@media (max-width: 480px) {
    .plans-trainers-container {
        padding: 0;
        margin: 1rem auto;
        align-items: center;
        justify-content: center;
        max-width: 100%;
    }
    
    .plans-trainers-container .pricing,
    .plans-trainers-container .trainers {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .plans-trainers-container .pricing .plan {
        margin: 0 auto;
        max-width: 90%;
    }
    
    .plans-trainers-container section {
        margin: 0 auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2rem 1rem !important;
    }
    
    .plans-trainers-container section.pricing,
    .plans-trainers-container section.trainers {
        padding: 2rem 0.5rem !important;
    }
}

/* Pricing Section */
.pricing {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.pricing .information span {
    font-size: 2rem;
    color: #ff0000;
}

.pricing .information h3 {
    font-size: 4rem;
    padding-top: .5rem;
    color: #fff;
}

.pricing .information p {
    line-height: 2;
    padding: 1rem 0;
    font-size: 1.4rem;
    color: #fff;
}

.pricing .information p i {
    padding-right: 1rem;
    color: #ff0000;
}

.pricing .plan {
    text-align: center;
    padding: 1.5rem;
}

.pricing .plan.basic {
    background: linear-gradient(130deg, #111 93%, transparent 90%);
}

.pricing .plan h3 {
    font-size: 2.5rem;
    margin: 1rem 0;
    color: #fff;
}

.pricing .plan .price {
    font-size: 4rem;
    font-weight: bolder;
    color: #ff0000;
}

.pricing .plan .price span {
    color: #fff;
    font-size: 2rem;
}

.pricing .plan .list {
    padding: 1rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

.pricing .plan .list p {
    line-height: 1.5;
    padding: 0.5rem 0;
    font-size: 1.6rem;
    color: #fff;
}

.pricing .plan .list p i {
    padding-right: 1rem;
    color: #ff0000;
}

/* Trainers Section */
.trainers {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.trainers .box-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
}

.trainers .box-container .box {
    height: 35rem;
    overflow: hidden;
    position: relative;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 40rem;
}

.trainers .box-container .box:hover .content {
    transform: translateY(0);
}

.trainers .box-container .box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.trainers .box-container .box .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111;
    padding: 2rem;
    transform: translateY(6.5rem);
    border-radius: 0 0 1rem 1rem;
}

.trainers .box-container .box .content span {
    font-size: 1.5rem;
    color: #ff0000;
}

.trainers .box-container .box .content h3 {
    font-size: 2rem;
    color: #fff;
    padding-top: .5rem;
}

.trainers .box-container .box .content .share {
    padding-top: 2rem;
    margin-top: 1.5rem;
    border-top: 0.1rem solid #aaa;
}

.trainers .box-container .box .content .share a {
    font-size: 2rem;
    color: #fff;
    margin-right: 1.5rem;
}

.trainers .box-container .box .content .share a:hover {
    color: #ff0000;
}

/* Review Section */
.review {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.review .information {
    flex: 1 1 35rem;
}

.review .information span {
    font-size: 2rem;
    color: #ff0000;
}

.review .information h3 {
    font-size: 3rem;
    color: #000;
    padding-top: 1rem;
}

.review .information p {
    font-size: 1.5rem;
    line-height: 2;
    color: #000;
    padding: 1rem 0;
}

.review .review-slider {
    flex: 1 1 60rem;
}

.review .review-slider .slide {
    background: linear-gradient(130deg, #111 93%, transparent 90%);
    padding: 2rem 3rem;
}

.review .review-slider .slide p {
    font-size: 1.5rem;
    line-height: 2;
    color: #fff;
}

.review .review-slider .slide .user {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}

.review .review-slider .slide .user img {
    height: 5rem;
    width: 5rem;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 1rem;
}

.review .review-slider .slide .user h3 {
    font-size: 2rem;
    color: #fff;
}

.review .review-slider .slide .user span {
    color: #ff0000;
    font-size: 1.5rem;
}

.review .review-slider .slide .user i {
    font-size: 5rem;
    margin-left: auto;
    margin-right: 2rem;
    color: #ff0000;
}

/* Blogs Section */
.blogs .slide {
    background: #111;
    margin-bottom: 7rem;
}

.blogs .slide:hover .image img {
    transform: scale(1.1);
}

.blogs .slide .image {
    height: 25rem;
    width: 100%;
    overflow: hidden;
}

.blogs .slide .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blogs .slide .content {
    padding: 2rem;
}

.blogs .slide .content .link {
    padding-bottom: 1.5rem;
    font-size: 1.5rem;
}

.blogs .slide .content .link a {
    color: #ff0000;
}

.blogs .slide .content .link a:hover {
    color: #fff;
}

.blogs .slide .content .link span {
    color: #fff;
    padding: 0 1rem;
}

.blogs .slide .content h3 {
    font-size: 2rem;
    color: #fff;
    line-height: 1.5;
}

.blogs .slide .content p {
    font-size: 1.5rem;
    color: #aaa;
    line-height: 2;
    padding: 1rem 0;
}

/* Responsividade */
@media (max-width: 991px) {
    .features .box-container {
        grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .about {
        gap: 3rem;
        flex-direction: column;
    }
    
    .about .content {
        flex: 1 1 100%;
    }
    
    .about .content .title {
        font-size: 3rem;
    }
    
    .features {
        padding-top: 30px !important;
        margin-top: 30px !important;
    }
    
    .features .box-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .features .box-container .box.second {
        flex-flow: column;
    }
    
    /* Lista de planos responsiva */
    .pricing {
        max-width: 100%;
        padding: 0 1rem;
    }
    
    .trainers .box-container {
        max-width: 100%;
        padding: 0 1rem;
        align-items: center;
    }
    
    /* Layout responsivo para planos e treinadores */
    .plans-trainers-container {
        flex-direction: column;
        gap: 2rem;
        padding: 0 1rem;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .plans-trainers-container .pricing,
    .plans-trainers-container .trainers {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .plans-trainers-container .heading {
        text-align: center;
    }
    
    .plans-trainers-container .pricing .plan {
        margin: 0 auto;
    }
    
    .pricing .plan .list {
        grid-template-columns: 1fr;
        gap: 0.3rem;
    }
    
    .pricing .plan .list p {
        padding: 0.3rem 0;
        font-size: 1.2rem;
    }
    
    .pricing .plan h3 {
        font-size: 2.2rem;
    }
    
    .pricing .plan .price {
        font-size: 3.5rem;
    }
    
    .trainers .box-container .box {
        height: 30rem;
    }
    
    .review {
        flex-direction: column;
        gap: 2rem;
    }
    
    .review .information,
    .review .review-slider {
        flex: 1 1 100%;
    }
}

@media (max-width: 480px) {
    .about .content .title {
        font-size: 2.5rem;
    }
    
    .about .content span {
        font-size: 1.6rem;
    }
    
    .about .content p {
        font-size: 1.3rem;
        padding: 0.8rem 0;
    }
    
    .features {
        padding-top: 10px !important;
        margin-top: 10px !important;
    }
    
    .features .box-container .box .image {
        height: 25rem;
    }
    
    .features .box-container .box .content img {
        height: 7rem;
    }
    
    .features .box-container .box .content h3 {
        font-size: 1.8rem;
    }
    
    .features .box-container .box .content p {
        font-size: 1.3rem;
    }
    
    .pricing .plan {
        padding: 1rem;
    }
    
    .pricing .plan h3 {
        font-size: 1.8rem;
    }
    
    .pricing .plan .price {
        font-size: 3rem;
    }
    
    .pricing .plan .price span {
        font-size: 1.4rem;
    }
    
    .pricing .plan .list p {
        font-size: 1.1rem;
        padding: 0.25rem 0;
    }
    
    .trainers .box-container .box {
        height: 28rem;
        width: 100%;
        max-width: 40rem;
    }
    
    .trainers .box-container {
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
    
    /* Centralizar seção de planos e treinadores no mobile */
    .plans-trainers-container {
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .plans-trainers-container .heading {
        text-align: center;
    }
    
    .plans-trainers-container .pricing {
        align-items: center;
    }
    
    .plans-trainers-container .trainers {
        align-items: center;
    }
    
    .trainers .box-container .box .content {
        padding: 1.5rem;
    }
    
    .trainers .box-container .box .content h3 {
        font-size: 1.8rem;
    }
    
    .review .information h3 {
        font-size: 2.5rem;
    }
    
    .review .information p {
        font-size: 1.3rem;
    }
    
    .review .review-slider .slide {
        padding: 1.5rem 2rem;
    }
    
    .blogs .slide .image {
        height: 20rem;
    }
    
    .blogs .slide .content {
        padding: 1.5rem;
    }
    
    .blogs .slide .content h3 {
        font-size: 1.8rem;
    }
}
