﻿@charset 'utf-8';

@font-face {
    font-family: 'Conv_VAGRoundedStd-Light';
    src: url('/DesktopModules/Apps/Quiz/fonts/VAGRoundedStd-Light.eot');
    src: url('/DesktopModules/Apps/Quiz/fonts/VAGRoundedStd-Light.woff') format('woff'), url('/DesktopModules/Apps/Quiz/fonts/VAGRoundedStd-Light.ttf') format('truetype'), url('/DesktopModules/Apps/Quiz/fonts/VAGRoundedStd-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Conv_VAGRoundedStd-Bold';
    src: url('/DesktopModules/Apps/Quiz/fonts/VAGRoundedStd-Bold.eot');
    src: url('/DesktopModules/Apps/Quiz/fonts/VAGRoundedStd-Bold.woff') format('woff'), url('/DesktopModules/Apps/Quiz/fonts/VAGRoundedStd-Bold.ttf') format('truetype'), url('/DesktopModules/Apps/Quiz/fonts/VAGRoundedStd-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.hidden {
    display: none !important;
}

.lozad {
    opacity: 0;
    padding-top: 64%;
}

.lozad[data-loaded="true"] {
    padding-top: 0;
}

.lozad.fade {
    opacity: 1;
    transition: 2s ease opacity;
    padding-top: 0;
}

.ModQuizRingoC,
.ModQuizC {
    position: relative;
}

/* home */
.ax-first-page {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 20px;
    box-sizing: border-box;
    background: #d2d2d2;
}

.mirringo-page .ax-first-page {
    background: rgba(222, 230, 232, 1);
    background: -moz-linear-gradient(top, rgba(222, 230, 232, 1) 0%, rgba(222, 230, 232, 1) 74%, rgba(189, 158, 131, 1) 74%, rgba(189, 158, 131, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222, 230, 232, 1)), color-stop(74%, rgba(222, 230, 232, 1)), color-stop(74%, rgba(189, 158, 131, 1)), color-stop(100%, rgba(189, 158, 131, 1)));
    background: -webkit-linear-gradient(top, rgba(222, 230, 232, 1) 0%, rgba(222, 230, 232, 1) 74%, rgba(189, 158, 131, 1) 74%, rgba(189, 158, 131, 1) 100%);
    background: -o-linear-gradient(top, rgba(222, 230, 232, 1) 0%, rgba(222, 230, 232, 1) 74%, rgba(189, 158, 131, 1) 74%, rgba(189, 158, 131, 1) 100%);
    background: -ms-linear-gradient(top, rgba(222, 230, 232, 1) 0%, rgba(222, 230, 232, 1) 74%, rgba(189, 158, 131, 1) 74%, rgba(189, 158, 131, 1) 100%);
    background: linear-gradient(to bottom, rgba(222, 230, 232, 1) 0%, rgba(222, 230, 232, 1) 74%, rgba(189, 158, 131, 1) 74%, rgba(189, 158, 131, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dee6e8', endColorstr='#bd9e83', GradientType=0);
}

.ringo-page .ax-first-page {
    background: rgba(232, 216, 212, 1);
    background: -moz-linear-gradient(top, rgba(232, 216, 212, 1) 0%, rgba(232, 216, 212, 1) 74%, rgba(128, 34, 72, 1) 74%, rgba(128, 34, 72, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(232, 216, 212, 1)), color-stop(74%, rgba(232, 216, 212, 1)), color-stop(74%, rgba(128, 34, 72, 1)), color-stop(100%, rgba(128, 34, 72, 1)));
    background: -webkit-linear-gradient(top, rgba(232, 216, 212, 1) 0%, rgba(232, 216, 212, 1) 74%, rgba(128, 34, 72, 1) 74%, rgba(128, 34, 72, 1) 100%);
    background: -o-linear-gradient(top, rgba(232, 216, 212, 1) 0%, rgba(232, 216, 212, 1) 74%, rgba(128, 34, 72, 1) 74%, rgba(128, 34, 72, 1) 100%);
    background: -ms-linear-gradient(top, rgba(232, 216, 212, 1) 0%, rgba(232, 216, 212, 1) 74%, rgba(128, 34, 72, 1) 74%, rgba(128, 34, 72, 1) 100%);
    background: linear-gradient(to bottom, rgba(232, 216, 212, 1) 0%, rgba(232, 216, 212, 1) 74%, rgba(128, 34, 72, 1) 74%, rgba(128, 34, 72, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8d8d4', endColorstr='#802248', GradientType=0);
}

.ax-bg-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.ax-bg-elements img {
    pointer-events: none;
}

.ax-bg-elements .ax-element-mirringo,
.ax-bg-elements .ax-element-ringo {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
    left: -100%;
    transition: 2s ease left;
}

.ax-bg-elements .ax-element-mirringo.active,
.ax-bg-elements .ax-element-ringo.active {
    left: 0;
}

.mirringo-page .ax-bg-elements .ax-element-mirringo,
.ringo-page .ax-bg-elements .ax-element-ringo {
    display: block;
}

.ax-bg-elements .ax-element-mirringo img.fade:nth-child(1) {
    position: absolute;
    top: 10%;
    left: -7%;
}

.ax-bg-elements .ax-element-mirringo img.fade:nth-child(2) {
    position: absolute;
    top: -1%;
    left: 45%;
}

.ax-bg-elements .ax-element-mirringo img:nth-child(3) {
    position: absolute;
    left: 40%;
    bottom: 20%;
}

.ax-bg-elements .ax-element-mirringo img:nth-child(4) {
    position: absolute;
    top: 25%;
    right: 10%;
}

.ax-bg-elements .ax-element-mirringo img:nth-child(5) {
    position: absolute;
    right: 10%;
    bottom: 19%;
}

.ax-bg-elements .ax-element-ringo img:nth-child(1) {
    position: absolute;
    top: 20%;
    right: 10%;
}

.ax-bg-elements .ax-element-ringo img:nth-child(2) {
    position: absolute;
    top: 10%;
    left: 5%;
}

.ax-bg-elements .ax-element-ringo img:nth-child(3) {
    position: absolute;
    top: 35%;
    right: 18%;
}

.ax-bg-elements .ax-element-ringo img:nth-child(4) {
    position: absolute;
    left: 9%;
    bottom: 20%;
}

.ax-bg-elements .ax-element-ringo img.fade:nth-child(5) {
    position: absolute;
    top: -1%;
    left: 43%;
}

.ax-bg-elements .ax-element-ringo img:nth-child(6) {
    position: absolute;
    right: 10%;
    bottom: 22%;
}

.ax-first-page .ax-title {
    position: absolute;
    display: inline-flex;
    width: 390px;
    height: 150px;
    padding: 23px 25px 15px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    left: -100%;
    top: 15%;
    transition: 2s ease left;
}

.ax-first-page .ax-title.active {
    left: 12%;
}

.mirringo-page .ax-first-page .ax-title {
    background: url(/DesktopModules/Apps/Quiz/img/mancha-pregunta-mirringo.svg) no-repeat center;
    background-size: contain;
}

.ringo-page .ax-first-page .ax-title {
    background: url(/DesktopModules/Apps/Quiz/img/mancha-pregunta-ringo.svg) no-repeat center;
    background-size: contain;
}

.ax-first-page .ax-title img {
    width: 85%;
}

.ax-first-page .ax-form {
    position: absolute;
    width: 285px;
    left: -100%;
    top: 10%;
    transition: 2s ease left;
}

.ax-first-page .ax-form.active {
    left: 55%;
}

.ax-first-page .ax-form .ax-content-input {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

.ax-first-page .ax-form .ax-content-input.ax-term {
    margin-top: 25px;
}

.ax-first-page .ax-form .ax-content-input input,
.ax-first-page .ax-form .ax-content-input select {
    width: 100%;
    color: #301911;
    font-size: 15px;
    line-height: 15px;
    font-family: 'Conv_VAGRoundedStd-Light';
    padding: 8px 10px;
    background: none;
    border: 2px solid transparent;
    border-radius: 50px;
    box-sizing: border-box;
    outline: none;
}

.mirringo-page .ax-first-page .ax-form .ax-content-input input,
.mirringo-page .ax-first-page .ax-form .ax-content-input select {
    border: 2px solid #7F2347;
}

.ringo-page .ax-first-page .ax-form .ax-content-input input,
.ringo-page .ax-first-page .ax-form .ax-content-input select {
    border: 2px solid #B10023;
}

.ax-first-page .ax-form .ax-content-input select {
    padding: 9.5px 10px;
    padding-right: 35px;
    -webkit-appearance: none;
    appearance: none;
}

.mirringo-page .ax-first-page .ax-form .ax-content-input select {
    background: url(/DesktopModules/Apps/Quiz/img/select-mirringo.svg) no-repeat center right 15px;
}

.ringo-page .ax-first-page .ax-form .ax-content-input select {
    background: url(/DesktopModules/Apps/Quiz/img/select-ringo.svg) no-repeat center right 15px;
}

.ax-first-page .ax-form .ax-content-input input::placeholder {
    color: #301911;
}

.ax-first-page .ax-form .ax-content-input input:focus,
.ax-first-page .ax-form .ax-content-input select:focus {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.5);
}

.ax-first-page .ax-form .ax-content-input input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.ax-first-page .ax-form .ax-content-input input[type="checkbox"]~label {
    color: #301911;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Conv_VAGRoundedStd-Light';
    display: inline-flex;
    align-items: center;
}

.ax-first-page .ax-form .ax-content-input input[type="checkbox"]~label a {
    color: #301911;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Conv_VAGRoundedStd-Light';
    margin-left: 5px;
}

.mirringo-page .ax-first-page .ax-form .ax-content-input input[type="checkbox"]~label a:hover {
    color: #7f2347;
}

.ringo-page .ax-first-page .ax-form .ax-content-input input[type="checkbox"]~label a:hover {
    color: #B10023;
}

.ax-first-page .ax-form .ax-content-input input[type="checkbox"]~label span {
    position: relative;
    display: flex;
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin-right: 10px;
    background: none;
    border: 2px solid transparent;
    cursor: pointer;
    border-radius: 50px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

.mirringo-page .ax-first-page .ax-form .ax-content-input input[type="checkbox"]~label span {
    border: 2px solid #7F2347;
}

.ringo-page .ax-first-page .ax-form .ax-content-input input[type="checkbox"]~label span {
    border: 2px solid #B10023;
}

.ax-first-page .ax-form .ax-content-input input[type="checkbox"]~label span:before {
    content: "";
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.mirringo-page .ax-first-page .ax-form .ax-content-input input[type="checkbox"]:checked~label span:before {
    background: rgba(127, 35, 71, 0.8);
}

.ringo-page .ax-first-page .ax-form .ax-content-input input[type="checkbox"]:checked~label span:before {
    background: rgba(177, 0, 35, 0.8);
}

.ax-first-page .ax-form .ax-content-input input[type="checkbox"]~label:hover span,
.ax-first-page .ax-form .ax-content-input input[type="checkbox"]:focus~label span {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.5);
}

.ax-first-page .ax-form .ax-content-button {
    margin-top: 20px;
    text-align: center;
    font-size: 0;
}

.ax-first-page .ax-form .ax-content-button a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    line-height: 15px;
    font-family: 'Conv_VAGRoundedStd-Light';
    background: transparent;
    margin: 0 10px;
    padding: 9px 35px;
    text-decoration: none;
    border-radius: 10px 0 10px 0;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.4s ease all;
}

.mirringo-page .ax-first-page .ax-form .ax-content-button a {
    background: #7F2347;
}

.ringo-page .ax-first-page .ax-form .ax-content-button a {
    background: #B10023;
}

.ax-first-page .ax-form .ax-content-button a:hover {
    background: transparent;
    border-radius: 10px;
    box-shadow: inset 0 0 0 3px transparent;
}

.mirringo-page .ax-first-page .ax-form .ax-content-button a:hover {
    background: rgba(127, 35, 71, 0.7);
    box-shadow: inset 0 0 0 3px #7F2347;
}

.ringo-page .ax-first-page .ax-form .ax-content-button a:hover {
    background: rgba(177, 0, 35, 0.7);
    box-shadow: inset 0 0 0 3px #B10023;
}

.ax-first-page .ax-form .error-required {
    position: absolute;
    width: 130px;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Conv_VAGRoundedStd-Light';
    font-weight: bold;
    padding: 5px 10px;
    left: 105%;
    top: 50%;
    transform: translateY(-50%);
    background: #f95b5b;
    border-radius: 5px;
    z-index: 2;
    opacity: 0.5;
    pointer-events: none;
    text-align: left;
}

.ax-first-page .ax-form input:hover~.error-required,
.ax-first-page .ax-form select:hover~.error-required {
    opacity: 1;
}

.ax-first-page .ax-form .error-required:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-right: 10px solid #f95b5b;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
}

.ax-first-page .ax-image {
    position: absolute;
    left: -100%;
    transition: 2s ease left;
}

.mirringo-page .ax-first-page .ax-image.active {
    left: 15%;
    bottom: 0;
}

.ringo-page .ax-first-page .ax-image.active {
    left: 18%;
    bottom: 4%;
}

.ax-first-page .ax-image img {
    display: none;
    margin: auto;
    max-width: 95%;
}

.mirringo-page .ax-first-page .ax-image .mirringo {
    display: block;
}

.ringo-page .ax-first-page .ax-image .ringo {
    display: block;
}

/* preguntas */
.ax-context-answer {
    position: relative;
}

.ax-context-answer .ax-question-item {
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
    padding: 100px 50px 75px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ax-context-answer .ax-question-item .item-left {
    max-width: 40%;
}

.ax-context-answer .ax-question-item .item-right {
    max-width: 60%;
}

.ax-context-answer .ax-question-item:nth-child(1) {
    background: rgba(111, 30, 92, 0.35);
}

.ax-context-answer .ax-question-item:nth-child(2) {
    background: #D1C1D9;
}

.ax-context-answer .ax-question-item:nth-child(3) {
    background: rgba(109, 22, 38, 0.30);
}

.ax-context-answer .ax-question-item:nth-child(4) {
    background: rgba(133, 36, 113, 0.40);
}

.ax-context-answer .ax-question-item:nth-child(5) {
    background: rgba(65, 61, 110, 0.31);
}

.ax-context-answer .ax-question-item:nth-child(6) {
    background: rgba(134, 49, 29, 0.23);
}

.ax-context-answer .ax-question-item:nth-child(7) {
    background: rgba(138, 82, 35, 0.39);
}

.ax-context-answer .ax-question-item:nth-child(8) {
    background: rgba(156, 45, 140, 0.27);
}

.ringo-page .ax-context-answer .ax-question-item:nth-child(1) {
    background: rgba(128, 34, 71, 0.30);
}

.ringo-page .ax-context-answer .ax-question-item:nth-child(2) {
    background: rgba(134, 49, 29, 0.30);
}

.ringo-page .ax-context-answer .ax-question-item:nth-child(3) {
    background: rgba(109, 22, 38, 0.30);
}

.ringo-page .ax-context-answer .ax-question-item:nth-child(4) {
    background: rgba(128, 34, 71, 0.22);
}

.ringo-page .ax-context-answer .ax-question-item:nth-child(5) {
    background: rgba(131, 26, 24, 0.25);
}

.ringo-page .ax-context-answer .ax-question-item:nth-child(6) {
    background: rgba(109, 22, 38, 0.34);
}

.ringo-page .ax-context-answer .ax-question-item:nth-child(7) {
    background: rgba(109, 22, 38, 0.30);
}

.ringo-page .ax-context-answer .ax-question-item:nth-child(8) {
    background: rgba(109, 22, 38, 0.20);
}

.ax-context-answer .ax-title-content {
    position: relative;
    text-align: center;
    font-size: 0;
}

.ax-context-answer .ax-number-question {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 33px;
    line-height: 51px;
    font-family: 'Conv_VAGRoundedStd-Bold';
    background: rgba(126, 35, 69, 0.67);
    border-radius: 50%;
    vertical-align: middle;
}

.ringo-page .ax-context-answer .ax-number-question {
    background: rgba(177, 0, 35, 0.80);
}

.ax-context-answer .ax-desc-question {
    display: inline-flex;
    width: 365px;
    height: 142px;
    max-width: calc(100% - 75px);
    margin-left: 25px;
    padding: 23px 25px 15px;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background: url(/DesktopModules/Apps/Quiz/img/mancha-pregunta-mirringo.svg) no-repeat center;
    background-size: contain;
}

.ringo-page .ax-context-answer .ax-desc-question {
    background: url(/DesktopModules/Apps/Quiz/img/mancha-pregunta-ringo.svg) no-repeat center;
    background-size: contain;
}

.ax-context-answer .ax-desc-question p {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Conv_VAGRoundedStd-Light';
    margin: 0;
}

.ax-context-answer .ax-answer-content {
    position: relative;
    width: 1080px;
    max-width: 90%;
    margin: 12px auto 0;
}

.ax-context-answer .ax-answer-question {
    display: inline-block;
    width: 33.33%;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    padding: 20px 10px;
    box-sizing: border-box;
    transition: 0.5s ease background;
}

.ax-context-answer .ax-answer-question.selected {
    background: rgba(255, 255, 255, 0.2);
}

.ax-context-answer .codigoRespuesta {
    position: relative;
    display: block;
    width: 49px;
    height: 49px;
    color: #7E2345;
    font-size: 35px;
    line-height: 50px;
    font-family: 'Conv_VAGRoundedStd-Bold';
    background: none;
    margin: auto;
    border-radius: 50%;
    transition: 0.5s ease background;
}

.ringo-page .ax-context-answer .codigoRespuesta {
    color: #B10023;
}

.ax-context-answer .ax-answer-question:hover .codigoRespuesta,
.ax-context-answer .ax-answer-question.selected .codigoRespuesta {
    background: rgba(255, 255, 255, 0.56);
}

.ax-context-answer .codigoRespuesta:before {
    content: "";
    position: absolute;
    width: 23px;
    height: 38px;
    top: -15px;
    right: -15px;
    background: url(/DesktopModules/Apps/Quiz/img/item-selected.svg) no-repeat center;
    opacity: 0;
    transition: 0.5s ease opacity;
}

.ax-context-answer .ax-answer-question.selected .codigoRespuesta:before {
    opacity: 1;
}

.ax-context-answer .ax-answer-question img {
    display: block;
    max-width: 90%;
    margin: auto;
}

.ax-context-answer .ax-answer-question p {
    width: 70%;
    color: #7E2345;
    font-size: 20px;
    line-height: 23px;
    font-family: 'Conv_VAGRoundedStd-Light';
    margin: 0 auto;
}

.ringo-page .ax-context-answer .ax-answer-question p {
    color: #B10023;
}

.ax-context-answer .ax-answer-question p strong {
    color: #7E2345;
    font-family: 'Conv_VAGRoundedStd-Bold';
}

.ringo-page .ax-context-answer .ax-answer-question p strong {
    color: #B10023;
}

/* resultados */
.ax-context-answer .ax-results {
    flex-direction: row;
}

.ax-context-answer .title-answer h3 {
    width: 320px;
    max-width: 90%;
    color: #7E2345;
    font-size: 31px;
    line-height: 32px;
    font-family: 'Conv_VAGRoundedStd-Light';
    font-weight: normal;
    margin: 0 auto 30px;
    text-align: center;
}

.ringo-page .ax-context-answer .title-answer h3 {
    color: #B10023;
}

.ax-context-answer .img-answer img {
    display: block;
    max-width: 90%;
    margin: auto;
}

.ax-context-answer .ax-answer-desc {
    width: 660px;
    max-width: 100%;
    min-height: 485px;
    display: flex;
    padding: 100px 85px 70px;
    background: url(/DesktopModules/Apps/Quiz/img/bg-mirringo.png) no-repeat center;
    background-size: 100% 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.ringo-page .ax-context-answer .ax-answer-desc {
    background: url(/DesktopModules/Apps/Quiz/img/bg-ringo.png) no-repeat center;
    background-size: 100% 100%;
}

.ax-context-answer #answer-desc,
.ax-context-answer #answer-desc li {
    color: #fff;
    font-size: 19px;
    line-height: 21px;
    font-family: 'Conv_VAGRoundedStd-Light';
}

.ax-context-answer #answer-desc ul {
    list-style: disc;
    margin-bottom: 0;
}

.ax-context-answer #answer-desc ul li {
    margin-bottom: 10px;
}

.ax-context-answer .ax-content-button {
    margin-top: 20px;
    text-align: center;
    font-size: 0;
}

.ax-context-answer .ax-content-button a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    line-height: 15px;
    font-family: 'Conv_VAGRoundedStd-Light';
    background: #7F2347;
    margin: 0 10px;
    padding: 9px 35px;
    text-decoration: none;
    border-radius: 10px 0 10px 0;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.4s ease all;
}

.ringo-page .ax-context-answer .ax-content-button a {
    background: #B10023;
}

.ax-context-answer .ax-content-button a:hover {
    background: rgba(127, 35, 71, 0.7);
    border-radius: 10px;
    box-shadow: inset 0 0 0 3px #7F2347;
}

.ringo-page .ax-context-answer .ax-content-button a:hover {
    background: rgba(177, 0, 35, 0.7);
    box-shadow: inset 0 0 0 3px #B10023;
}

.ax-context-answer .ax-content-button a.ax-secondary {
    color: #7F2347;
    background: none;
    font-family: 'Conv_VAGRoundedStd-Bold';
    box-shadow: inset 0 0 0 3px #7F2347;
}

.ringo-page .ax-context-answer .ax-content-button a.ax-secondary {
    color: #B10023;
    box-shadow: inset 0 0 0 3px #B10023;
}

.ax-context-answer .ax-content-button a.ax-secondary:hover {
    color: #fff;
    background: rgba(127, 35, 71, 0.5);
}

.ringo-page .ax-context-answer .ax-content-button a.ax-secondary:hover {
    background: rgba(177, 0, 35, 0.5);
}

/* paginador */
.ax-rotador-item {
    position: fixed;
    width: 1150px;
    max-width: 90%;
    text-align: center;
    z-index: 999;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0;
}

.ax-rotador-item .ax-rotador-content {
    position: relative;
    display: inline-block;
    width: 49px;
    height: 49px;
    color: #7E2345;
    font-size: 31px;
    line-height: 47px;
    font-family: 'Conv_VAGRoundedStd-Bold';
    border-radius: 50px;
    border: 3px solid #7E2345;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 60px;
}

.ringo-page .ax-rotador-item .ax-rotador-content {
    color: #B10023;
    border: 3px solid #B10023;
}

.ax-rotador-item .ax-rotador-content:last-child {
    position: relative;
    margin-right: 0;
}

.ax-rotador-item .ax-rotador-content.ax-prev,
.ax-rotador-item .ax-rotador-content.ax-next {
    width: 52px;
    height: 52px;
}

.ax-rotador-item .ax-rotador-content:hover,
.ax-rotador-item .ax-rotador-content.selected,
.ax-rotador-item .ax-rotador-content.ax-rotador-fill {
    color: #fff;
    background: #7E2345;
}

.ringo-page .ax-rotador-item .ax-rotador-content:hover,
.ringo-page .ax-rotador-item .ax-rotador-content.selected,
.ringo-page .ax-rotador-item .ax-rotador-content.ax-rotador-fill {
    background: #B10023;
}

.ax-rotador-item .ax-rotador-content.ax-prev svg,
.ax-rotador-item .ax-rotador-content.ax-next svg {
    width: 20px;
    fill: none;
    stroke: #7E2345;
}

.ringo-page .ax-rotador-item .ax-rotador-content.ax-prev svg,
.ringo-page .ax-rotador-item .ax-rotador-content.ax-next svg {
    stroke: #B10023;
}

.ax-rotador-item .ax-rotador-content.ax-prev:hover svg,
.ax-rotador-item .ax-rotador-content.ax-next:hover svg {
    stroke: #fff;
}

.ax-rotador-item .ax-rotador-content.ax-end svg {
    position: relative;
    width: 28px;
    fill: #7E2345;
    top: 5px;
}

.ringo-page .ax-rotador-item .ax-rotador-content.ax-end svg {
    fill: #B10023;
}

.ax-rotador-item .ax-rotador-content.ax-end:hover svg,
.ax-rotador-item .ax-rotador-content.ax-end.selected svg {
    fill: #fff;
}

.ax-rotador-item .ax-rotador-content.ax-end.selected:after {
    content: none;
}

.ax-rotador-item .ax-rotador-content:after {
    content: "";
    position: absolute;
    width: 65px;
    height: 4px;
    background: #7E2345;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}

.ringo-page .ax-rotador-item .ax-rotador-content:after {
    background: #B10023;
}

.ax-rotador-item .ax-rotador-content:last-child:after {
    content: none;
}

.ax-rotador-item .ax-rotador-content.selected:before {
    content: "";
    position: absolute;
    width: 59px;
    height: 59px;
    border-radius: 50px;
    border: 3px solid #7E2345;
    box-sizing: border-box;
    top: -8px;
    left: -8px;
}

.ringo-page .ax-rotador-item .ax-rotador-content.selected:before {
    border: 3px solid #B10023;
}

/* logos */
.ax-logos {
    position: fixed;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 999;
}

.ax-logos img {
    display: none;
    margin: auto;
    max-width: 100%;
}

.mirringo-page .ax-logos .mirringo,
.ringo-page .ax-logos .ringo {
    display: block;
}

/* pop up */
.pop-up {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease all;
}

.pop-up.active {
    animation: pop-up 7s;
}

@keyframes pop-up {
    0% {
        visibility: visible;
        opacity: 1;
    }

    80% {
        visibility: visible;
        opacity: 1;
    }

    100% {
        visibility: hidden;
        opacity: 0;
    }
}

.pop-up .content {
    position: relative;
    width: 500px;
    max-width: 90%;
    background: #fff;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    padding: 20px;
    box-sizing: border-box;
}

.pop-up .content .close {
    position: absolute;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #7E2345;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Conv_VAGRoundedStd-Light';
    padding: 10px;
    text-align: center;
    top: -15px;
    right: -15px;
    border-radius: 50%;
    cursor: pointer;
}

.ringo-page .pop-up .content .close {
    background: #B10023;
}

.pop-up .content p {
    color: #7E2345;
    font-size: 20px;
    line-height: 23px;
    font-family: 'Conv_VAGRoundedStd-Light';
    margin: 0 auto;
    text-align: center;
}

.ringo-page .pop-up .content p {
    color: #B10023;
}

/* alertas */
.custom-alert {
    position: fixed;
    width: 100%;
    padding: 20px;
    color: #fff;
    font-size: 17px;
    line-height: 18px;
    letter-spacing: 1px;
    font-family: 'Conv_VAGRoundedStd-Light';
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    box-sizing: border-box;
    z-index: 999;
    visibility: hidden;
}

.custom-alert.error,
.custom-alert.success,
.custom-alert.warning {
    bottom: 0;
    visibility: visible;
    animation: alerts 0.5s;
}

@keyframes alerts {
    0% {
        bottom: -100%;
    }

    100% {
        bottom: 0;
    }
}

/* cargador */
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #e1e1e1;
    left: 0;
    top: 0;
    z-index: 9999;
}

.loader span {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    border-radius: 50%;
    background: #535353;
    animation: kick .6s infinite alternate;
}

.loader span {
    animation: kick .6s infinite alternate;
    animation-delay: .2s;
}

.loader span:nth-child(2) {
    animation-delay: .4s;
    margin-left: 30px;
}

.loader span:nth-child(3) {
    animation-delay: 0s;
    margin-left: -30px;
}

@keyframes kick {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: .3;
        transform: translateY(-1rem);
    }
}

.ax-question-item:after,
.ax-question-item:before {
    content: "";
    position: absolute;
    width: 12%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(img/bg-p1-l.png) no-repeat -88px 102% / contain;
    pointer-events: none;
}

.ax-question-item:after {
    left: auto;
    right: 0;
    width: 10%;
    background: url(img/bg-p1-r.png) no-repeat 38px 6% / contain;
}

.ringo-page .ax-question-1:before {
    background: url(img/bg-p1-l-ringo.png) no-repeat -88px 102% / contain;
}

.ringo-page .ax-question-1:after {
    background: url(img/bg-p1-r-ringo.png) no-repeat 54px 58% / contain;
}

.ax-question-2:before {
    background: url(img/bg-p2-l.png) no-repeat -55px 106% / contain;
    width: 10%;
}

.ax-question-2:after {
    background: url(img/bg-p2-r.png) no-repeat 51px 43% / contain;
    width: 8%;
}

.ringo-page .ax-question-2:before {
    background: url(img/bg-p2-l-ringo.png) no-repeat -39px 101% / contain;
}

.ringo-page .ax-question-2:after {
    background: url(img/bg-p2-r-ringo.png) no-repeat 54px 58% / contain;
}

.ax-question-3:before {
    background: url(img/bg-p3-l.png) no-repeat -10px 98% / contain;
    width: 6%;
}

.ax-question-3:after {
    background: url(img/bg-p3-r.png) no-repeat 84px 8% / contain;
    width: 16%;
}

.ringo-page .ax-question-3:before {
    background: url(img/bg-p3-l-ringo.png) no-repeat 4px 97% / contain;
    width: 5%;
    left: 18px;
}

.ringo-page .ax-question-3:after {
    background: url(img/bg-p3-r-ringo.png) no-repeat 37px 35% / contain;
    width: 8%;
}

.ax-question-4:before {
    background: url(img/bg-p4-l.png) no-repeat -55px 106% / contain;
    width: 10%;
}

.ax-question-4:after {
    background: url(img/bg-p4-r.png) no-repeat 84px 17% / contain;
    width: 16%;
}

.ringo-page .ax-question-4:before {
    background: url(img/bg-p4-l-ringo.png) no-repeat -96px 100% / contain;
    width: 15%;
}

.ringo-page .ax-question-4:after {
    background: url(img/bg-p4-r-ringo.png) no-repeat 54px 37% / contain;
    width: 10%;
}

.ax-question-5:before {
    background: url(img/bg-p5-l.png) no-repeat -65px 106% / contain;
    width: 11%;
}

.ax-question-5:after {
    background: url(img/bg-p5-r.png) no-repeat 76px -18% / contain;
    width: 16%;
}

.ringo-page .ax-question-5:before {
    background: url(img/bg-p5-l-ringo.png) no-repeat -2px 98% / contain;
    width: 8%;
}

.ringo-page .ax-question-5:after {
    background: url(img/bg-r4-r.png) no-repeat 93px 21% / contain;
}

.ax-question-6:before {
    background: url(img/bg-p6-l.png) no-repeat -7px 104% / contain;
    width: 6%;
}

.ax-question-6:after {
    background: url(img/bg-p6-r.png) no-repeat 51px 43% / contain;
}

.ringo-page .ax-question-6:before {
    background: url(img/bg-p2-r-ringo.png) no-repeat -14px 106% / contain;
}

.ringo-page .ax-question-6:after {
    background: url(img/bg-p6-r-ringo.png) no-repeat 60px 58% / contain;
    width: 9%;
}

.ax-question-7:before {
    background: url(img/bg-p7-l.png) no-repeat -17px 114% / contain;
    width: 9%;
}

.ax-question-7:after {
    background: url(img/bg-p7-r.png) no-repeat 18px 0% / contain;
    width: 7%;
}

.ringo-page .ax-question-7:before {
    background: url(img/bg-p7-l-ringo.png) no-repeat -62px 105% / contain;
    width: 12%;
}

.ringo-page .ax-question-7:after {
    background: url(img/bg-p7-r-ringo.png) no-repeat 47px 30% / contain;
}

.ax-question-8:before {
    background: url(img/bg-p8-l.png) no-repeat -55px 40% / contain;
}

.ax-question-8:after {
    background: url(img/bg-p8-r.png) no-repeat 26px 104% / contain;
    width: 8%;
}

.ringo-page .ax-question-8:before {
    background: url(img/bg-p8-l-ringo.png) no-repeat -59px 49% / contain;
}

.ringo-page .ax-question-8:after {
    background: url(img/bg-p8-r-ringo.png) no-repeat 26px 104% / contain;
}

.item-1 .ax-question-item:before {
    background: url(img/bg-r1-l.png) no-repeat -68px 108% / contain;
    width: 24%;
}

.item-1 .ax-question-item:after {
    background: url(img/bg-r1-r.png) no-repeat 63px 43% / contain;
    width: 8%;
}

.item-5 .ax-question-item:before {
    background: url(img/bg-r4-l.png) no-repeat -57px 122% / contain;
    width: 13%;
}

.item-5 .ax-question-item:after {
    background: url(img/bg-r4-r.png) no-repeat 78px -6% / contain;
    width: 13%;
}

.item-6 .ax-question-item:before {
    background: url(img/bg-r2-l.png) no-repeat -35px 115% / contain;
    width: 13%;
}

.item-6 .ax-question-item:after {
    background: url(img/bg-r2-r.png) no-repeat 78px -4% / contain;
    width: 13%;
}

.item-7 .ax-question-item:before {
    background: url(img/bg-r6-l.png) no-repeat -60px 31% / contain;
    width: 11%;
}

.item-7 .ax-question-item:after {
    background: url(img/bg-r3-r.png) no-repeat 18px -4% / contain;
    width: 10%;
}


.item-11 .ax-question-item:before {
    background: url(img/bg-r9-l.png) no-repeat -33px 106% / contain;
    width: 14%;
}

.item-11 .ax-question-item:after {
    background: url(img/bg-r9-r.png) no-repeat 68px -12% / contain;
    width: 13%;
}

.item-90 .ax-question-item:before {
    background: url(img/bg-r2-l.png) no-repeat -32px 121% / contain;
    width: 14%;
}

.item-90 .ax-question-item:after {
    background: url(img/bg-r3-r.png) no-repeat 22px -5% / contain;
    width: 12%;
}

.item-109 .ax-question-item:before {
    background: url(img/bg-r2-l-ringo.png) no-repeat -37px 111% / contain;
    width: 12%;
}

.item-109 .ax-question-item:after {
    background: url(img/bg-r4-r.png) no-repeat 41px -5% / contain;
    width: 12%;
}

.item-110 .ax-question-item:before {
    background: url(img/bg-r6-l.png) no-repeat -60px 31% / contain;
    width: 11%;
}

.item-110 .ax-question-item:after {
    background: url(img/bg-r3-r.png) no-repeat 18px -4% / contain;
    width: 10%;
}

/* tooltip */
.ax-rotador-item .ax-rotador-content:hover>.tooltip {
    visibility: visible;
    opacity: 1;
}

.tooltip {
    min-width: 100px;
    position: absolute;
    padding: 10px 5px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    top: 65px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease all;
}

.tooltip:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 10px solid rgba(0, 0, 0, 0.5);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: 100%;
    left: 20px;
}

.tooltip p {
    color: #fff;
    font-size: 13px;
    line-height: 14px;
    margin: 0 auto;
    font-family: 'Conv_VAGRoundedStd-Light';
}

.tooltip.active {
    animation: emov 2s 5;
}

@keyframes emov {
    0% {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }

    30% {
        margin-top: 10px;
        visibility: visible;
        opacity: 1;
    }

    60% {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }

    100% {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }
}

/* ajusta tamaños en 1366 */
@media (min-width: 1100px) and (max-width: 1400px) {

    .ax-logos,
    .ax-rotador-item,
    .ax-first-page .ax-title {
        transform: scale(0.8);
        transform-origin: center;
    }

    .ax-first-page .ax-image,
    .ax-bg-elements .ax-element-mirringo img,
    .ax-bg-elements .ax-element-ringo img {
        transform: scale(0.9);
        transform-origin: bottom;
    }

    .ax-bg-elements .ax-element-mirringo img:nth-child(2),
    .ax-bg-elements .ax-element-ringo img:nth-child(5) {
        transform-origin: top;
    }
}

@media (max-width: 1400px) {
    .ax-context-answer .codigoRespuesta {
        width: 45px;
        height: 45px;
        font-size: 30px;
        line-height: 46px;
    }

    .ax-context-answer .ax-answer-question img {
        width: 240px;
    }

    .ax-context-answer .ax-answer-question p {
        width: 90%;
        font-size: 18px;
        line-height: 21px;
    }

    .ax-context-answer .ax-number-question {
        width: 46px;
        height: 46px;
        font-size: 28px;
        line-height: 47px;
    }

    .ax-context-answer .ax-desc-question {
        width: 300px;
        height: 120px;
    }

    .ax-context-answer .ax-desc-question p {
        font-size: 16px;
        line-height: 21px;
    }

    .ax-context-answer .title-answer h3 {
        font-size: 26px;
        line-height: 28px;
        max-width: 80%;
    }

    .ax-context-answer .ax-answer-desc {
        width: 530px;
        min-height: 390px;
        padding: 75px 70px 50px;
    }

    .ax-context-answer #answer-desc,
    .ax-context-answer #answer-desc li {
        font-size: 15px;
        line-height: 17px;
    }

    .ax-context-answer #answer-desc ul li {
        margin-bottom: 5px;
    }

    .ax-context-answer .ax-content-button a {
        font-size: 13px;
        line-height: 14px;
        padding: 7px 33px;
    }
}

@media (max-width: 1272px) {
    .ax-rotador-item .ax-rotador-content {
        width: 47px;
        height: 47px;
        font-size: 28px;
        line-height: 44px;
        border: 2.5px solid #7E2345;
        margin-right: 3%;
    }

    .ringo-page .ax-rotador-item .ax-rotador-content {
        border: 2.5px solid #B10023;
    }

    .ax-rotador-item .ax-rotador-content.ax-prev,
    .ax-rotador-item .ax-rotador-content.ax-next {
        width: 50px;
        height: 50px;
        line-height: 48px;
    }

    .ax-rotador-item .ax-rotador-content:after {
        width: 70%;
        height: 3px;
        left: 140%;
        transform: translate(-50%, -50%);
    }

    .ax-rotador-item .ax-rotador-content.selected:before {
        width: 57px;
        height: 57px;
        border: 2.5px solid #7E2345;
        top: -7px;
        left: -7px;
    }

    .ringo-page .ax-rotador-item .ax-rotador-content.selected:before {
        border: 2.5px solid #B10023;
    }
}

@media (max-width: 1100px) {
    .ax-first-page .ax-title {
        width: 335px;
        height: 130px;
        top: 18%;
    }

    .ax-first-page .ax-title.active {
        left: 10%;
    }

    .mirringo-page .ax-first-page .ax-image.active {
        width: 300px;
        left: 9%;
        bottom: 5%;
    }

    .ringo-page .ax-first-page .ax-image.active {
        width: 450px;
        left: 13%;
        bottom: 9%;
    }

    .ax-bg-elements .ax-element-mirringo img.fade:nth-child(1) {
        width: 155px;
        top: 20%;
    }

    .ax-bg-elements .ax-element-mirringo img:nth-child(2) {
        width: 55px;
    }

    .ax-bg-elements .ax-element-mirringo img:nth-child(3) {
        width: 120px;
        left: 35%;
    }

    .ax-bg-elements .ax-element-mirringo img:nth-child(4) {
        width: 95px;
        top: 30%;
        right: 5%;
    }

    .ax-bg-elements .ax-element-mirringo img:nth-child(5) {
        width: 80px;
    }

    .ax-bg-elements .ax-element-ringo img:nth-child(1) {
        width: 70px;
        top: 25%;
        right: 5%;
    }

    .ax-bg-elements .ax-element-ringo img:nth-child(2) {
        width: 70px;
        left: 3%;
    }

    .ax-bg-elements .ax-element-ringo img:nth-child(3) {
        width: 35px;
        top: 38%;
        right: 10%;
    }

    .ax-bg-elements .ax-element-ringo img:nth-child(4) {
        width: 90px;
        left: 4%;
    }

    .ax-bg-elements .ax-element-ringo img:nth-child(5) {
        width: 110px;
    }

    .ax-bg-elements .ax-element-ringo img:nth-child(6) {
        width: 100px;
    }
}

@media (max-width: 900px) {
    .ax-context-answer .ax-question-item {
        height: auto;
        min-height: 100vh;
        padding: 100px 40px 75px;
    }

    .ax-context-answer .ax-answer-content {
        max-width: 100%;
    }

    .ax-first-page {
        height: 1024px;
        min-height: 100vh;
    }

    .ax-context-answer .ax-answer-desc {
        padding: 90px 60px 50px;
    }

    .ax-first-page .ax-title {
        width: 300px;
        height: 125px;
        top: 23%;
    }

    .ax-first-page .ax-title.active {
        left: 8%;
    }

    .ax-first-page .ax-form {
        top: 18%;
    }

    .ax-bg-elements .ax-element-mirringo img.fade:nth-child(1) {
        width: 135px;
        top: 5%;
        left: auto;
        right: -9%;
    }

    .ax-bg-elements .ax-element-mirringo img:nth-child(2) {
        width: 65px;
    }

    .ax-bg-elements .ax-element-mirringo img:nth-child(3) {
        left: 40%;
    }

    .ax-bg-elements .ax-element-mirringo img:nth-child(4) {
        top: 45%;
        left: 10%;
        right: auto;
    }

    .ax-bg-elements .ax-element-ringo img:nth-child(1) {
        top: 50%;
        right: 0%;
    }

    .ax-bg-elements .ax-element-ringo img:nth-child(2) {
        left: 10%;
    }

    .ax-bg-elements .ax-element-ringo img:nth-child(3) {
        top: 45%;
        left: 20%;
        right: auto;
    }

    .ax-logos {
        position: absolute;
        transform: scale(0.8);
    }

    .ax-rotador-item {
        position: absolute;
    }

    .ax-rotador-item .ax-rotador-content {
        width: 40px;
        height: 40px;
        font-size: 22px;
        line-height: 36px;
        border: 2px solid #7E2345;
        margin-right: 20px;
    }

    .ringo-page .ax-rotador-item .ax-rotador-content {
        border: 2px solid #B10023;
    }

    .ax-rotador-item .ax-rotador-content.ax-prev,
    .ax-rotador-item .ax-rotador-content.ax-next {
        width: 43px;
        height: 43px;
        line-height: 42px;
    }

    .ax-rotador-item .ax-rotador-content:after {
        width: 23px;
        height: 2px;
        left: 100%;
        transform: none;
    }

    .ax-rotador-item .ax-rotador-content.selected:before {
        width: 48px;
        height: 48px;
        border: 2px solid #7E2345;
        top: -6px;
        left: -6px;
    }

    .ringo-page .ax-rotador-item .ax-rotador-content.selected:before {
        border: 2px solid #B10023;
    }

    .ax-rotador-item .ax-rotador-content.ax-prev svg,
    .ax-rotador-item .ax-rotador-content.ax-next svg {
        width: 16px;
    }

    .ax-rotador-item .ax-rotador-content.ax-end svg {
        width: 21px;
    }

    .ax-first-page .ax-form .error-required {
        left: auto;
        right: calc(100% + 14px);
    }

    .ax-first-page .ax-form .error-required:after {
        border-right: none;
        border-left: 10px solid #f95b5b;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        left: 100%;
        right: auto;
    }


    .ax-context-answer .ax-question-item:before,
    .ax-question-item:before {
        background-position: -24px 100%;
    }

    .ax-context-answer .ax-question-item:after,
    .ax-question-item:after {
        background-position: 20px 11%;
    }
}

@media (max-width: 640px) {
    .ax-context-answer .ax-question-item {
        padding: 150px 40px 100px;
    }

    .ax-context-answer .ax-answer-question {
        width: 100%;
        margin: 20px auto;
    }

    .ax-logos {
        transform: scale(0.9);
    }

    .ax-context-answer .ax-number-question {
        display: block;
        margin: auto;
    }

    .ax-context-answer .ax-desc-question {
        width: 390px;
        height: 120px;
        margin: 0 auto 30px;
    }

    #answer-def.ax-context-answer .ax-question-item {
        display: block;
    }

    .ax-context-answer .ax-question-item .item-left {
        max-width: 100%;
    }

    .ax-context-answer .ax-question-item .item-right {
        max-width: 100%;
        margin: 20px auto 40px;
    }

    .ax-first-page {
        height: auto;
        padding-bottom: 90px;
    }

    .ax-first-page .ax-title {
        position: relative;
        display: flex;
        width: 360px;
        max-width: 100%;
        height: 160px;
        top: 0;
        margin: 100px auto 50px;
    }

    .ax-first-page .ax-title.active {
        left: 0;
    }

    .ax-first-page .ax-form {
        position: relative;
    }

    .ax-first-page .ax-form.active {
        left: 35%;
        width: 60%;
        margin-bottom: 20px;
    }

    .mirringo-page .ax-first-page .ax-image.active {
        position: relative;
        left: -5%;
    }

    .ringo-page .ax-first-page .ax-image.active {
        position: relative;
        max-width: 100%;
        left: -5%;
        margin-bottom: 20px;
    }

    .ax-bg-elements .ax-element-mirringo img.fade:nth-child(1) {
        top: 20%;
        left: -10%;
        right: auto;
    }

    .ax-bg-elements .ax-element-mirringo img.fade:nth-child(2) {
        top: -4%;
        left: auto;
        right: 20%;
    }

    .ax-bg-elements .ax-element-mirringo img:nth-child(3) {
        width: 90px;
        left: auto;
        right: 8%;
        bottom: 20%;
    }

    .ax-bg-elements .ax-element-mirringo img:nth-child(4) {
        width: 80px;
        left: 8%;
    }

    .ax-bg-elements .ax-element-mirringo img:nth-child(5) {
        display: none;
    }

    .ax-bg-elements .ax-element-ringo img:nth-child(1) {
        top: 33%;
        right: auto;
        left: 5%;
    }

    .ax-bg-elements .ax-element-ringo img:nth-child(2) {
        left: auto;
        right: 5%;
        top: auto;
        bottom: 33%;
    }

    .ax-bg-elements .ax-element-ringo img:nth-child(3) {
        left: 10%;
    }

    .ax-bg-elements .ax-element-ringo img:nth-child(4) {
        display: none;
    }

    .ax-bg-elements .ax-element-ringo img:nth-child(5) {
        width: 90px;
    }

    .ax-bg-elements .ax-element-ringo img:nth-child(6) {
        width: 90px;
        right: -5%;
    }

    .ax-rotador-item .ax-rotador-content:not(.ax-nav) {
        display: none;
    }

    .ax-rotador-item .ax-rotador-content.selected,
    .ax-rotador-item .ax-rotador-content.selected+.ax-rotador-content {
        display: inline-block;
    }

    .ax-context-answer .ax-question-item:before,
    .ax-question-item:before {
        background-position: 0px 100%;
        width: 16%;
    }

    .ax-context-answer .ax-question-item:after,
    .ax-question-item:after {
        background-position: 1px 7%;
        width: 14%;
    }
}

@media (max-width: 420px) {
    .ax-first-page .ax-title {
        max-width: 90%;
    }

    .ax-first-page .ax-form.active {
        left: 40%;
        width: 60%;
        margin-bottom: 20px;
    }

    .ax-first-page .ax-form .ax-content-input input[type="checkbox"]~label {
        display: inline-block;
    }

    .ax-first-page .ax-form .ax-content-input input[type="checkbox"]~label span {
        display: inline-flex;
        vertical-align: middle;
    }
    
    .ax-first-page .ax-form .ax-content-input input[type="checkbox"]~label a {
        margin-left: 0;
    }
}

@media (max-width: 375px) {
    .mirringo-page .ax-first-page .ax-image.active {
        width: 240px;
        margin-bottom: 50px;
        left: -10%;
    }

    .ringo-page .ax-first-page .ax-image.active {
        width: 330px;
        max-width: none;
        left: -15%;
        margin-bottom: 70px;
    }

    .ax-bg-elements .ax-element-ringo img:nth-child(6) {
        width: 75px;
        bottom: 24%;
    }
    
    .ax-first-page .ax-form.active {
        margin-bottom: 80px;
    }
}