style
html,
body {
  width: 100vw;
  height: 100vh;
  font-family: Roboto-Regular;
  font-size: 18px;
  color: #041e42;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  display: flex;
  flex-direction: column;
}
.contenido-pagina {
  flex: 1;
  /* Hace que el contenido principal ocupe todo el espacio disponible, empujando el footer hacia abajo */
}

.navbar-blue {
  background-color: #0047bb;
  height: 75px;
  flex-wrap: nowrap;
  padding: 0 142px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.btnNavbar {
  border-radius: 100px;
  border: 1px solid #2A7DE1;
  color: #fff;
  font-family: Roboto-Medium;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.24px;
  line-height: 1.25;
  text-align: center;
  width: 183px;
  padding: 12px;
}

.btnNavbar:hover {
  border: 1px solid #2A7DE1;
  color: #fff;
}

.azul-grande {
  font-family: GothamBlack;
  font-size: 32px;
  color: #0047ba;
}

/* Estilo para letra pequeña gris en las pantallas de solicitud o tramite */
.gris-pequena-tramite-solicitud {
  text-align: center !important;
  font-size: 14px;
  color: #818fa0;
}

.margin-top-sin-progress {
  margin-top: 100px;
}

.margin-top-sin-progress-devolucion {
  margin-top: 75px;
}

.margin-top-devolucion {
  margin-top: 75px;
}

.contenedor-devolucion{
  background-color: #E9F6FF;
  width: 100%;
  padding: 18px 142px 8px;
  margin-top: 203px;
}

.devolucion-titulo{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.circulo-info{
  margin-bottom: 5px;
}

.titulo-texto{
  margin-bottom: 0px;
  margin-left: 16px;
  font-size: 18px;
  color: #0047BB;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.titulo-texto-devolucion{
  margin-bottom: 0px;
  margin-left: 16px;
  font-size: 18px;
  color: #0047BB;
  font-family: Roboto-Medium;
}

.lista-devolucion {
  margin-top: 16px;
  font-size: 16px;
  font-family: Roboto-Bold;
}

.mb0 {
  margin-bottom: 0;
  padding-left: 25px;
}

/* Seccion footer
----------------------------------*/

.footer {
  background-image: linear-gradient(to bottom, #041e42 0%, #041e42 39%);
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  padding: 32px 142px;
  /* margin-top: 80px; */
  margin-top: auto;
}

/* .footer div {
  padding-left: 0 !important;
  padding-right: 0 !important;
} */

.footer a {
  text-decoration: none !important;
  color: white !important;
}

.footer p {
  margin-bottom: 0px;
}

.mb-32 {
  margin-bottom: 32px;
}

/********************************************************************************************************/
/* INICIO - ESTILOS DIV registro-paso-uno  **********************************************************************/

.recortado {
  width: 480px;
  height: 823px;
}

.icon-close {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.titulo {
  width: 327px;
  height: 54px;
  font-family: GothamBlack;
  font-size: 24px;
  color: #0047ba;
}

.titulo-2 {
  width: 327px;
  height: 54px;
  font-family: Roboto-Regular;
  font-size: 24px;
  color: #333333;
}

.subtitulo {
  width: 327px;
  height: 63px;
  font-family: Roboto-Light;
  font-size: 18px;
  color: #000000;
}

.subtitulo-2 {
  width: 327px;
  height: 63px;
  font-family: Roboto-Light;
  font-size: 20px;
  color: #041e42;
}

/*
############################### INICIO SPINNER LOADING ##################################
 */

.mainProgress {
  align-items: center;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
  height: 100%;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10001;
}

.boxProgress {
  box-sizing: content-box;
  position: absolute;
  top: 20%;
}

.animacionBuzon {
  bottom: 0%;
  position: absolute;
  display: none;
  width: 100%;
}

.textoProgress {
  font-family: Roboto-Medium;
  font-size: 32px;
  color: #041e42;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  margin: 0 6px 32px 5px;
}

input[type="file"] {
  display: none;
}

/*
############################### FIN SPINNER LOADING ##################################
 */

.etiquetaReferencia {
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #041e42;
}

.ayudaReferencia {
  background-color: #f8f8fc;
  height: 86px;
}

.leyendaModalReferencia {
  font-family: Roboto-Italic;
  font-size: 14px;
  color: #666;
  text-align: left;
}

.campos-actualizacion {
  color: white;
  background-color: #041e42;
  font-size: 14px;
  padding: 25px 38.5px 18px 38.5px;
  display: grid;
  justify-content: center;
}

.necesitas-ayuda {
  color: #ff7f32;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
  margin-top: 16px;
}

.dashed-box-agregarImagen {
  width: 448px;
  height: 170px;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 8px 0 0;
  padding: 24px 56px;
  border-radius: 10px;
  border: dashed 1px #041e42;
}

/*
* Estilos del cuadro informativo color azul
* Inicio
*/
.info-recomendacion {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #e9f6ff;
  border-radius: 8px;
  position: relative;
  margin-top: 32px;

}

.info-recomendacion::before {
  content: "";
  width: 8px;
  height: 100%;
  background-color: #aad8ff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
}

.info-content {
  display: flex;
  align-items: start;
  /* margin-left: 16px; */
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #0047aa;
  padding: 16px 16px 16px 16px;
  text-align: left;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
}

.imagen-info {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.info-content p {
  margin: 0;
}

#info-text {
  font-family: Roboto-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.07px;
}

.textoAzul {
  font-family: Roboto-Medium;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.07px;
}

/* Carrusel */
#carouselExampleIndicators {
  overflow: hidden;
}

/* Fin Carrusel */

/* Indicadores de pildora azul del carrusel */
.carousel-indicators [data-bs-target] {
  background-color: #e5edf8;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  border: none;
}

.carousel-indicators .active {
  background-color: #0047bb;
  width: 16px;
  height: 8px;
  border-radius: 30px;
  border: none;
}

#carouselExampleIndicators-2 ol {
  list-style-type: none; 
  /* Esto oculta los marcadores */
}

#elemento-1,
#elemento-2,
#elemento-3 {
  cursor: not-allowed;
  pointer-events: none;
}

.carousel-item {
  text-align: center;
  /* Centra el contenido horizontalmente */
}

/* Fin Indicadores de pildora azul del carrusel */

/* Recomendaciones del ine */
.contenedor-izquierda, 
.contenedor-derecha { 
  flex-grow: 1;
  position: relative;
}

.contenedor-derecha {
  text-align: right; 
}

.contenedor-izquierda {
  text-align: left;
}

.btn-volver,
.btn-volver:hover,
.btn-volver:active,
.btn-volver:first-child:active {
  font-size: 14px;
  height: 44px;
  width: 108px;
  color: #818FA0;
}

.btn-siguiente {
  height: 44px;
  width: 108px;
  font-size: 14px;
}

.boton-derecha {
    /* position: absolute; Posición absoluta dentro de su contenedor */
    transition: opacity 0.1s linear;
    /* Transición suave */
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.1s;
    /* Ajusta este valor para hacer la transición más rápida */
    /* position: absolute; */
    /* Todos los ítems se apilan uno encima del otro */
    /* top: 0;
    left: 0;
    width: 100%; */
    display: block;
  }
  
  .carousel-fade .carousel-item.active {
    opacity: 1;
    position: relative;
    /* El ítem activo se posiciona de manera normal */
    z-index: 1;
    /* Asegura que el ítem activo esté encima de los demás */
  }
  
  .texto-flash {
    margin-bottom: 42px !important;
  }
  
  .ajusteSelectorItem {
    margin-top: 0px;
  }

  .btn-responsive { 
    width: 343px;
    height: 44px;
  }

    
  /* Form foto ine */
  
  .fotoIneReverso.disabled

/*Se globaliza*/
  {
    cursor: default;
    /* Cambia el cursor a default */
  }
  
  /* Desactivar el hover para tomarFotoIneReverso cuando tiene la clase disabled */
  .fotoIneReverso.disabled:hover .circuloAzul::before

/*Se globaliza*/
  {
    opacity: 0;
    /* Mantenerlo oculto */
  }
  
  .fotoIneReverso.disabled:hover

/*Se globaliza*/
  {
    background-color: transparent;
    /* Reemplaza 'tuColorOriginal' con el color que uses normalmente */
  }
  
  /* Fin Form foto ine */
  
  .modal-header-recomendacion

  /*Se globaliza*/
  {
    padding: 0px;
  
  }
  
  .modal-body-recomendacion 

/*Se globaliza*/
{
    padding: 0px 24px;
  }
  
  .modal-titulo {
    /*Se globaliza*/ 
    font-family: Roboto-Bold;
    font-size: 24px;
    color: #0047aa;
    padding: 32px 0px;
  }
  
  .modal-subtitulo {
    /*Se globaliza*/ 
    font-family: Roboto-Regular;
    font-size: 20px;
    color: #041e42;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 0px 24px;
  }

  .contenedor-botones {
	display: flex;
	justify-content: space-between;
	margin: 66px 16px 16px 16px;
  }
  
/* Fin Recomendaciones del ine  */

/* Para subir foto o comprobante */
.contenedorFoto {
  cursor: pointer;
  margin-top: 32px;
  width: 100%;
  padding: 16px 65px 38px 65px;
  position: relative;
  border-radius: 16px;
  /*overflow: hidden; /* Asegúrate de que nada se desborde del borde redondeado */
}

.contenedorFoto::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  /* Para que no interfiera con los eventos de clic en el contenedor */
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='16' ry='16' stroke='%23B0C3DDFF' stroke-width='1.5' stroke-dasharray='8.4%2c 8' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
  border-radius: 16px;
  background-size: contain;
  /* Asegura que el SVG se ajuste dentro del contenedor */
  background-position: center center;
  /* Centra el SVG */
}

.row-ine {
  padding-right: 0px;
}

.contenedorFoto .cuadroOpcional {
  width: 64px;
  height: 22px;
  background-color: #ff7f32;
  border-radius: 8px;
  position: absolute;
  top: -12px;
  /* La mitad de la altura para que esté en el borde */
  left: 9%;
  transform: translateX(-50%);
  /* Centra el círculo horizontalmente */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.cuadroOpcionalTexto {
  font-family: Roboto-Medium;
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 0px;
}

.tituloComprobanteIngresos {
  font-family: Roboto-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.09px;
  text-align: center;
  color: #041e42;
  margin-bottom: 8px;
}

.subtituloComprobanteIngresos {
  font-size: 16px;
  color: #818fa0;
}

.contenedorFoto .circuloAzul {
  width: 44px;
  height: 44px;
  background-color: #0047aa;
  border-radius: 50%;
  position: absolute;
  bottom: -22px;
  /* La mitad de la altura para que esté en el borde */
  left: 50%;
  transform: translateX(-50%);
  /* Centra el círculo horizontalmente */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.contenedorFoto .circuloAzul::before {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #0047AA33;
  /* Puedes cambiar este color si quieres que sea diferente al círculo azul */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  /* Oculto por defecto */
  transition: opacity 0.3s;
  /* Transición suave */
  z-index: -1;
  /* Asegurarse de que esté detrás del círculo azul */
}

.contenedorFoto:hover .circuloAzul::before {
  opacity: 1;
  /* Visible al hacer hover */
}

.contenedorFoto:hover {
  background-color: #f2f6fb;
}

/* Para cuando ya se sube la foto o el comprobante */
.contenedorFotoIngresada {
  margin-top: 32px;
  height: 53px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #dcf5f0;
  border-radius: 16px;
  padding: 16px 0px 16px 16px;

}

.fotoIngresadaTexto {
  font-family: Roboto-Bold;
  color: #041e42;
  font-size: 18px;
  margin-bottom: 0px;
  margin-left: 16px;
}

.imgCheck {
  width: 25px;
  height: 25px;
}

/* Fin Para cuando ya se sube la foto o el comprobante */

/* Inicio Configuracion de fotos en celular o movil */
#cont {
  position: fixed;
  width: 100vw;
  z-index: 1040;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Esto asegura que el video cubra todo el espacio sin distorsionarse */
  position: absolute;
  /* Esto asegura que el video se mantenga en su lugar y no afecte a otros elementos */
  top: 0;
  left: 0;
}

.son {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}

.box {
  position: relative;
  /* agregado */
  display: block;
  box-shadow: 0px 0px 20px 800px rgba(0, 0, 0, 0.6);
  border: 4px solid #ff7f32;
  border-radius: 10px;
  left: 50%;
  /* agregado */
  transform: translateX(-50%);
  /* agregado */
}

.help {
  position: relative;
  color: #ffffff;
  text-align: center;
  font-family: 'Roboto-Bold';
  position: relative;
  /* agregado */
  z-index: 2;
  /* agregado */
}

.botonConfirmarFoto,
.botonVolverIntentar {
  color: #ffffff;
  text-align: center;
  font-family: 'Roboto-Regular';
}

.btn-camara {
  font-family: Roboto-Medium;
  font-size: 16px;
  width: 191px;
  height: 44px;
  color: #ffffff;
}

.btn-volverAIntentar {
  font-family: Roboto-Medium;
  font-size: 16px;
  width: 191px;
  height: 44px;
  color: #ffffff;
  border: solid 1px #ff7f32;
}

.warp {
  position: fixed;
  width: 100%;
}

canvas {
  /* width: 100%; */
  height: auto;
}

#preview {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  padding-right: 0;
  padding-left: 0;
}

.boxPreview {
  position: fixed;
  bottom: 0%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1041;
}

.btn-tomarFoto,
.confirmar,
.volverIntentar {
  z-index: 1;
  font-family: Roboto-Medium;
}

.opcionesCargarImagen {
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: absolute;
  transform: none;
}

#sumaNaranja {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 1;
}

#sumaNegra {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  position: absolute;
}

.menuCargarImagen {
  position: absolute;
  background-color: #ffffff;
  border-radius: 21px;
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: none;
  z-index: 2;
}

.cargarImagen {
  height: 100%;
}

.textoImagen {
  font-family: Roboto-Medium;
  color: #818fa0;
  margin-top: revert;
  margin-bottom: revert;
}

.botonTomarFoto {
  display: flex;
  align-items: center;
  /* Alinea verticalmente los elementos en el centro */
  justify-content: center;
  /* Centra los elementos */
  position: relative;
  /* Establece un contexto de posicionamiento */

}

.confirmar,
/*Se globaliza*/
.volverIntentar,
.btn-tomarFoto {
  width: 320px;
  height: 60px;
  font-size: 20px;
}

/* Fin Configuracion de fotos en celular o movil */

.contenedorBtnComprobantes {
  position: fixed;
  top: 87%;
  right: 5%;
  /* bottom: 40%; */
  left: 5%;
  color: #ffffff;
  text-align: center;
}

/* animacion de transicion de pantallas */
.fade-transition {
  opacity: 0;
  transition: opacity 0.3s;
  display: none;
  /* Inicialmente oculto */
}

.fade-transition.showing {
  opacity: 1;
  display: block;
  /* Mostrado cuando tiene la clase "showing" */
}

.fondo-negro {
  background-color: black;
  height: 100vh;
  width: 100vw;
}

.hide {
  display: none;
}

.no-scrollable {
  position: relative;
  overflow: hidden;
}

.screenMd {
  display: block;
}

.screenSm {
  display: none;
}

/* Fin animacion de transicion de pantallas */
/* Fin foto en celular o movil */
/* Fin Para subir foto o comprobante */


/* Estilos para las pantallas relacionadas con el tramite y/o solicitud*/
.tituloSolicitudTramite {
  /*Se globaliza*/
  color: #0047ba;
  font-family: Roboto-Bold;
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
  margin-top: 32px;
  text-align: center;
}

.subtituloSolicitudTramite {
  /*Se globaliza*/
    color: #041e42;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;

    >a {
        color: #0047ba;
        text-decoration: none;
    }
}

.tituloFolio {
  /*Se globaliza*/
  color: #041e42;
  font-family: Roboto-Medium;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.18px;
  line-height: normal;
  margin-bottom: 8px;
  text-align: center;
}

.divFolio {
  /*Se globaliza*/
  display: flex;
  justify-content: center;
}

.cuadroFolio {
  /*Se globaliza*/
  align-items: center;
  background-color: #e5edf8;
  border-radius: 8px;
  display: flex;
  flex-grow: 0;
  height: 51px;
  width: 343px;
  justify-content: center;
}

.folio {
  margin: 2px 7.5px 2px 7px;
  font-family: Roboto-Bold;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0047ba;
  display: flex;
  flex-direction: column;
  width: 225px;
}

.subtituloInteres {
  margin-top: 32px;
  margin-bottom: 0px;
}


.subtituloFechaVigencia {  
  margin-bottom: 32px;
}


.btn-revisar{ 
  margin-top: 48px;
}

.fondo-gris { 
  width: 342px;
  height: 343px;
  border-radius: 8px;
  background: #F2F6FB;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fondo-gris-vigencia { 
  width: 342px;
  height: 343px;
  border-radius: 8px;
  background: #F2F6FB;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  padding: 58px 32px 32px 32px;
}

.fondo-gris-texto { 
  margin-top: 46px;
}

.fecha-vigencia { 
  margin-top: 26px;
  color: #0047BA;
  font-family: Roboto-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.btn-nueva-solicitud { 
  margin-top: 32px;
}

.tituloFoto {
  font-family: Roboto-Bold;
}

.subtituloFoto {
  font-size: 16px;
  color: #818fa0;
}

/* Fin Estilos para las pantallas relacionadas con el tramite y/o solicitud*/

.btn-back {
  margin-right: 32px;
  cursor: pointer;
}

.linea-horizontal-azul {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0047AA;
  margin: 0;
  border: none;
  margin-top: 203px;
}

/**
 * Estilos para el boton de whatsapp
 */
.boton-flotante {
  position: fixed;
  right: 0px;
  bottom: 0px;
}

.flotante-whats {
  border-radius: 100%;
  right: 0;
  bottom: 0;
  position: absolute;
  margin-right: 2rem;
  margin-bottom: 2rem;
  border: none;
}

.flotante-mensaje {
  border-radius: 100%;
  right: 0;
  bottom: 0;
  position: absolute;
  margin-right: 4.5rem;
  margin-bottom: 1.6rem;
  border: none;
}

@media (max-width: 992px) {

  .footer {
    padding: 32px 75px;
  }

  .warp {
    bottom: 80px;
  }
	
	.botonConfirmarFoto {
	  padding-top: 64px;
	}
	
	.botonVolverIntentar {
	  margin-top: 48px;
	  padding-bottom: 80px;
	}
	
	.contenedorFoto {
	  padding: 16px 16px 38px 16px;
	}
	
	.box {
	  width: 700px;
	  height: 476px;
	}
	
	.help {
	  position: relative;
	  margin-top: 48px;
	  margin-bottom: 192px;
	  font-size: 32px;
	}	

  .opcionesCargarImagen {
    width: 60px;
    height: 60px;
    left: calc(50% - 30vw);
  }

.menuCargarImagen {
    height: 61px;
    width: 162px;
    bottom: calc(100% + 16px);
    /* 100% para estar encima de opcionesCargarImagen mas la separacion de 16px */
    left: calc(50% - 30vw);
  }

.textoImagen {
    font-size: 18px;
    margin-left: 12px;
}

.opcionCarga {
    height: 32px;
    width: 32px;
    margin-left: 12px;
}

/* .box {
    height: 70vh;
    width: 800px;
} */


}
	
	@media (max-width: 600px) {
	#titulo {
		font-size: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 24px;
	}
	
	.warp {
    /*Se globaliza*/
	  bottom: 32px;
	}
	
	.botonConfirmarFoto {
    /*Se globaliza*/
	  padding-top: 32px;
	}
	
	.botonVolverIntentar {
    /*Se globaliza*/
	  margin-top: 24px;
	  padding-bottom: 32px;
	}
	
	.contenedorFoto {
    /*Se globaliza*/
	  padding: 16px 16px 38px 16px;
	}
	
	.box {
    /*Se globaliza*/
	  height: 205px;
	  /* agregado */
	  width: 327px;
	  /* agregado */
	}
	
	.help { 
	  margin-top: 24px;
	  /* agregado */
	  margin-bottom: 25vh;
	  /* agregado */
	  font-size: 18px;
	  /* agregado */
	}
	
	
	.confirmar,
	.volverIntentar,
	.btn-tomarFoto {
	  width: 191px;
	  height: 44px;
	  font-size: 16px;
	}
	
	.contenedorFormEscribirDatosManual {
	  padding-left: 0px;
	  padding-right: 0px;
	}
	
	.lugarDeNacimiento {
	  margin-top: 24px;
	}
	
	.btn-responsive {
	  width: 100%;
	}
	
	.contenedor-botones {
	  margin: 48px 24px 24px 24px;
	}
	
	.modal-titulo { 
	  padding: 24px 0px;
	}
	
	.carousel-indicators {
    /*Se globaliza*/
	  margin-bottom: -29px;
	}
	
	.modal-body-recomendacion {
    /*Se globaliza*/
	  padding: 0px 16px;
	}
	
	.modal-parrafo-subtitulo {
    /*Se globaliza*/
	  font-family: Roboto-Regular;
	  font-size: 20px;
	  color: #818fa0;
	  margin-top: 16px;
	}
	
	.modal-subtitulo {
    /*Se globaliza*/
	  margin-top: 24px;
	  padding: 0px 16px;
	}
	
	#tomarFotoIneReverso {
    /*Se globaliza*/
	  margin-top: 38px;
	}
	
	#fotoReversoSubida {
    /*Se globaliza*/
	  margin-top: 16px;
	}

  .contenedorFoto {
    padding: 16px 16px 38px 16px;
}

/* .box {
    width: 312px;
} */

.opcionesCargarImagen {
    width: 44px;
    height: 44px;
    left: calc(50% - 155.5px);
    /* 50% es la mitad del contenedor, 95.5px es la mitad del ancho del botón, 44px en el tamaño de opcionesCargarImagen y 16px es la separación que deseas */ 
}

.menuCargarImagen {
    height: 44px;
    width: 127px;
    bottom: calc(100% + 8px); 
    left: calc(50% - 155.5px);
    /* 50% es la mitad del contenedor, 95.5px es la mitad del ancho del botón, 44px en el tamaño de opcionesCargarImagen y 16px es la separación que deseas */ 
}

.textoImagen {
    font-size: 14px;
    margin-left: 10px;
}

.opcionCarga {
    height: 24px;
    width: 24px;
    margin-left: 10px;
}

.screenMd {
  display: none;
}

.screenSm {
  display: block;
}

.campos-actualizacion {
  color: white;
  background-color: #041e42;
  font-size: 14px;
  padding: 25px 13.5px 18px 13.5px;
  display: grid;
  justify-content: center;
}

.contenedor-devolucion {
  margin-top: 155px;
  padding: 18px 16px 8px;
}

.linea-horizontal-azul {
  margin-top: 155px;
}
}

@media screen and (max-width: 576px) {

  /* Inicio- Ajuste del navbar azul para movil */
  .footer {
    padding: 32px 16px 18px 16px !important;
  }

  .navbar-blue {
    padding: 15px;
    /*Esto dará algo de espacio en los lados*/
  }

  /* Fin- Ajuste del navbar azul para movil */

  /* Inicio - Para subir foto o comprobante */
  .contenedorFoto .cuadroOpcional {
    left: 13%;
  }

  .cuadroFolio {
    /*Se globaliza*/
    width: auto;
}

  /* Fin - Para subir foto o comprobante */

}

/*@media only screen and (min-width: 768px) {*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .azul-grande {
    font-size: 24px;
  }
}