html{
    font-size: 62.5%;
    box-sizing: border-box;

}
*::after,*::before,*{
    margin: 0;
    padding: 0;
    box-sizing: inherit
}

body{
    font-size: 1.6rem;
    min-height: 100vh;
    position: relative;
    font-family: "Open Sans", sans-serif;


}
.nv{
    width: 100%;
    padding: 0 7rem;
    height: 78.75PX;
    
    background-color: #fa4616;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(min-width: 998px){
    .nv{
        justify-content: space-between;
    }
}
@media(min-width: 1550px){
    .nv{
        justify-content: space-between;
        height: 91.88px;
    }
}


.cont-cel{
    display: none;
}
@media(min-width: 998px){
.cont-cel{
    display: flex;
    align-items: center;
    gap: 1rem;
}
}

.text-cel{
    color: #fff;
    font-weight: bold;
}

.text-cel span{
    display: block;
    font-weight: normal;
    font-size: 14px;
}

.banner{
    width: 100%;
    height: 50rem;
    background-image: url(qwer/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}



@media(min-width: 998px){
   .banner{
    height: 77vh;
    justify-content: end;
   }
}
.banner-text{
   display: none;
    /* background-color: #444e57; */
}
@media(min-width: 998px){
   .banner-text{
    display: block;
    position: absolute;
    left: 6rem;
    width: 40rem;
    height: 40rem;
    top: 13rem;
    /* background-color: #444e57; */
   }
}

@media(min-width: 1550px){
   .banner-text{
    left: 15rem;
    top: 20rem;
    width: 50rem;
   }
}

.text1{
    font-size: 32.2px;
    color: #fff;
}
@media(min-width: 1550px){
   .text1{
     font-size: 35px;
   }
}
.text1 span{
    font-weight: bold;
    display: block;
}
.text2{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 3rem;
}
@media(min-width: 1550px){
   .text2{
      font-size: 22px;
   }
}
.text2 span{
    display: block;
    font-weight: normal;
}

.cont-che{
    display: flex;
    align-items: center;
    color: #fff;
    gap: 1rem;
}
.cont-che-m{
    margin-top: 3rem;

}
@media(min-width: 1550px){
   .cont-che{
      font-size: 22px;
   }
}
.cont-che p span{
    font-weight: bold;
}
.cont-che img{
    width: 2.5rem;
}

.cont-xjsx{
    width: 33rem;
    /* height: 40rem; */
    /* background-color: #fff; */
    margin: 0 auto;

}


@media(min-width: 998px){
   .cont-xjsx{
    margin-right: 10rem;
            border-top-left-radius: 36px;
    border-top-right-radius: 36px;
   }
}
@media(min-width: 1550px){
   .cont-xjsx{
    width: 45rem;
   }
}

.nav-xjsx{
    width: 100%;
    min-height: 54.48px;
    /* background-color: red; */
    display: flex;
    background-color: #e7401199;

    
    

}

@media(min-width: 998px){
   .nav-xjsx{
        border-top-left-radius: 36px;
    border-top-right-radius: 36px;
   }
}


.persona{
    flex: 1;
        display: flex;
    align-items: center;
    justify-content: center;

        cursor: pointer;
        font-weight: bold;

}

.empresa{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;

    /* background-color: blue; */
    color: #fff;
    /* background-color:#0003; */
    cursor: pointer;
    
}

@media(min-width: 998px){
   .empresa, .persona{
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
   }
}


.select{
    background-color: #fff;
    color: #fa4616;
}

.princ{
    width: 100%;
    /* min-height: calc(40rem - 54.48px); */
    background-color: #fff;

    padding: 24px 48px;
    

}
@media(min-width: 998px){
   .princ{
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 36px;
   }
}
.tit{
    color: #fa4616;
    font-size: 19.2px;
    font-weight: 600;

}
.tit span{
    display: block;
    color: #444e57
}
.in{
    margin-top: 2rem;
    font-size: 12px;
    font-weight: bold;
}
.usr{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.usr select{
    width: 100%;
    height: 4rem;
    margin-top: 1.5rem;
    border: 1px solid rgba(220, 220, 220, .5);
    padding-left: 1rem;
    outline: none;
}
.usr input{
    width: 100%;
    height: 5rem;
    margin-top: 1.5rem;
    border: 1px solid rgba(220, 220, 220, .5);
    outline: none;
    padding-left: 1rem;
}

.usr label{
    position: absolute;
    font-size: 15px;
    left: 1rem;
    top: 2.5rem;
    color: #999;
        pointer-events: none;
    transition: all 0.2s ease-in-out;
}

.usr input:focus + label,
.usr input:not(:placeholder-shown) + label {
  top: 1.5rem;
  font-size: 10.50px;
  color: #999;
  /* color: #0048db; */
}

.switch {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: sans-serif;
  margin-top: 1rem;
}

.switch input {
  display: none;
}

.slider {
  position: relative;
  width: 40px;
  height: 20px;
  background-color: #ccc;
  border-radius: 20px;
  transition: background-color 0.3s;
  margin-right: 8px;
}

.slider::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 2px;
  top: 2px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s;
}

/* Activo (checkbox marcado) */
input:checked + .slider {
  background-color: #f44336; /* Naranja-rojo */
}

input:checked + .slider::before {
  transform: translateX(20px);
}

.label-text {
  font-size: 14px;
  color: #333;
}
.sub{
    display: flex;
    align-items: center;
    justify-content: center;

}
.sub input{
    width: 100%;
    height: 4rem;
    margin-top: 2rem;
    background-color: rgb(152, 48, 157);
    color: #fff;
    border: none;
}

#err{
    color: #fa4616;
    font-size: 14px;
}


.back{
    display: flex;
    align-items: center;
    margin: .5rem 0;
    gap: .5rem;
}
.back a{
    display:  flex;
    align-items: center;
    color: #333;
}
.back svg{
    cursor: pointer;
}
#resultado{
    font-size: 13px;
}
.persona-m{
    color: #fff;
}
.foot{
    width: 100%;
    height: 22rem;
    background-color: #fa4616;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 1rem;
    font-size: 15px;
}
.foot-t{
    height: 84.95px;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
@media(min-width: 998px){
  .foot-t{
    display: none;
  }  
}
.text-cel2{
    font-size: 12px;
    font-weight: bold;
    color: #333;
   
}
@media(min-width: 998px){
   
}
.text-cel2 span{
    display: block;
    font-weight: normal;
}
.foot p{
    cursor: pointer;
}
.foot p:hover{
    text-decoration: underline;
}
@media(min-width: 998px){
    .foot{
        height: 10vh;
        background-color: #ebe9e9;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-evenly;
        font-size: 13px;
        font-weight: bold;
        gap: 0;
        color: #000;
    }
}

@media(min-width: 1550px){
    .foot{
        height: 14vh;
    }
}
.usr img{
    position: absolute;
    right: 1rem;
    top: 4rem;
    cursor: pointer;
}

.version{
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

@media(min-width: 998px){

}