@font-face {
    font-family: 'Pluto Sans Medium';
    src: url('../fonts/PlutoSansCondBold.woff2') format('woff2'),
        url('../fonts/PlutoSansCondBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Pluto Sans Light';
    src: url('../fonts/PlutoSansLight.woff2') format('woff2'),
        url('../fonts/PlutoSansLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
.login__right__formulario__boton{
  input{
    font-family: "Pluto Sans Medium";
    background: #2F96F1;
    border-radius: 5px;
    width: 100%;
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    color: #FFFFFF;
    height: 54px!important;
    text-transform: uppercase;
    &:hover{
      background: #fff;
      color: #2F96F1;
    }
  }
}
.landing{
  background-image: url("../imagen/landing.jpg");
  padding-top: 50px;
  position: relative;
      height: 100vh;
      &__franja{
        width: 275px;
            background: #FFC800;
            position: absolute;
            bottom: 8%;
            height: 78px;
            z-index: 10;
            transition: all .5s;
            &:hover{
              background: #fff;
            }
            a{
              display: flex;
              justify-content: center;
              align-items: center;
              height: 100%;
              &:hover{
                text-decoration: none;
              }
            }
            h5{
              font-weight: 400;
              font-size: 20px;
              line-height: 25px;
              font-family: "Pluto Sans Medium";
              color: #25489A;
              margin: 0 0 0 25px;
            }
      }
  &:before{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-image: url("../imagen/OBRERO.png");
    height: 100%;
    width: 20%;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: contain;
    background-position-y: bottom;
  }
  &__left{
    &__top{
      position: relative;
      z-index: 20;
    }
    &__logo{

      margin: 0 0 75px 75px;

    }
    &__bottom{
      position: relative;

      &__contenido__bottom{
        background: #fff;
        &__lista{
          &__parrafo{
            display: flex;
            justify-content: end;
            padding-right: 176px;
            padding-top: 20px;
            padding-bottom: 20px;
            h6{
              font-weight: 700;
              font-size: 16px;
              line-height: 20px;
              letter-spacing: -0.0225em;
              font-family: "Pluto Sans Medium";
              color: #25489A;
            }
            h5{
              font-weight: 700;
              font-size: 16px;
              line-height: 20px;
              letter-spacing: -0.0225em;
              font-family: "Pluto Sans Medium";
              color: #000;
            }
          }
          ul{
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: end;
            padding-top: 20px;
            padding-bottom: 10px;
            position: relative;
            &:before{
              position: absolute;
              bottom: 0;
              right: 0;
              width: 45%;
              height: 1px;
              content: "";
              background: #3354A3;
            }
            li{
              font-weight: 700;
                font-size: 40px;
                line-height: 99.3%;
                font-family: "Pluto Sans Light";
                letter-spacing: -0.0225em;
                color: #344A9F;
                margin-right: 25px;
              b{
                font-weight: 400;
                font-family: "Pluto Sans Medium";
              }
            }
          }
        }
      }
      &__contenido{
        height: 220px;
        background: #2F96F1;
        h2{
          font-weight: 700;
          font-size: 31px;
          line-height: 38px;
          letter-spacing: -0.0225em;
          font-family: "Pluto Sans Medium";
          color: #FFFFFF;
          display: flex;
          justify-content: end;
          margin-right: 65px;
          margin-top: 25px;
        }
        &__card{
          height: 73px;
          display: flex;
          align-items: center;
          padding: 0 14px;
          svg{
                margin-left: 5px;
          }
        }
        &--1{
          font-style: normal;
          font-weight: 900;
          font-size: 25px;
          line-height: 37px;
          /* identical to box height */
          font-family: 'Pluto Sans Medium';
          background: #FFC800;
          color: #25489A;
        }
        &--2{
          background: #fff;
          font-style: normal;
          font-weight: 900;
          font-size: 25px;
          line-height: 37px;
          /* identical to box height */
          font-family: 'Pluto Sans Medium';

          color: #25489A;
        }
        ul{
          list-style: none;
          margin: 0;
          padding: 0;
          display: flex;
          justify-content: end;
        }
      }
      img{
        position: relative;
        z-index: 2;
      }

    }
  }
  &__right{
    width: 724px;
    margin-left: auto;
    &__formulario{
      input{
        height: 42px;
            border-color: #C4C4C4;
      }
      select{
        height: 42px;
      }
      label{
            margin-bottom: 12px;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        font-family: "Pluto Sans Medium";
        color: #000000;
      }
    }
    h4{
      font-family: "Pluto Sans Medium";
      font-weight: 700;
      font-size: 32px;
      text-align: center;
      line-height: 37px;
      color: #2F96F1;
      margin-bottom: 40px;
      text-transform: uppercase;
      span{
        color: #344A9F;
      }
    }
    #div_inscribir{
      width: 724px;
          background: #fff;
          margin-left: auto;
          padding: 50px 67px 40px 67px;
    }
  }
  .container{
    max-width: 1658px;
  }
}
// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) {
  .landing{
    background-size: cover;
    height: 100%;
    padding-bottom: 50px;

    &:before{
      display: none;
    }
    &__franja{
      width: 186px;
      bottom: 20px;
      position: fixed;
      bottom: 30%;
      svg{
        width: 29px;
      }
      h5{
        font-size: 15px;
        line-height: 19px;
      }
    }
    &:before{
      width: 42%;
      right: 0;
      left: inherit;
    }
    &__left{
      &__bottom{
        margin-bottom: 50px;
        position: relative;
        &:before{
          position: absolute;
          bottom: 0;
          right: 0;
          content: "";
          background-image: url("../imagen/OBRERO.png");
          height: 100%;
          width: 35%;
          background-repeat: no-repeat;
          z-index: 1;
          background-size: contain;
          background-position-y: bottom;
        }
        &__contenido{
          height: auto;
          background: transparent;
          &__bottom{
            &__lista{


              &__parrafo{
                justify-content: start;
                padding-left: 24px;
              }
              ul{
                justify-content: start;
                padding-left: 20px;
                &:before{

                  left: 24px;
                  content: "";
                }
                li{
                  font-size: 26px;
                }
              }
            }
          }
          h2{
            font-size: 23px;
                line-height: 26px;
                display: block;
                margin-left: 35px;
                background: #2F96F1;
                width: 100%;
                padding: 24px;
                margin: 0;
          }
          &__card{
            font-size: 16px!important;
            height: 38px;
            svg{
              width: 14px;
              margin-bottom: 2px;
            }
          }
        }
      }
      &__logo{
        margin: 0 0 28px 38px;
        img{
          width: 100px;
        }
      }
    }
    &__right {
      width: 100%;
      h4{
        font-size: 20px;
      }
      #div_inscribir {
        width: 100%;
        padding: 30px 14px;
      }
    }
  }
  html,body{
    overflow-x: hidden;
  }
}

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing{
    background-size: cover;
    height: 100%;
    padding-bottom: 50px;
    &:before{
      display: none;
    }
    &__franja{
      width: 186px;
      bottom: 20px;
      position: fixed;
      bottom: 30%;
      svg{
        width: 29px;
      }
      h5{
        font-size: 15px;
        line-height: 19px;
      }
    }
    &:before{
      width: 42%;
      right: 0;
      left: inherit;
    }
    &__left{
      &__bottom{
        margin-bottom: 50px;
        position: relative;
        &:before{
          position: absolute;
          bottom: 0;
          right: 0;
          content: "";
          background-image: url("../imagen/OBRERO.png");
          height: 100%;
          width: 35%;
          background-repeat: no-repeat;
          z-index: 1;
          background-size: contain;
          background-position-y: bottom;
        }
        &__contenido{
          height: auto;
          background: transparent;
          &__bottom{
            &__lista{


              &__parrafo{
                justify-content: start;
                padding-left: 24px;
              }
              ul{
                justify-content: start;
                padding-left: 20px;
                &:before{

                  left: 24px;
                  content: "";
                }
                li{
                  font-size: 26px;
                }
              }
            }
          }
          h2{
            font-size: 23px;
                line-height: 26px;
                display: block;
                margin-left: 35px;
                background: #2F96F1;
                width: 100%;
                padding: 24px;
                margin: 0;
          }
          &__card{
            font-size: 16px!important;
            height: 38px;
            svg{
              width: 14px;
              margin-bottom: 2px;
            }
          }
        }
      }
      &__logo{
        margin: 0 0 28px 38px;
        img{
          width: 100px;
        }
      }
    }
    &__right {
      width: 100%;
      h4{
        font-size: 20px;
      }
      #div_inscribir {
        width: 100%;
        padding: 30px 14px;
      }
    }
  }
  html,body{
    overflow-x: hidden;
  }
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing{
    background-size: cover;
    height: 100%;
    padding-bottom: 50px;
    &:before{
      display: none;
    }
    &__franja{
      width: 186px;
      bottom: 20px;
      position: fixed;
      bottom: 30%;
      svg{
        width: 29px;
      }
      h5{
        font-size: 15px;
        line-height: 19px;
      }
    }
    &:before{
      width: 42%;
      right: 0;
      left: inherit;
    }
    &__left{
      &__bottom{
        margin-bottom: 50px;
        position: relative;
        &:before{
          position: absolute;
          bottom: 0;
          right: 0;
          content: "";
          background-image: url("../imagen/OBRERO.png");
          height: 100%;
          width: 20%;
          background-repeat: no-repeat;
          z-index: 1;
          background-size: contain;
          background-position-y: bottom;
        }
        &__contenido{
          height: auto;
          background: transparent;
          &__bottom{
            &__lista{


              &__parrafo{
                justify-content: start;
                padding-left: 24px;
              }
              ul{
                justify-content: start;
                padding-left: 20px;
                &:before{

                  left: 24px;
                  content: "";
                }
                li{
                  font-size: 26px;
                }
              }
            }
          }
          h2{
            font-size: 23px;
                line-height: 26px;
                display: block;
                margin-left: 35px;
                background: #2F96F1;
                width: 100%;
                margin: 0;
                    padding: 40px 20px;
          }
          &__card{
            font-size: 16px!important;
            height: 38px;
            svg{
              width: 14px;
              margin-bottom: 2px;
            }
          }
        }
      }
      &__logo{
        margin: 0 0 28px 38px;
        img{
          width: 100px;
        }
      }
    }
    &__right {
      width: 100%;
      h4{
        font-size: 20px;
      }
      #div_inscribir {
        width: 100%;
        padding: 30px 14px;
      }
    }
  }
  html,body{
    overflow-x: hidden;
  }

}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) {
  .landing{
    height: auto;
    &__left{
      &__bottom{
        &__contenido{
          height: 160px;
          &__bottom{
            &__lista{
              &__parrafo{
                padding-right: 104px;
              }
              ul{
                li{
                  font-size: 28px;
                }
              }
            }
          }
          h2{
            font-size: 23px;
            line-height: 26px;
          }
          &__card{
            height: 50px;
            font-size: 16px!important;
          }
        }
      }
    }
    &__right{
      width: 100%;
      #div_inscribir{
        width: 100%;
        padding: 15px 21px;
      }
    }
  }
  html,body{
    overflow-x: hidden;
  }

}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) and (max-width: 1599px) {
  .login__right__formulario__boton input{
    height: 40px!important;
  }
  .landing{
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
    &__left{
      &__bottom{
        &__contenido{
          height: 160px;
          &__bottom{
            &__lista{
              &__parrafo{
                padding-right: 104px;
              }
              ul{
                li{
                  font-size: 28px;
                }
              }
            }
          }
          h2{
            font-size: 23px;
            line-height: 26px;
          }
          &__card{
            height: 50px;
            font-size: 16px!important;
          }
        }
      }
    }
    &__right{
      width: 100%;
      &__formulario{
        label{
              font-size: 12px;
                  margin: 0;
        }
        input{
          height: 30px;
          font-size: 12px;
        }
        select{
          height: 30px;
          font-size: 12px;

        }
      }
      h4{
        font-size: 25px;
        margin-bottom: 25px;
      }
      #div_inscribir{
          width: 80%;
        padding: 15px 45px;
      }
    }
  }
  html,body{
    overflow-x: hidden;
  }
}
@media (min-width: 1600px) and (max-width: 1900px) {
  .login__right__formulario__boton input{
    height: 40px!important;
  }
  .landing{
    padding-top: 30px;
    padding-bottom: 30px;
    &:before{
      width: 19%;
    }
    &__left{
      &__bottom{
        &__contenido{
          height: 190px;
          &__bottom{
            &__lista{
              &__parrafo{
              }
              ul{
                li{
                }
              }
            }
          }
          h2{
          }
          &__card{
            height: 58px;
          }
        }
      }
    }
    &__right{
      width: 100%;
      &__formulario{
        label{
              font-size: 12px;
                  margin: 0;
        }
        input{
          height: 40px;
          font-size: 12px;
        }
        select{
          height: 40px;
          font-size: 12px;

        }
      }
      h4{
        font-size: 25px;
        margin-bottom: 25px;
      }
      #div_inscribir{
        width: 80%;
        padding: 25px 40px 40px 35px;
      }
    }
  }
  html,body{
    overflow-x: hidden;
  }
}
