/* Reset básico */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  }
  
  body {
	font-family: 'Georgia', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 17px;
	line-height: 1.6;
	color: #222;
	background-color: #fff;

  }


  #header {

	height: 100px;
	background-position: top;
	background-color: #596f78;
	background-image: url(../imagenes/index/logo_mobile.png) ;
	background-repeat: no-repeat;
	background-size: 15%;
	position: relative;
	height: 56px;
	z-index: 9999;
  }

  header h1{
	opacity: 0;
  }

  #header_area {

	height: 157px;

	top: 6px;
	position: absolute;
  }

  #header_area2 {
	
	height: 125px;

	top: 5px;
	right: 692px;
	position: absolute;
  }
  
  #header h1 {
	display: none;
  }
  
  /* Escaparate */
  #escaparate {
	
	text-align: center;
	
  }
  
  #escaparate_img {
	width: 100%;
	height: auto;
	/* border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
  }
  
  /* Bloques de texto */
  article.textos {
	background-color: #f7f9fa;
    margin: 16px 8px;
	border-radius: 8px;
	margin-bottom: 1.5rem;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  }

  article#areas_practica{
	background-image: url(../imagenes/visita_virtual/vv_3.jpg);
	background-repeat: no-repeat;

	background-color: rgba(255, 255, 255, 0.486);
	background-blend-mode: lighten;
	background-size: 150%;
	color: black;
	font-weight: 500;
	background-repeat: repeat-x;
	animation: animatedBackground 10s linear infinite alternate;
	
  }
  

  article#areas_practica > div{
	 padding: 8px;
  }

  @keyframes animatedBackground {
	from {
	  background-position: 0 0;
	}
	to {
	  background-position: 100% 0;
	}
  }
  
  #textos_col_izq h2 {
	font-size: 1.3rem;
	color: #1f3b4d;
	
  }
  
  #textos_col_izq h3 {
	font-size: 1.1rem;
	color: #39586e;
	font-weight: 500;
	margin: 0.5rem 0;
  }
  
  #textos_col_izq p,
  #textos_col_izq ul {
	margin-bottom: 1rem;
  }
  .numbered-list {
	list-style: none;
	/* counter-reset: item; */
	padding-left: 0;
  }
  
  .numbered-list li {
	/* counter-increment: item; */
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	font-family: 'Georgia', Tahoma, Geneva, Verdana, sans-serif;
}
  
  .numbered-list li::before {
	content: "";
	border: 2px solid #596f78;
	background-color: white;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	width: 1em;
	height: 1em;
	min-width: 1em;
	min-height: 1em;
	line-height: 2em;
	text-align: center;
	border-radius: 4px;
	margin-right: 0.75em;
	flex-shrink: 0;
	border-radius: 50px;
  }
  
  
  ul.lista-movil li {
    margin: 4px;
    padding-left: 4px;
    background-color: #3d3d3d;
  
  }

  ul.lista-movil li a{
	opacity: .8;
	color: white;
	font-weight: 600;	
	text-decoration: none;

  }
  
  /* Tarjetas de abogado */
  .abogados_clase {
	background-color: #ffffff;
	border-radius: 8px;
	padding: 1rem;
	margin-bottom: 1.2rem;
	box-shadow: 0 1px 6px rgba(0,0,0,0.08);
  }
  
  .abogados_clase .nombre h3 {
	font-size: 1.1rem;
	color: #1f3b4d;
	margin-bottom: 0.5rem;
  }
  
  .abogados_clase .foto img {
	width: 100%;
	max-width: 150px;
	border-radius: 8px;
	margin-bottom: 0.5rem;
  }
  
  .abogados_clase .texto ul {
	padding-left: 1rem;
	margin-bottom: 0.5rem;
  }
  
  .abogados_clase .texto li {
	font-size: 0.95rem;
	margin-bottom: 0.3rem;
  }

  article#contacto{
	padding: 8px;
  }
  
  .abogados_clase .contacto a {
	color: #003366;
	text-decoration: underline;
	font-size: 0.9rem;
  }
  
  /* Encabezamientos de secciones */
  .encabezamiento  {
margin-left: 8px;
  }

  .encabezamiento h2 {
	font-size: 1.3rem;
	color: #003366;
    padding: 8px;
  }
  
  /* Dirección y mapa */
  #col_central {
	display: flex;
	flex-direction: column;
margin: 8px;
  }
  
  #col_central_izq, #col_central_dcha {
	font-size: 0.95rem;
  }
  
  #col_central_izq h4 {
	font-size: 1.1rem;
	color: #003366;
	margin-bottom: 0.5rem;
  }
  
  /* iFrame map responsive */
  #col_central_dcha iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	border: none;
	border-radius: 6px;
  }
  
  /* Footer */
  #footer {
	background-color: #e9eff2;
	padding: 1rem;
	margin-top: 1rem;
	border-radius: 8px;
	font-size: 0.85rem;
	text-align: center;
	color: #333;
  }
  
  #footer a {
	color: #1f3b4d;
	text-decoration: underline;
  }


	#header {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  padding: 1em;
	  position: sticky;
	  top: 0px;
	}
  
	#hamburger {
		font-size: 2em; /* Más grande */
		background: none;
		border: none;
		color: white; /* Blanco */
		cursor: pointer;
	  }
  
	#mobile-menu {
	  display: none;
	  position: absolute;
	  top: 100%;
	  right: 0;
	  background-color: #fff;
	  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	  flex-direction: column;
	  width: 100%;
	  z-index: 1000;
	}
  
	#mobile-menu a {
	  padding: 1em;
	  text-decoration: none;
	  color: #333;
	  border-top: 1px solid #ddd;
	}
  
	#mobile-menu.show {
	  display: flex;
	}

	#scrollBtn {
		width: 50px;
		height: 50px;
		position: fixed;
		bottom: 20px;
		right: 20px;
		background-color: #596f78;
		color: white;
		border: none;
		border-radius: 50%;
		font-size: 1.5em;

		cursor: pointer;
		box-shadow: 0 2px 5px rgba(0,0,0,0.3);
		z-index: 9999;
	
	  }
	  
	  #scroll-to-top:hover {
		cursor:"pointer"
	  }

	  #quote {
		font-family: 'Georgia', Tahoma, Geneva, Verdana, sans-serif;
		font-size: 1.2rem;
		line-height: 1.5;
		color: #333;
		font-style: italic;
	
		max-width: 800px;
		text-align: center;
		position: relative;
		padding: 1em 2em;

	  }
	  
	  
	  
	  
  
  
  