.landing{
  background-image: url("../../imagen/landing.jpg");
}

.encuesta{
  &__left{
    &__cuadros{
      padding: 45px 0;
      border-bottom: 1px solid #2f96f15e;
    }
    &__nombre{
      padding: 45px 0;
      border-bottom: 1px solid #2f96f15e;
    }
    &__logo{
      display: flex;
      padding: 50px 0;
      border-bottom: 1px solid #2f96f15e;
      &__imagen{
        position: relative;
        left: -34px;
      }
      span{
        color: #FAC525;
      }
    }
  }
}

.login__left__contenido__imagen{
position: relative;
    margin-bottom: 40px;
}
.encuesta__left__logo {
  h1{
    font-size: 43px;
    line-height: 53px;
    color: #fff;
    position: relative;
    right: -40px;
    top: 8px;
  }
}
.login__left__contenido__imagen:before{
    content: "";
    position: absolute;
    background: #fff;
    bottom: -6px;
    width: 98px;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 0;
}
.respuesta{
  &__correcta{
    border: 1px solid #E5E5E5;

    .respuesta{
      font-weight: bold;
    }
    .container1{
      padding: 10px 0 0 25px!important;
      cursor: auto;
    }
  }
}
.aprobado{
  position: relative;
  &:before{

        z-index: 1;
        content: "";
        position: absolute;
        /* left: 0; */
        right: 0;
        bottom: 0;
        background-image: url("../../imagen/aprobado.png");
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        right: 15px;
        /* background-position-y: 18px; */
        background-position: center right;

  }
}
.error{
  position: relative;
  &:before{

        z-index: 1;
        content: "";
        position: absolute;
        /*left: 30px;*/
        right: 0;
        bottom: 0;
        background-image: url("../../imagen/rechazado.png");
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        right: 15px;
        /* background-position-y: 18px; */
        background-position: center right;

  }
}
.encuesta{
  &__left{
    position: relative;
    height: 100vh;
    a{
      font-size: 0.938rem;
      display: block;
      background: #2F96F1;
      box-shadow: 0px 5px 10px rgb(0 60 139 / 10%);
      width: 144px;
      padding: 15px 0;
      color: #fff;
      margin: auto;
      margin-top: 24px;
    }

    &__cerrar{
      text-align: center;
      position: absolute;
      bottom: 0;
      width: 100%;
      border-top: 1px solid #E5E5E5;
      background: $white;
      i{
        font-size: 25px;
        position: relative;
        top: 5px;
        right: 12px;
      }
      a{
        padding: 25px 0;
        display: block;
        color: $negro;
        transition: all .5s;

        text-transform: uppercase;
        &:hover{
          text-decoration: none;
          color: $white;
          background: $azul;
        }
      }
    }
    &__cuadro{
      margin-bottom: 0;
      padding: 20px 48px;
      &:nth-child(1){
        padding: 35px ​48px 0 48px;
      }
      a{
        transition: all .5s;
        &:hover{
          text-decoration: none;
          color: $azul;
        }
      }
      p{
        margin-bottom: 0;
      }
      &--1{
            padding-top: 40px;
        p{
          font-weight: inherit!important;
          color: $white;
          font-family: $plutoS;
          font-size: 16px;
          line-height: 26px;
          text-align: center;
        }
      }
      &--2{
        background: #F5F6FA;
        border:0;
        width: 506px;
        margin: auto;
        p{
          text-align: left!important;
        }
        img{
          margin-right: 25px;
          position: relative;
          top: 8px;
        }
      }
    }
    h2{
      text-transform: uppercase;
      color: #fff;
      font-size: 43px;
      font-weight: bold;
      margin-top: 24px;
      margin-top: 24px;
      margin: 20px 0 0 0;
    }
    p{
      font-weight: bold;
      text-align: center;
    }
    h4{
      font-size: 20px;
      line-height: 25px;
      text-align: center;
      color: #FAC525;
      font-family: $plutoS;
      span{
        color: #fff;
        font-family: $plutoS;
        font-size: 28px;
      }
    }
  }
  &__right{
    background: #f5f6fa;
    height: 100vh;
    &__introduccion{
      border-left: 1px solid #cccccc4f;
      padding: 40px 65px;
      background: #ffF;
      h4{
        text-transform: uppercase;
        font-weight: bold;
        color: $azul;
      }
      p{
        font-family: $plutoS;
        color: #7E7E7E;
      }
      label{
        font-family: $plutoS;
        span{
          color: $azul;
        }
      }
    }
    &__contenido{
      padding: 60px 72px;
      form{
        .encuesta{
          &__right{
            &__contenido{
              &__card{
                padding: 0!important;
              }
            }
          }
        }
      }
      &__card{
        padding: 32px 20px;
        background: #FFFFFF;
        margin-bottom: 28px;
        h5{
          margin-bottom: 0;
          span{
            position: relative;
            font-weight: bold;
            color: $azul;
            margin-right: 16px;
            &:before{
              content: "";
              background: $azulClaro;
              width: 2px;
              height: 8px;
              position: absolute;
              right: -13px;
              top: 0;
              margin: auto;
              bottom: 0;
            }
          }
        }
      }
    }
  }
}


/* The container1 */
.container1 {
  padding: 20px 50px;
  display: block;
  position: relative;
  padding-left: 60px;
  margin-bottom: 12px;
  cursor: pointer;
  font-family: $plutoSL;

  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  span{
    color: $azulClaro;
  }
}

/* Hide the browser's default radio button */
.container1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
 
/* Create a custom radio button */
.checkmark {
  position: absolute;
  border: 1px solid #C4C4C4;
  top: 20px;
  left: 21px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container1 input:checked ~ .checkmark {
  background-color: #fff;

}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container1 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container1 .checkmark:after {
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: $azulClaro;
}
.form-group{
  position: relative;
}
.form-group>.error{
  position: relative;
  color: red;
  &:before{

        z-index: 1;
        content: "";
        position: absolute;
        left: 30px;
        right: 0;
        bottom: 0;
        background-image: none;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        right: 15px;
        /* background-position-y: 18px; */
        background-position: center right;

  }
}


.form-group>.login__right__formulario__select>.error{
  position: relative;
  color: red;
  &:before{

        z-index: 1;
        content: "";
        position: absolute;
        left: 30px;
        right: 0;
        bottom: 0;
        background-image: none;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        right: 15px;
        /* background-position-y: 18px; */
        background-position: center right;

  }
}
