
/* *{
   overflow-x: hidden;
   overflow-y: hidden;
} */

body{
    background-color: #fff;
    width: 100%;
    height: 100%;
 }
 
 body::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
    display: none;  /* Ocultar scroll */
 }
 
 
 .size_18{
    font-size: 18px;
 }
 
 
 .size_15{
    font-size: 15px;
 }
 
 .size_8{
   font-size: 8px;
 }
 
 
 .banner-page {
    overflow-x: hidden;
    overflow-y: hidden;
    width:100%;
    height:18vh;/* 18%*/
    /* background-color: red; */
 }
 
 
 .main-content {
    overflow-x: hidden;
    overflow-y: hidden;
    top:18vh;
    height:auto;
    min-height: 78vh;
    width:100%;
    padding-top: 0.5%; 
    padding-bottom: 0.5%;
    /* background:blue;  */
 }
 
 .container-question{
 
    overflow-x: hidden;
    overflow-y: hidden;
    width: 90%;
    height: 100%;
    margin: auto;
    display: block;
    /* background-color: aqua; */
 
 }
 
 .copyright{
    overflow-x: hidden;
    overflow-y: hidden;
    margin: auto;
    display: block;
    width: 90%;
    height: 2vh;
    text-align: center;
    /* background-color: red; */
 }
 
 .footer-page {
    overflow-x: hidden;
    overflow-y: hidden;
    width:100%;
    height:10vh;
    padding-top: 2.5vh;
    background:rgb(23,136,238);
    background: linear-gradient(180deg, rgba(23,136,238,1) 0%, rgba(129,109,221,1) 100%);
 }
 
 
 .image-banner{
    width: 100%;
    height: 100%;
 }
 
 .image-footer{
    margin: auto;
    display: block;
    width: 35%;
    height: 50%;
 }
 
 
 .size-x-1{
    display: block;
  }
  
 
  .size-x-2{
    display: none;
  }
 
 
  .size-x-3{
    display: none;
  }
 
 
 .img-logo {
    overflow-x: hidden;
    overflow-y: hidden;
    height:30%;
    width:18%;
    margin: auto;
    display: block;
    /* background-color: red; */
 }
 
 
 .image-logo{
 
    width: 100%;
    height: 100%;
 
 }
 
 
 .div-progress{
    width: 30%;
    margin: auto;
    display: block;
 }
 
 .div-pregunta{
    width: 50%;
    text-align: center;
    margin: auto;
    display: block;
 }
 
 
 .center-div{
    margin: 0 auto;
 }
 
 
 .img-success {
    height:auto;
    width:auto;
    text-align: center;
    margin-top: 10vh;
 }
 
 .image-success{
    width: 70px;
    height: 70px;
 }
 
 #divRespuestas{
    height: auto;
    min-height: 25vh;
 }
 
 
 @media only screen and (min-width: 576px) and (max-width: 767px){
     
    .banner-page {
       height:8vh /*7%*/;
    }
 
 
    .footer-page {
       height:8vh;
       padding-top: 2vh;
    }
    
    .image-footer{
       margin: auto;
       display: block;
       width: 45%;
       height: 35%;
    }
    
 
    .main-content {
       height:auto;
       min-height: 88vh;
       padding-bottom: 5vh;
    }
 
 
    .img-logo {
       height:20vh;
       width:30vh;
       /* background-color: red; */
    }
 
 
    .div-progress{
       width: 50%;
    }
    
    .div-pregunta{
       width: 90%;
    }
 
    .size-x-1{
       display: none;
     }
     
    
     .size-x-2{
       display: block;
     }
    
    
     .size-x-3{
       display: none;
     }
 
  }
 
 
  @media only screen and (max-width:575px){
 
    .banner-page {
       height:7vh /*7%*/;
    }
 
 
    .footer-page {
       height:7vh;
       padding-top: 1.75vh;
    }
    
    .image-footer{
       margin: auto;
       display: block;
       width: 50%;
       height: 30%;
    }
    
 
    .main-content {
       height:auto;
       min-height: 90vh;
       padding-bottom: 5vh;
    }
 
 
    .img-logo {
       height:20vh;
       width:30vh;
       /* background-color: red; */
    }
 
 
    .div-progress{
       width: 50%;
    }
    
    .div-pregunta{
       width: 90%;
    }
     
 
    .size-x-1{
       display: none;
     }
     
    
     .size-x-2{
       display: none;
     }
    
    
     .size-x-3{
       display: block;
     }
 
 }
 