@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');


body,html{
  font-family: Calibri, sans-serif;
  padding: 0px;
    margin: 0px;
    font-family: 'Calibri', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.btn-recuadro-actividad{
width: 100%;
text-align: center;
padding: 2px 0px;
}

.banderin {
  background-color: #003e58;
  color: white;
  position: absolute;
  transform: rotate(
-45deg
);
  padding: 15px 65px;
  margin-left: -65px;
  left: 0px;
  top: 0px;
  font-size: 1.4em;
  text-align: center;
  margin-top: 20px;
}

.contendor-bienvenida{
  display:flex;
  width: 100%;
  height:100vh;
  background-color: #dbe5db ;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23209de1' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  justify-content:center;
  align-items:center;
  flex-direction: column;
}

.recuadro-explicacion-1{
  display:block;
  width: 100%;
  text-align: center;
}
.responsive {
  display: block;
  margin: 0 auto;
  max-width: 50%;
  width: 30%;
}

.contenido-actividad-bienvenida{
  border:13px #1473b1 double;
  border-radius: 28px 28px;
  width: 65%;
  height: 72vh;
  background-color: white;
  margin:0px auto;
  padding:12px;
  background-color: white;
  background-image: url("./public/assets/Img/images/1.png");
  opacity: 0.9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.plano{
    width: 599px;
    height: 73vh;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    border-radius: 6px;
    border: 2px solid #1473b1;
    overflow-x: scroll;
      overflow-y: scroll;

}

#indicador-tiempo{
  color:red;
  font-size: 23px;
}

#coordenadaX{
  color:red;
  font-size: 18px;
}


#coordenadaY{
  color:red;
  font-size: 18px;
}

#indicador-ejercicios{
  color:red;
  font-size: 18px;
}

.contenedor{
  display: flex;
  width: 100%;
  height: 446px;

}
.informacion {
  display: inline-block;
  width: 39vh;
  height: 37vh;
  margin: 0px 16px;
  padding: 82px 1px;
  border: 3px solid #1473b1;
  background-color: white;
}

h4{
margin:5px 0px
}

.row-informacion{
  text-align: center;
}

.row-informacion div span{
  color:rgb(156, 155, 155);
  font-size:18px
}


.row-informacion div{
  display: inline-block;
    width: 200px;
    padding: 8px;
}

.contenedor .row{}

.contenedor-titulo{
  display: flex;
  width: 100%;
  height: 10vh;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
}

.contenedor-punto-recta{
  display: flex;
  width: 603px;
  height: 522px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: -9999999;
    background-image: url(public/assets/Img/images/133.png);
    /* background-image: url(public/assets/Img/images/plano_cartesiano.svg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 650px 597px;
}





.contenedor-titulo .row-titulo{
  width: auto;
  text-align: center;
}


h1,h2,h3,h4,h5,h6{
    font-size: 32px;
    font-family: 'Calibri', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align:center;
}


p,span{
    font-size: 18px;
    font-family: 'Calibri', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align:center;
}


.figura-circulo{
  width: 5px;
  height: 6px;
  background-color: darkgrey;
  box-shadow: 2px 1px 3px black;
  margin: 0px 18px 6px 5px;
  border-radius: 100%;
  cursor: pointer;
}

#Resultado {
  display: none;
    width: 38vh;
    height: 55vh;
    margin: 0px 16px;
    padding: 53px 1px;
    border: 3px solid #1473b1;
    background-color: white;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    align-content: center;
}

.figura-circulo:hover{

  background-color: rgb(51, 230, 170);

}

#slide-2,#slide-3,#slide-4,#slide-5,#slide-6{
  display:none
}


.button_siguiente{
  float:right;
  text-decoration:none;
  text-align:center;
  padding:9px 13px;
  border:solid 1px #d99133;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius: 4px;
  font:16px "Arial Black", Gadget, sans-serif;
  font-weight:bold;
  color:#ffffff;
  background-color:#eaca61;
  background-image: -moz-linear-gradient(top, #eaca61 0%, #eaac61 100%);
  background-image: -webkit-linear-gradient(top, #eaca61 0%, #eaac61 100%);
  background-image: -o-linear-gradient(top, #eaca61 0%, #eaac61 100%);
  background-image: -ms-linear-gradient(top, #eaca61 0% ,#eaac61 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaac61', endColorstr='#eaac61',GradientType=0 );
  background-image: linear-gradient(top, #eaca61 0% ,#eaac61 100%);
  -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
  -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;
  box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
  cursor:pointer
}


.button_atras{
  visibility:hidden;
}
.button_actividad{
  display:none;
}

.button_actividad{
  text-decoration:none;
  text-align:center;
  padding:9px 13px;
  border:solid 1px #d99133;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius: 4px;
  font:16px "Arial Black", Gadget, sans-serif;
  font-weight:bold;
  color:#ffffff;
  background-color:#eaca61;
  background-image: -moz-linear-gradient(top, #eaca61 0%, #eaac61 100%);
  background-image: -webkit-linear-gradient(top, #eaca61 0%, #eaac61 100%);
  background-image: -o-linear-gradient(top, #eaca61 0%, #eaac61 100%);
  background-image: -ms-linear-gradient(top, #eaca61 0% ,#eaac61 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaac61', endColorstr='#eaac61',GradientType=0 );
  background-image: linear-gradient(top, #eaca61 0% ,#eaac61 100%);
  -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
  -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;
  box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
  cursor:pointer
}


   .button_actividad:hover{
    padding:9px 13px;
  border:solid 1px #d99133;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius: 4px;
  font:16px "Arial Black", Gadget, sans-serif;
  font-weight:bold;
  color:#ffffff;
  background:#eaca61;
  -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
  -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;
  box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;

   }


.button_atras{
  float:left;
  text-decoration:none;
  text-align:center;
  padding:9px 13px;
  border:solid 1px #d99133;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius: 4px;
  font:16px "Arial Black", Gadget, sans-serif;
  font-weight:bold;
  color:#ffffff;
  background-color:#eaca61;
  background-image: -moz-linear-gradient(top, #eaca61 0%, #eaac61 100%);
  background-image: -webkit-linear-gradient(top, #eaca61 0%, #eaac61 100%);
  background-image: -o-linear-gradient(top, #eaca61 0%, #eaac61 100%);
  background-image: -ms-linear-gradient(top, #eaca61 0% ,#eaac61 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaac61', endColorstr='#eaac61',GradientType=0 );
  background-image: linear-gradient(top, #eaca61 0% ,#eaac61 100%);
  -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
  -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;
  box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
  cursor:pointer
}


   .button_siguiente:hover{
    padding:9px 13px;
  border:solid 1px #d99133;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius: 4px;
  font:16px "Arial Black", Gadget, sans-serif;
  font-weight:bold;
  color:#ffffff;
  background:#eaca61;
  -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
  -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;
  box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;

   }

.boton_personalizado{
  text-decoration: none;
  padding: 10px;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  background-color: #1883ba;
  border-radius: 6px;
  border: 2px solid #0016b0;
}


.cajainicio_personalizado{
  text-decoration: none;
    padding: -3px 3px;
    float: left;
    width: 600px;
    height: 450px;
    margin-top: -10px;
    display: flex;
}

#imagenescena2{
  width: 70%;
  margin: 44px 13%;
}

#imagenescena1{
  height: 57vh;
    width: 100%;
    background-image: url(public/animations/recta1.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /* margin-top: -113px; */
    pointer-events: none;

}

#imagenescena2 {
  height: 28vh;
  width: 100%;
  background-image: url(public/animations/recta2c.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* margin-top: -113px; */
  pointer-events: none;
  margin: 0px 0px;
}





#imagenescena3{
  height: 50vh;
    width: 100%;
  background-image: url(public/animations/recta3c.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* margin-top: -113px; */
  pointer-events: none;

}

#imagenescena4{
  height: 56vh;
    background-image: url(public/animations/recta3f.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /* margin-top: -113px; */
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

}

#imagenescena3{
  height: 100%;
    width: 100%;
  background-image: url(public/animations/recta3d.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  /* margin-top: -113px; */
  pointer-events: none;

}



.recuadro-explicacion-1,.recuadro-explicacion-2,.recuadro-explicacion-3,.recuadro-explicacion-4,.recuadro-explicacion-5,.recuadro-explicacion-6{
  height: 81%;
}
/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

    /* CSS */



  }

  /*
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */

  @media (min-width: 1025px) and (max-width: 1280px) {

    /* CSS */

    #indicador-tiempo {
      font-size: 18px;
    }



    .row-informacion div{
      width:fit-content
    }

    .contenedor {
      display: flex;
      flex-direction: column;
      height: 100vh;
  }
  .informacion {
    display: flex;
    width: 95%;
    height: 28vh;
    margin: 0px auto;
    /* padding: 82px 1px; */
    border: 3px solid #1473b1;
    background-color: white;
    flex-direction: column;
    padding: 0px 0px;
}

#Resultado {
  display: none;
  width: 104vh;
  height: 16vh;
  margin: 0px 16px;
  padding: 53px 1px;
  border: 3px solid #1473b1;
  background-color: white;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  align-content: center;
}

   /*  .contendor-bienvenida {

      height: 960px;
    }
 */
    .cajainicio_personalizado {
      width: 600px;
      height: 85vh;
      margin: 0px 11%;
  }

  .plano {
    width: 100%;
    height: 74vh;
    overflow-x: scroll;
    overflow-y: scroll;
}


/* .contenido-actividad-bienvenida {
  border: 13px #1473b1 double;
  border-radius: 28px 28px;
  width: 65%;
  height: 153vh;
} */
  }

  /*
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */

  @media (min-width: 768px) and (max-width: 1024px) {

    /* CSS */
    .contenedor-titulo {
      width:400px;
    }

    h1,h2,h3,h4,h5,h6{
      font-size: 24px;
    }




    #indicador-tiempo {
      font-size: 18px;
    }



    .row-informacion div{
      width:fit-content
    }

    .contenedor {
      display: flex;
      flex-direction: column;
      height: 100vh;
  }
  .informacion {
    display: flex;
    width: 95%;
    height: 20vh;
    margin: 0px auto;
    /* padding: 82px 1px; */
    border: 3px solid #1473b1;
    background-color: white;
    flex-direction: row;
    padding: 0px 0px;
}



    .cajainicio_personalizado {
      width: 100%;
      height: 95vh;
    }

  .plano {
    width: 100%;
    height: 80%;
    overflow-x: scroll;
    overflow-y: scroll;
}



.contenido-actividad-bienvenida {
  border: 13px #1473b1 double;
  border-radius: 28px 28px;
  width: 65%;
  height: 153vh;
}
  }

  /*
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    /* CSS */


    .contenedor-titulo {
      width:400px;
    }

    h1,h2,h3,h4,h5,h6{
      font-size: 24px;
    }

  }

  /*
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

  @media (min-width: 481px) and (max-width: 767px) {

    /* CSS */
    #indicador-tiempo {
      font-size: 18px;
    }

    #Resultado {
    display: none;
    width: 100%;
    height: 8vh;
    margin: 0px auto;

    border: 3px solid #1473b1;
    background-color: white;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    align-content: center;
}


    .row-informacion div{
      width:fit-content
    }

    .contenedor {
      display: flex;
      flex-direction: column-reverse;
      height: max-content;
  }
  .informacion {
    display: flex;
    width: 95%;
    height: 28vh;
    margin: 0px auto;
    /* padding: 82px 1px; */
    border: 3px solid #1473b1;
    background-color: white;
    flex-direction: row;
    padding: 0px 0px;
}

    .contendor-bienvenida {

      height: 800px
    }

    .cajainicio_personalizado {
      width: 100%;
      height: auto;
      margin-top: 4px;
  }

  .plano {
    width: 100%;
    height: 80%;
    overflow-x: scroll;
    overflow-y: scroll;
}



.contenido-actividad-bienvenida {
  border: 13px #1473b1 double;
  border-radius: 28px 28px;
  width: 65%;
  height: 100%;
  background-image: none;
}

.figura-circulo {
  width: 5px;
  height: 6px;
  background-color: darkgrey;
  box-shadow: 2px 1px 3px black;
  margin: 0px 20px 2px 3px;
  border-radius: 100%;
  cursor: pointer;
  position: static;
}


}
  /*
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

  @media (min-width: 320px) and (max-width: 480px) {


    .cajainicio_personalizado {
      width: 100%;
      height: 450px;
  }

  .contenedor-punto-recta {

    height: max-content;
  }

    p, span {
      font-size: 15px;
    }

    /* .contenedor .row{
      flex-direction: column;
    }  */

    h1,h2,h3,h4,h5,h6{
      font-size: 24px;
    }

    .button_atras,.button_siguiente{
      padding:4px 4px;
      font:14px "Arial Black", Gadget, sans-serif;
    }

      .recuadro-explicacion-1, .recuadro-explicacion-2, .recuadro-explicacion-3, .recuadro-explicacion-4, .recuadro-explicacion-5,.recuadro-explicacion-6 {
        height: 87%;
      }

      .responsive {
        display: block;
        margin: 0 auto;
        max-width: 80%;
        width: 100%;
    }



  #imagenescena1 {
    width: 100%;
    /* margin: 0px -79px; */
    height: 35vh;
    background-size: cover;
}

#imagenescena4 {
  width: 100%;
  /* margin: -22px 41%; */
  height: 40vh;
  margin-top: -36px;
}

#imagenescena2 {
  width: 100%;
  /* margin: 40px -36%; */
  height: 12vh;
}

#imagenescena3 {
  width: 100%;
  /* margin: 40px -36%; */
  height: 45vh;
}

.row-informacion div{
  width:fit-content
}

.contenedor {
  display: none;

}

.informacion {
display: flex;
width: 95%;
height: fit-content;
margin: 0px auto;
padding: 82px 1px;
border: 3px solid #1473b1;
background-color: white;
flex-direction: row;
}



  }


  .contendor-responsive-drag {
    display: none;
    height: 264px;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.contendor-responsive-drop{

  height: 38vh;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;

}

