/** ESTILOS GENERALES **/


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');

html,
body {

  font-family: 'Montserrat', sans-serif;
  
}

        .container-desafio{
            max-width: 1100px;
        }

        #caja-formulario{
            height: 100%;
            display: flex;
            background-color: #f6f3f3;


        }

        #caja-preguntas{
            height: 100%;
            display: flex;
            background-color: #f6f3f3;


        }

        .columna-formulario{
            display: flex;
            flex-direction: column;

        }



        .btn_friko {
        background-color: #F7C90A;
        color: #001789;
        padding: 14px 24px 14px 24px;
        border-radius: 6px;
        border:none;
        font-weight: 700;
        font-family: Montserrat, sans-serif ;
        transition:0.7s;
        margin: 20px 20px 0px 0px;
        }

        .btn_friko:hover {
        background-color: #001789;
        color: #ffff;
        padding: 14px 24px 14px 24px;
        border-radius: 6px;
        border:none;
        font-weight: 700;
        font-family: Montserrat, sans-serif ;

        }


        .btn_friko2{

            background-color: #001789;
        color: #F7C90A;
        padding: 14px 24px 14px 24px;
        border-radius: 6px;
        border:none;
        font-weight: 700;
        font-family: Montserrat, sans-serif ;
        transition:0.7s;
        margin: 20px 03px 0px 0px;

        }


        .btn_friko2:hover {
            background-color: #001789;
            color: #ffff;
            padding: 14px 24px 14px 24px;
            border-radius: 6px;
            border:none;
            font-weight: 700;
            font-family: Montserrat, sans-serif ;
    
            }

        h2,
        h3,
        h4,
        h5,
        li,
        ul,
        p {
            color: #001789;
            font-family: montserrat, sans-serif;
            font-weight: 300;
        }

        .titulo{
            color: #001789;
            font-family: montserrat, sans-serif;
            font-weight: 800;
            margin-bottom: 20px;
            text-align: center;
        }

        .formulario{
            height: 10vh;
            color: antiquewhite;
        }

        .form-check-input:checked{
            background-color: #F7C90A;
            border-color: #F7C90A;
        }


    .container_formulario{
        width: 80%;
    }

    .columna_formulario{
        padding: 50px 0px 0xp 0px;
    }

       

/** FIN ESTILOS GENERALES **/


/***************************************************/


/** COLUMNA IZQUIERDA **/

        .imagen_desafio{

            width: 50vw;

        }

/** COLUMNA IZQUIERDA **/

/***************************************************/



/** COLUMNA DERECHA **/


        .columna_derecha{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-content: center;
            color:#FDFBFB;
            padding: 80px 0px 0px 0px;

        }


        .descripcion{
            text-align: center;
        }
        
        .campos {
            padding: 0px 20px;
            width: 50%;
        }

/** END COLUMNA DERECHA **/


 /***************************************************/


 .footer_desafio {
    margin: auto;
    margin-left: 15%;
    margin-bottom: 10%;
    display: flex;
    flex-direction: row;
 }

 .texto_social{
    margin-right: 20px;
 }

 .icon_social a{
    text-decoration: none;
    margin: 0px 4px;
    color: #001789;
    transition:0.7s;
}

.icon_social a:hover{
    text-decoration: none;
    margin: 0px 4px;
    color: #F7C90A;  
    transition:0.7s;
}

.fa-brands{
    font-size: 20px;
}

.botones{

    margin: auto;
    margin-left: 15%;
    margin-bottom: 10%;
    margin-top: -4%;
    
}


/** Footer **/




/***************************************************/


/** PREGUNTAS **/

.titulo_pregunta{
    margin-bottom: 30px;
}

label{
    color: #343A40;
    font-weight: 300;
    
}

.paso{
    margin-top: 6vh;
    margin-bottom: 10vh;
}

.caja_preguntas{
    background-color: white;
    border-radius: 6px;
    margin: auto;
    padding: 50px;
    width: 70%;
    height: 50%;
}

.titulo_pregunta{
    color: #001789;
    font-weight: 800;
    font-size: 1.2rem;
}

.progress-bar-custom {

    background-color: #F7C90A; /* Color personalizado de la barra de progreso */
  }
  .paso {
    position: relative;
  }
  .paso:not(:first-child) {
    display: none;
  }
  .error-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 9999;
  }
  .error-popup-icon {
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
  }


  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semi-transparente */
    z-index: 9998; /* Por debajo del spinner */
  }
  
  .spinner-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; /* Por encima del overlay */
    background-color: white; /* Fondo blanco */
    padding: 20px;
    text-align: center;
    border-radius: 10px;
  }
  
  .spinner-popup p {
    margin-top: 10px;
  }
  
  .loading-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
  }
  




/** MEDIA QUERYS MEDIA **/

 @media (min-width: 1400px) {
            .container{
                max-width: 1100px;
            }

            
        }



    /** phone **/

        @media only screen and (max-width: 600px) 
{
        #caja{
            display: flex;
            flex-direction: column;
            background-color: #ffffff;

        }

        .columna_derecha{
            width: 100%;
        }

        .imagen_desafio{
            width: 100%;
            height: 400px;
        }

        .caja_preguntas{
            width: 100%;
        }

        .paso{
            margin-bottom: 30px;
            margin-top: 4vh;
        }

        .footer_desafio{
            display: flex;
            flex-direction: column;
        }

       
 }


.texto_inicio h4{
    line-height: 1.8rem!important;
    font-family:montserrat, sans-serif!important ;
}
 .texto_inicio{
    display: flex;
    flex-direction: column;
 }


 .descripcion-gracias{
    font-weight: 800;
    color: #001789;
    text-align: center;
}

.texto_gracias{
    font-weight: 900;
    color: #F7C90A;
    text-align: center;
}

#banner-desafio{
    width: 100vw;
    height: auto;
}

.banner_gracias{
    width: 100%;
}


#info-gracias{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 50px 0px 50px 0px;
    font-size: 2rem;
}

.info-cupon{
    text-align: center;
    font-size: 18px !important;
    font-weight: 400!important;
    font-family:montserrat, sans-serif!important ;
    text-transform: initial!important;
    color: #001789;
    width: 80%;
    line-height: 1.4rem!important;
   
}

.cupon{
    width: 300px;
    height: auto;
    
    background-color: #F7C90A;
    border: solid 3px #001789 ;
    border-style: dotted;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-weight: 900;
}

.descuento{
    font-weight: 900!important;
    text-align: center!important;
    margin: auto!important;
    color:#001789!important;
}

.texto-footer-cupon{
    font-size: 20px;
}

.btn-footer-cupon{
    font-weight: 900;
    text-align: center;
    font-family:montserrat, sans-serif!important ;
    color: white;
    background-color: #11417f;
    cursor: pointer;
    padding: 14px 10px 14px 10px;
    display: inline-block;
}



.footer_desafio2{
    display: flex;
    flex-direction: row;
    justify-content: center;
}