/* OVERRIDE */

@font-face {
	font-family: "Avenir Next Condensed";
	src: url("../fonts/AvenirNextCondensedBold.woff2") format("woff2"), url("../fonts/AvenirNextCondensedBold.woff") format("woff"), url("../fonts/AvenirNextCondensedBold.ttf") format("truetype"), url("../fonts/AvenirNextCondensedBold.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Skull and Void";
	src: url("../fonts/SkullAndVoid.woff2") format("woff2"), url("../fonts/SkullAndVoid.woff") format("woff"), url("../fonts/SkullAndVoid.ttf") format("truetype"), url("../fonts/SkullAndVoid.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	background-image: url("../images/background.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Avenir Next Condensed", sans-serif;
	font-size: 28px;
	color: #ffffff;
	text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
	-webkit-text-stroke: 1px black;
}

form {
	font-family: "Avenir Next Condensed", sans-serif;
	font-size: 40px;
	color: #ff6fb7;
}

.form-control {
	width: 50%;
	padding: 0rem 0.75rem;
	font-size: 35px;
	font-weight: 400;
	border: 4px solid #000;
	border-radius: 0px;
	color: #ff6fb7;
}

.form-control:focus {
	color: #ff6fb7;
	border-color: #bded0e;
}

.btn-primary {
	--bs-btn-color: #ff6fb7;
	--bs-btn-bg: #bded0e;
	--bs-btn-border-color: #bded0e;
	--bs-btn-hover-color: #ff6fb7;
	--bs-btn-hover-bg: #dbff58;
	--bs-btn-hover-border-color: #0a58ca;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #ff6fb7;
	--bs-btn-active-bg: #bded0e;
	--bs-btn-active-border-color: #bded0e;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #0d6efd;
	--bs-btn-disabled-border-color: #0d6efd;
}

.btn {
	font-size: 35px;
}

input {
  padding-right: 2rem;
}

.input-error {
    border-color: #dc3545;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='red' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/%3E%3Cpath d='M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 1rem;
}

.fancybox__content iframe {
    min-height: 80vh;
}

.fancybox__content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
}

.fancybox__container {
	z-index: 1050;
}

#fancyboxDeleteBtn {
	position: fixed;
	top: 40px;
	right: 5px;
	z-index: 1300;
	display: none;
	font-size: 18px;
}

.swal2-container {
	text-shadow: none;
	-webkit-text-stroke: white;
}

/* NEWS */
#intro, #form, #bases {
    position: relative;
    z-index: 10;
}

.logo {
	max-height: 350px;
}

.title {
	font-family: "Skull and Void", sans-serif;
	font-size: 100px;
	color: #bded0e;
	text-align: center;
	text-shadow: none;
	-webkit-text-stroke: 0px;
}

.msg {
    font-size: 18px;
    max-width: 50%;
    margin: 0 auto;
    font-style: italic;
    text-shadow: 0px 0px 0 black, 0px -0px 0 black, -0px 0px 0 black, 0px 0px 0 black;
	-webkit-text-stroke: 0px black;
}

.link {
    font-size: 24px;
    text-decoration: none;
    cursor: pointer;
}

.stroke-wrapper {
	position: relative;
	display: inline-block;
}

.stroke-outline {
	color: transparent;
	-webkit-text-stroke: 7px black;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.stroke-fill {
	position: relative;
	color: #bded0e;
}

.color-pink {
	color: #ff6fb7;
}

#marco-container {
	position: relative;
}

#marco-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 100%;
	object-fit: fill;*/
	z-index: 1000;
	pointer-events: none;
}

.site-wrapper {
	/*overflow: hidden;*/
	position: relative;
	z-index: 1;
}

/* FLECHAS */
.flecha {
	margin-bottom: 70px;
	z-index: 15;
}

.flecha img {
	width: 40px;
	height: auto;
	cursor: pointer;
	transition: transform 0.3s ease;
}
.flecha img:hover {
	transform: scale(1.1);
}

/* ELEMENTOS */
.elements {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-ojo1 {
	position: absolute;
	top: -1%;
	left: -1%;
	height: auto;
}

.img-ojo1 img {
	width: 372px;
}

.img-ojo2 {
	position: absolute;
	top: 0%;
	right: 15%;
	height: auto;
	transform: rotate(90deg);
}

.img-ojo2 img {
	width: 312px;
}

.img-ojo3 {
	position: absolute;
	bottom: 10%;
	left: 3%;
	height: auto;
	transform: rotate(-80deg);
}

.img-ojo3 img {
	width: 255px;
}

.img-ojo4 {
	position: absolute;
	bottom: -2%;
	right: 0;
	height: auto;
	transform: rotate(153deg);
}

.img-ojo4 img {
	width: 410px;
}

.img-ojo1 img,
.img-ojo2 img,
.img-ojo3 img,
.img-ojo4 img {
	animation: eye-animation 4s infinite ease-in-out;
	transform-origin: center center;
}

.img-murcielago1 {
	position: absolute;
	top: 10%;
	left: 20%;
	height: auto;
	transform: rotate(-25deg);
}

.img-murcielago1 img {
	width: 374px;
}

.img-murcielago2 {
	position: absolute;
	top: 15%;
	right: 26%;
	height: auto;
	transform: rotate(20deg);
}

.img-murcielago2 img {
	width: 249px;
}

.img-murcielago3 {
	position: absolute;
	top: 76%;
	left: 4%;
	height: auto;
	transform: rotate(-13deg);
}

.img-murcielago3 img {
	width: 373px;
}

.img-murcielago4 {
	position: absolute;
	top: 81%;
	right: 7%;
	height: auto;
	transform: rotate(12deg);
}

.img-murcielago4 img {
	width: 249px;
}

.img-murcielago1 img,
.img-murcielago2 img,
.img-murcielago3 img,
.img-murcielago4 img,
.img-murcielago5 img,
.img-murcielago6 img {
	animation: bat-animation 4s infinite ease-in-out;
	transform-origin: center center;
}

.img-ojo-especial {
	position: absolute;
	top: 29%;
	left: 0%;
	height: auto;
}

.img-ojo-especial img {
	width: 750px;
}

.img-cicatriz1 {
	position: absolute;
	top: 35%;
	right: 7%;
	height: auto;
}

.img-cicatriz1 img {
	width: 455px;
}

.img-mano1 {
	position: absolute;
	top: 50%;
	right: -7%;
	height: auto;
}

.img-mano1 img {
	width: 682px;
}

.img-corazon {
    position: absolute;
    top: 27%;
    right: 0%;
    height: auto;
}

.img-corazon img {
    width: 100%;
}

@keyframes eye-animation {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(20deg);
	}
	50% {
		transform: rotate(0deg);
	}
	75% {
		transform: rotate(-20deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@keyframes bat-animation {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
}

/* BOTONES */
.round-button {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #bded0e;
    border: 5px solid white;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    transition: background-color 0.3s ease;
    margin: 0 auto;
}

.round-button i {
    font-size: 96px;
    color: #ff6fb7;
    -webkit-text-stroke: 1px white;
    font-weight: bold;
}

.round-button:hover {
    background-color: #dbff58;
}

.button-label {
    font-size: 40px;
    color: white;
    font-weight: bold;
    color: #bded0e;
}

/* TÉRMINOS */

.terms-box {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 80%;
    margin: 0 auto;
	aspect-ratio: 1019 / 568;
	padding: 10% 13% 20% 13%;
}

.terms-content {
    width: 100%;
}


@media (max-width: 1199.98px) {

}

@media (max-width: 1399.98px) {
    body {
	    font-size: 22px;
        line-height: 22px;
        text-shadow: -0.8px -0.8px 0 black, 0.8px -0.8px 0 black, -0.8px 0.5px 0 black, 0.8px 0.8px 0 black;
	    -webkit-text-stroke: 0.8px black;
    }
    .logo {
        max-height: 230px;
        margin-bottom: 80px !important;
    }

    .title {
        font-size: 70px;
        height: 70px;
    }
    
    .stroke-outline {
        -webkit-text-stroke: 6px black;
    }

    .col-form-label {
        font-size: 24px;
    }

    .form-control {
        width: 90%;
        padding: 0rem 0.75rem;
        font-size: 24px;
        border: 3px solid #000;
    }

    .link {
    	font-size: 22px;
    }

    .btn {
        font-size: 28px;
    }

    .flecha {
        margin-bottom: 60px;
    }
    .flecha img {
        width: 40px;
    }

    .img-ojo1 {
        position: absolute;
        top: -0.5%;
        left: 0;
        height: auto;
    }

    .img-ojo1 img {
        width: 200px;
    }

    .img-ojo2 {
        position: absolute;
        top: 0%;
        right: 19%;
        height: auto;
        transform: rotate(90deg);
    }

    .img-ojo2 img {
        width: 150px;
    }

    .img-ojo3 {
        position: absolute;
        bottom: 12%;
        left: -7%;
        height: auto;
        transform: rotate(-80deg);
    }

    .img-ojo3 img {
        width: 198px;
    }

    .img-ojo4 {
        position: absolute;
        bottom: -1%;
        right: -49px;
        height: auto;
        transform: rotate(153deg);
    }

    .img-ojo4 img {
        width: 295px;
    }

    .img-murcielago1 {
        position: absolute;
        top: 9.5%;
        left: 12%;
        height: auto;
        transform: rotate(-25deg);
    }

    .img-murcielago1 img {
        width: 165px;
    }

    .img-murcielago2 {
        position: absolute;
        top: 10%;
        right: 17%;
        height: auto;
        transform: rotate(20deg);
    }

    .img-murcielago2 img {
        width: 119px;
    }

    .img-murcielago3 {
        position: absolute;
        top: 70%;
        left: 8%;
        height: auto;
        transform: rotate(-20deg);
    }

    .img-murcielago3 img {
        width: 155px;
    }

    .img-murcielago4 {
        position: absolute;
        top: 72.5%;
        right: 9%;
        height: auto;
        transform: rotate(24deg);
    }

    .img-murcielago4 img {
        width: 135px;
    }

    .img-cicatriz1 {
        position: absolute;
        top: 38.5%;
        right: 7%;
        height: auto;
    }

    .img-cicatriz1 img {
        width: 150px;
    }

    .img-ojo-especial {
        position: absolute;
        top: 36%;
        left: -2%;
        height: auto;
    }

    .img-ojo-especial img {
        width: 360px;
    }

    .img-mano1 {
        position: absolute;
        top: 54%;
        right: -6%;
        height: auto;
    }

    .img-mano1 img {
        width: 280px;
    }

    .round-button {
        width: 120px;
        height: 120px;
        border: 5px solid white;
    }
    
    .round-button i {
        font-size: 55px;
        -webkit-text-stroke: 0px white;
    }

    .button-label {
        font-size: 22px;
    }

    .terms-content p {
        font-size: 20px;
        line-height: 20px;
    }
    
}

@media (max-width: 991.98px) {
    
}

@media (max-width: 767.98px) {
    body {
	    background-image: url("../images/background-mobile.jpg");
	    font-size: 18px;
        line-height: 16px;
        text-shadow: -0.5px -0.5px 0 black, 0.5px -0.5px 0 black, -0.5px 0.5px 0 black, 0.5px 0.5px 0 black;
	    -webkit-text-stroke: 0.5px black;
    }
    .logo {
        max-height: 150px;
        margin-bottom: 50px !important;
    }

    .title {
        font-size: 50px;
        height: 50px;
    }
    
    .stroke-outline {
        -webkit-text-stroke: 5px black;
    }

    .col-form-label {
        font-size: 18px;
    }

    .form-control {
        width: 100%;
        padding: 0rem 0.75rem;
        font-size: 18px;
        border: 3px solid #000;
    }

    .link {
    	font-size: 18px;
    }

    .btn {
        font-size: 22px;
    }

    .flecha {
        margin-bottom: 50px;
    }
    .flecha img {
        width: 30px;
    }

    .img-ojo1 {
        position: absolute;
        top: -0.5%;
        left: 0;
        height: auto;
    }

    .img-ojo1 img {
        width: 105px;
    }

    .img-ojo2 {
        position: absolute;
        top: 0%;
        right: 9%;
        height: auto;
        transform: rotate(90deg);
    }

    .img-ojo2 img {
        width: 85px;
    }

    .img-murcielago1 {
        position: absolute;
        top: 4.5%;
        left: 10%;
        height: auto;
        transform: rotate(-25deg);
    }

    .img-murcielago1 img {
        width: 100px;
    }

    .img-murcielago2 {
        position: absolute;
        top: 5%;
        right: 14%;
        height: auto;
        transform: rotate(20deg);
    }

    .img-murcielago2 img {
        width: 80px;
    }

    .img-murcielago3 {
        position: absolute;
        top: 37%;
        left: 8%;
        height: auto;
        transform: rotate(-25deg);
    }

    .img-murcielago3 img {
        width: 100px;
    }

    .img-murcielago4 {
        position: absolute;
        top: 37.5%;
        right: 9%;
        height: auto;
        transform: rotate(20deg);
    }

    .img-murcielago4 img {
        width: 80px;
    }

    .img-murcielago5 {
        position: absolute;
        top: 66%;
        left: 8%;
        height: auto;
        transform: rotate(-25deg);
    }

    .img-murcielago5 img {
        width: 100px;
    }

    .img-murcielago6 {
        position: absolute;
        top: 67%;
        right: 9%;
        height: auto;
        transform: rotate(20deg);
    }

    .img-murcielago6 img {
        width: 80px;
    }
    

    .img-cicatriz1 {
        position: absolute;
        top: 12.5%;
        right: 7%;
        height: auto;
        transform: rotate(-7deg);
    }

    .img-cicatriz1 img {
        width: 100px;
    }

    .img-cicatriz2 {
        position: absolute;
        top: 44%;
        left: -4%;
        height: auto;
        transform: rotate(-55deg);
    }

    .img-cicatriz2 img {
        width: 100px;
    }
    
    .img-cicatriz3 {
        position: absolute;
        top: 58%;
        right: -2%;
        height: auto;
        transform: rotate(4deg);
    }

    .img-cicatriz3 img {
        width: 105px;
    }

    .img-cicatriz4 {
        position: absolute;
        top: 76%;
        left: -4%;
        height: auto;
        transform: rotate(-55deg);
    }

    .img-cicatriz4 img {
        width: 105px;
    }
    
    .img-cicatriz5 {
        position: absolute;
        top: 88%;
        right: -2%;
        height: auto;
        transform: rotate(22deg);
    }

    .img-cicatriz5 img {
        width: 105px;
    }

    .img-corazon {
        position: absolute;
        top: 27%;
        right: 0%;
        height: auto;
    }

    .img-corazon img {
        width: 100%;
    }

    .img-ojo-especial2 {
        position: absolute;
        top: 38%;
        right: 0%;
        height: auto;
    }

    .img-ojo-especial2 img {
        width: 230px;
    }

    .img-ojo-especial {
        position: absolute;
        top: 58%;
        left: 19%;
        height: auto;
    }

    .img-ojo-especial img {
        width: 200px;
    }

    .img-mano1 {
        position: absolute;
        top: 72%;
        right: -6%;
        height: auto;
    }

    .img-mano1 img {
        width: 150px;
    }

    .img-mano2 {
        position: absolute;
        top: 82%;
        left: -6%;
        height: auto;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .img-mano2 img {
        width: 150px;
    }

    .img-cabeza {
        position: absolute;
        bottom: -273px;
        left: -6%;
        height: auto;
    }

    .img-cabeza img {
        width: 100%;
    }

    .round-button {
        width: 80px;
        height: 80px;
        border: 3px solid white;
    }

    .round-button i {
        font-size: 40px;
        -webkit-text-stroke: 0px white;
    }

    .button-label {
        font-size: 18px;
    }

    .terms-content p {
        font-size: 14px;
        line-height: 12px;
    }
    
    .col {
        flex: auto;
    }
}

@media (max-width: 575.98px) {

}

