.landing{
  background-image: url("../../imagen/landing.jpg");
}
.headerLanding{
  background: #fff;
  padding: 18px 0;
  .proximoWebinar{

    a{
      font-size: 20px;
      line-height: 23px;
      padding: 15px 20px;
      display: block;
      background: #009343;
      color: #fff;
    }
  }
  &__right{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
    ul{
      display: flex;
      padding: 0;
      margin: 0;
      align-items: center;
      li{
        margin: 0 10px;
        a{
          font-family: Arial;
          font-size: 20px;
          font-weight: 400;
          line-height: 24px;
          text-align: left;
          color: #859B8F;
          &:hover{
            text-decoration: none;
          }
        }
      }
    }
  }
}
.encuesta{
  &__left{
    &__cuadros{
      padding: 45px 0;
      border-bottom: 1px solid #cccccc47;
    }
    &__nombre{
      padding: 45px 0;
      border-bottom: 1px solid #cccccc47;
    }
    &__logo{
      display: flex;
      padding: 50px 0;
      border-bottom: 1px solid #cccccc47;
      &__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;
    background-image: url(../../imagen/bgimg.jpg);
    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: #fff;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        /* identical to box height */

        text-transform: uppercase;

        /* blanco */
        font-family: 'Arial';

        color: #FFFFFF;
        transition: all .5s;
        background: linear-gradient(180deg, #50B47D 0%, #009343 10.94%, #009343 52.6%, #009343 89.06%, #007938 100%);
        text-transform: uppercase;
        &:hover{
          text-decoration: none;
          color: #fff;
          background: #e0122b;
        }
      }
    }
    &__cuadro{
      margin-bottom: 0;
      padding: 36px 138px;
      padding-bottom: 24px;
      padding-right: 1px;
      svg{
        position: relative;
        top: 0;
        right: 20px;
        top: -5px;
      }
      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: 100%;
        margin: auto;
        border-bottom: 1px solid #ccc;
        p{
          text-align: left!important;
        }
        img{
          margin-right: 25px;
          position: relative;
          top: 8px;
        }
      }
    }
    h2{
      font-family: 'Prometo Medium';
      font-style: italic;
      font-size: 24px;
      line-height: 31px;
      text-transform: uppercase;
      text-align: left;
      /* blanco */

      color: #FFFFFF;

      /* shadow1 */

      text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
      b{
        font-family: "Prometo Bold";
      }
    }
    p{
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      /* identical to box height */
      font-family: 'Arial';

      /* gris */

      color: #666666;
    }
    h4{
      font-family: 'Arial';
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 23px;
      /* identical to box height */

      text-align: center;
      text-transform: uppercase;

      /* blanco */

      color: #FFFFFF;

      /* shadow1 */

      text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
      span{
        font-family: 'Prometo Medium';
        font-style: italic;
        font-weight: 900;
        font-size: 32px;
        line-height: 41px;
        /* identical to box height */

        text-align: center;

        /* blanco */

        color: #FFFFFF;

        /* shadow1 */

        text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
      }
    }
  }
  &__right{
    background: #f5f6fa;
    height: 100vh;
    &__introduccion{
      border-left: 1px solid #cccccc4f;
      padding: 40px 65px;
      background: #ffF;
      h4{
        font-style: normal;
        font-weight: 700;
        font-size: 25px;
        line-height: 32px;
        /* identical to box height */

        text-transform: uppercase;
        font-family: 'Prometo Regular';
        /* verde */

        color: #009343;
      }
      p{
        font-family: $plutoS;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        /* identical to box height */

        text-transform: uppercase;

        /* gris */

        color: #666666;
      }
      label{
        font-family: 'Arial';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;

        /* gris */

        color: #666666;
        .active{
          color: #fff!important;
          &:before{
            background: #009343!important;

          }
        }
        .disable{
          color: #009343;

          opacity: 0.3;
        }
        span{
          font-weight: 500;
          font-size: 14px;
          line-height: 18px;
          /* identical to box height */

          text-align: center;
          text-transform: uppercase;
          font-family: 'Arial';
          /* verde */
          position: relative;
          color: #009343;
          margin-right: 15px;
          z-index: 2;
          &:last-child{
            &:after{
              display:none;
            }
          }
          &:after{
            width: 15px;
            height: 1px;
            content: "";
            background: #009343;
            position: absolute;
            top: 9px;
            right: -20px;

          }
          &:before{
            width: 22px;
            z-index: -1;
            height: 22px;
            border-radius: 100%;
            position: absolute;

                top: -1px;
                left: -7px;

            border: 1px solid #009343;
            content: "";
          }
        }
      }
    }
    &__contenido{
      padding: 60px 72px;
      form{
        .encuesta{
          &__right{
            &__contenido{
              &__card{
                padding: 0!important;
              }
            }
          }
        }
      }
      &__card{
        background: #FFFFFF;
        margin-bottom: 28px;
        padding: 32px 24px 32px 24px;
        border-radius: 10px;
        h5{
          margin-bottom: 0;
          font-weight: 400;
          font-size: 16px;
          line-height: 21px;
          /* identical to box height */

          font-family: 'Prometo Medium';

          /* gris */

          color: #666666;
          span{
            position: relative;
            font-weight: 700;
            font-size: 16px;
            line-height: 21px;
            /* identical to box height */

            font-family: 'Prometo Regular';
            /* verde */

            color: #009343;
            margin-right: 16px;
            &:before{
              content: "";
              background: #009343;
              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-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  span{
    color: #009343;
  }
}

/* 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: #009343;
}


.form-group>.error{
  position: relative;
  color: red !important;
  &: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 !important;
  &: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;

  }
}
