@charset "UTF-8";
body {
            font-family: 'Poppins Light', sans-serif;
            font-size: 1rem;
            color: #585c5f;
            background-color: #ddd;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0px;
        }
        h1,h2,h3,h4{font-family: 'Khand Light'}
        h1{font-size: 2.8rem;margin: 5px;line-height: 1.3}
        h2{font-size: 2.1rem;margin: 5px;line-height: 1.3}
        h3{font-size: 1.7rem;margin: 5px;line-height: 1.3}
        h4{font-size: 1.3rem;margin: 5px;line-height: 1.3}
        h5{font-size: 1rem;margin: 5px;line-height: 1.3}
        h6{font-size: 0.850rem;margin: 5px;line-height: 1.3}

/********** a:links - atributes ***********/
a.footer-form-link:link{color:#ccc !important;font-size:16px;text-decoration: none;}
a.footer-form-link:active{color:#fff !important;}
a.footer-form-link:hover{color:#fff !important;text-decoration: underline;}
a.footer-form-link:visited{color:#ccc !important;}
a.footer-form-link:visited:hover{color:#fff !important;text-decoration: underline;}
/********** a:links - atributes ***********/

/********** Font Properties ************/
.nx-text-uppercase{
    text-transform: uppercase !important;
        }
        .nx-text-lowercase{
    text-transform: lowercase !important;
        }
/********** Font Properties ************/
/********** INPUT FORM *****************/
input::placeholder {
    color: #cccccc; /* Change the color to whatever you'd like */
    opacity: 1;  /* Ensure opacity is set, otherwise some browsers apply reduced opacity */
}

/* You can also target specific input types */
input[type="text"]::placeholder {
    color: #cccccc;
}

textarea::placeholder {
    color: red;
}
/********** INPUT FORM *****************/
        

/***** Navigation ***********/
.nav-arrow-left{
 content: url('../svg/77_Essential_Icons_Left Arrow.png');
display: inline-block;
width: 37px;
height: 37px;
margin-right: 5px;
position: relative;
top: 3px;
}
        .navigation-hdr{
            display: flex;
margin-top: 0px;
margin-right: 10px;
justify-content: right;
flex-direction: row;
padding-top: 15px;
        }

        form {
        display: flex;
        flex-direction: column;
        gap: 5px;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
}

        input[type="text"]:focus,
        input[type="email"]:focus {
            outline: none;
            border:2px solid  #0f6bff;
            box-shadow: 0 0 10px rgba(52, 152, 219, 0.8); /* Adds a subtle glow */
            -webkit-box-shadow: 0 0 10px rgba(52, 152, 219, 0.8);
            -moz-box-shadow: 0 0 10px rgba(52, 152, 219, 0.8);
            border-color: #0f6bff !important;
        }

        .form-group {
            margin-bottom: 5px;
            text-align: center;
            width: 100%;
        }
        
        .form-section{
            display: block;
            width: 100%;
            max-width: 650px;
            margin-top: 30px;
            margin-bottom: 40px;
            margin-left: auto;
            margin-right: auto;
        }

        .form-container{
            margin: 10px;
        }
        
        .form-header{
           display: flex;
    flex-direction: row;
    justify-content: center; /* Centers horizontally */
    align-items: center;     /* Centers vertically */
    height: 40px;
    margin: 0px;
    padding: 4px;
    background: #dadfe8;
    border-bottom: 1px solid #b3b7bd;
    color: #000000;
        }

        .form-footer{
    display: flex;
    flex-direction: row;
    justify-content: center; /* Centers horizontally */
    align-items: center;     /* Centers vertically */
    height: 60px;
    margin: 0px;
    padding: 4px;
    background: #333;
    color: #fff;
    gap: 10%;
        }
        .footer-mnu-selection{
    height: 100%;
    padding: 0 4px;
    display: flex;
    align-items: center;
        }
        .footer-selection-quick{
            background: #014bc1;
        }

        @media only screen and (max-width: 800px){
            .form-footer{
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers horizontally */
    align-items: center;     /* Centers vertically */
    min-height: 80px;
    margin: 0px;
    padding: 10px;
    background: #333;
    color: #fff;
    gap: 10%;
        }
        }
        
        .section-container {
    width: 100%;
    max-width: 830px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    background: #f0f0f0;
    border-top: 6px solid #014bc1;
    border-bottom: 2px solid #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
        .form-section-wrapper{
            display: flex;
            margin: 40px auto;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            min-height: 200px;
        }

@media only screen and (max-width:800px){
.wrap-box-screen {
  inline-size: 300px;
  overflow-wrap: break-word;
}
}
    @media only screen and (max-width:1120px){
    .form-section{
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
    .section-container {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    paddingt:20px 20px;
    background-color: #f0f0f0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
}
.user-col{
    list-style-type: none;
padding: 10px;
margin: 10px;
text-align: center
}
.input-col-name, .input-col-secondname, .input-col-tel, .input-col-dni{
    display: inline-block;
margin: 0 14px;
}

@media only screen and (max-width: 800px){
   .user-col{
    list-style-type: none;
padding: 15px;
margin: 0px 0;
text-align: center;
width: auto;
}
.input-col-name, .input-col-secondname, .input-col-tel, .input-col-dni{
    margin: 15px 0px;
    width: 100%;
} 
}
        label {
            display: block;
            margin-bottom: 5px;
        }
        input[type="text"],input[type="email"] {
            width: 100%;
            padding: 10px 0;
            font-size: 16px;
            border: 1px solid #ccc;
            background: #fff;
            border-radius: 5px;
            text-align: center;
        }

        @media only screen and (max-width: 800px){
            input[type="text"] {
            width: 100%;
            padding: 10px 0;
            font-size: 16px;
            border: 1px solid #ccc;
            background: #fff;
            border-radius: 5px;
            text-align: center;
        }
        }

        input[type="text"].telefono, 
        input[type="text"].dni, 
        input[type="text"].cif, 
        input[type="text"].codigo {
            width: 200px;
        }

        @media only screen and (max-width:800px){
        input[type="text"].telefono,
        input[type="text"].dni,
        input[type="text"].cif,
        input[type="text"].codigo {
            width: 100%;
            max-width: 180px;
        }
        }

        .error {
            color: red;
            font-size: 14px;
            display: none; /* Oculto por defecto */
        }
        button {
            width: 160px;
            padding: 10px 15px;
            font-size: 16px;
            background-color: #007BFF;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
              margin: 15px auto;
}
        }
        button:hover {
            background-color: #0056b3;
            box-shadow: 0px 3px 12px rgba(0,0,0,0.4);
        }
        /******* Slider Captcha *******/
        .container-fluid{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:#fff;
    width: min(100% - 20px, 380px);
    height:auto;
    margin-inline: auto;
        }
        
.slidercaptcha {
  margin: 0 auto;
    margin-top: 0px;
  width: 358px;
  height: 160px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
  margin-top: 0px;
}
.card {
    display:flex;
  flex-direction: column;
    justify-content: center;
    align-items: center;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
}
        
.slider-container {
    width: 280px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

#slider {
    position: relative;
    width: 100%;
    height: 40px;
    background: rgba(245,244,244,0.65);
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

#slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    background-size: cover;
    opacity: 0.7;
}

#slider-button {
    position: absolute;
    transition: left 0.3s;
}

#captcha-status {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}
/* New class for the green background */
.slider-success {
    background-color: #99ECC2 !important;
}
/**************/
    .slider-button:hover {
  background: #1991fa;
}
.slider-button:active{border:1px solid #E66868;background-color:#f57a7a !important}
.slider-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #B9BEC0;
  cursor: pointer;
  transition: background .2s linear;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
        /* Styling for the percentage display */
#slider-percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
/************ Slider Captcha *********/