@-webkit-keyframes pulse {

    0% { -webkit-transform: scale(1); }

    50% { -webkit-transform: scale(1.1); }

    100% { -webkit-transform: scale(1); }

}

@keyframes pulse {

    0% { transform: scale(1); }

    50% { transform: scale(1.1); }

    100% { transform: scale(1); }

}

.pulse {

    -webkit-animation-name: pulse;

    animation-name: pulse;

}

@keyframes blue-pulse {
    0% {
        box-shadow: 0px 0px 20px 10px darkcyan, inset 0px 0px 10px 5px darkcyan;
    }

    100% {
        box-shadow: 0px 0px 10px 5px darkcyan, inset 0px 0px 5px 2px darkcyan;
    }
}


@keyframes image-pulse {
    0% {
        height: 100%;
        filter: drop-shadow(0px 0px 0px white) brightness(1);
    }

    100% {
        height: 115%;
        filter: drop-shadow(2px 4px 6px white) brightness(1.25);
    }
}


ul {

    padding: 0;

    list-style: none;

    margin-bottom: 0;

}

.footer-social-info a {

	color: #fff;

}

.footer-social-info a:hover {

	opacity: 0.6;

}

.footer-social-info ul li {

	color: #fff;

	padding-top: 10px;

}





.footer-social-info li {

	width: 44px;

	height: 44px;

	margin: 0px 15px 0px auto!important;

	text-align: center;

	float: left;

	padding: 10px;

	border: 1px solid #fff;

	border-radius: 50%;

	background: #000;

}



.footer-social-info li i{

	

	font-size: 20px;

}

.col-md-4 p{

	color: #fff;

	text-shadow: 2px 2px #000;

	margin: 15px 0 10px;

}

.copy{

	float: left;

	width: 50%;

	

}

#esposa,#rey{

	cursor: pointer;

}

.carousel-inner{

	height: 100%;

}

#slider{

	height: 100%;

}

.carousel-control{

	color: #000;

	opacity: 1;

}

.carousel-control.left,.carousel-control.right{

	background: transparent;

}

/* 
============================================
============================================
============ 2024 CONTINUATION =============
============================================
============================================
*/

body {
    height: 100vh;
}

.d-none {
	display: none;
}

.d-flex {
	display: flex;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(86, 86, 86, 0.533);
    border-radius: 1rem;
}

::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey;  */
    border-radius: 5px;
  }

.loader-all-screen {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10001;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-all-screen::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #003a43cc;
}


/* HTML: <div class="loader"></div> */
.loader {
    width: 50px;
    transform: scale(2.5);
    aspect-ratio: 1;
    color: #673AB7;
    position: relative;
    background: radial-gradient(10px, rgb(255 182 43) 94%, #0000);
  }
  .loader:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background:
      radial-gradient(9px at bottom right,#0000 94%,currentColor) top    left,
      radial-gradient(9px at bottom left ,#0000 94%,currentColor) top    right,
      radial-gradient(9px at top    right,#0000 94%,currentColor) bottom left,
      radial-gradient(9px at top    left ,#0000 94%,currentColor) bottom right;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    animation: l18 1.5s infinite cubic-bezier(0.3,1,0,1);
  }
  @keyframes l18 {
     33%  {inset:-10px;transform: rotate(0deg)}
     66%  {inset:-10px;transform: rotate(90deg)}
     100% {inset:0    ;transform: rotate(90deg)}
  }

/* 
============================================
========= TOGGLE FULL SCREEN MODAL =========
============================================
*/
#toggle-fullscreen {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

#full-screen-backdrop {
	background: black;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    height: 100vh;
    opacity: 0.8;
    z-index: -1;
}

#force-fullscreen-text-container {
	margin: auto;
    align-items: center;
    width: 50%;
    display: flex;
    flex-direction: column;
}

#fullscreen-text {
	font-family: 'Berkshire Swash';
    paint-order: stroke fill;
    -webkit-text-stroke: 2px white;
    color: black;
    text-align: justify;
    font-size: 2.5rem;
}

#activate-fullscreen {
	width: 100%;
    border-radius: 2rem;
    color: black;
    font-size: 2rem;
    border: 2px solid #115388;
    background-color: #2196F3;
    height: 6rem;
}

/* 
============================================
============== ALL-CONTAINER ===============
============================================
*/

.all-container {
	overflow: hidden;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
	z-index: 4;
}

/* 
============================================
========== GENERAL MODAL SECTION ===========
============================================
*/

.modal-dialog {
    max-width: 720px !important;
}

.footer-padding {
    padding-bottom: 20%;
}

@media screen and (max-width: 800px) {
    .result-image {
        width: 70%;
    }
}

.modal-background {
    background: url(../images/cartel.png); 
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}

.turn-back-arrow {
    width: 10%;
    position: absolute;
    left: 10%;
    top: 15%;
    cursor: pointer;
    z-index: 1
}

/* 
============================================
=========== MAIN MESSAGE SECTION ===========
============================================
*/

.main-message-body * {
    font-size: 2rem;
}

@media screen and (max-width: 800px) {
    
.main-message-body * {
    font-size: 1.5rem;
}
}

/* 
============================================
========== LOTTERY GROUP SECTION ===========
============================================
*/

.variable-logo-image {
    width: 20%;
    height: min-content;
    margin-top: 5%;
    border-radius: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}

.lottery-grid {
	text-align: justify;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15%, 1fr));
    gap: 1rem;
    margin: 0;
}

.lottery-grid-item {
    width: 100%;
    color: black;
    background-color: #ffffff;
    border-radius: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    cursor: url(../images/cursor.png), pointer;
}

/* 
============================================
========== RESULT DISPLAY SECTION ==========
============================================
*/

.logo-results-container {
    padding-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
}

.logo-results-container .animals-result-grid {
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    flex-basis: 90%;
    mask-image: linear-gradient(rgb(0 0 0 / 1) 80%, rgb(0 0 0 / 0));
}


.logo-results-container .variable-logo-image {
    flex-basis: 35%;
}

.variable-modal-body {
    max-height: 60vh;
    overflow-y: auto;
}

.animals-result-grid {
	text-align: justify;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15%, 1fr));
    gap: 1rem;
    margin: 0;
}

.triples-result-grid {
    mask-image: linear-gradient(rgb(0 0 0 / 1) 80%, rgb(0 0 0 / 0));
}

.result-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.result-container p {
    margin: 0;
    font-size: 1.25rem;
}

.triple-time-container {
    flex-wrap: wrap;
    display: flex;
}

.result-time {
    text-align: center;
}

.triple-result-time {
    font-size: 2rem;
    text-align: center;
    flex-basis: 100%;
}

.triple-result-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}

.triple-result-container p {
    margin: 0;
}

.result-image {
    max-width: 60px;
    border-radius: 20%;
}

.triple-type-result-image {
    background-color: white;
}

.result-description {
    text-align: center;
}

.triple-text {
    font-size: 2rem;
}

/* 
============================================
========= PRONOSTIC DISPLAY SECTION ========
============================================
*/

.body-pronosticos {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.main-pronosticos {
    flex-wrap: nowrap;
    display: flex;
    overflow-x: auto;
    gap: 1rem;
}

.pronosticos-image {
    object-fit: contain;
    max-width: 10rem;
    border-radius: 1rem;
    height: fit-content;
}


.prono-info-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 2rem;
}

.pronosticos-info {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 30vh;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    mask-image: linear-gradient(rgb(0 0 0 / 1) 70%, rgb(0 0 0 / 0));
}

.prono-info-container .pronosticos-image {
    flex-basis: 25%;
}

.prono-info-container .pronosticos-desc-container {
    flex-basis: 50%;
}

.pronosticos-desc-title {
    text-align: center;
    font-size: 2rem;
}

.prono-ordinary-text {
    font-size: 1.25rem;
}

/* 
============================================
======== CLICKABLE ELEMENTS SECTION ========
============================================
*/

.inner-shape {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    animation-name: blue-pulse;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    animation-direction: alternate;
    border-radius: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    color: white;
    text-align: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    margin-top: 50%;
    margin-bottom: 50%;
}

/* 
=============================================
========= ANIMATED ELEMENTS SECTION =========
=============================================
*/


#visor-pop-up {
    position: absolute;
    top: 44.5%;
    left: 17.4%;
    height: 4vw;

    display: flex;
    justify-content: center;
    align-items: center;
}

#visor-pop-up img {
    height: 100%;
    animation-name: image-pulse;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}