.h1,
h1 {
    font-size: 60px;
}

@media (min-width: 768px) {

    .h1,
    h1 {
        font-size: 90px;
    }
}

@media (min-width: 992px) {

    .h1,
    h1 {
        font-size: 120px;
    }
}

.h2,
h2 {
    font-size: 40px;
}

@media (min-width: 768px) {

    .h2,
    h2 {
        font-size: 64px;
    }
}

@media (min-width: 992px) {

    .h2,
    h2 {
        font-size: 88px;
    }
}

.h3,
h3 {
    font-size: 30px;
}

@media (min-width: 768px) {

    .h3,
    h3 {
        font-size: 42px;
    }
}

@media (min-width: 992px) {

    .h3,
    h3 {
        font-size: 54px;
    }
}

.h4,
h4 {
    font-size: 20px;
}

@media (min-width: 768px) {

    .h4,
    h4 {
        font-size: 30px;
    }
}

@media (min-width: 992px) {

    .h4,
    h4 {
        font-size: 35px;
    }
}

.h5,
h5 {
    font-size: 18px;
}

@media (min-width: 768px) {

    .h5,
    h5 {
        font-size: 21px;
    }
}

@media (min-width: 992px) {

    .h5,
    h5 {
        font-size: 24px;
    }
}

.h6,
h6 {
    font-size: 16px;
}

@media (min-width: 768px) {

    .h6,
    h6 {
        font-size: 19px;
    }
}

@media (min-width: 992px) {

    .h6,
    h6 {
        font-size: 22px;
    }
}

.p,
p {
    font-size: 14px;
}

@media (min-width: 768px) {

    .p,
    p {
        font-size: 15px;
    }
}

@media (min-width: 992px) {

    .p,
    p {
        font-size: 16px;
    }
}

html {
    height: 100%;
    font-size: 14px;
}

@font-face {
    font-family: 'Carter One';
    src: url('/fonts/CarterOne-Regular.ttf');
}

body {
    font-family: 'Carter One', cursive;
    font-weight: 500;
    background-size: cover;
    height: 100%;
    background: #fff url("images/bckg-400.png") repeat center top;
}

@media (min-width: 400px) {
    body {
        background: #fff url("images/bckg-768.png") repeat center top;
    }
}

@media (min-width: 768px) {
    body {
        background: #fff url("images/bckg.png") repeat center top;
    }
}

.body2 {
    color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff url("/images/green-grid.png");
    /* background-repeat: no-repeat; */
    background-size: cover;
    align-content: center;
}

.body3 {
    height: -webkit-fill-available;
    width: 100%;
    position: fixed;
    background: #fff url("/images/fondopregunta1.png") repeat center top;
    background-size: cover;
    overflow: auto;
    /* padding-right: 0 !important; */
}

.footer {
    width: 100%;
    bottom: auto;
    color: white;
    background-color: #74b47c;
    padding: 10px 10px;
    position: relative;
}

@media (min-height: 480px) {
    .footer {
        position: absolute;
        bottom: 0;
    }
}

.error-msg {
    color: red;
    text-align: center;
}

.home-logo {
    width: auto;
    text-align: center;
    /* margin-top: 100px; */
}

/* @media (min-height: 800px) {
    .home-logo {
        margin-top: 30%;
    }
} */

.home-img-logo {
    max-width: 500px;
}

@media (min-height: 500px) {
    .home-img-logo {
        width: 300px;
    }
}

.home-logo2 {
    height: 80px;
    padding-top: 20px;
    margin: 10px auto;
    text-align: center;
}

@media (min-height: 600px) {
    .home-logo2 {
        height: 110px;
    }
}

@media (min-height: 800px) {
    .home-logo2 {
        height: 160px;
    }
}

@media (min-height: 1200px) {
    .home-logo2 {
        height: 200px;
    }
}

.home-animation {
    width: 100%;
    bottom: 0;
    text-align: center;
    margin-bottom: 50px;
    position: absolute;
}

/*@media (min-width: 800px) {
    .home-animation {
        margin-left: 45%;
        text-align: left;
    }
}*/

.logo-header {
    height: 60px;
    background-color: #74b47c;
    background-size: cover;
    text-align: center;
    width: 100%;
    box-shadow: 0px 2px 10px 5px #999;
    -moz-box-shadow: 0px 2px 10px 5px #999;
    -webkit-box-shadow: 0px 2px 10px 5px #999;
}

.img-logo {
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.img-choose-user {
    width: 10rem;
    max-width: 300px;
    margin: 10px auto;
}

@media (min-width: 500px) {
    .img-choose-user {
        width: 16rem;
    }
}

@media (min-width: 750px) {
    .img-choose-user {
        width: 20rem;
    }
}
@media (max-height: 380px) and (max-width: 750px) {
    .img-choose-user {
        display: none;
    }
}

#modal-cita {
    position: fixed;
    top: 15%;
}

.modal-content {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}

.modal-wrapper {
    height: 100%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
}

.loading {
    position: fixed;
    top: 0%;
    width: 100%;
    height: 100%;
    padding: 400px 10px;
    background-color: rgba(1, 1, 1, 0.841);
    color: whitesmoke;
    margin: auto;
    text-align: center;
}

.group-narrow {
    max-width: 500px;
}

.dotted-border {
    padding: 10px 15px;
    max-width: 600px;
    border: 4px dashed #bbb;
    border-radius: 30px;
    margin: auto;
}

.dotted-border-narrow {
    padding: 4px 6px;
    margin-bottom: 6px;
    max-width: 420px;
    border: 3px dashed #bbb;
    border-radius: 30px;
    margin-inline: auto;
}

.form-group-lg {
    margin: 20px auto;
}

.form-group-lg2 .form-control {
    height: 100px;
    max-width: 250px;
    padding: 20px 20px;
    font-size: 50px;
    line-height: 1.3333333;
    border-radius: 20px;
    display: inline;
}

@media (min-width: 768px) {
    .form-group-lg2 .form-control {
        height: 120px;
        max-width: 300px;
        font-size: 80px;
    }
}

@media (min-width: 992px) {
    .form-group-lg2 .form-control {
        height: 150px;
        max-width: 350px;
        font-size: 100px;
    }
}

.form-group-lg3 .form-control {
    margin: 20px auto;
    padding: 50px 32px;
    max-width: 300px;
    font-size: 50px;
    display: inline;
}

@media (min-width: 768px) {
    .form-group-lg3 .form-control {
        padding: 70px 32px;
        max-width: 400px;
        font-size: 80px;
    }
}

.form-group-lg3 input::placeholder {
    font-weight: bold;
    font-size: 20px;
    opacity: 0.5;
}

@media (min-width: 768px) {
    .form-group-lg3 input::placeholder {
        font-size: 30px;
    }
}

.full {
    height: 50%;
}

.full2 {
    height: 85%;
    align-content: start;
    /* border: 1px black solid;    */
}

@media (min-width: 500px) {
    .full {
        transform: translateY(-60px) translateY(100%);
        -webkit-transform: translateY(-60px) translateY(100%);
    }
}

@media (min-height: 500px) {
    .full2 {
        margin: auto;
        align-content: center;
        /* border-color: blue; */
    }
}

.session {
    padding: 100px 0px;
    border: 1px solid black
}


@media (min-width: 600px) {
    .session {
        padding: 30% 0px;
    }
}

@media (min-width: 400px) {
    .wrapper {
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
}

.manual-wrapper {
    border: 2px solid #74b47c;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 400px) {
    .manual-wrapper {
        width: 80%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
}

@media (min-width: 768px) {
    .manual-wrapper {
        width: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
}

.manual {
    width: 100%;
}

@media (min-width: 400px) {
    .manual {
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
    }
}

.manual h4 {
    font-size: 18px;
}

@media (min-width: 768px) {
    .manual h4 {
        font-size: 22px;
    }
}

.accesscode-box {
    margin: 20px;
    font-size: 80px;
    border-radius: 20px;
}

@media (min-width: 768px) {
    .accesscode-box {
        font-size: 100px;
    }
}

@media (min-width: 992px) {
    .accesscode-box {
        font-size: 120px;
    }
}

.recuperar {
    color: white;
}

.recuperar:hover {
    color: #bbb;
}

.btn-infos {
    background-color: #ecb857;
    padding: 15px 10px;
    color: #fff;
    border-radius: 15px;
    border: 0px solid #888;
}

.btn-infos:hover {
    background-color: #ffbe44;
    color: #fff;
    border: 0px solid #888;
}

.btn-infos:focus,
.btn-infos.focus {
    background-color: #ffbe44;
    color: #fff;
    border: 0px solid #888;
}

.btn-orange {
    background-color: #ecb857;
    width: 100%;
    color: #fff;
    border-radius: 15px;
    border-width: 0px;
    /* border: 0px solid #888; */
}

.btn-orange:hover {
    background-color: #ebb44d;
    color: #fff;    
    /* border: 0px solid #888; */
    /* border: 0px solid #888; */
}

.btn-orange:focus,
.btn-orange.focus {
    background-color: #ebb44d;
    color: #fff;
    /* border: 0px solid #888; */
    box-shadow: 0 0 3px 2px inset #d79926;
}

.btn-cream {
    background-color: #7c7363;
    width: 100%;
    color: #fff;
    border-radius: 15px;
    border-width: 0px;
    /* border: 0px solid #bbb; */
}

.btn-cream:hover {
    background-color: #888175;
    color: #fff;
    border-width: 0px;
    
}

.btn-cream:focus,
.btn-cream.focus {
    background-color: #888175;
    color: #fff;
    border-width: 0px;
    box-shadow: 0 0 3px 2px inset #776f61;
}

.btn-green {
    width: 100%;
    background-color: #0fd74e;
    color: #fff;
    border-radius: 15px;
    border: 0px solid #888;
}

.btn-green:hover {
    background-color: #6acd00;
    color: #fff;
    border: 0px solid #888;
}

.btn-green:focus,
.btn-green.focus {
    background-color: #4fd960;
    color: #fff;
    border: 0px solid #888;
}

.btn-orange-2 {
    background-color: #ecb857;
    padding: 10px 16px;
    color: #fff;
    border-radius: 15px;
    border: 0px solid #888;
}

.btn-orange-2:hover {
    background-color: #ffbe44;
    color: #fff;
    border: 0px solid #888;
}

.btn-orange-2:focus,
.btn-orange-2.focus {
    background-color: #ffbe44;
    color: #fff;
    border: 0px solid #888;
}

.btn-green-2 {
    background-color: #0fd74e;
    padding: 10px 50px;
    width: 90%;
    color: #fff;
    border-radius: 15px;
    border: 0px solid #888;
}

@media (min-width: 768px) {
    .btn-green-2 {
        padding: 10px auto;
        width: 70%;
    }
}

.btn-green-2:hover {
    background-color: #6acd00;
    color: #fff;
    border: 0px solid #888;
}

.btn-green-2:focus,
.btn-green-2.focus {
    background-color: #4fd960;
    color: #fff;
    border: 0px solid #888;
}

.btn-narrow {
    background-color: #74b47c;
    padding: 5px 16px;
    color: #fff;
    border-radius: 15px;
    border: 0px solid #888;
}

.btn-narrow:hover {
    background-color: #3fea54;
    color: #fff;
    border: 0px solid #888;
}

.btn-narrow:focus,
.btn-narrow.focus {
    background-color: #3fea54;
    color: #fff;
    border: 0px solid #888;
}

.btn-base {
    background-color: #74b47c;
    color: #fff;
    border-radius: 15px;
    border-width: 0px;
    /* border: 0px solid transparent; */
}

.btn-base:hover {
    background-color: #4fd960;
    color: #fff;
    /* border: 0px solid transparent; */
}

.btn-base:focus,
.btn-base.focus {
    background-color: #4fd960;
    color: #fff;
    border-width: 0px;
    box-shadow: 0 0 3px 2px inset #776f61;
    /* border: 0px solid #888; */
}

.btn-line1 {
    background-color: #faf74600;
    padding: 30px 16px;
    color: rgb(0, 0, 0);
    border-radius: 15px;
    border: 3px solid #faf746;
}

.btn-line1:hover {
    background-color: #faf7465f;
    color: rgb(0, 0, 0);
    border: 3px solid #faf746;
}

.btn-line1:focus,
.btn-line1.focus {
    background-color: #faf746c0;
    color: #000000;
    border: 3px solid #faf746;
}

.btn-lg2,
.btn-group-lg2>.btn {
    padding: 28px 16px;
    font-size: 18px;
    line-height: 1;
    max-width: 240px;
    margin: 20px auto;
}

@media (min-width: 768px) {

    .btn-lg2,
    .btn-group-lg2>.btn {
        padding: 40px 32px;
        line-height: 2;
        max-width: 400px;
        font-size: 30px;
    }
}

.btn-lg3 {
    font-size: 1.2em;
}

@media (min-width: 768px) {
    .btn-lg3 {
        font-size: 1.5em;
    }
}

.btn-med1 {
    font-size: 1.3em;
    max-width: 200px;
}

@media (min-width: 768px) {
    .btn-med1 {
        font-size: 1.6em;
        max-width: 400px;
    }
}

.btn-center {
    padding: 5px;
}

@media (min-width: 768px) {
    .btn-center {
        padding: 0px 10%;
    }
}

.btn {
    white-space: normal;
}

.btn2 {
    display: inline-block;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 20px;
}

.btn3 {
    display: inline-block;
    padding: 40px 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    background-image: none;
    border: 0px solid #fff;
    border-radius: 10px;
}

.btn4 {
    display: inline-block;
    padding: 15px 20px;
    margin: 10px;
    width: 300px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    background-image: none;
    /* border: 3px solid rgba(251, 121, 21, 0.469); */
    border-radius: 10px;
}

.btn-lg,
.btn-group-lg>.btn {
    font-size: 20px;
    line-height: 1;
    max-width: 240px;
    margin: 5px auto;
}

@media (min-width: 768px) {

    .btn-lg,
    .btn-group-lg>.btn {
        max-width: 400px;
        font-size: 30px;
    }
}

@media (min-height: 480px) {

    .btn-lg,
    .btn-group-lg>.btn {
        margin: 15px auto;
    }
}

.challenge {
    top: 17.6rem;
}

@media (min-width: 400px) {
    .challenge {
        top: 22rem;
    }
}

@media (min-width: 500px) {
    .challenge {
        top: 26.4rem;
    }
}

@media (min-width: 992px) {
    .challenge {
        top: 28.6rem;
    }
}

@media (min-width: 1200px) {
    .challenge {
        top: 30.8rem;
    }
}

.disable {
    background-color: grey;
}

.disable:hover {
    background-color: grey;
}

.disable:focus,
.disable.focus {
    background-color: grey;
}

.circle-container {
    height: 18rem;
}

@media (min-width: 400px) {
    .circle-container {
        height: 22rem;
    }
}

@media (min-width: 500px) {
    .circle-container {
        height: 26rem;
    }
}

@media (min-width: 720px) {
    .circle-container {
        height: 30rem;
    }
}

@media (min-width: 1200px) {
    .circle-container {
        height: 32rem;
    }
}

.circle-wrapper {
    width: 50%;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.circle {
    position: absolute;
    display: inline-block;
    width: 16rem;
    height: 16rem;
    font-size: 40px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.ruleta-margen {
    height: 2px;
}

@media (min-width: 400px) {
    .ruleta-margen {
        height: 60px;
    }
}

@media (min-width: 400px) {
    .circle {
        font-size: 50px;
        width: 20rem;
        height: 20rem;
    }
}

@media (min-width: 500px) {
    .circle {
        font-size: 50px;
        width: 24rem;
        height: 24rem;
    }
}

@media (min-width: 720px) {
    .circle {
        font-size: 60px;
        width: 26rem;
        height: 26rem;
        left: -120px;
    }
}

@media (min-width: 960px) {
    .circle {
        font-size: 60px;
        width: 26rem;
        height: 26rem;
        left: -150px;
    }
}

@media (min-width: 1200px) {
    .circle {
        font-size: 60px;
        width: 28rem;
        height: 28rem;
        left: -150px;
    }
}

@media (min-width: 1440px) {
    .circle {
        font-size: 60px;
        width: 28rem;
        height: 28rem;
        left: -150px;
    }
}

.circle-buttons {
    display: block;
}

@media (min-width: 720px) {
    .circle-buttons {
        left: 500px;
        top: 15%;
        position: absolute;
    }
}

@media (min-width: 960px) {
    .circle-buttons {
        left: 600px;
    }
}

@media (min-width: 1200px) {
    .circle-buttons {
        left: 800px;
    }
}

@media (min-width: 1440px) {
    .circle-buttons {
        left: 900px;
    }
}

@media (min-width: 1680px) {
    .circle-buttons {
        left: 1200px;
    }
}

@media (min-width: 1920px) {
    .circle-buttons {
        left: 1400px;
    }
}

@media (min-width: 2160px) {
    .circle-buttons {
        left: 1600px;
    }
}

.img-circle {
    position: relative;
    width: 16rem;
    height: 16rem;
}

@media (min-width: 400px) {
    .img-circle {
        width: 20rem;
        height: 20rem;
    }
}

@media (min-width: 500px) {
    .img-circle {
        width: 24rem;
        height: 24rem;
    }
}

@media (min-width: 720px) {
    .img-circle {
        width: 26rem;
        height: 26rem;
    }
}

@media (min-width: 1200px) {
    .img-circle {
        width: 28rem;
        height: 28rem;
    }
}

.clave-circle {
    position: absolute;
    text-align: center;
    width: 10rem;
    height: 6rem;
    top: 80px;
    font-size: 24px;
    left: 45px;
}

@media (min-width: 400px) {
    .clave-circle {
        width: 11rem;
        height: 8rem;
        top: 95px;
        font-size: 32px;
        left: 65px;
    }
}

@media (min-width: 500px) {
    .clave-circle {
        width: 13rem;
        height: 10rem;
        top: 110px;
        font-size: 40px;
        left: 75px;
    }
}

@media (min-width: 720px) {
    .clave-circle {
        width: 14rem;
        height: 11rem;
        top: 125px;
        font-size: 40px;
        left: 85px;
    }
}

@media (min-width: 1200px) {
    .clave-circle {
        width: 15rem;
        height: 12rem;
        top: 130px;
        font-size: 45px;
        left: 95px;
    }
}


.ans1 {
    position: absolute;
    text-align: center;
    width: 10rem;
    height: 6rem;
    top: 0px;
    left: 0px;
}

@media (min-width: 400px) {
    .ans1 {
        width: 11rem;
        height: 8rem;
    }
}

@media (min-width: 500px) {
    .ans1 {
        width: 13rem;
        height: 10rem;
    }
}

@media (min-width: 992px) {
    .ans1 {
        width: 14rem;
        height: 11rem;
    }
}

@media (min-width: 1200px) {
    .ans1 {
        width: 15rem;
        height: 12rem;
    }
}

.ans2 {
    position: absolute;
    text-align: center;
    width: 9rem;
    height: 6rem;
    top: 0px;
    right: 0px;
}

@media (min-width: 400px) {
    .ans2 {
        width: 11rem;
        height: 8rem;
    }
}

@media (min-width: 500px) {
    .ans2 {
        width: 13rem;
        height: 10rem;
    }
}

@media (min-width: 992px) {
    .ans2 {
        width: 14rem;
        height: 11rem;
    }
}

@media (min-width: 1200px) {
    .ans2 {
        width: 15rem;
        height: 12rem;
    }
}

.ans3 {
    position: absolute;
    text-align: center;
    left: 0px;
    top: 6rem;
    width: 5.33333333rem;
    height: 5.33333333rem;
}

@media (min-width: 400px) {
    .ans3 {
        width: 6.66666667rem;
        height: 6.66666667rem;
        top: 8rem;
    }
}

@media (min-width: 500px) {
    .ans3 {
        width: 8rem;
        height: 8rem;
        top: 10rem;
    }
}

@media (min-width: 992px) {
    .ans3 {
        width: 8.66666667rem;
        height: 8.66666667rem;
        top: 11rem;
    }
}

@media (min-width: 1200px) {
    .ans3 {
        width: 9.33333333rem;
        height: 9.33333333rem;
        top: 12rem;
    }
}

.ans5 {
    position: absolute;
    text-align: center;
    right: 0px;
    top: 6rem;
    width: 5.33333333rem;
    height: 5.33333333rem;
}

@media (min-width: 400px) {
    .ans5 {
        top: 8rem;
        width: 6.66666667rem;
        height: 6.66666667rem;
    }
}

@media (min-width: 500px) {
    .ans5 {
        top: 10rem;
        width: 8rem;
        height: 8rem;
    }
}

@media (min-width: 992px) {
    .ans5 {
        top: 11rem;
        width: 8.66666667rem;
        height: 8.66666667rem;
    }
}

@media (min-width: 1200px) {
    .ans5 {
        top: 12rem;
        width: 9.33333333rem;
        height: 9.33333333rem;
    }
}

.ans4 {
    position: absolute;
    text-align: center;
    bottom: 0px;
    left: 5.33333333rem;
    width: 5.33333333rem;
    height: 5rem;
}

@media (min-width: 400px) {
    .ans4 {
        left: 6.66666667rem;
        width: 6.66666667rem;
        height: 6rem;
    }
}

@media (min-width: 500px) {
    .ans4 {
        left: 8rem;
        width: 8rem;
        height: 7rem;
    }
}

@media (min-width: 992px) {
    .ans4 {
        left: 8.66666667rem;
        width: 8.66666667rem;
        height: 7rem;
    }
}

@media (min-width: 1200px) {
    .ans4 {
        left: 9.33333333rem;
        width: 9.33333333rem;
        height: 8rem;
    }
}

.btn-cir {
    background-color: transparent;
    padding: 0px 0px;
    color: #fff;
    border: 0px solid #888;
}

.btn-cir:hover {
    background-color: transparent;
    color: blueviolet;
    border: 0px solid #888;
}

.btn-cir:focus,
.btn-cir.focus {
    background-color: transparent;
    color: blueviolet;
    border: 0px solid #888;
}

.alert-text {
    color: #A01C1C;
}

.two-lines {
    display: block;
}

@media (min-width: 500px) {
    .two-lines {
        display: none;
    }
}

.one-line {
    display: none;
}

@media (min-width: 500px) {
    .one-line {
        display: block;
    }
}

.img-icon-left {
    max-height: 50px;
    margin-top: 5px;
    margin-left: 20px;
    left: 0px;
    position: absolute;
}

.img-icon-right {
    max-height: 50px;
    margin-top: 5px;
    margin-right: 20px;
    right: 0px;
    position: absolute;
}

@media (max-width: 320px) {
    .img-icon-left {
        margin-top: 10px;
        margin-left: 10px;
        max-height: 40px;
    }

    .img-icon-right {
        margin-top: 10px;
        margin-right: 10px;
        max-height: 40px;
    }
}

.btn-line2 {
    display: inline-block;
    background-color: #faf74600;
    padding: 15px 30px;
    font-size: large;
    color: #888;
    border-radius: 15px;
    border: 3px solid #888;
}

.btn-line2:hover {
    background-color: #a3a2a25f;
}

.btn-line2:focus,
.btn-line2.focus {
    background-color: #a3a2a25f;
}

.btn-line2 a {
    color: #888;
    text-decoration: none;
}

.btn-line2 a:focus,
a:hover {
    color: #888;
    text-decoration: none;
}

.rmessage-down {
    display: block;
}

@media (min-width: 720px) {
    .rmessage-down {
        display: none;
    }
}

.rmessage-right {
    display: none;
    margin: 0px 50px;
}

@media (min-width: 720px) {
    .rmessage-right {
        display: block;
        width: 40%;
        transform: translateX(130%);
        -webkit-transform: translateX(130%);
    }
}

@media (main-width: 1200px) {
    .rmessage-right {
        display: block;
        width: 50%;
        transform: translateX(120%);
        -webkit-transform: translateX(120%);
    }
}

.modal-quote {
    margin: 0px 50px;
    padding: 0px 30px 50px 30px;
}

.close2 {
    font-size: 50px;
    transform: translateX(80%);
}

.deslizar-2puntos {
    background-color: #feffec;
    text-align: center;
    height: 75%;
    /* padding: 10px 20px; */
    margin: 10px 10px;
}

.proyectar-container {
    text-align: center;
    height: 65%;
    width: 100%;
    margin-inline: auto;
}

.graph {
    height: 100%;
    width: 100%;
}

@media (min-width: 350px) {
    .proyectar-container {
        width: 95%;
        height: 58%;
        margin-top: 10px;
    }
}

@media (min-width: 400px) {
    .deslizar-2puntos {
        margin: 10px 50px;
    }
    .proyectar-container {
        height: 60%;
    }
}

@media (min-width: 992px) {
    .graph {
        display: inline-block;
        /*margin-left: 10%;*/
    }
    .deslizar-2puntos {
        margin: 10px 100px;
    }
}

@media (min-width: 1200px) {
    .deslizar-2puntos {
        margin: 10px 150px;
    }
}

@media (min-width: 1440px) {
    .deslizar-2puntos {
        margin: 10px 250px;
    }
}

.deslizar-img {
    width: 300px;
}

.ayudaScreen {
    width: 90%;
}

.ayudaScreenBoton {
    width: 200px;
}

@media (min-width: 768px) {
    .deslizar-img {
        width: 450px;
    }
    .ayudaScreenBoton {
        width: 250px;
    }
}

.modal-wrapper2 {
    height: 50%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
}