@font-face {
    font-family: Gotham-Bold;
    src: url(../font/Gotham-Bold.otf);
}
@font-face {
    font-family: Gotham-Book;
    src: url(../font/Gotham-Book.otf);
}
h1, h2, h3, h4, b{
    color: white;
    font-family: Gotham-Bold;
}
p, small, ol, ul, span, sup{
    color: white;
    font-family: Gotham-book;
}
small{
    font-size: 0.7rem !important;
    line-height: 16px !important;
}
@keyframes girar {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.a-enter-vr-button, .a-enter-ar-button{
    display: none;
}
.form-control{
    font-family: Gotham-Bold;
}
#spinner_container{
    background-color: rgba(138, 138, 138, 0.9);
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    position: fixed;
    z-index: 20000;
}
#spinner{
    border: 15px solid #ccc;
    border-top-color: #4980b5;
    border-top-style: groove;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: girar 1.5s linear infinite;
    -o-animation: girar 1.5s linear infinite;
    animation: girar 1.5s linear infinite;
}
.codigo{
    background-size: 90% 90%;
    border: 0;
    bottom: 0;
    min-width: 58px;
    min-height: 34px;
    padding-left: 15px;
    padding-top: 0;
    position: absolute;
    left: 0;
    transition: background-color .05s ease;
    -webkit-transition: background-color .05s ease;
    z-index: 9999;
    border-radius: 8px;
    touch-action: manipulation;
}
.countdown{
    background-size: 90% 90%;
    border: 0;
    bottom: 0;
    min-width: 58px;
    min-height: 34px;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    transition: background-color .05s ease;
    -webkit-transition: background-color .05s ease;
    z-index: 9999;
    border-radius: 8px;
    touch-action: manipulation;
}
.orangeTime{
    color: orange;
}
.redTime{
    color: #ea5170;
}
.btn-custom{
    background-color: white !important;
    border-radius: 1.3rem !important;
    box-shadow: 0 0 6px white;
    color: #034c98 !important;
    font-weight: bold !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.btn-custom:hover{
    background-color: #034c98 !important;
    color: white !important;
}
.btn-custom:hover[disabled]{
    background-color: white !important;
    color: #034c98 !important;
}

.modal-backdrop{
    z-index: 10000 !important;
}
.modal{
    z-index: 10001 !important;
}
.modal-content{
    border: none !important;
}
.modal-header{
    border-bottom: none !important;
}
.modal-footer{
    border-top: none !important;
}
#gameover .modal-content{
    background-image: url('../../assets/img/steps/gameover/background/gameover.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
#steps .modal-content{
    background-image: url('../../assets/img/steps/gameover/background/gameover.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

#modalStep1 .modal-content, #modalStep2 .modal-content{
    background: transparent !important;
    background-color: transparent !important;
    border: none;
}

#interaccion1 .modal-content{
    background-image: url('../../assets/img/steps/interaccion1/background/interaccion1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

#interaccion2 .modal-content{
    background-image: url('../../assets/img/steps/interaccion2/background/interaccion2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

#interaccion2M .modal-content{
    background-image: url('../../assets/img/steps/interaccion2/background/interaccion2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

#interaccion3 .modal-content{
    background-image: url('../../assets/img/steps/interaccion3/background/interaccion3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

#interaccion4 .modal-content{
    background-image: url('../../assets/img/steps/interaccion4/background/interaccion4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

#interaccion5 .modal-content{
    background-image: url('../../assets/img/steps/interaccion4/background/interaccion4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

#dropzone {
    top: 150px;
    width: 200px;
    height: 200px;
    background: cyan;
    border: solid 1px;
}

#interaccion2 span{
    display: flex;
    float: left;
    margin-top: 5px;
    position: absolute;
}
#interaccion2 .bg-custom-opac{
    background-color:rgba(255,255,255,0.18);
    border-radius: 10px;
}

#dropzone21, #dropzone22, #dropzone23{
background-color: rgba(255, 165, 0, 0.39);
}

.w-90{
    width: 90%;
}
#end .modal-content{
    background-image: url('../../assets/img/steps/end/background/final.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.btn-ipad{
    cursor: pointer;
}

.bg-custom-opac{
    background-color:rgba(255,255,255,0.18);
    border-radius: 10px;
    padding: 10px;
}
.bg-custom-ok{
    background: -moz-linear-gradient(left,transparent,#039145, transparent);
    background: -webkit-linear-gradient(left,transparent,#039145, transparent);
    background: -ms-linear-gradient(left,transparent,#039145, transparent);
    background: -o-linear-gradient(left,transparent,#039145, transparent);
    background: linear-gradient(to right,transparent,#039145, transparent);
    color: white;
    padding: 5px;
}
.bg-custom-ko{
    background: -moz-linear-gradient(left,transparent,#ea5170, transparent);
    background: -webkit-linear-gradient(left,transparent,#ea5170, transparent);
    background: -ms-linear-gradient(left,transparent,#ea5170, transparent);
    background: -o-linear-gradient(left,transparent,#ea5170, transparent);
    background: linear-gradient(to right,transparent,#ea5170, transparent);
    color: white;
    padding: 5px;
}

input[disabled]{
    cursor: default;
    opacity: 0.6;
}

#interaccion5 select{
    border-radius: 10px;
    color: #034c98;
}

#interaccion2 select{
    border-radius: 10px;
    color: #034c98;
}

.blueSelect{
    border: 2px solid #034c98 !important;
    border-radius: 10px;
    color: #034c98;
}

.orangeSelect{
    border: 2px solid orange !important;
    border-radius: 10px;
    color: #bd841c;
}

.greenSelect{
    border: 2px solid #039145 !important;
    border-radius: 10px;
    color: #039145;
}

.relaciona1-1 input,
.relaciona1-2 input,
.relaciona1-3 input{
    display: none;
}
  
#interaccion1 label,
#interaccion2 label {
    color: white;
    display: inline-block;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px;
    width: 100%;
  }
  
  #int1-1:checked ~ label[for="int1-1"],
  #int1-2:checked ~ label[for="int1-2"],
  #int1-3:checked ~ label[for="int1-3"],
  #int1-4:checked ~ label[for="int1-4"],
  #int1-5:checked ~ label[for="int1-5"],
  #int1-6:checked ~ label[for="int1-6"],
  #int1-7:checked ~ label[for="int1-7"],
  #int1-8:checked ~ label[for="int1-8"],
  #int1-9:checked ~ label[for="int1-9"]{
    background: white;
    color: #034c98;
  }

  #int1-1:disabled ~ label[for="int1-1"],
  #int1-2:disabled ~ label[for="int1-2"],
  #int1-3:disabled ~ label[for="int1-3"],
  #int1-4:disabled ~ label[for="int1-4"],
  #int1-5:disabled ~ label[for="int1-5"],
  #int1-6:disabled ~ label[for="int1-6"],
  #int1-7:disabled ~ label[for="int1-7"],
  #int1-8:disabled ~ label[for="int1-8"],
  #int1-9:disabled ~ label[for="int1-9"]{
    background: white;
    color: #034c98;
    opacity: 0.6;
  }

#pieceContainer, #pieceContainer2{
    /* border: 1px solid white; */
    float: left;
    height: 200px;
    position: relative;
    text-align: center;
    width: 100%;
}

#puzzleContainer, #puzzleContainer2{
    float: left;
    width: 100%;
}
#puzzleContainer span{
    position: absolute;
}

.piece{
    border-radius: 10px;;
    color: white;
    cursor: pointer;
    font-size: 0.8rem !important;
    float: left;
    max-width: 327.33px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 3px;
    vertical-align: middle;
    width: 100%;
    z-index: 10000;
}
.piece2{
    border-radius: 10px;;
    color: white;
    cursor: pointer;
    /* font-size: 0.8rem !important; */
    /* float: left; */
    /* max-width: 327.33px; */
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 3px;
    position: relative !important;
    vertical-align: middle;
    /* width: 100%; */
    z-index: 10000;
}

.bg-piece{
    border-radius: 10px;;
    height:auto;
    margin-top: 10px;
    min-height: 24px;
    vertical-align: middle;
}

.bg-piece-green{
    border: 1px solid #9fef9f; 
}

.bg-piece-blue{
    border: 1px solid #00d3fb; 
}

.bg-piece-orange{
    border: 1px solid #bd841c; 
}

.droppedPiece{
    min-height: 26px;
    width: 100%;
}

.form-check-input {
    cursor: pointer;
}

@media (max-width: 575px){
    .btn-si{
        padding-right: 2rem !important;
    }
    .btn-no{
        padding-left: 3rem !important;
    }
    .btn-verdadero{
        padding-right: 1rem !important;
    }
    .btn-falso{
        padding-left: 1rem !important;
    }
    .modal-content{
        padding: 1rem !important;
    }
    #modalStep5 .form-control{
        font-size: 2rem;
    }
    h1{
        font-size: 1.5rem !important;
    }
    .form-check-input {
        position: absolute;
        margin-top: -0.1rem !important;
        margin-left: -2rem !important;
    }
    h2{
        font-size: 1rem !important;
    }
}

@media (min-width: 576px){
    input[type=radio] {
        width: 2.2em;
        height: 2.2em;
    }
    input:checked {
        border: 10px solid white;
    }
    .form-check-input {
        margin-top: 0.1rem !important;
        margin-left: -3.5rem !important;
    }
    .btn-si{
        padding-right: 3rem !important;
    }
    .btn-no{
        padding-left: 5rem !important;
    }
}

@media (min-width: 576px) and (max-width: 767px){
    #modalStep5 .form-control{
        font-size: 3rem;
    }
    h1{
        font-size: 2rem !important;
    }
    .modal-content{
        padding: 1rem !important;
    }
    .form-check-input {
        position: absolute;
        margin-top: -0.1rem !important;
        margin-left: -2rem !important;
    }
    .btn-verdadero{
        padding-right: 1rem !important;
    }
    .btn-falso{
        padding-left: 1rem !important;
    }
    h2{
        font-size: 1rem !important;
    }
    input[type=radio] {
        width: 1.5em;
        height: 1.5em;
    }
}

@media (min-width: 768px) and (max-width: 995px){
    #modalStep5 .form-control{
        font-size: 3rem;
    }
    h1{
        font-size: 2rem !important;
    }
    .modal-content{
        padding: 1rem !important;
    }
    .form-check-input {
        position: absolute;
        margin-top: -0.1rem !important;
        margin-left: -2rem !important;
    }
    .btn-verdadero{
        padding-right: 1rem !important;
    }
    .btn-falso{
        padding-left: 1rem !important;
    }
    h2{
        font-size: 1rem !important;
    }
    input[type=radio] {
        width: 1.5em;
        height: 1.5em;
    }
}

@media (max-width: 995px) {
    .btn-verdadero h2{
        font-size: 1rem !important;
    }
    .btn-falso h2{
        font-size: 1rem !important;
    }
    #modalStep8 input[type=radio] {
        width: 1.2em !important;
        height: 1.2em !important;
    }
    #modalStep8 .form-check-input {
        margin-top: 0.1rem !important;
        margin-left: -2rem !important;
    }
    #modalStep8 .form-check {
        position: relative;
        display: block;
        padding-left: 2rem;
    }
}

@media (min-width: 995px) {
    .btn-verdadero{
        padding-right: 1rem !important;
    }
    .btn-falso{
        padding-left: 8rem !important;
    }
    #modalStep8 h2{
        font-size: 1.5rem !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    #modalStep8 .form-check-input {
        margin-top: -0.15rem !important;
        margin-left: -3.5rem !important;
    }
    #modalStep8 p{
        font-size: 0.9rem !important;
    }
    #modalStep8 input[type=radio] {
        width: 2em;
        height: 2em;
    }
}

@media (min-width: 996px) and (max-width: 1199px){
    #modalStep5 .form-control{
        font-size: 5rem;
    }
    h1{
        font-size: 2rem !important;
    }
    .modal-content{
        padding: 3rem;
    }
}

@media (max-width: 1199px) {
    .img-modal{
        width: 100%;
        max-width: 1140px;
    }
}

@media (min-width: 1200px) {
    .img-modal{
        max-height: 75vh !important;
        max-width: 1028px;
    }
    .modal-content{
        padding: 3rem;
    }
    #modalStep5 .form-control{
        font-size: 6rem;
    }
}

