/*
Theme Name: SUMMUM Abogados Lanzarote
Theme URI: https://summumabogados.com/
Version: 1.0
Description: Theme for SUMMUM Abogados
Author: @antonio.dodoando
Author URI: http://seododoando.com
Template: astra
*/
 
/*----------------- Cambios a partir de aqui -------------------------------*/

/********* TIPOGRAFÍA *******/

/* texto del footer */
.textwidget p {
  font-size:16px;

}

.textwidget p a:hover {
  color:white;
}

.textwidget p a {
  color:#D4B22A;
}


/* Cambio del menú del footer */

#astra-footer-menu li {
  font-size:16px;
}

/********* ESTILOS PERSONALIZADOS *******/

/* ESTILOS PARA RTOC */

.rtoc-mokuji-content .decimal_ol > .rtoc-item > a {
	font-weight:bold!important;
}

/* ESTILOS PARA UN POST */
.single-post h2{
 
}  

/* Estilo para Blockquote de un post */
.single-post blockquote.estilo-cita {
  position: relative;
  background: #f7f7f7; /* fondo claro */
  border-left: 6px solid #182E4C; /* cambia por tu color de marca */
  padding: 1.5em 2em;
  margin: 2em 0;
  font-style: italic;
  color: #003333; /* cambia por tu color de texto */
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* Comillas estilizadas */
.single-post blockquote.estilo-cita::before {
  content: "“";
  font-size: 60px;
  color: #182E4C; /* color de comillas */
  position: absolute;
  top: -10px;
  left: 15px;
  line-height: 1;
  font-family: Georgia, serif;
}

/* Estilo para listas dentro de los posts */
.single-post ul.custom-list li {
  list-style: none;
  position: relative;
  padding-left: 1.5em;
}

.single-post ul.custom-list li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #182E4C; 
}


/* Estilos para el Bloque LLAMADO - BLOQUE RESUMEN - Creado para los posts */
.bloque-resumen {
  background-color: #f1fafa;
  padding: 2rem;
  border-radius: 8px;
  margin: 2rem 0;
}

.bloque-resumen h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #182E4C;
  margin-bottom: 1.5rem;
}

.bloque-resumen ol {
  counter-reset: item;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bloque-resumen ol li {
  counter-increment: item;
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 1.5em;
  font-size: 1.05rem;
  color: #182E4C;
}

.bloque-resumen ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-size: 1.4rem;
  color: #182E4C;
}

/* Estilos para links de politica privacidad en FORMS */
.hover-blanco:hover {
  color: white;
}

.hover-blue:hover {
    color:#172E4D;
}



/********* ESTRUCTURA *******/


/********* MENU *******/

/* Quitar border botón menú mobile */


/********* FOOTER *******/
.footer-link {
	font-size:13px!important;
	color:white!important;
}






/********* MEDIA QUERIES *******/

/* Media Query para tablet */


  /* Media Query sólo para versión móvil */