body{
    overflow-x:hidden;
}
.div_texto_evaluacion{
    background-image: url("../imagenes/Home/Cuadro_Contactanos_Be_Evolution.webp");
    background-repeat: no-repeat;
    background-position: center;
    text-align: -webkit-left;
    background-size: cover;
    border-radius: 15px;
    padding: 20px 50px;
    align-self: end;
    height: 50%;
}
.div_texto_evaluacion h3{
  font-weight: bold;
}
.div_texto_evaluacion p{
    color: #ffffff;
    font-size: 1rem;
    font-family: lexand-medium;
}
.div_quiz{
    background-color: #ffffff;
    border-radius: 15px;
    /* padding: 20px; */
    /* background-image: url("../imagenes/Quiz/Recuadro Blanco  Be Evolution.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius:25px; */
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3);
}
.img_quiz{
    height: 100vh;
    object-fit: cover;
}
.div_evaluacion{
  height: 100vh;
  margin-top: 130px;
  /* background-image: url('imagenes/Quiz/FondoQuiz.png');
  background-position: center; 
  background-repeat:no-repeat;
  height: 100vh;
  position: relative; */
  /* background-image: url("../imagenes/Quiz/FondoQuiz.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
    position: relative;
    justify-content:center;
    position: relative; */
    /* margin-top: -5%; */
}
.div_contenido_evaluacion{
    justify-content: center;
    position:absolute;
    top: 30%;
}
.mySwiper_3 .swiper-wrapper{
    align-items: center;
}
.swiper-button-next::after, .swiper-button-prev::after{
  content: none;
}
.bullets{
    display: none;
    width: 30px;
    height: 30px;
    background-color: #d51883;
    border-radius: 100px;
    color: #fff;
    font-size: 1.2rem;
    text-align-last: center;
    padding: 2px;

  }
  .pregunta{
    background: -webkit-linear-gradient(0deg,#46066F, #C0087E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.2rem;
    font-family: lexand-medium;
    line-height: 1;
    text-align: -webkit-center;
    /* color: #d51883; */
    font-weight: bold;
  }
  .opcion{
    color: #fff;
  }
  .boton_opcion{
    border: 1px solid #46066F;
    border-radius: 100px;
    width: 100%;
    font-weight: bold;
    margin: 5px 0;
  }
  .boton_resultados{
    border: 1px solid #46066F;
    border-radius: 100px;
    width: 100%;
    font-weight: bold;
    margin: 10px 0;
  }
  .progress-bar{
    background-image: linear-gradient(to right, #46066F 0%, #C0087E 100%);
  }
  .conteo_preguntas{
    background: -webkit-linear-gradient(0deg,#46066F, #C0087E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 1rem;
  }
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    opacity: 1 !important;
  }
  /* input[type="radio"]:checked:before {
      content: "";
      display: block;
      position: relative;
      top: 3px;
      left: 3px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #a51380;
      
} */
#modal40 .modal-content{
    background-color: #47197c;
    border-radius: 10px;
  }
  .modal-header{
    border-bottom: none;
  }
  .labelName{
    color: #fff !important;
  }
  .tempFrmWrapper .tempContDiv{
    width: 700px;
  }
  .subContWrap{
    text-align-last: center;
  }
  .quiz{
    text-align: -webkit-center;
    margin-top: -10%;
  }
  .titulo{
    color: #fff;
    font-size: 2.5rem;
  }
  .modal-content{
    width: 600px;
  }
  .modal-body{
    width: 700px;
  }
  .div_resultado_modal{
    margin: 3rem 0;
  }
@media (hover: hover) {
    .boton_opcion:hover{
        background-image: linear-gradient(to right, #46066F 0%, #C0087E 100%);
        /* border: 1px solid #d51883; */
        color: #ffffff;
        font-weight: bold;
      }
    
}
 /* Safari 10.1+ */
 @media not all and (min-resolution:.001dpcm) {
     
 }
 /* (1920x1080) Full HD Display */
 @media (min-width: 1920px) and (max-width: 2560px)  {
  
 }
 @media only screen and (max-width: 1200px){
  
  
    
}
 /*laptops*/
 @media only screen and (max-width: 992px) {
   
 }
 /*tablets*/
 @media only screen and (max-width: 768px) {
    .div_texto_evaluacion{
        margin-bottom: 3rem;
    }
    .div_contenido_evaluacion{
      top: 15%;
      margin-bottom: 3rem;
    }
}
 /*phone*/
 @media only screen and (max-width: 575px){
  .div_resultado_modal{
    margin:  0;
  }
  #modal40 .modal-body{
    width: 100%;
  }
  .div_contenido_evaluacion{
    top: 2%;
    margin-bottom: 3rem;
  }
  .aviso_privacidad{
    margin: 40% 0;
  }
   
 }
 @media only screen and (max-width: 375){
  body{
    height: 250vh;
  }
 }