/* Minification failed. Returning unminified contents.
(365,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
#contenedor_carga {
	background-color: #FFF;
	width: 100vw;
	height: 100vh;
	position: fixed;
	-webkit-transition: opacity 1.5s ease;
	-o-transition: opacity 1.5s ease;
	transition: opacity 1.5s ease;
	z-index: 10000;
}

#carga:before {
	-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
	-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
	-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
	animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
	content: '';
	background-image: url("https://cdn.axeso5.com/landingAX5/loader/loader.svg");
	background-size: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: default;
	display: block;
	font-size: 2em;
	height: 2em;
	left: 50%;
	line-height: 2em;
	margin: -1em 0 0 -1em;
	opacity: 0;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 2em;
	z-index: -1;
	-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
	-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
	-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
	animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
	z-index: 100000;
}



/* Spinner */

@-moz-keyframes spinner-rotate {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	100% {
		-moz-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}

@-webkit-keyframes spinner-rotate {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	100% {
		-moz-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}

@-ms-keyframes spinner-rotate {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	100% {
		-moz-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}

@keyframes spinner-rotate {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	100% {
		-moz-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}

/* Loader */

@-moz-keyframes spinner-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes spinner-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes spinner-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes spinner-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes spinner-hide {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
		color: #e5e6e7;
		z-index: 100001;
	}

	99% {
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
		color: #e5e6e7;
		z-index: 100001;
	}

	100% {
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
		color: #e5e6e7;
		z-index: -1;
	}
}

@-webkit-keyframes spinner-hide {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
		color: #e5e6e7;
		z-index: 100001;
	}

	99% {
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
		color: #e5e6e7;
		z-index: 100001;
	}

	100% {
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
		color: #e5e6e7;
		z-index: -1;
	}
}

@-ms-keyframes spinner-hide {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
		color: #e5e6e7;
		z-index: 100001;
	}

	99% {
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
		color: #e5e6e7;
		z-index: 100001;
	}

	100% {
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
		color: #e5e6e7;
		z-index: -1;
	}
}

@keyframes spinner-hide {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
		color: #e5e6e7;
		z-index: 100001;
	}

	99% {
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
		color: #e5e6e7;
		z-index: 100001;
	}

	100% {
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
		color: #e5e6e7;
		z-index: -1;
	}
}

@-moz-keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}

	15% {
		opacity: 1;
		z-index: 100000;
	}

	99% {
		opacity: 0;
		z-index: 100000;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}

@-webkit-keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}

	15% {
		opacity: 1;
		z-index: 100000;
	}

	99% {
		opacity: 0;
		z-index: 100000;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}

@-ms-keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}

	15% {
		opacity: 1;
		z-index: 100000;
	}

	99% {
		opacity: 0;
		z-index: 100000;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}

@keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}

	15% {
		opacity: 1;
		z-index: 100000;
	}

	99% {
		opacity: 0;
		z-index: 100000;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}
:root {
    --ax5-orange: tomato;
    /*--btn-hover: #c7240f;*/
}

/* RESET */

*, *:before, *:after {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    box-sizing: border-box;
    user-select: none;
    text-decoration: none;
    -webkit-text-size-adjust: none;
}

/* GLOABALS */

html {
    scroll-behavior: smooth;
}

body {
    background-color: #111;
    font-family: 'Raleway', sans-serif;
}

img {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

/*///////////////////////////////// INTRO /////////////////////////////////*/

.intro {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 11vh;
    padding-left: 2rem;
    background: url(https://cdn.axeso5.com/audition/newweb/header/au_header02.jpg) #c2612c;
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 100vh;
}

    .intro h1 img {
        width: 50vw;
    }

.intro-buttons {
    margin-top: 2rem;
}

    .intro-buttons img {
        width: 25vw;
    }

@media screen and (max-width: 1024px) and (orientation: portrait) {
    
    .intro {
        padding: 0;
        width: 100%;
        justify-content: center;
    }

    .intro-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        height: 80%;
    }

    .intro h1 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .intro h1 img {
            width: 80%;
        }

    .intro-buttons {
        display: flex;
        align-items: center;
        width: 100%;
        margin: 0;
    }

        .intro-buttons img {
            width: 50vw;
        }
}

@media screen and (max-width: 640px) and (orientation: portrait) {

    .intro h1 img {
        width: 100%;
    }

    .intro-buttons {
        flex-direction: column;
    }

    .intro-buttons img {
        width: 95vw;
    }
}

/*///////////////////////////////// TU ELIGES /////////////////////////////////*/

.game-description {
    background-image: url(https://cdn.axeso5.com/audition/newweb/descripcion_game/game_background01.jpg);
    background-size: cover;
    background-position: left top;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    height: 100vh;
}

.img-pjs-descriptions {
    background: url(https://cdn.axeso5.com/audition/newweb/descripcion_game/characters_tr.png) no-repeat;
    transition: background-image 1s linear;
    background-position-x: right;
    background-size: cover;
    width: 60%;
    height: 100%;
    position: absolute;
    left: 0;
}

.game-description .info-container {
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-description .info-border-txt {
    background: url(https://cdn.axeso5.com/audition/newweb/descripcion_game/text_box.png) center center no-repeat;
    background-size: contain;
    padding: 0;
    text-align: center;
    max-width: calc(100% - 4rem);
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.game-description .info-container .info-border-txt p {
    color: whitesmoke;
    line-height: 1.75rem;
    width: 67%;
    height: 45%;
    margin-top: -5.5rem;
    margin-right: 0.5rem;
    font-size: 1.5rem;
    font-weight: 300;
    padding: 0 1rem;
}

.game-description .info-container .info-border-txt h3 {
    color: #eb83bc;
    font-weight: 900;
    letter-spacing: -0.0325rem;
    font-size: 1.65rem;
    margin-right: 0.5rem;
}

@media screen and (max-width: 1400px) {
   
    .game-description .info-container .info-border-txt p {
        font-size: 1.3rem;
        margin-top: -3.5rem;
        width: 70%;
    }

    .game-description .info-container .info-border-txt h3 {
        font-size: 1.5rem;
        margin-top: 0;
    }
}


@media screen and (max-width: 1366px) {
    
    .game-description .info-container .info-border-txt p {
        font-size: 1.2rem;
        margin-top: -3.5rem;
    }

    .game-description .info-container .info-border-txt h3 {
        font-size: 1.30rem;
        margin-top: 2.5rem;
    }
}

@media screen and (max-width: 1200px) and (orientation: landscape) {

    .game-description .info-container .info-border-txt p {
        font-size: 1rem;
        width: 90%;
        height: unset;
        margin-top: -2.5rem;
    }

    .game-description .info-container .info-border-txt h3 {
        font-size: 1.30rem;
        margin-top: 1rem;
        width: 90%;
    }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {

    .game-description .info-container {
        width: unset;
    }

    .img-pjs-descriptions {
        opacity: 0.10;
    }

    .game-description .info-border-txt {
        height: unset;
        width: 100%;
        height: 65%;
        max-width: unset;
    }

    .game-description .info-container .info-border-txt p {
        font-size: 3.25vw;
        margin-top: -6vh;
        width: 60%;
        height: unset;
    }

    .game-description .info-container .info-border-txt h3 {
        font-size: 4vw;
        margin-top: 0.5vh;
        width: 60%;
    }
}

@media screen and (max-width: 640px) and (orientation: portrait) {

    .img-pjs-descriptions {
        display: none;
    }

    .game-description .info-border-txt {
        height: unset;
        width: 100%;
        height: 65%;
        max-width: unset;
    }

    .game-description .info-container .info-border-txt p {
        font-size: 4.15vw;
        margin-top: -2.5rem;
        width: 80%;
        height: unset;
    }

    .game-description .info-container .info-border-txt h3 {
        font-size: 1.25rem;
        margin-top: 0;
        width: 75%;
    }
}

@media screen and (max-height: 500px) and (orientation: landscape) {
    .game-description .info-container .info-border-txt p {
        font-size: 0.55rem;
        margin-top: -1.5rem;
        width: 90%;
        height: unset;
    }

    .game-description .info-container .info-border-txt h3 {
        font-size: 0.75rem;
        margin-top: 0.25rem;
        width: 75%;
    }
}

/*///////////////////////////////// IMG-GALLERY /////////////////////////////////*/

.features {
    width: 100%;
    height: 125vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(https://cdn.axeso5.com/audition/newweb/features/feature_background.jpg) #ffbd38 no-repeat;
    background-position: top left;
    background-size: cover;
    text-align: center;
    position: relative;
    color: whitesmoke;
}

    .features h2, #trailer h2 {
        display: block;
        line-height: 3rem;
        font-size: 10vh;
    }

    .features h3, #trailer h3 {
        font-weight: 900;
        font-size: 8vh;
    }

    .features p, #trailer p {
        display: block;
        margin: 0.5vh 0 2vh 0;
        font-weight: 300;
        font-size: 3vh;
    }

.slider-features-control {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4rem;
    z-index: 10;
}

    .slider-features-control img {
        width: 60%;
    }

.slider-features {
    background: url(https://cdn.axeso5.com/audition/newweb/features/frame_features_01.png) no-repeat;
    background-size: contain;
    padding: 2vw;
    width: 53vw;
    min-width: 53vw;
    min-height: 65vh;
    height: 65vh;
}

.feature-create-account {
    width: 100%;
    height: 100%;
    margin-top: 1rem;
    position: relative;
    z-index: 100;
}

.img-features {
    display: none;
    width: 100%;
}

.img-active {
    display: block !important;
}


@media screen and (max-width: 1200px) and (orientation: landscape) {

    .features {
        padding-top: 7vh;
        height: unset;
    }

    .slider-features {
        width: 80%;
        min-width: 80%;
        min-height: 60vh;
        height: unset;
        padding: 2rem;
        margin: 0 auto;
    }
}


@media screen and (max-width: 1024px) and (orientation: portrait) {

    .features {
        padding-top: 2.5rem;
    }

    .slider-features-control {
        padding: 0;
    }

    .slider-features-control a {
        padding-bottom: 5rem;
    }

    .slider-features-control img {
        width: 60%;
        padding-bottom: 20vh;
    }

    .slider-features {
        padding: 4vw;
        width: 95%;
        min-width: 95%;
        min-height: 42vh;
        height: unset;
        margin: 0 auto;
        margin-top: 10vh;
    }
}

@media screen and (max-width: 640px) and (orientation: portrait) {

    .features {
        height: unset;
        padding-top: 2.5rem;
    }

    .slider-features-control {
        padding: 0;
    }

    .slider-features-control a {
        padding-bottom: 5rem;
    }

    .slider-features-control img {
        padding-bottom: 7vh;
    }

    .slider-features {
        padding: 4vw;
        width: 100%;
        min-width: 100%;
        min-height: 28.5vh;
        height: unset;
        margin-top: 6rem;
    }

    .features h2, #trailer h2 {
        line-height: 3rem;
        font-size: 2.5rem;
    }

    .features h3, #trailer h3 {
        font-size: 3rem;
    }

    .features p, #trailer p {
        font-size: 1rem;
    }
}

@media screen and (max-height: 500px) and (orientation: landscape) {
    .slider-features-control {
        padding: 0;
    }
}

/*///////////////////////////////// TRAILER /////////////////////////////////*/

.trailer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(https://cdn.axeso5.com/audition/newweb/trailer/trailer_background.jpg) #ffbd38 no-repeat;
    background-position: top left;
    background-size: cover;
    text-align: center;
    color: whitesmoke;
    height: unset;
    min-height: 100vh;
}

    .trailer .header {
        margin-top: 7vh;
    }


.slider-trailer {
    width: 50%;
    display: flex;
    align-items: center;
}

.create-account-button {
    width: 25vw;
}

@media screen and (max-width: 1200px) and (orientation: landscape) {
    .create-account-button {
        width: unset;
    }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
    .trailer {
        min-height: unset;
        padding-bottom: 2rem;
    }

    .slider-trailer {
        width: 100%;
        padding-bottom: 2rem;
    }

    .create-account-button {
        width: 80%;
    }
}

@media screen and (max-height: 500px) and (orientation: landscape) {
    .create-account-button {
        width: 50%;
    }
}

/*@media screen and (max-width: 640px) and (orientation: portrait) {
    #trailer {
        min-height: unset;
        padding-bottom: 2rem;
    }

    .slider-trailer {
        width: 100%;
        padding-bottom: 2rem;
    }

    .create-account-button {
        width: 80%;
    }
}*/


/*///////////////////////////////// SOCIAL AU /////////////////////////////////*/

.social-au {
    background-image: url(https://cdn.axeso5.com/audition/newweb/social_media/socialmedia_background.jpg);
    background-size: initial;
    background-position: left top;
    padding: 0;
    color: whitesmoke;
    height: unset;
    padding: 5rem 0;
}

    .social-au h3 {
        text-align: center;
        font-size: 4vh;
    }

    .social-au ul {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1rem;
        list-style: none;
    }

    .social-au ul a {
        height: 100%;
        width: 100%;
        display: flex;
    }

    .social-au ul a img {
        width: 12vh;
    }

@media screen and (max-width: 640px) and (orientation: portrait) {
    .social-au ul a img {
        width: 9vh;
    }

    .separador img {
        width: 3.5vh;
    }
}

/*///////////////////////////////// NEWS AU /////////////////////////////////*/

.news-au {
    background-image: url("https://cdn.axeso5.com/audition/newweb/noticias/background_noticias.jpg");
    background-size: cover;
    background-position: left top;
    padding: 0;
    margin-top: -5px;
    height: 100vh;
}

.img-news {
    background: url(https://cdn.axeso5.com/audition/newweb/noticias/character_noticias.png) no-repeat;
    transition: background-image 1s linear;
    background-size: cover;
    background-position-x: left;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
}

.letters-news-au {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: whitesmoke;
}

    .letters-news-au h3 {
        font-size: 8vh;
    }

    .letters-news-au h2 {
        font-size: 14vh;
        line-height: 7rem;
    }

    .letters-news-au p {
        margin: 1rem 3rem;
        font-size: 2.5vh;
        font-weight: 300;
    }

@media screen and (max-width: 1200px) and (orientation: landscape) {
    
    .letters-news-au h3 {
        font-size: 7vh;
    }

    .letters-news-au h2 {
        font-size: 10vh;
    }

    .letters-news-au p {
        font-size: 2vh;
    }
}


@media screen and (max-width: 1024px) and (orientation: portrait) {
    
    .img-news {
        opacity: 0.5;
    }

    .letters-news-au {
        width: 100%;
        position: relative;
        z-index: 10;
    }

    .letters-news-au h3 {
        font-size: 3rem;
    }

    .letters-news-au h2 {
        font-size: 3.5rem;
    }

    .letters-news-au p {
        margin: 1rem 0;
        text-align: center;
        font-size: 2.5vh;
    }

    .shop-btn {
        text-align: center;
    }
}

@media screen and (max-height: 500px) and (orientation: landscape) {
    .letters-news-au h3 {
        font-size: 1rem;
    }

    .letters-news-au h2 {
        font-size: 3rem;
        line-height: unset;
    }

    .letters-news-au p {
        margin-top: 0;
        margin-bottom: 1rem;
        text-align: center;
        font-size: 4.5vh;
    }
    
    .shop-btn {
        text-align: center;
    }
}

/*///////////////////////////////// REGISTER FORM /////////////////////////////////*/

.register-form-wrapper {
    width: 60%;
}

.register-section {
    background: url(https://cdn.axeso5.com/audition/newweb/crea_tu_cuenta/separator.png) no-repeat, linear-gradient(180deg, rgba(209,99,98,1) 0%, rgba(162,67,101,1) 50%);
    background-size: initial;
    color: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 0 1rem 0;
    width: 100%;
    overflow-x: hidden;
    /*Glow Register Form*/
    position: relative;
    z-index: 10;
}

.register-section-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.register-section-content-text h2, .register-section-content-text p {
    text-align: center;
}

.register-section-content-text h2 {
    letter-spacing: -0.05rem;
    text-transform: uppercase;
    font-size: 3.5rem;
    margin: 0.5rem 0;
    width: 100%;
}

.register-section-content-text p {
    font-size: 1.5rem;
    font-weight: 100;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

.reg-axeso5-link {
    text-decoration: none;
    color: #ffbd37;
}

.tipitos-footer {
    margin: 4vh 0;
}

@media screen and (max-height: 500px) and (orientation: landscape) {
    .tipitos-footer {
        width: 60%;
    }
}

/*///////////////////////////////// FOOTER /////////////////////////////////*/

/*#footer {
    margin-top: -20px !important;
    position: relative;
    z-index: 1000;
}*/

/*///////////////////////////////// LANDING /////////////////////////////////*/

.register-form-wrapper-landing {
    width: 85%;
}

#landing {
    background: url(https://cdn.axeso5.com/audition/newweb/landing03.jpg) no-repeat, linear-gradient(180deg, rgba(162,67,101,1) 0%, rgba(209,99,98,1) 50%);
    background-size: cover;
    background-position: right;
    color: #fff;
    min-height: 100vh;
}

.landing-obj-container {
    width: 50%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1rem 2.5rem 1rem 4rem;
}

.landing-obj-container h1 {
    text-align: center;
}

.audition-logo {
    width: 87%;
}

.landing-obj-container h2 {
    text-align: center;
    font-weight: 100;
    font-size: 2rem;
    margin: 1rem 0 1rem 0;
    line-height: 0.9rem;
    letter-spacing: -0.05rem;
}

@media screen and (max-width: 1200px) and (orientation: portrait) {
    #landing {
        background-position: left;
    }

    .landing-obj-container {
        width: 100%;
        padding: 0;
    }

    .landing-obj-container h2 {
        font-size: 1.5rem;
        width: 90%;
        margin: 0 auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .audition-logo {
        width: 97%;
    }
}

@media screen and (max-height: 500px) and (orientation: landscape) {
    .landing-obj-container {
        width: 60%;
    }

    .landing-obj-container h2 {
        font-size: 1.5rem;
    }
}

/*///////////////////////////////// REGISTRATION CODE N /////////////////////////////////*/

#regCodeN {
    background: url(https://cdn.axeso5.com/audition/newweb/RegcodeN/background.jpg) no-repeat, linear-gradient(180deg, rgba(162,67,101,1) 0%, rgba(209,99,98,1) 50%);
    background-size: cover;
    color: #fff;
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    padding-top: 60px;
}

    #regCodeN .pjImage {
        position: absolute;
        left: -100px;
        top: 0;
        height: 100%;
        z-index: 0;
    }

#regCodeN .top-wrapper {
    background: url(https://cdn.axeso5.com/audition/newweb/RegcodeN/box.png) no-repeat center center;
    background-size: contain;
    text-align: center;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 55%;
    padding-bottom: 4vh;
}

#regCodeN .logo img {
    width: 55%;
    margin: 2vh 0;
}

#regCodeN .link-descarga {
    margin-top: 4rem;
}

.confirmationTitle {
    color: #000;
    background: transparent;
    text-align: center;
    font-size: 1.75rem;
    font-weight: 500;
    margin: 20px 0 0 0;
    width: 99%;
    text-transform: uppercase;
}

@media screen and (max-width: 1200px) and (orientation: portrait) {
    #regCodeN .top-wrapper {
        width: 100%;
        height: unset;
        padding-bottom: 0;
        background-size: cover;
        overflow: hidden;
    }

    #regCodeN .pjImage {
        display: none;
    }

    #regCodeN .logo img {
        width: 95vw;
        margin: 1vh 0;
    }

    .confirmationTitle {
        width: 90%;
        margin-bottom: 2vh;
    }

    #regCodeN .link-descarga {
        margin-top: 10vh;
    }

}

@media screen and (max-width: 1200px) and (orientation: landscape) {
    #regCodeN .link-descarga {
        margin-top: 0;
    }

    #regCodeN .logo img {
        width: 60%;
        margin: 2vh 0;
    }

    #regCodeN .link-descarga img {
        width: 60%;
    }

    .confirmationTitle {
        width: 87%;
        font-size: 1rem;
        margin-bottom: 0;
    }
}


@media screen and (max-height: 500px) and (orientation: landscape) {
    
    #regCodeN .link-descarga {
        margin-top: 0;
    }

    #regCodeN .link-descarga img {
        width: 60%;
    }

    .confirmationTitle {
        width: 87%;
        font-size: 1rem;
        margin-bottom: 0;
    }
}

/*///////////////////////////////// BACK TO TOP BTN /////////////////////////////////*/

.btn-back-to-top {
    position: fixed;
    z-index: 15000;
    right: 4vw;
    bottom: 5vh;
    /*background-color: #32b4ec;*/
    background-color: #2196F3;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    transition: width .25s ease-in-out, height .25s ease-in-out;
}

    .btn-back-to-top svg {
        width: 2.5rem;
        fill: whitesmoke;
    }

.btn-back-to-top-hidden {
    width: 0;
    height: 0;
}
