
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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=Poppins: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');
@import url('https://fonts.googleapis.com/css2?family=Poppins: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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins: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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');


/*Container Styles*/
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, 308px);
    grid-template-rows: repeat(auto-fit, 370px);
    gap: 40px;
    padding: 50px;
    justify-content: center;
    background-color: transparent;
}


/*Card Styles*/
.card {
    background-color: #121E26;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    justify-content: space-evenly;
}

.module-container .module.ModuleCustomHtml img {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}


.card:hover {
    transform: translateY(-5px);
}


.header {
    display: flex;
    justify-content: start;
    margin-left: -10px;
    margin-top: 8px;
}

.header-categories-por .uc-content p span a {
    color: #FFFFFF !important; /* Replace with your desired color */
}

.header-categories-por .uc-content p span a:hover {
    color: red !important; /* Replace with your desired hover color */
}

.header-categories-en .uc-content p span a {
    color: #FFFFFF !important; /* Replace with your desired color */
}

.header-categories-en .uc-content p span a:hover {
    color: #A9A9A9 !important; /* Replace with your desired hover color */
}


.card-title-h2 {
    color: white;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    text-align: center;
    padding: 10px;
}


.card-content span {
    color: #fde939;
}

li span {
    color: #fde939;
}

.footer {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}


/*Button Styles*/
/*.btn-primary {
    padding: 15px 13px;
    margin-left: 8px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 800;
    line-height: 12px;
    background: transparent;
    border: 1px solid #EE3945;
    text-transform: uppercase;
    font-family: Nunito;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 8px;
}


.btn-secondary-red {
    padding: 15px 25px 15px 25px;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #EE3945;
    box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.20) inset;
    filter: drop-shadow(0px 7px 13px rgba(0, 0, 0, 0.30)) drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.40));
    border-radius: 10px;
    border-style: none;
    cursor: pointer;
    margin: 0 10px 8px 0
}*/


.modal {
            display: none;
            position: fixed;
            z-index: 1;
            top: 55%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.8);
            margin-top: -40px;
        }

        .modal-mask {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: transparent;
            cursor: pointer;
        }

        .modal-content {
            max-width: 697px;
            width: auto;
            height: auto;
            position: relative;
            background-color: #121e26;
            margin: 7% auto;
            border-radius: 10px;
        }

        .separator {
            background-image: linear-gradient(
                    90deg,
                    transparent,
                    #ee3945,
                    transparent
            );
            height: 1px;
            width: 100%;
        }

        .modal-header {
            display: flex;
            justify-content: space-between;
        }

        .close-modal {
            background-color: transparent;
            border: none;
            cursor: pointer;
            height: 20px;
            width: 20px;
            background-image: url('https://bora-jogar.art/bajibr%20Assets/PromoBanner/Promotion%20Assets/close-alt.svg');
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            margin: 20px 27px 0 0;
        }

        .header-text {
            color: #fff;
            font-family: 'Montserrat', sans-serif;
            font-size: 24px;
            font-weight: 800;
            line-height: 12px;
            text-transform: uppercase;
            text-align: left;
            padding: 40px 0 30px 19px;
        }

        .modal-text > p {
            color: #bababa;
            text-align: center;
            font-family: Poppins;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 15px; 
	    padding: 0 80px 20px 80px;
        }

        .modal-content > p {
            color: #bababa;
            text-align: center;
            font-family: Poppins;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 21px; /* 150% */
            padding: 20px 200px 30px 200px;
        }


        .modal-text {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
            padding: 30px 26px 0 26px;
        }

        .modal-text-body {
            padding-right: 20px;
        }

        .modal-text-title {
            color: #fff;
            text-align: center;
            font-family: Poppins;
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            line-height: 21px; /* 150% */
            text-transform: uppercase;
            padding: 31px 0 35px 0;
        }

        .modal-text-title-non {
            color: #fff;
            text-align: center;
            font-family: Poppins;
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            line-height: 21px; /* 150% */
            text-transform: uppercase;
            padding: 31px 0 19px 0;
        }

        .text-body-hidden {
            display: none;
        }

        .list-none {
            display: block;
            padding-top: 20px;
            margin-left: -15px;
            font-size: 16px;
            font-weight: 700;
        }

        .list-none-center {
            display: flex;
            justify-content: center;
            padding-top: 20px;
            font-size: 16px;
            font-weight: 700;
        }

        .modal-text-body > ol {
            color: #ffffff;
            font-size: 14px;
            line-height: 21px;
            text-align: justify;
            font-family: 'Poppins', sans-serif;
        }

        .modal-btn-container {
            display: flex;
            justify-content: space-between;
            padding: 35px 28px 17px 28px;
            gap: 20px;
        }
.modal-btn-container-non {
            display: flex;
            justify-content: center;
            padding: 35px 28px 17px 28px;
        }

        .btn-info {
            flex-shrink: 0;
            padding: 17px 28px;
            color: #ffffff;
            font-size: 14px;
            font-weight: 800;
            line-height: 12px;
            background: transparent;
            border: 1px solid #ee3945;
            text-transform: uppercase;
            font-family: Nunito;
            border-radius: 10px;
            cursor: pointer;
        }

        .btn-register {
            max-width: 200px;
            width: 100%;
            padding: 17px 28px;
            border-radius: 10px;
            border-style: none;
            color: #ffffff;
            font-size: 14px;
            font-family: Montserrat;
            font-weight: 700;
            text-transform: uppercase;
            cursor: pointer;
            background-color: #ee3945;
            box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.2) inset;
            filter: drop-shadow(0px 7px 13px rgba(0, 0, 0, 0.3)) drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.4));
        }

        .btn-register-clicked {
            background-color: #ee3945;
            filter: drop-shadow(0px 0px 0px rgba(9, 30, 66, 0.08)) drop-shadow(0px 4px 8px rgba(9, 30, 66, 0.25));
        }

	@media only screen and (max-width: 1700px) {
	     .modal-content {
		margin: 10% auto 
	}
}

	@media only screen and (max-width: 1400px) {
	     .modal-content {
		margin: 12% auto 
	}
}


@media only screen and (max-width: 1200px) {
	     .modal-content {
		margin: 14% auto 
	}
}

@media only screen and (max-width: 850px) {
	     .modal-content {
		margin: 28% auto 
	}
}

@media only screen and (max-width: 767px) {
	     .modal-content {
		margin: 32% auto 
	}
}

@media only screen and (max-width: 628px) {
	     .modal-content > p {
		padding: 20px 170px 30px 170px;
	}
}

@media only screen and (max-width: 600px) {
	     .modal-content {
		margin: 38% auto 
	}
}

@media only screen and (max-width: 568px) {
	     .modal-content > p {
		padding: 20px 120px 30px 120px;
	}
}

@media only screen and (max-width: 500px) {
	     .modal-content {
		margin: 56% auto 
	}
}

@media only screen and (max-width: 468px) {
	     .modal-content > p {
		padding: 20px 70px 30px 70px;
	}
}

@media only screen and (max-width: 450px) {
	     .modal-content {
		margin: 70% auto 
	}
}


@media only screen and (max-width: 431px) {
	    .grid-container {
	        gap: 25px;
                padding: 10px;
}
 	    .modal-content {
		margin: 30% auto;
            }
            .header-text {
                font-size: 20px;
                padding: 40px 0 30px 19px;
            }

            .close-modal {
                margin: 15px 20px 0 0;
            }

	    .modal-text > p {
		padding: 0 20px 20px 20px;
	}
	
	 .modal-btn-container {
                flex-direction: column;
                align-items: center;
                gap: 0;
            }

            .btn-info {
                width: 100%; /* Adjust as needed */
                margin: 10px 0; /* Adjust as needed */
                padding: 17px 20px; /* Adjust as needed */
            }

            .btn-register {
                max-width: 370px;
                width: 100%; /* Adjust as needed */
                margin: 10px 0; /* Adjust as needed */
                padding: 17px 28px; /* Adjust as needed */
            }
     }
	    

@media only screen and (max-width: 423px) {
	     .header-text {
                padding: 40px 0 30px 19px;
		line-height: 24px;
            }
}



       

.no-scroll {
    overflow: hidden;
}