@font-face {
    font-family: Nunito-ExtraBold;
    src: url(../fonts/Nunito/Nunito-ExtraBold.ttf);
}
@font-face {
    font-family: Nunito-Regular;
    src: url(../fonts/Nunito/Nunito-Regular.ttf);
}
@font-face {
    font-family: Nunito-Bold;
    src: url(../fonts/Nunito/Nunito-Bold.ttf);
}
@font-face {
    font-family: Nunito-SemiBold;
    src: url(../fonts/Nunito/Nunito-SemiBold.ttf);
}

.necxos {
    background-image: url(../images/Fondo-necxos.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
    /*height: 100vh;*/
    min-height: 100vh;
    justify-content: center;
    display: flex;
}
.necxos-box-height {
    text-align: center;
}
.necxos-images {
    width: 200px;
}
.necxos-images-box {
    padding: 2rem 3rem;
    width: 100%;
    background: white;
    border-radius: 20px;
}
.input-style {
    border-radius: 30px;
    text-align: center;
    border: 1px solid #F7991E;
    padding: 1.575rem 0.75rem;
    font-family: Nunito-Regular;
}
.btn-yellow {
    border-radius: 30px;
    text-align: center;
    border: 1px solid #FFE412;
    background: #FFE412;
    padding: 14px 0.75rem;
    width: 100%;
    color: black;
    font-family: Nunito-Bold;
}
.form-group-space {
    margin-bottom: 2rem;
}
.necxos-title-box {
    margin: 2rem 0;
}
.necxos-title-box h3 {
    color: black;
    font-family: Nunito-ExtraBold;
}

.order-result {
    background: #F7991E;
    padding: 3rem 0 0 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    /*position: absolute;*/
    /*margin-top: 3rem;*/
}
.order-result-text-box h3 {
    margin-bottom: 0;
    font-family: Nunito-ExtraBold;
}
.order-result-text-box {
    width: 100%;
    text-align: center;
    background: white;
    border-radius: 30px;
    padding: 2rem 2rem;
}
.order-result-text-box2 {
    width: 100%;
    text-align: left;
    background: white;
    border-radius: 30px;
    padding: 2rem 2rem;
}
.icon-face1 {
    margin-right: 10px;
    color: #F20B0B;
    font-size: 30px;
}
.order-result-text {
    text-align: left;
    margin-bottom: 2rem;
    font-family: Nunito-ExtraBold;
}
.order-result-text p {
    font-size: 20px;
}
.order-result-client-text {
    margin-bottom: 0;
    font-family: Nunito-Bold;
}
.order-result-client-full-name1  {
    color: #2D7B0B;
}
.icon-check {
    height: 20px;
}
.order-result-client-full-name {
    font-family: Nunito-SemiBold;
}
.form-space-btn {
    padding: 2rem 0;
}


@media only screen and (min-width:320px) and (max-width:480px) {
    .necxos2 {
        height: 100vh !important;
    }
    .necxos {
        height: auto;
    }
    .necxos-images-box {
        padding: 1rem 1rem;
    }
    .order-result {
        position: relative;
    }
}

@media screen and (max-width: 767px) and (min-width: 480px) {
    .necxos2 {
        height: 100vh !important;
    }
    .necxos {
        height: auto;
    }
    .necxos-images-box {
        padding: 1rem 1rem;
    }
    .order-result {
        position: relative;
    }
}
