/* Extra small devices (phones, 600px and down) */
@charset "UTF-8";

@font-face {
    font-family: "ChevinPro-Bold";
    src: url('/fonts/ChevinPro-Bold.otf');
}

@font-face {
    font-family: "ChevinPro-Medium";
    src: url('/fonts/ChevinPro-Medium.otf');
}

@font-face {
    font-family: "Chevin-Light";
    src: url('/fonts/Chevin Light.otf');
}

@font-face {
    font-family: "ChevinPro-ExtraBold";
    src: url('/fonts/ChevinPro-ExtraBold.otf');
}

.set-mini-input-login{
    display: flex;
    gap: 10px;
}

.mini-input-login{
    text-align: center!important;
    font-size: 25px;
    border-radius: 4px 4px 4px 4px!important;
}
p{
    margin: 0!important;
    padding: 0!important;
}
.set-button-pass{
    display: flex;
    gap: 5px;
    justify-content: center;
}
.set-button-pass .btn-not-a{
    border: none;
    background: none;
    font-weight: 500;
    font-size: 13px;
}
.set-button-pass .btn-not-a:hover{
    color: #90012F;
}

.btn-registrate {
    float: right;
    margin-top: 10px;
}
.login_box {
    background-image: url('/images/login/base-izquierda-4.svg');
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.login_box_derecha {
    background-image: url('/images/login/base-derecha-4-redimensionado.svg');
    background-size: cover;
    background-position: center;
    /* width: 100%; */
    height: 90vh;
}
.box_inferior .login_box_inferior {
    background-image: url('/images/login/base-inferior-2.svg');
    background-size: cover;
    background-position: left top;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.box_inferior .login_box_inferior img{
    height: 100%;
}
.login_box .login_title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 7px;
}

.login_box .login_title .text {
    display: inline-block;
    padding-left: 50px;
    padding-right: 25px;
    text-align: center;
    color: #fff;
  }

.login_box .login_title .login_title_span_1{
    background: #F58220;
    font-family: "Chevin-Light";
    font-size: 16px;
}
.login_box .login_title .login_title_span_2{
    background: #D31245;
    font-family: "Chevin-Light";
    font-size: 20px;
}
.login_box .login_title .login_title_span_3{
    background: #A9A415;
    font-family: "Chevin-Light";
    font-size: 20px;
}
.login_box .login_logo_top{
    display: flex;
    flex-direction: column;
    align-self: center;
    flex-wrap: wrap;
    min-width: 50%;
    padding-top: 15px;
    padding-bottom: 1px;
}

.set-input {
    display: flex;
    flex-direction: column;
    width: 60%;
    gap: 15px;
    padding-top: 25px;
    padding-left: 0;
  }

  .set-input .input-first {
    height: 63px;
    font-size: 20px;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    border: 0;
    color: black;
    font-family: "ChevinPro-Medium";
    outline: none;
    background-color: #EAEAEA;
  }
  .btn-g {
    color: white;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    /* position: absolute; */
    font-family: "ChevinPro-Bold";
    border: none;
    padding: 5px;
    font-weight: 100;
    min-width: 100px;
    max-width: 180px;
    border-radius: 15px;
  }
  .btn-g.red-black {
    background: #90012F;
    }

  .btn-g.red-black:hover {
    background: #ec2258;
    color: #fff;
  }
  .btn-g.red-black:disabled {
    background: rgb(205, 75, 110);
    color: #fff;
  }

  .set-input .input-first::-moz-placeholder {
    color: #7F7F7F;
  }

  .set-input .input-first:-ms-input-placeholder {
    color: #7F7F7F;
  }

  .set-input .input-first::placeholder {
    color: #7F7F7F;
  }

  .set-input .input-first.green {
    border-left: 11px solid #F04E37;
    min-width: 206px;
  }

  .set-input .input-first.green:hover,
  .set-input .input-first.green:active,
  .set-input .input-first.green:focus {
    outline: 1px solid #F04E37;
  }

  .set-input .input-first.orange {
    border-left: 11px solid #1D376C;
    min-width: 206px;
  }

  .set-input .input-first.orange:hover,
  .set-input .input-first.orange:active,
  .set-input .input-first.orange:focus {
    outline: 1px solid #1D376C;
  }

  .set-input .input-first.slt option {
    border-radius: 0px !important;
    color: black;
  }


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 100px) and (max-width: 767px){


    .login_box_derecha {
        background-image: url('/images/login/base-izquierda-4.svg');
        background-size: cover;
        background-position: center;
        /* width: 100%; */
        height: 90vh;
    }
    .img_petro_peru {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: relative;
        text-align: center;
    }

    .img_logo_petroperu {
        width: 250px;
        height: 250px;
        position: absolute;
        top: 10%;
        left: 38%;
        transform: translate(-50%, -50%);
    }
    .texto-encima {
        position: absolute;
        top: 41%;
        left: 40%;
        transform: translate(-50%, -50%);
        font-size: 50px;
        font-weight: bold;
        color: #FFFFFF
    }
    .texto-encima_2 {
        position: absolute;
        top: 51%;
        left: 20%;
        transform: translate(-50%, -50%);
        font-size: 18px;
        color: #FFFFFF;
    }
    .login_box {
        display: flex;
        height: 100%;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }

    .login_box .login_form{
        display: flex;
        flex-direction: column;
        align-self: center;
        flex-wrap: wrap;
        min-width: 80%;
    }
    .login_box .login_title{
        gap: 5px;
        align-items: flex-start;
    }

    .login_box .login_title .text {
        padding-left: 10px;
        padding-right: 15px;
    }

    .login_box .login_title .login_title_span_1{
        font-family: "Chevin-Light";
        font-size: 35px;
    }
    .login_box .login_title .login_title_span_2{
        font-size: 36px;
    }
    .login_box .login_title .login_title_span_3{
        font-size: 36px;
    }
    .login_box .login_logo_top{
        display: flex;
        flex-direction: column;
        align-self: center;
        flex-wrap: wrap;
        min-width: 80%;
        max-width: 80%;
        padding-top: 18px;
        padding-bottom: 1px;
    }
    .box_inferior .login_box_inferior {
        background-position: left top;
    }
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .img_petro_peru {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: relative;
        text-align: center;
    }

    .img_logo_petroperu {
        width: 250px;
        height: 250px;
        position: absolute;
        top: 10%;
        left: 38%;
        transform: translate(-50%, -50%);
    }
    .texto-encima {
        position: absolute;
        top: 41%;
        left: 40%;
        transform: translate(-50%, -50%);
        font-size: 50px;
        font-weight: bold;
        color: #FFFFFF
    }
    .texto-encima_2 {
        position: absolute;
        top: 51%;
        left: 20%;
        transform: translate(-50%, -50%);
        font-size: 18px;
        color: #FFFFFF;
    }
    .login_box {
        display: flex;
        height: 100%;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }

    .login_box .login_form{
        display: flex;
        flex-direction: column;
        align-self: center;
        flex-wrap: wrap;
        min-width: 80%;
    }
    .login_box .login_title{
        gap: 15px;
        align-items: flex-start;
    }

    .login_box .login_title .text {
        padding-left: 30px;
    }

    .login_box .login_title .login_title_span_1{
        font-family: "Chevin-Light";
        font-size: 38px;
    }
    .login_box .login_title .login_title_span_2{
        font-size: 40px;
    }
    .login_box .login_title .login_title_span_3{
        font-size: 40px;
    }
    .login_box .login_logo_top{
        display: flex;
        flex-direction: column;
        align-self: center;
        flex-wrap: wrap;
        min-width: 80%;
        max-width: 80%;
        padding-top: 18px;
        padding-bottom: 1px;
    }
    .box_inferior .login_box_inferior {
        background-position: left top;
    }
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    .img_petro_peru {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: relative;
        text-align: center;
    }

    .texto-encima {
        position: absolute;
        top: 41%;
        left: 40%;
        transform: translate(-50%, -50%);
        font-size: 70px;
        font-weight: bold;
        color: #FFFFFF
    }
    .texto-encima_2 {
        position: absolute;
        top: 51%;
        left: 20%;
        transform: translate(-50%, -50%);
        font-size: 25px;
        color: #FFFFFF;
    }

    .login_box {
        display: flex;
        height: 100%;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }

    .login_box .login_form{
        display: flex;
        flex-direction: column;
        align-self: center;
        flex-wrap: wrap;
        min-width: 80%;
    }
    .login_box .login_title{
        gap: 15px;
        align-items: flex-start;
    }

    .login_box .login_title .text {
        padding-left: 50px;
    }

    .login_box .login_title .login_title_span_1{
        font-family: "Chevin-Light";
        font-size: 48px;
    }
    .login_box .login_title .login_title_span_2{
        font-size: 50px;
    }
    .login_box .login_title .login_title_span_3{
        font-size: 50px;
    }
    .login_box .login_logo_top{
        display: flex;
        flex-direction: column;
        align-self: center;
        flex-wrap: wrap;
        min-width: 80%;
        max-width: 80%;
        padding-top: 18px;
        padding-bottom: 1px;
    }

    .box_inferior .login_box_inferior {
        background-position: left top;
    }
    .login_box .login_title .login_title_span_2{
        max-width: 509px !important;
        max-height: 85px;
        text-align: start;
    }

}

@media only screen and (min-width: 1226px) {
    .img_petro_peru {
        width: 100%;
        height: 100%;
        position: relative;
        display: inline-block;
        text-align: center;
    }

    .div-contenedor img {
        width: 100%;
        height: auto;
    }

    .login_box {
        display: flex;
        height: 100%;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }

    .login_box .login_form{
        display: flex;
        flex-direction: column;
        align-self: center;
        flex-wrap: wrap;
        min-width: 80%;
    }
    .login_box .login_title{
        gap: 15px;
        align-items: flex-start;
    }

    .login_box .login_title .text {
        padding-left: 80px;
    }

    .login_box .login_title .login_title_span_1{
        font-family: "Chevin-Light";
        font-size: 48px;
    }
    .login_box .login_title .login_title_span_2{
        font-size: 50px;
    }
    .login_box .login_title .login_title_span_3{
        font-size: 50px;
    }
    .login_box .login_logo_top{
        display: flex;
        flex-direction: column;
        align-self: center;
        flex-wrap: wrap;
        min-width: 80%;
        padding-top: 18px;
        padding-bottom: 1px;
    }


    .texto-encima {
        position: absolute;
        top: 41%;
        left: 40%;
        transform: translate(-50%, -50%);
        font-size: 86px;
        font-weight: bold;
        color: #FFFFFF
    }
    .texto-encima_2 {
        position: absolute;
        top: 51%;
        left: 20%;
        transform: translate(-50%, -50%);
        font-size: 32px;
        color: #FFFFFF;
    }
    .img_logo_petroperu {
        width: 250px;
        height: 250px;
        position: absolute;
        top: 10%;
        left: 23%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-height: 815px) {
    .login_box .login_logo_top .image-user {
        max-width: 30%;
    }

    .login_box .login_title .login_title_span_1 {
        font-size: 38px;
    }
    .login_box .login_title .login_title_span_2 {
        font-size: 40px;
    }
    .login_box .login_title .login_title_span_3 {
        font-size: 40px;
    }
    .box_inferior{
        min-height: 28vh;
    }
    .box_inferior .login_box_inferior {
        background-position: left top;
    }
}

@media only screen and (max-height: 741px) {
    .login_box .login_logo_top .image-user {
        display: none;
    }
    .box_inferior{
        min-height: 32vh;
    }
    .box_inferior .login_box_inferior {
        background-position: left top;
    }
}

@media only screen and (max-height: 640px) {
    .box_inferior{
        display: none;
    }
    .box_img_petro_peru{
        min-height: 100%;
    }
    .box_img_petro_peru .login_box_derecha{
        min-height: 100vh;
    }
}
