// Extra small devices (portrait phones, less than 576px)
@media (max-width: 767.98px) {
  .encuesta__left__cuadro--2 {
    width: 100%;
  }
  #Mensaje, #Mensaje1 {
    .modal-content{
       .contenido {
          padding: 25px 0;
        }
      }
  }
  .encuesta{
    &__right{
      &__introduccion{
        padding: 40px 15px;
        h4{
          font-size: 18px;
          line-height: 25px;
        }
      }
      &__contenido{
        padding: 60px 15px;
      }
    }
    &__left {
      height: auto;
      &__cuadro{
            padding: 35px;
            svg{
              right: 20px;
              top: 0;

            }
      }
      &__nombre{
            padding: 20px 0;
      }
      h4{
        span{
              font-size: 26px;
        }
      }
      &__logo{
        display: block!important;
        h2{
              text-align: center;
        }
        &__imagen{
              left: 0;
        }
      }
      &__cerrar{
        position: fixed;
        z-index: 10;
        a{
          padding: 15px 0;
              padding-bottom: 20px;
            background: linear-gradient(180deg, #50B47D 0%, #009343 10.94%, #009343 52.6%, #009343 89.06%, #007938 100%);
        }
      }
      h2{
        font-size: 25px;
      }
    }
  }

  h1{
    font-size: 1.563rem;
    line-height: 30px;
  }
  h3{
    font-size: 1.125rem;
    line-height: 25px;
  }
  .terminos{
    display: block;
  }
  .footer{
    .justify-content-end{

    justify-content: center!important;

    }
    &__right{
      ul{
        li{

            margin-left: 10px;
          a{
                font-size: 8px;
          }
        }
      }
    }
    &__left{
      p{
        text-align: center;
      }
    }
  }
  .menu{
    &__registrar{
      ul{
        li{
          a{
                font-size: 11px;
          }
        }
      }
    }
  }
  .login{
    .pl-0{
      padding-right: 0!important
    }
    &__right{
      margin: 15px 0;
      &__formulario{
        padding: 4px 50px;

      }
      h3{
            font-size: 20px;
                line-height: 30px;
      }
      &__registro{
        width: 100%;
      }
    }
    &__left{
      height: 100%;
      background-size: cover;
      background-position: center;
      padding-bottom: 25px;
      h2{
        font-size: 30px;
        line-height: 40px;
      }
      img{
        width: 150px;
        margin-top: 80px;
      }
      &__contenido {
        left: 15px;
        bottom: 0;
      }
    }
  }
}


// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) {
  .encuesta__left__cuadro--2 {
    width: 500px;
  }
  #Mensaje, #Mensaje1 {
    .modal-content{
       .contenido {
          padding: 25px 0;
        }
      }
  }
  .encuesta{
    &__right{

    }
    &__left {
      height: auto;
      margin-top: 0;
      &__cerrar{
        position: fixed;
        z-index: 10;
        a{
          padding: 15px 0;

          background: #fff;
        }
      }
      h2{
        font-size: 25px;
      }
    }
  }
  h1{
    font-size: 1.563rem;
    line-height: 30px;
  }
  .login{
    .pl-0{
      padding-right: 0!important
    }
    &__right{
      margin: 15px 0;
    }
    &__left{
      height: 50vh;
      &__contenido {
        left: 15px;
        bottom: 0;
      }
    }
  }
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) {
  #Mensaje, #Mensaje1 {
    .modal-dialog {
      max-width: 876px;
    }
    .modal-content{
       .contenido {
          padding: 25px 0;
        }
      }
  }
  .encuesta{
    &__right{

    }
    &__left {
      height: auto;
      margin-top: 50px;
      &__cerrar{
        position: fixed;
        z-index: 10;
        a{
          padding: 15px 0;

          background: #fff;
        }
      }
      h2{
        font-size: 25px;
      }
    }
  }
  .login{
    .pl-0{
      padding-right: 0!important
    }
    &__right{
      margin: 15px 0;
      &__inicio{
        width: 100%;
      }
      &__registro{
        width: 100%;
      }
    }
    &__left{
      &__contenido {
        left: 15px;
        bottom: 0;
      }
    }
  }
}

@media (min-width: 1200px){
  #Mensaje, #Mensaje1{

    .modal-dialog{
      max-width: 1165px;
    }
  }
  #Terminos{
    .modal-dialog{
      max-width: 867px;
    }
    .modal-body{
      padding: 50px;
    }
  }
  #Politicas{
    .modal-dialog{
      max-width: 867px;
    }
    .modal-body{
      padding: 50px;
    }
  }
  #Registro{
    .modal-dialog {
        max-width: 567px;
    }
  }

}
.cerrar{
  z-index: 20;
}
@media (min-width: 1200px) and (max-width: 1400px){
  #Terminos .contenido{
    height: 310px;
  }
  .login{
    &__left{
      &__contenido{
        h1{
          font-size: 48px;
          line-height: 60px;
        }
        &__imagen{
          margin-bottom: 32px;
        }
      }
      img{
        width: 190px;
      }
      &__contenido{
        left: 90px;
        bottom: -28px;
      }
    }
  }
  .encuesta{
    &__left{
      h4{
        font-size: 13px;
        line-height: 17px;
        span{
              font-size: 23px;
        }
      }
      h2{
        font-size: 17px;
        margin-top: 5px;
        line-height: 23px;
      }
      a{
        margin-top: 8px;
      }
      &__cuadro{
            padding: 18px 80px!important;
            padding-bottom: 13px!important;
        &--1{
          padding: 0 0;
        }
      }
      &__cuadros{
        padding: 60px 0;
      }
      &__nombre{
        padding: 20px 0;
      }
      &__logo {
        padding: 44px 0;
      }
    }
    &__right{
      &__contenido{
        &__card{
          padding: 11px 20px;
          h5{
                font-size: 12px!important;
                span{
                  font-size: 13px;
                }
          }
        }
      }
    }
  }
  #Mensaje .contenido__left, #Mensaje1 .contenido__left {
      padding-left: 40px;
  }
  #Mensaje, #Mensaje1{
    .contenido{
      a{
        width: 143px;
        font-size: 11px;
        padding: 11px 0;
      }
      &__left{
        p{
          font-size: 12px;
        }
        img{
              width: 125px;
        }
      }
    }
    h1{
      font-size: 30px;
      line-height: 43px;
    }
    .modal-dialog {
      max-width: 876px;
    }
     .modal-content {
       .contenido {
        padding: 0;
      }
    }
  }
  h2{
    font-size: 2.25rem;
    line-height: 43px;
  }
  h4{
    font-size: 1.125rem!important;
  }
  h3{
    font-size: 1.375rem;
    line-height: 32px;
  }
  h5{
    font-size: 0.813rem!important;
  }
  .checkmark {
    top: 20px;
    left: 14px;
    height: 16px;
    width: 16px;
  }
  .container1 .checkmark:after {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px
  }
  .encuesta{
    &__left{
      margin: 0;
      height: 100%;
      &__cerrar{
        a{
          padding: 20px 0;
          font-size: 0.813rem;
        }
      }
      &__cuadro{
        padding: 10px 53px;
        a{
          font-size: 0.688rem;
        }
        &--1{
          margin-top: 29px;
        }
        &--2{
          img{
            width: auto!important;
          }
        }
      }
      p{
        font-size: 0.75rem;
      }
      h4{
        margin-top: 13px;
        margin-bottom: 12px;
      }
      img{

      }
    }
    &__right{
      height: 100vh;

      &__contenido{
        padding: 46px 45px;
        form{
          .container1{
            padding: 20px 42px;
            font-size: 9px;
          }
          .encuesta{
            &__right{
              &__contenido{
                &__card{
                  padding: 0!important;
                }
              }
            }
          }
        }
        &__card{
          padding: 20px 20px;
          h5{
            &:before{
              right: -6px;
            }
          }
        }
      }
      &__introduccion{
        padding: 32px 43px;
        p{
          margin-bottom: 6px;
          font-size: 0.688rem;
        }
        label{
          font-size: 0.688rem;
        }
      }
    }
  }
  .login{
    &__right {
      &__formulario{
        margin: 0 15px;
        &__boton{
              margin-top: 0;
        }
        &__select{
          &:before{
            top: 5px;
          }
        }
        input, select{
          height: 35px;
          font-size: 0.563rem;
        }
        label{
          font-size: 0.563rem;
        }
      }
      h3{
        margin-bottom: 4px;
      }
      ul{
        li{
          font-size: 0.688rem;
        }
      }
      margin: 0;
    }
  }
  #registroCard .login__right__formulario {
    padding: 4px 20px;
  }
  .login__right__formulario {
    padding: 4px 55px;
  }
}
#Politicas h4{
  color: #008f40;
}
::-webkit-scrollbar-thumb{
  background: #008f40!important;
}
@media (min-width: 1401px) and (max-width: 1600px){
  .login__right__formulario {
    padding: 4px 55px;
  }

  #registroCard .login__right__formulario {
    padding: 4px 20px;
  }
  #Terminos .contenido{
    height: 310px;
  }
  .login{
    &__left{
      &__contenido{
        h1{
          font-size: 48px;
          line-height: 60px;
        }
        &__imagen{
          margin-bottom: 32px;
        }
      }
      img{
        width: 190px;
      }
      &__contenido{
        left: 90px;
        bottom: -28px;
      }
    }
  }
  .encuesta{
    &__left{
      h4{
        font-size: 13px;
        line-height: 17px;
        span{
              font-size: 23px;
        }
      }
      h2{
        font-size: 17px;
        margin-top: 5px;
        line-height: 23px;
      }
      a{
        margin-top: 8px;
      }
      &__cuadro{
            padding: 18px 80px!important;
            padding-bottom: 13px!important;
        &--1{
          padding: 0 0;
        }
      }
      &__cuadros{
        padding: 60px 0;
      }
      &__nombre{
        padding: 20px 0;
      }
      &__logo {
        padding: 44px 0;
      }
    }
    &__right{
      &__contenido{
        &__card{
          padding: 11px 20px;
          h5{
                font-size: 12px!important;
                span{
                  font-size: 13px;
                }
          }
        }
      }
    }
  }
  #Mensaje .contenido__left, #Mensaje1 .contenido__left {
      padding-left: 40px;
  }
  #Mensaje, #Mensaje1{
    .contenido{
      a{
        width: 143px;
        font-size: 11px;
        padding: 11px 0;
      }
      &__left{
        p{
          font-size: 12px;
        }
        img{
              width: 125px;
        }
      }
    }
    h1{
      font-size: 30px;
      line-height: 43px;
    }
    .modal-dialog {
      max-width: 876px;
    }
     .modal-content {
       .contenido {
        padding: 0;
      }
    }
  }
  h2{
    font-size: 2.25rem;
    line-height: 43px;
  }
  h4{
    font-size: 1.125rem!important;
  }
  h3{
    font-size: 1.375rem;
    line-height: 32px;
  }
  h5{
    font-size: 0.813rem!important;
  }
  .checkmark {
    top: 11px;
    left: 14px;
    height: 16px;
    width: 16px;
  }
  .container1 .checkmark:after {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px
  }
  .encuesta{
    &__left{
      margin: 0;
      height: 100%;
      &__cerrar{
        a{
          padding: 20px 0;
          font-size: 0.813rem;
        }
      }
      &__cuadro{
        padding: 10px 53px;
        a{
          font-size: 0.688rem;
        }
        &--1{
          margin-top: 29px;
        }
        &--2{
          img{
            width: auto!important;
          }
        }
      }
      p{
        font-size: 0.75rem;
      }
      h4{
        margin-top: 13px;
        margin-bottom: 12px;
      }
      img{

      }
    }
    &__right{
      height: 100vh;

      &__contenido{
        padding: 46px 45px;
        form{
          .container1{
            padding: 20px 42px;
            font-size: 9px;
          }
          .encuesta{
            &__right{
              &__contenido{
                &__card{
                  padding: 0!important;
                }
              }
            }
          }
        }
        &__card{
          padding: 20px 20px;
          h5{
            &:before{
              right: -6px;
            }
          }
        }
      }
      &__introduccion{
        padding: 32px 43px;
        p{
          margin-bottom: 6px;
          font-size: 0.688rem;
        }
        label{
          font-size: 0.688rem;
        }
      }
    }
  }
  .login{
    &__right {
      &__formulario{
        margin: 0 15px;
        &__boton{
              margin-top: 0;
        }
        &__select{
          &:before{
            top: 5px;
          }
        }
        input, select{
          height: 35px;
          font-size: 11px;
        }
        label{
          font-size: 11px;
        }
      }
      h3{
        margin-bottom: 4px;
      }
      ul{
        li{
          font-size: 0.688rem;
        }
      }
      margin: 0;
    }
  }
}
@media (min-width: 1601px) and (max-width: 1900px){
  .login__right__formulario {
    padding: 4px 55px;
  }

  #registroCard .login__right__formulario {
    padding: 4px 20px;
  }
  #Terminos .contenido{
    height: 310px;
  }
  .login{
    &__left{
      &__contenido{
        h1{
          font-size: 48px;
          line-height: 60px;
        }
        &__imagen{
          margin-bottom: 32px;
        }
      }
      img{
        width: 190px;
      }
      &__contenido{
        left: 90px;
        bottom: -28px;
      }
    }
  }
  .encuesta{
    &__left{
      h4{
        font-size: 13px;
        line-height: 17px;
        span{
              font-size: 23px;
        }
      }
      h2{
        font-size: 21px;
            margin-top: 5px;
            line-height: 30px;
      }
      a{
        margin-top: 8px;
      }
      &__cuadro{
        padding: 25px 82px !important;
        padding-bottom: 20px !important;
        &--1{
          padding: 0 0;
        }
      }
      &__cuadros{
        padding: 60px 0;
      }
      &__nombre{
        padding: 20px 0;
      }
      &__logo {
        padding: 44px 0;
      }
    }
    &__right{
      &__contenido{
        &__card{
          padding: 11px 20px;
          h5{
                font-size: 14px!important;
                span{
                  font-size: 13px;
                }
          }
        }
      }
    }
  }
  #Mensaje .contenido__left, #Mensaje1 .contenido__left {
      padding-left: 40px;
  }
  #Mensaje, #Mensaje1{
    .contenido{
      a{
        width: 143px;
        font-size: 11px;
        padding: 11px 0;
      }
      &__left{
        p{
          font-size: 12px;
        }
        img{
              width: 125px;
        }
      }
    }
    h1{
      font-size: 30px;
      line-height: 43px;
    }
    .modal-dialog {
      max-width: 876px;
    }
     .modal-content {
       .contenido {
        padding: 0;
      }
    }
  }
  h2{
    font-size: 2.25rem;
    line-height: 43px;
  }
  h4{
    font-size: 1.125rem!important;
  }
  h3{
    font-size: 1.375rem;
    line-height: 32px;
  }
  h5{
    font-size: 0.813rem!important;
  }
  .checkmark {
    top: 16px;
    left: 14px;
    height: 16px;
    width: 16px;
  }
  .container1 .checkmark:after {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px
  }
  .encuesta{
    &__left{
      margin: 0;
      height: 100%;
      &__cerrar{
        a{
          padding: 20px 0;
          font-size: 0.813rem;
        }
      }
      &__cuadro{
        padding: 10px 53px;
        a{
          font-size: 0.688rem;
        }
        &--1{
          margin-top: 29px;
        }
        &--2{
          img{
            width: auto!important;
          }
        }
      }
      p{
        font-size: 1rem;
      }
      h4{
        margin-top: 13px;
        margin-bottom: 12px;
      }
      img{

      }
    }
    &__right{
      height: 100vh;

      &__contenido{
        padding: 46px 45px;
        form{
          .container1{
            padding: 15px 42px;
            font-size: 12px;
          }
          .encuesta{
            &__right{
              &__contenido{
                &__card{
                  padding: 0!important;
                }
              }
            }
          }
        }
        &__card{
          padding: 25px 20px;
          h5{
            &:before{
              right: -6px;
            }
          }
        }
      }
      &__introduccion{
        padding: 32px 43px;
        h4{
              font-size: 20px;
        }
        p{
          margin-bottom: 6px;
          font-size: 0.688rem;
        }
        label{
          font-size: 0.688rem;
        }
      }
    }
  }
  .login{
    &__right {
      &__formulario{
        margin: 0 15px;
        &__boton{
              margin-top: 0;
        }
        &__select{
          &:before{
            top: 5px;
          }
        }
        input, select{
          height: 35px;
          font-size: 11px;
        }
        label{
          font-size: 11px;
        }
      }
      h3{
        margin-bottom: 4px;
      }
      ul{
        li{
          font-size: 0.688rem;
        }
      }
      margin: 0;
    }
  }
}
@media (max-width: 991px){
    .text_title_tema{
        width: 100%;
        color: #FAC525;
        margin-bottom: 10px;
    }
}
