@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-size: 62.5%;
    scroll-behavior: smooth;
    width: 100%;
    background-color: #ffffff;
    overflow-x: hidden;
}

.topo .topocolor {
    width: 100%;
    height: 10rem;
    background-color: #1b1b1b;
    border-bottom: 3px solid #DAA520;
    position: relative;
    display: flex;
    /*box-shadow: 1px 1px 5px #DAA520;*/
}

.topo .topocolor::before {
    content: "";
    position: absolute;
    top: .8rem;
    left: .8rem;
    width: 6rem;
    height: 7rem;
    background-color: #DAA520;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}

.logo-container {
    margin-top: 1rem;
    margin-left: 30rem;
    position: relative;
    width: 180px;
    /* Ajuste conforme necessário */
    height: 180px;
    /* Ajuste conforme necessário */
    padding: 0;
}

.borda {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: girar 30s linear infinite;
}

.centro {
    position: absolute;
    width: 100%;
    /* Ajuste o tamanho para 60% do container */
    height: auto;
    /* Mantém a proporção da imagem */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Centraliza perfeitamente */
}

/* Animação da borda */
@keyframes girar {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.topo .topodt {
    width: 100%;
    height: 6rem;
    white-space: nowrap;
    /* Impede a quebra de linha */
    overflow: hidden;
    /* Oculta o conteúdo que excede os limites visíveis */
    display: inline-block;
    /* Garante que o comportamento seja consistente */
    max-width: 100%;
    /* Define uma largura máxima para limitar o conteúdo */
}

.topo .topodt p {
    font-family: barlow, sans-serif;
    font-size: 4.5rem;
    font-weight: 800;
    color: white;
    -webkit-text-stroke: 2px rgb(155, 155, 155);
    /* Espessura e cor da borda */
    line-height: 40px;

}

.container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 2rem 10rem 0 0;
    cursor: pointer;
}

.container span {
    font-family: barlow, sans-serif;
    font-weight: 500;
}

.item {
    position: relative;
    width: 55px;
    margin-right: -15px;
    text-align: center;
}

.item img {
    padding: 4px;
    width: 100%;
    height: auto;
    border: 1.5px solid #9b9b9b;
    border-radius: 100%;
    box-shadow: 0 4px 6px rgba(71, 71, 71, 0.1);
    transition: transform 0.3s;

}

.img-1 {
    z-index: 1;
    top: 0;
}

.img-2 {
    order: 2;
    top: 0;
}

.item img:hover {
    transform: scale(1.05);
    /* Efeito de zoom ao passar o mouse */
}

.aula {
    margin-right: 15px;
    font-size: 25px;
    font-weight: 500;
}

.baloon {
    position: absolute;
    bottom: -50px;
    /* Ajuste para posicionar o balão abaixo da imagem */
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: none;
    /* O balão fica escondido por padrão */
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.baloon .pointer {
    position: absolute;
    top: -10px;
    /* Posição da seta */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
    /* Cor da seta */
}

.item:hover .baloon {
    display: flex;
    /* Exibe o balão quando o mouse está sobre a imagem */
}

.letter-red {
    color: red;
}

.letter-blue {
    color: blue;
}

.letter-green {
    color: rgb(255, 194, 14);
}

.letter-pink {
    color: green;
}

/* Main */

.textandimage {
    margin-top: 20rem;
    width: 100%;
    display: flex;
    gap: 80px;

}

.text_princ {
    padding: 10px;
    width: 32%;
    height: 50rem;
    margin-top: 5rem;
    margin-left: 22rem;
    margin-right: 8rem;
    display: flex;
    flex-direction: column;
}

.title_princ {
    font-family: barlow, sans-serif;
    font-weight: 700;
    font-size: 4rem;
    margin-bottom: 4rem;
    text-transform: uppercase;
}

.ptext_princ {
    font-family: barlow, sans-serif;
    font-weight: 400;
    font-size: 2rem;
    width: 80%;
    text-align: justify;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.image_princ {
    flex-grow: 1;
    height: 50rem;
    background-image: url(/images/fundomodal.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;

}

#imgmodal {
    position: absolute;
    /* Permite posicionamento fora da div */
    width: 655px;
    /* Ajuste o tamanho da imagem */
    top: -11.6rem;
}

.buttonexpe {
    width: 50%;
    text-transform: uppercase;
    align-self: center;
    font-size: 1.5rem;
    font-family: barlow, sans-serif;
    font-weight: 700;
    padding: 15px;
    outline: none;
    border: none;
    background-color: #a30000;
    border-radius: 1rem;
    margin-top: 3rem;
    margin-left: 18rem;
    color: white;
    transition: .5s;
    cursor: pointer;
    box-shadow: 1px 1px 5px black;
}

.buttonexpe:hover {
    background-color: #E62322;
}

.horarios {
    margin-top: 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.horarios img {
    width: 80%;
}

.cards {
    margin-top: 5rem;
    width: 100%;
    background-color: #1b1b1b;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 3px 3px 6px black;

}

.cards h1 {
    margin-top: 5rem;
    font-family: barlow, sans-serif;
    font-size: 3rem;
    font-weight: 400;
    text-transform: uppercase;
    color: white;
}

.cardss {
    margin: 8rem 0 5rem 0;
    display: flex;
    gap: 100px;
}

.card {
    width: 400px;
    height: 250px;
    background-color: #cccccc;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    height: 4rem;
    background-color: #1b1b1b;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}

.card::after {
    content: "";
    position: absolute;
    bottom: .4rem;
    right: .4rem;
    width: 5rem;
    height: 6rem;
    background-color: #DAA520;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.card h3 {
    margin-top: 2rem;
    font-family: barlow, sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
}

.card p {
    color: #1b1b1b;
    width: 70%;
    margin-top: 2rem;
    font-family: barlow, sans-serif;
    font-size: 1.8rem;
}

.card:hover {
    transform: scale(1.1);
}

/*Página do Kick*/
.kick .card::after {
    content: "";
    position: absolute;
    bottom: .4rem;
    right: .4rem;
    width: 5rem;
    height: 6rem;
    background-color: #A6151C;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.kick #imgmodal {
    position: absolute;
    /* Permite posicionamento fora da div */
    width: 655px;
    /* Ajuste o tamanho da imagem */
    top: -12.1rem;
}

/*Página do kickfem*/

.kickfem .card::after {
    content: "";
    position: absolute;
    bottom: .4rem;
    right: .4rem;
    width: 5rem;
    height: 6rem;
    background-color: #E7437D;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.kickfem #imgmodal {
    position: absolute;
    /* Permite posicionamento fora da div */
    width: 450px;
    /* Ajuste o tamanho da imagem */
    top: -10rem;
    right: 35rem;
}

/*Página do jiujitsu*/

.jj .card::after {
    content: "";
    position: absolute;
    bottom: .4rem;
    right: .4rem;
    width: 5rem;
    height: 6rem;
    background-color: #941D81;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.jj #imgmodal {
    position: absolute;
    /* Permite posicionamento fora da div */
    width: 600px;
    /* Ajuste o tamanho da imagem */
    top: -10rem;
    right: 30rem;
}

/*Página do nogi*/

.nogi .horarios{
    margin-top: 10rem;
}
.nogi #imgmodal {
    position: absolute;
    /* Permite posicionamento fora da div */
    width: 580px;
    /* Ajuste o tamanho da imagem */
    top: -1.35rem;
}

.nogi .card::after {
    content: "";
    position: absolute;
    bottom: .4rem;
    right: .4rem;
    width: 5rem;
    height: 6rem;
    background-color: #8A6318;
    clip-path: polygon(100%, 100% 100%, 0 100%);
}

/*Página Karatê*/

.karate #imgmodal {
    position: absolute;
    /* Permite posicionamento fora da div */
    width: 450px;
    /* Ajuste o tamanho da imagem */
    top: -17.5rem;
    right: 40%;
}

.karate .card::after {
    content: "";
    position: absolute;
    bottom: .4rem;
    right: .4rem;
    width: 5rem;
    height: 6rem;
    background-color: #18ac84;
    clip-path: polygon(100%, 100% 100%, 0 100%);
}

/*Página boxe*/

.boxe .horarios{
    margin-top: 10rem;
}
.boxe #imgmodal {
    position: absolute;
    /* Permite posicionamento fora da div */
    width: 590px;
    /* Ajuste o tamanho da imagem */
    top: -9rem;
    right: 30%;
}

.boxe .card::after {
    content: "";
    position: absolute;
    bottom: .4rem;
    right: .4rem;
    width: 5rem;
    height: 6rem;
    background-color: #E25A10;
    clip-path: polygon(100%, 100% 100%, 0 100%);
}

/*Página funcional */
.funcional #imgmodal {
    position: absolute;
    /* Permite posicionamento fora da div */
    width: 700px;
    /* Ajuste o tamanho da imagem */
    top: 3.3rem;
    right: 30%;
}

.funcional .card::after {
    content: "";
    position: absolute;
    bottom: .4rem;
    right: .4rem;
    width: 5rem;
    height: 6rem;
    background-color: #4C397B;
    clip-path: polygon(100%, 100% 100%, 0 100%);
}

.funcional .fem::after {
    content: "";
    position: absolute;
    bottom: .4rem;
    right: .4rem;
    width: 5rem;
    height: 6rem;
    background-color: #E09CC5;
    clip-path: polygon(100%, 100% 100%, 0 100%);
}

.funcional .horarios {
    margin-top: 15rem;
}

/*Slide imagens*/

.slide {
    margin-top: 20rem;
}

.carousel {
    width: 100vw;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.carousel::before,
.carousel::after {
    content: "";
    position: absolute;
    top: 0;
    width: 25%;
    /* Efeito de fade */
    height: 100%;
    z-index: 2;
}

.carousel::before {
    left: 0;
    background: linear-gradient(to right, rgb(41, 41, 41), rgba(255, 255, 255, 0));
}

.carousel::after {
    right: 0;
    background: linear-gradient(to left, rgb(41, 41, 41), rgba(255, 255, 255, 0));
}

.carousel-images {
    display: flex;
    width: max-content;
    /* Garante que o conteúdo cresça automaticamente */
    animation: scroll 30s linear infinite;
    /* Animação contínua */
}

/* Ajuste das imagens */
.carousel-images img {
    width: 384px;
    height: 324px;
    flex-shrink: 0;
    margin-right: 20px;
}

/* Animação corrigida para loop infinito */
@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
        /* Move apenas a metade para encaixar */
    }
}


/* Rodape*/

.rodape {
    margin-top: 5rem;
    width: 100%;
    height: 6rem;
    white-space: nowrap;
    /* Impede a quebra de linha */
    overflow: hidden;
    /* Oculta o conteúdo que excede os limites visíveis */
    display: inline-block;
    /* Garante que o comportamento seja consistente */
    max-width: 100%;
    /* Define uma largura máxima para limitar o conteúdo */
}

.rodape p {
    font-family: barlow, sans-serif;
    font-size: 4.5rem;
    font-weight: 800;
    color: white;
    -webkit-text-stroke: 2px rgb(155, 155, 155);
    /* Espessura e cor da borda */
    line-height: 40px;

}

footer {
    width: 100%;
    color: white;
    background-color: #1b1b1b;

}

.footer-content {
    background-color: #1b1b1b;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 3rem 3.5rem;
    font-family: barlow, sans-serif;
}

.footer_contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #FFC20E;
}

.footer_contacts p {
    margin: 1rem 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #FFC20E;
    text-shadow: 1px 1px 2px #FFC20E;
}

.footer_contacts img {
    width: 150px;
}

.footer_contacts .social_medias {
    display: flex;
    gap: 1rem;
    margin-top: .5rem;
}

.social_medias .footer_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    color: white;
    font-size: 3rem;
    text-decoration: none;
    transition: .5s;
}

.social_medias .footer_link:hover {
    color: #FFC20E;
}

.endereco {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.endereco h3 {
    font-size: 2rem;
    color: #FFC20E;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.endereco p {
    font-size: 1.6rem;
    width: 50%;
    line-height: 2rem;
}

.footer-contatos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-contatos h3 {
    font-size: 2rem;
    color: #FFC20E;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.footer-contatos p {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.footer-subscribe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-subscribe h3 {
    font-size: 2rem;
    color: #FFC20E;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.footer-subscribe p {
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

.input_group {
    display: flex;
    align-self: center;
    background-color: #dadada;
    border-radius: 4px;
    width: 70%;
}

.input_group input {
    all: unset;
    padding: 1.2rem;
    width: 100%;
    font-size: 1.5rem;
    color: #0D0D0D;
}

.input_group button {
    background-color: #FFC20E;
    border: none;
    outline: none;
    color: black;
    padding: 0;
    width: 100px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 2rem;
}

.input_group button:hover {
    background-color: #ffd900;
}

.copyrights_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8vh;
    background-color: #0D0D0D;
    font-size: 1.5rem;
    font-family: barlow, sans-serif;
    text-transform: uppercase;
}

/*Medias Queries*/

@media(max-width:1024px) and (min-width: 768px) {
    .input_group {
        width: 100%;
    }
}

@media(max-width:767px) {
    .input_group {
        width: 100%;
    }

    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }

    .copyrights_footer {
        font-size: 1rem;
    }
}

@media (max-width: 599px) {
    .logo-container {
        margin-left: 20rem;
        width: 150px;
        height: 150px;
    }

    .image_princ {
        display: none;
    }
}

@media(max-width:426px) {
    .input_group {
        width: 100%;
    }

    .footer-content {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }

    .footer_contacts {
        border: none;
    }

    .copyrights_footer {
        font-size: 1rem;
    }

    .copyrights_footer p {
        text-align: center;
    }

}

/*Responsividade até 380px*/

@media(max-width:380px) {

    .horarios {
        margin-top: 25rem;
    }

}

/*Responsividade para mobile até 480px */

@media(min-width: 381px) and (max-width: 480px) {

    .horarios {
        margin-top: 10rem;
    }

    .carousel-images img {
        width: 222px;
        height: 192px;
    }

    .slide {
        margin-top: 8rem;
    }

}

/*Responsividade para mobile até 768px*/

@media(max-width: 768px) {
    .textandimage {
        width: 100%;
        margin-top: 8rem;
        margin-bottom: 0;
    }

    .image_princ {
        display: none;
    }

    .text_princ {
        width: 90%;
        margin: 0 auto;
    }

    .text_princ .title_princ {
        font-size: 2.2rem;

    }

    .text_princ .ptext_princ {
        font-size: 1.6rem;
    }

    .text_princ .ptext_princ b {
        color: #A6151C;
    }

    .buttonexpe {
        width: 70%;
        margin-left: 10rem;
        font-size: 1.5rem;
    }

    .kickfem .horarios {
        margin-top: 0rem;
    }

    .boxe .horarios {
        margin-top: 10rem;
        width: 100%;
    }

    .horarios {
        margin-top: 18rem;
        width: 100%;
    }

    .horarios img {
        width: 100%;
    }

    .cardss {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }

    .cards h1 {
        font-size: 2rem;
        text-align: center;
    }

    .card {
        width: 90%;
        height: 220px;
    }

    .card p {
        margin-top: 1rem;
        font-size: 1.6rem;
    }

    .card h3 {
        font-size: 1.6rem;
        margin-left: .5rem;
    }



    .slide {
        margin-top: 15rem;
    }

}

/*Responsividade até 1112px*/

@media(min-width:769px) and (max-width: 1112px) {
    .textandimage {
        width: 100%;
        margin-top: 8rem;
        margin-bottom: 0;
    }

    .image_princ {
        display: none;
    }

    .text_princ {
        width: 90%;
        margin: 0 auto;
    }

    .text_princ .title_princ {
        font-size: 4rem;

    }

    .text_princ .ptext_princ {
        font-size: 1.6rem;
    }

    .text_princ .ptext_princ b {
        color: #A6151C;
    }

    .buttonexpe {
        width: 50%;
        font-size: 1.5rem;
    }

    .kickfem .horarios {
        margin-top: 0rem;
    }

    .boxe .horarios {
        margin-top: 7rem;
        width: 100%;
    }

    .horarios {
        margin-top: 10rem;
        width: 100%;
    }

    .horarios img {
        width: 100%;
    }

    .cardss {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }

    .cards h1 {
        font-size: 2rem;
        text-align: center;
    }

    .card {
        width: 90%;
        height: 200px;
    }

    .card p {
        margin-top: 1rem;
        font-size: 1.8rem;
    }

    .card h3 {
        font-size: 2rem;
        margin-left: .5rem;
    }



    .slide {
        margin-top: 15rem;
    }

}


/*Responsividade site - 1399px*/

@media(min-width:1113px) and (max-width:1399px) {
    .textandimage {
        width: 100%;
        margin-top: 8rem;
        margin-bottom: 0;
    }

    .image_princ {
        display: none;
    }

    .text_princ {
        width: 90%;
        margin: 0 auto;
    }

    .text_princ .title_princ {
        font-size: 4rem;

    }

    .text_princ .ptext_princ {
        font-size: 1.8rem;
    }

    .text_princ .ptext_princ b {
        color: #A6151C;
    }

    .buttonexpe {
        width: 50%;
        font-size: 1.5rem;
    }

    .kickfem .horarios {
        margin-top: 0rem;
    }

    .boxe .horarios {
        margin-top: 10rem;
        width: 100%;
    }

    .horarios {
        margin-top: 10rem;
        width: 100%;
    }

    .horarios img {
        width: 100%;
    }

    .cardss {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .cards h1 {
        font-size: 3rem;
        text-align: center;
    }

    .card {
        width: 350px;
        height: 420px;
        align-items: center;
    }

    .card p {
        width: 80%;
        font-size: 1.8rem;
    }

    .card h3 {
        text-align: center;
        font-size: 2.1rem;
    }

}

/*Responsividade */
@media(min-width:1400px) and (max-width:1500px) {
    .textandimage {
        width: 100%;
        margin-top: 8rem;
        margin-bottom: 0;
    }

    .image_princ {
        display: none;
    }

    .text_princ {
        width: 90%;
        margin: 0 auto;
    }

    .text_princ .title_princ {
        font-size: 4rem;

    }

    .text_princ .ptext_princ {
        font-size: 2rem;
    }

    .text_princ .ptext_princ b {
        color: #A6151C;
    }

    .buttonexpe {
        width: 40%;
        height: 40px;
        font-size: 1.8rem;
    }

    .kickfem .horarios {
        margin-top: 0rem;
    }

    .boxe .horarios {
        margin-top: 10rem;
        width: 100%;
    }

    .horarios {
        margin-top: 10rem;
        width: 100%;
    }

    .horarios img {
        width: 100%;
    }

    .cardss {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }

    .cards h1 {
        font-size: 3rem;
        text-align: center;
    }

    .card {
        width: 350px;
        height: 420px;
        align-items: center;
    }

    .card p {
        width: 80%;
        font-size: 1.8rem;
    }

    .card h3 {
        text-align: center;
        font-size: 2.1rem;
    }


}

@media(min-width:1501px) and (max-width: 1900px) {
    .textandimage {
        width: 100%;
        margin-top: 15rem;
        margin-bottom: 0;
    }

    .text_princ {
        width: 50%;
        margin: 0 auto;
    }

    .kickfem #imgmodal {
    position: absolute;
    /* Permite posicionamento fora da div */
    width: 450px;
    /* Ajuste o tamanho da imagem */
    top: -10rem;
    right: 17rem;
    }
    
    .jj #imgmodal {
    position: absolute;
    /* Permite posicionamento fora da div */
    width: 600px;
    /* Ajuste o tamanho da imagem */
    top: -10rem;
    right: 15rem;
    }

    .karate #imgmodal {
    position: absolute;
    /* Permite posicionamento fora da div */
    width: 450px;
    /* Ajuste o tamanho da imagem */
    top: -17.5rem;
    right: 30%;
    }  

    .boxe #imgmodal {
    position: absolute;
    /* Permite posicionamento fora da div */
    width: 590px;
    /* Ajuste o tamanho da imagem */
    top: -9rem;
    right: 15%;
    } 

    .funcional #imgmodal {
    position: absolute;
    /* Permite posicionamento fora da div */
    width: 700px;
    /* Ajuste o tamanho da imagem */
    top: 3.3rem;
    right: 20%;
}


}
/*transition*/
.textandimage,
.image_princ,
.text_princ,
.text_princ .title_princ,
.text_princ .ptext_princ,
.buttonexpe,
.kickfem .horarios,
.boxe .horarios,
.horarios,
.horarios img,
.cardss,
.cards h1,
.card,
.card p,
.card h3,
.kickfem #imgmodal,
.jj #imgmodal,
.karate #imgmodal,
.boxe #imgmodal,
.funcional #imgmodal {
    transition: all 0.5s ease-in-out;
}