body{
    padding: 0;
    margin: 0;
    font-family: Montserrat,sans-serif !important;
    font-style: normal !important;
}

.bold-text{
    font-weight: 600;
}


/*Empieza el contenido del header*/
.cont-width-100{
    width:100%;
    background: #F7FDFF !important;
}
.header_div{
    margin-top:40px;
    padding: 0 !important;
}

.container-logo-botom{
    width: 100%;
    position: relative;
}

.bottom-Homepage{
    position: absolute;
    right: 0;
    top: 0;
}

.bottom-logo-autolarte {
    position: absolute;
    transform: scale(0.5);
    left: 60px;
    top: -34px;
}

/*spinner de carga*/
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: not-allowed;
}

.spinner {
    font-size: 60px;
    color: #004f9f;
    animation: spin 1s linear infinite;
}

.material-symbols-outlined {
    font-size: 60px !important;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.bottom-Homepage button{
    border-radius: 25px;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.container-text-header h2{
    font-size: 48px;
    font-weight: 600;
    margin-top:86px;
}

.container-text-header p{
    font-size:14px;
    margin-top:30px;
}
/*Termina el contenido del header*/

/*Empieza contenedor de pasos*/
.container-navegation-steps{
    margin-top:52px;
    background-color: #3763a0;
    width: 100%;
    height: 68px;
}

.container-steps{
    padding: 0 !important;
    height: 100%;
}

.container-ul-steps{
    height: 100%;
}

.container-ul-steps ul{
    height: 100%;
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.container-ul-steps ul li{
    font-size: 14px;
    padding: 0 10px 0 10px;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.container-ul-steps ul li span{
    margin-right: 5px;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    border: 1px solid #fff;

}

.select-step{
    background: #9c3270;
    font-weight: 600;
}

.select-step span{
    background: #fff;
    color: #9c3270;
}

/*Termina contenedor de pasos*/

/*Comienzan estilos de los formularios*/

.container-form{
    padding: 0 !important;
    margin-bottom: 52px;

}

.steps{
    width: 100%;

}
.container-form h3{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #9c3270;
    margin-top: 52px;
}

.container-inputs{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.form-inputs{
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    position: relative;
    padding-bottom: 90px;
}

.container-inputs label{
    font-weight: 600;
}

.container-inputs input, .container-inputs select{
    height: 48px;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 15px;
}

.container-inputs textarea{
    border: 1px solid gray;
    border-radius: 10px;
    padding: 15px;
}

.container-inputs input:focus{
    border-color: #9c3270;
    box-shadow: 0 0 5px #9c3270;
}

.button-form {
    position: absolute;
    right: 0;
    bottom: 0;

}

.button-form button{
    width: auto;
    height: 48px;
    font-size: 18px;
    background-color: #3763a0;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 0 30px 0 30px;
}

.button-form button:hover{
    background-color: #294e7b;
}

.button-form-back{
    position: absolute;
    left: 0;
    bottom: 0;
}

.button-form-back button{
    background: none;
    border: none;
    color: #3763a0;
    text-decoration: underline;
    font-size: 18px;
    height: 48px;
}

.required {
    color: rgb(156, 50, 112);
    margin-right: 2px;
    font-weight: bold;
}

/*estilos pagare*/
.input-adaptable {
    width: auto;
    min-width: 150px;
}

.pagare-input {
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    width: 50px;
    text-align: center;
    margin: 0 5px;
    background: #F7FDFF !important;
}

/* Estilos campo firma */
canvas {
    border: 1px solid gray;
    margin-bottom: 10px;
    border-radius: 10px;
    background: white !important;
}

.buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

/*Terminan estilos de los formularios*/

/* input date*/

input[type="date"]::-webkit-calendar-picker-indicator {
    appearance: none; /* Ocultar el ícono nativo en la mayoría de navegadores */
    -webkit-appearance: none; /* Ocultar el ícono nativo en navegadores Webkit */
    -moz-appearance: none; /* Ocultar el ícono nativo en navegadores Mozilla */
    background: url('../img/iconos/evento-portal.png') no-repeat right 10px center;
    background-color: white; /* Fondo blanco */
    padding: 6px 12px;
    border: none;
}

/*  input date */

/*  input time*/

input[type="time"]::-webkit-calendar-picker-indicator{
    appearance: none; /* Ocultar el ícono nativo en la mayoría de navegadores */
    -webkit-appearance: none; /* Ocultar el ícono nativo en navegadores Webkit */
    -moz-appearance: none; /* Ocultar el ícono nativo en navegadores Mozilla */
    background: url('../img/iconos/hour-form.png') no-repeat right 10px center;
    background-color: white; /* Fondo blanco */
    padding: 6px 12px;
    border: none;
}
/* input time */

/*-------------------------------------------------------------------------------------------- */
/*Estilos para subir documentos*/
.row-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 20px;
    width: 100%;
}

.dropzone {
    border: 2px dashed rgb(55, 99, 160);
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: white;
    position: relative;
}

.dropzone.dragover {
    border-color: rgb(55, 99, 160);
    background-color: rgba(55, 99, 160, 0.1);
}

.file-input {
    display: none;
}

.previews {
    pointer-events: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}

.preview {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}

.preview .content {
    position: relative;
    z-index: 1; /* Asegura que el contenido esté sobre el degradado */
}

.preview::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(238, 237, 237, 0.5), rgba(0, 0, 0, 0)); /* Degradado de abajo hacia arriba */
    pointer-events: none; /* Asegura que el degradado no interfiera con la interacción del usuario */
    z-index: 1; /* Asegura que el degradado esté sobre el contenido de la vista previa */
}

.preview span {
    display: block;
    margin-top: 5px;
    text-align: center;
}

.button-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: white; /* Fondo blanco para la barra de botones */
    display: flex;
    align-items: center;
    gap: 5px; /* Espacio mínimo entre botones */
    padding: 0 10px;
    box-sizing: border-box;
    z-index: 3; /* Asegura que la barra de botones esté sobre el degradado */
}

.button-bar button {
    width: 20px;
    height: 20px;
    border: none;
    background-size: contain;
    cursor: pointer;
    pointer-events: auto;
    z-index: 3;
}


.file-name {
    flex: 1;
    text-align: center; /* Centra el nombre del archivo */
    white-space: nowrap; /* Evita que el texto se divida en varias líneas */
    overflow: hidden; /* Oculta el texto que se desborda */
    text-overflow: ellipsis;
}


.browse-button {
    background-color: rgba(246, 251, 255, 255);
    color: rgb(55, 99, 160);
    border: 1.5px solid rgb(55, 99, 160);
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    position: relative;
    z-index: 4;
}

.upload-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.upload-container .form-group {
    flex: 1;
}

.pdf-preview {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    margin-top: 10px;
}

.docx-preview{
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffffff;
    overflow: hidden; /
    box-sizing: border-box;
    position: relative;
}

.excel-preview {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffffff;
    overflow-x: auto;
    overflow-y: auto;
    max-height: 300px;
    box-sizing: border-box;
    position: relative;
    font-family: Arial, sans-serif;
}

.excel-preview table {
    width: 100%;
    border-collapse: collapse;
}

.excel-preview th, .excel-preview td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.excel-preview th {
    background-color: #f2f2f2;
    font-weight: bold;
}


.error-msg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid red;
    border-radius: 5px;
    overflow: visible;
    position: relative;
    z-index: 10;
}

.error-msg .remove-error {
    position: absolute;
    top: 5px;
    right: 5px;
    background: url('../img/iconos/cerrar-portal.png') no-repeat center center;
    background-size: contain;
    border: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 11;
}
/*Fin estilos subir documentos*/

/*estilos footer*/

.footer-copyright {
    color: gray;
    font-family: Montserrat,sans-serif !important;
    font-style: normal !important;
}

.footer-div {
    margin-top:52px;
    background-color: #edf0f3;
    width: 100%;
    height: 80px;
}


/* desabilitar divs */
.hidden {
    display: none !important;
}

.payment-fields{
    width: 100%;
}
/* fin desabilitar divs */