*,
html {
    margin: 0;
    padding: 0;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
    font-family: Inter;
}


.container_main{
    width: 90%;
    height: 100%;
    max-width: 1728px;
    max-height: 932px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.container_form{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container_form_pica{
    margin: 2%;
}

.container_form_letra{
    color: #FFCD01;
    font-family: 'Inter', sans-serif;
    font-size: 3em;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    margin-right: 2%;
    margin-bottom: 0.2em;
    font-weight: 1000;
}

.container_left_1_line{
    position: absolute;
    left: 5%;
    bottom: 2%;
    width: 6%;
    height: 87%;

    border-top: 2px solid #FFCD01;
    border-left: 2px solid #FFCD01;
}
.container_left_2_line{
    position: absolute;
    left: 7%;
    bottom: 4%;
    width: 8%;
    height: 87%;
    border-top: 2px solid #FFCD01;
    border-left: 2px solid #FFCD01;
}

.container_bottom_1_line{
    position: absolute;
    left: 5%;
    bottom: 2%;

    width: 79.5%;
    height: 9.5%;

    border-bottom: 2px solid #FFCD01;
    border-right: 2px solid #FFCD01;
}
.container_bottom_2_line{
    position: absolute;
    left: 7%;
    bottom: 4%;

    width: 80%;
    height: 10%;

    border-bottom: 2px solid #FFCD01;
    border-right: 2px solid #FFCD01;
}


.rotate_right{
    transform: scaleX(-1);
    left: unset;
    bottom: unset;
    top: 1.5%;
    right: 4.7%;
    width: 8%;
    height: 84.2%;
    
    border-top: none;
    border-bottom: 2px solid #FFCD01;
}

.rotate_right_2{
    right: 7%;
    top: 4%;
}



.rotate_top{
    transform: scaleZ(-1);
    rotate: 180deg;
    bottom: unset;
    left: unset;
    top: 1.5%;
    right: 4.7%;
    width: 80%;
    height: 7.1%;
}

.rotate_top_2{
    right: 7%;
    top: 4%;
    height: 6.7%;
    width: 81.5%;
}

.container_form_inputs{
    width: 95%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.form_inputs{
    width: 100%;
    height: 90%;
    display: flex;
    justify-content: center;
    background-color: red;
}

.container_input{
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    font-weight: bolder;
    font-size: large;
    margin-bottom: 1em;
    position: relative;
}


.container_input input{
    padding: 0.5em;
    width: 100%;
    border-radius: 10px;
    outline: none;
    font-size: 1em;
    
    border: 1px solid #FFCD01;
    
}

.eyes_password{
    position: absolute;
    right: -2%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 1em;
}

.fa-eye, .fa-eye-slash{
    cursor: pointer;
}

.containter_center_input{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.containter_login_singup{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
    margin-left: 2.5em;
}

.button_selection, .button_selection_2{
    padding: 2em;
    background-color: #FFCD01;
    color: white;
    border: none;
    width: 30%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1em;
    border-radius: 10px;
    cursor: pointer;
}

.button_selection_2{
    background-color: white;
    color: #FFCD01;
    border: 1px solid #FFCD01;
}

.PokerTrainingAppThatIncreaseYourAnalyzingAbilities {
    color: #1B1C1E;
    width: 65%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    font-size: 1.5em;
    font-family: Inter;
    font-weight: 600;
    word-wrap:break-word;
    gap: 1em;
    
}

.color-white{
    color: white !important;
}

.mini_title{
    font-size: 0.7em;
    font-weight: lighter;
}

.container_form_body_decoration{
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.background-black{
    background-color: #1B1C1E !important;
    color: white !important;
}

.container_form_body{
    position: relative;
    width: 70%;
    min-width: 430px;
    max-width: 605px;

    min-height: 700px;
    max-height: 700px;

    border-radius: 40px;
    height: 100%;
    background-color: white;
    color: black;
    
    box-shadow: -6px 15px 6px rgba(0,0,0,0.5);
}

.flip {
    transform: rotateY(180deg);
}

.Bloque1 {
    width: 50%;
    height: 80%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 52px;
    display: inline-flex;
}


.Vector {
    width: 300px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Vector_label{
    font-family: 'Inter', sans-serif;
    color: #FFCD01;
    font-weight: 900;
    font-size: 2em;
}

.Vector_recuadro_1{
    border: 3px solid #FFCD01;
    border-right: 2px solid #FFCD01;
    border-radius: 5px;
    width: 50%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Vector_recuadro_2{
    border: 3px solid #FFCD01;
    border-left: 1px solid #FFCD01;
    border-radius: 5px;
    width: 50%;
    height: 90%;
    display: flex;
    justify-content: end;
    font-size: 1.2em;
    color: #FFCD01;
    
}


.Vector_label_container{
    display: flex;
    flex-direction: column;
    margin-left: 1em;
}

.Title {
    align-self: stretch;
    height: 50%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: flex
}

.LearnBeforePlay {
    align-self: stretch;
    color: #FFCD01;
    font-size: 6em;
    font-family: Inter;
    font-style: italic;
    font-weight: 900;
    word-wrap: break-word
}

.TheBestToolToBecameARealShark {
    align-self: stretch;
    height: 20%;
    color: #FFCD01;
    font-size: 3em;
    font-family: Inter;
    font-style: italic;
    font-weight: 400;
    word-wrap: break-word
}


@media (max-width: 1530px){
    
    .Bloque1{
        height: 100%;
        scale: 0.7;
    }

    /*media*/.container_form{
        scale: 0.7;
    }
}

@media (max-width: 1000px){
    
    .Bloque1{
        height: 100%;
        scale: 0.65;
    }

    /*media*/.container_form{
        scale: 0.65;
    }
}


@media  (max-width: 800px){
    
    body{
        flex-direction: column;
    }

    .LearnBeforePlay{
        font-size: 2em;
    }
    .TheBestToolToBecameARealShark{
        font-size: 1em;
    }

    .Bloque1{
        width: 100%;
        height: 20%;
    }
    /*media*/.container_form{
        width: 100%;
        max-width: none;
        max-height: none;
    }
    .card-face{
        width: 95% !important;
        height: 85% !important;
    }

    .card-inner{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2em;
    }

    @media (max-width: 760px){
        .card{
            width: 100% !important;
            height: 80% !important;
        }
    }
    
    @media (max-width: 750px) and (max-height: 400px){
        .card{
            width: 50% !important;
            height: 100% !important;
        }
    }
    
    @media (max-width: 760px) and (max-height: 360px){
        .card{
            width: 50% !important;
            height: 100% !important;
        }
    }

    .container_main{
        width: 100%;
    }
}

.button_selection:hover{
    box-shadow: 0px 5px 6px rgba(0,0,0,0.5);
}

.button_selection2:hover{
    box-shadow: 0px 5px 6px rgb(113 113 113 / 50%) !important;
}

@media  (max-height:440px){
    .Bloque1{
        width: 50%;
        scale: 0.4;
    }
    /*media*/.container_form{
        scale: 0.5 ;
        width: 50%;
    }
    
}


@media  (max-width: 800px) and (max-height: 380px){
    /*media*/.container_form{
        scale: 0.4 ;
        width: 50%;
    }

    body{
        flex-direction:unset;
    }
    .container_main{
        display: flex;
        flex-direction:unset;
    }

    

    .Bloque1{
        width: 50%;
        height: 100%;
    }
}

@media  (max-width: 800px) and (max-height: 240px){
    /*media*/.container_form{
        scale: 0.3;
    }
}


@media  (max-width: 385px) and (max-height: 190px){
    /*media*/.container_form{
        scale: 0.2;
    }

    .Bloque1{
        scale: 0.4;
        justify-content: flex-end;
    }

}


/* ==================== ANIMACION FLIP ========================= */
    .card {
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        perspective: 1000px;
        overflow: hidden;
    }

  .card-inner {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.5s;
  }

  .flip {
    transform: rotateY(180deg);
  }

  .card-face {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .front{
    backface-visibility: hidden;
  }

  .back {
    backface-visibility: hidden;
    transform: rotateY(180deg);
  }
