﻿#seccionPasos{
margin-top: 80px;
margin-bottom: 80px;
}

#seccionPasos h1, h2 {
    font-family: 'Poppins';
	font-weight: bolder;
    color: #000;
}

#seccionPasos p, b {
    font-family: 'Poppins';
	font-size: 16px;
    color: #000;
}

#seccionPasos h2{
	font-size: 32px;
    font-weight: 900;
}

#lblNumeroPaso{
	font-size: 24px !important;
    font-weight: bold;
}

.textBold{
	font-weight: bold;
}

.textSemiBold{
	font-weight:800;
}

.textBlack{
	font-weight:900;
}

.textItaliac{
	font-style:italic;
}

.textLight #seccionPasos p{
	font-weight:400;
} 

.btnCreate{
	border-radius: 12px;
	background-color: red;
	color: #fff;
	padding: 8px 28px;
	font-weight: bold;
	font-size: 14px;
    /* z-index: 99999; */
}

.btnCreate:hover{
	color: #fff;
	background-color: rgb(193, 0, 0);
}

.btnCreate:active , .btnCreate:focus{
	color: #fff;
}

.btnPasosPrincipales{
	border: 0.75px solid #808080;
	display: inline-block;
    font-weight: 500;
    color: #808080;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
}


.step-container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

 .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgba(255, 0, 0, 0.75) !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25) !important;
}

.step-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.step-content {
    display: flex;
    transition: transform 0.6s ease-in-out;
    width: 100%; 
}

.step{
    width: 100%;
    padding: 2px;
    margin-right: 500px;
    /* max-height: 300px; */
    /* overflow: hidden; */

}

/* .stepLarge{
    max-height: 300px;
    overflow: hidden;
} */



.bodyStep {
    width: 100%;
    overflow: hidden;
}

.d-none{
    display: none;
}

.d-flex{
    display: flex;
}

.btnStep{
/*    background-color: red;
    border-radius: 100%;
    padding: 2px 8px;*/
    margin: 0px; 
    padding: 0px
}

.btnClicked{
    background-color: #808080;
	color: #fff;
}

.btnActive{
    background-color: #4D4D4D;
	color: #fff;
}

.headerStep{
	display: flex;
	justify-content: space-between;
	align-items:center;
}


#containerInfoPersonal{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}




/* .checkbox-container {
    display: flex;
    flex-wrap: wrap; 
    align-items: center;
	gap: 4px 8px; 
} */

.checkbox-label {
    color: #4D4D4D;
    border: 1px solid #4D4D4D;
	background-color: #fff;
	font-size: 12px;
	padding: 2px 10px;
	border-radius: 20px;
    white-space: nowrap; 
    text-transform: lowercase;
    font-weight: 600;
} 

.checkbox-label:hover {
    background-color: #808080;
    color: #fff;
    border: 1px solid #808080;
}

.checkbox-label:first-letter { 
    text-transform: uppercase;  }

.checkbox-input {
    display: none;
}

.checkbox-input:checked + .checkbox-label {
    color: #fff;
	background-color: #4D4D4D !important;
}  

.scrollableY {
    overflow-y: scroll;
    max-height: 170px; /* Establezca la altura máxima que desee */
}

.selectedAlls {
    /*    border-radius: 12px;
	background-color: rgba(255, 0, 0, 0.75);
	padding: 0px 12px;
	color: #fff;
    line-height: 0.5;
	font-weight: bold;
	font-size: 10px;
    height: 26px;
    border: none;
    z-index: 99999999;*/
    font-size: 10px;
    color: rgba(255, 0, 0, 0.75);
    border: 1px solid rgba(255, 0, 0, 0.75);
    background-color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
    white-space: nowrap;
    font-weight: 600;
}

.selectedAlls:active, .selectedAlls:focus{
	background-color: rgba(255, 0, 0, 0.75);
	color: #fff;
}


.selectedAlls:hover{
	background-color: rgb(177, 2, 2, 0.75);
	color: #fff;
}



/* .checkbox-selectedAlls{
	background-color: rgba(255, 0, 0, 0.75);
	color: #fff;
} */



.porcentaje{
    max-height:24px !important;
    font-size: 14px !important;
}



.btnDownload {
    font-size: 14px;
    /*color: rgba(255, 0, 0, 0.75);*/
    border: 1px solid rgba(255, 0, 0, 0.75);
    /*background-color: #fff;*/
    padding: 4px 16px;
    border-radius: 20px;
    white-space: nowrap;
    font-weight: 600;
    width: 100%;
    background-color: rgba(255, 0, 0, 0.75);
    color: #fff;
}


    .btnDownload:active, .btnDownload:focus, .btnDownload:hover {
        background-color: rgba(255, 0, 0, 0.75);
        background-color: #C10000;
        color: #fff;
    }

.selectAllActive {
    background-color: rgb(177, 2, 2, 0.75);
    color: #fff;
}

.step .accordion-header .form-control {
    max-width: max-content;
    width: max-content;
    border-radius: .35rem 0px 0px .35rem !important
}

.step .accordion-header .input-group-text {
    border-radius: 0px .35rem .35rem 0px !important;
    border-left: 0
}


.file-input-3 {
    position: relative;
    border: 2px dashed #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* height: 100%; */
    max-height: 200px;
    border-radius: 16px;
    padding: 32px;
    color: rgb(0, 0, 0);
    cursor: pointer;
}

.file-input-3 input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.imagen-cubierta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px dashed #bbb;
    border-style: dashed;
    min-height: 250px;
    display: none;
    object-fit: cover;
}

.imagen-cargada {
    border: none;
}

.imagen-cargada img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.imagen-cargada .imagen-cubierta {
    min-height: 130px;
    display: block; 
    padding: 4px;
    border-radius: 16px ;
    object-fit: cover;
}

@media (max-width: 450px) {
    #illustrativeImg{
        display: none;
    }
    .scrollableY {
        max-height: 250px; /* Establezca la altura máxima que desee */
    }
    #containerInfoPersonal{
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .btnPasosPrincipales {
        padding: 0.375rem 0.6rem;
    }
    #seccionPasos {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    #seccionPasos h2{
        font-size: 26px;
    }
    .btnPasosPrincipales{
        font-size: 10px;
    }
}

#containerDownload {
    display: flex;
    justify-content: start;
    align-items: center;
}

.btnCreate svg{
    margin-left: 12px;
}

.btnProceeds{
    font-size: 10px;
	/* border-radius: 12px; */
	padding: 2px 28px;
	font-weight: bold;
    color: #4D4D4D;
    border: 1px solid #4D4D4D;
	background-color: #fff;
}

.btnProceeds:hover{
	color: #fff;
	background-color:#808080;
    border: 1px solid #808080;
} 

/* .btnProceeds:active , .btnProceeds:focus{
	color: #fff;
	background-color:#4D4D4D
}  */












/* Estilos iniciales para el acordeón */
.accordion {
    /*border: 1px solid #ccc;*/
  }
  
  .accordion-item {
    /*border-top: 1px solid #ccc;*/
  }
  
  .accordion-header {
    background-color: #f0f0f0;
    padding: 10px;
    cursor: pointer;
  }
  
  .accordion-content {
    display: none;
    padding: 10px;
  }
  
  /* Estilos para el acordeón cuando está abierto */
  .accordion-item.active .accordion-header {
    background-color: #ddd;
  }
  
  .accordion-item.active .accordion-content {
    display: block;
  }
  