/* presolicitud.css */

@media screen and (max-width: 768px) {
  .control-label {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  .panel-group {
    margin-bottom: 0.5em !important;
  }
}

@media screen and (max-width: 768px) {
  .form-control-formulario {
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  .fieldset {
  	margin-top: 0.5em;
    margin-bottom: 0.5em;
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .row.controles-contenedor-tabla {
    display: grid;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-12.container-center-informacion {
    padding-left: 0 ; 
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
	.no-padding-mobile {
		padding: 0 !important;
	}
}

@media screen and (max-width: 768px) {
	.wizard {
	    width: 100% !important;
	}
}

@media screen and (max-width: 768px) {
  /* Anula el comportamiento del col-xs-7 y col-xs-1 en responsive 
  para asegurar la posición de los botones de paginación en las tablas*/
  .col-xs-7,
  .col-xs-1 {
    float: none !important;
    width: 100% !important;
    display: flex;
  }
} 

/* PASO 1 de 5 */

@media screen and (max-width: 768px) {
  #botonCopiar_id {
     margin-top: 1em;
     height: 52px;
  }
}

@media screen and (max-width: 768px) {
  #empresa {
     margin-bottom: 1em;
  }
}


/* PASO 2 de 5 */

@media screen and (max-width: 768px) {
  #paisEmisionOtras {
     margin-bottom: 1em;
  }
}

@media screen and (max-width: 768px) {
  #paisEmisionPral {
     margin-bottom: 1em;
  }
}

/* Solo mostrar scroll horizontal en móviles */
@media screen and (max-width: 768px) {
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (min-width: 769px) {
  .table-responsive {
  	overflow-x: hidden !important;
  }
}

/*PASO 4 de 5 */

@media screen and (max-width: 768px) {
  #btnMarcarAntecedentesNo {
  	margin-top: 0.5em;
     text-align: center;
     height: 60px;
     padding: 10px 20px;
  }
}

@media screen and (max-width: 768px) {
  #btnMarcarHistoriaFamiliarNo {
  	margin-top: 0.5em;
     text-align: center;
     height: 60px;
     padding: 10px 20px;
  }
}

@media screen and (max-width: 768px) {
  #observaciones {
	margin-bottom: 1em;
  }
}

/*PASO 5 de 5 */

@media screen and (max-width: 768px) {
  .radio-inline {
	padding-left: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  #btnAnteriorPaso5 {
    margin-top: 1em;
  }
}

/* Oculto por defecto en escritorio */
#botonFijoInfoCuestionario,
#inconoInfo {
  display: none; 
}

@media screen and (max-width: 980px) {
	  #botonFijoInfoCuestionario {
	  	display: block;
	    position: fixed; 
	    border-radius: 50%;
	    width: 40px;
	  	height: 40px;
	    background-color: #013449;
	    bottom: 100px; 
	    right: 10px; 
	    z-index: 1050;
	    font-size: 20px;
	    display: flex;
	    align-items: center;
	 	justify-content: center;
	    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	  }
	  
	  #inconoInfo {
	  display: block;
	  width: 40px;
	  height: 40px;
	  border-radius: 50%;
	  background-color: #013449;
	  color: white;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  font-size: 20px;
	  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	  margin: 0 auto;
	  margin-bottom: 20px; 
	}
}


/* Footer responsive */
@media screen and (max-width: 768px) {
  .ul-footer {
    margin-bottom: 0px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}












