
/* ensantacatarinapinula.com */


html {
    background: #fbfbfb;
}

.ensantacatarinapinula {
  display: flex !important;
  justify-content: center !important; /* Centra horizontalmente el contenido */
  align-items: center !important;     /* Centra verticalmente si tiene altura */
  text-align: center !important;      /* Centra los saltos de línea del texto */
  width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;          /* Centra el bloque en la página */
}

.ensantacatarinapinula h1 {
  text-align: center !important;      /* Asegura el centrado del texto h1 */
  line-height: 0.8 !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 10px 15px !important;      /* Agrega margen interno para no tocar los bordes */
  white-space: normal !important;
  width: 100% !important;
}



h1 { 
    font-family: Verdana, Geneva, sans-serif;
    font-size: 30px;
    letter-spacing: -1px;
    word-spacing: 1px;
    color: #005fbf;
    font-weight: 700;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}


.en-guatemala{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    background:#f9f9f9;
    border-bottom:2px solid #3690f0;
    padding:5px;
    margin:10px auto;
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}

.en-guatemala div{

    flex:1 1 180px;
    max-width:250px;
    margin:2px;
	padding:6px 6px;
    /*padding:12px 15px;*/
    text-align:center;
    border:1px solid transparent;
    transition:.3s;
    box-sizing:border-box;
}

.en-guatemala div:hover{
    border:1px solid #797D7F;
}

.en-guatemala a{
    display:block;
    text-decoration:none;
    font-size:15px;
    font-weight:bold;
}

/* ---------- Amarillo ---------- */

.en-guatemala .guatemala{
    background:linear-gradient(
        to bottom,
        #ffd40d 0%,
        #fff5ad 50%,
        #ffd400 51%,
        #ffd40d 100%
    );
}

.en-guatemala .guatemala a{
    color:#1e69de;
}

/* ---------- Azul ---------- */

.en-guatemala .enguatemala{
    background:linear-gradient(
        to bottom,
        #6db3f2 0%,
        #54a3ee 50%,
        #3690f0 51%,
        #1e69de 100%
    );
}

.en-guatemala .enguatemala a{
    color:#fff;
}

/* ---------- Responsive ---------- */

@media(max-width: 600px) {

  .en-guatemala div {
    flex: 0 0 calc(50% - 10px); /* Dos columnas */
    max-width: calc(50% - 10px);
  }

  /* Quita el espacio inferior solo en móvil */
  .ensantacatarinapinula h1 {
    margin-bottom: 0px; 
    line-height: 0.5; /* Ajusta la altura del texto si es necesario */
  }

  .ensantacatarinapinula {
    margin-bottom: 0px;
  }

}

hr.cercadesantacatarinapinula {	
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
  margin: 0px auto; 
  width: 100%;  
  max-width: 960px; 
}


.infidelidadesguate {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  color: #333333;
  text-align:center;
}

.infidelidadesguate p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.infidelidadesguate .servicios-lista {
  padding-left: 20px;
  margin: 0;
  margin-bottom: 1rem;
}

.infidelidadesguate .servicios-lista li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0.8em;
}

.infidelidadesguate .marketinguatemala {
  color: #0056b3; 
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.infidelidadesguate .marketinguatemala:hover {
  color: #ccaa00; 
  background-color: rgba(255, 212, 0, 0.15);
  text-decoration-color: #ccaa00;
  border-radius: 4px;
}

@media screen and (max-width: 480px) {
.infidelidadesguate {
    padding: 0 10px; 
    margin: 0 auto;
  }
  
.infidelidadesguate p {
    margin-bottom: 0.6rem; 
  }

.infidelidadesguate .servicios-lista {
    padding-left: 15px; 
  }

.infidelidadesguate .servicios-lista li {
    font-size: 14px; 
    line-height: 1.4;
    margin-bottom: 0.6em; 
  }
}

h2.detectiveinfielesguatemala {
  color: #1e69de;    
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
}


@media screen and (min-width: 960px) {
h2.detectiveinfielesguatemala {
    font-size: 28px; 
  }
}


h2.detectiveinfidelidades {
  color: #63adf1;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
}


@media screen and (min-width: 960px) {
  h2.detectiveinfidelidades{
    font-size: 24px;
  }
}

hr.infidelidadesguatemala	 {	
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
  width: 100%;  
  max-width: 960px; 
}

.detectiveprivadoguatemalainfidelidad{
    max-width: 850px;
    margin: 10px auto;
    padding: 30px 35px;
    background: #ffffff;
    border-left: 6px solid #ffeb7e;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
    color: #444;
    line-height: 1.8;
    font-size: 17px;
    text-align: justify;
    box-sizing: border-box;
}

.detectiveprivadoguatemalainfidelidad p{
    margin: 0 0 18px;
}

.detectiveprivadoguatemalainfidelidad p:last-child{
    margin-bottom: 0;
    font-weight: 600;
    color: #0273a3;
    font-style: italic;
}

.detectiveprivadoguatemalainfidelidad strong{
    color: #05b1ff;
    font-weight: 700;
}

@media (max-width:768px){
    .detectiveprivadoguatemalainfidelidad{
        padding: 22px;
        font-size: 16px;
    }
}

.detectivegt {  
  display: grid;
  gap: 1.5em;
  align-items: start; 
  width: 100%;
  max-width: 960px;
  margin: 0 auto; 
  padding: 0 15px;
  box-sizing: border-box;
  grid-template-columns: 1fr;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 480px) {
  .detectivegt {
    grid-template-columns: repeat(2, 1fr); 
  }
}

@media screen and (min-width: 960px) {
  .detectivegt {
    grid-template-columns: repeat(3, 1fr); 
  }
}

.gt { 
  background: #ecf0f1;
  padding: 1.5em 1em;
  border: 1px solid #ffffff;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
}

.gt:hover {
  border-color: #A7ADB6;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.gt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; 
  border-radius: 4px;
}


.gt .enlace-imagen {
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
}

.gt .enlace-texto {
  display: inline-block;
  color: #003366; 
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.gt .enlace-texto:hover {
  color: #001a33; 
  text-decoration: underline;
}

.gt .btn-detalles {
  display: inline-block;
  width: 220px;
  text-align: center;
  margin-top: 15px;
  padding: 10px 0;
  background: #014193;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  transition: all .3s ease;
}

.gt .btn-detalles:hover {
	color: #fff;
	box-shadow: 0 4px 10px rgba(0,0,0,.15);
	background-color: #F4C817;
}


.santacatarinapinula {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px; 
  padding: 20px;
  max-width: 500px; 
  width: 100%;
  margin: 20px auto;
  box-sizing: border-box;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05); 
}

/*   bloque mensaje */
.santacatarinapinula p {
  margin: 0 0 12px 0;
}

.investigarinfidelidad {
  color: #2c7fe9;
  font-size: 16px;
  display: flex; 
  justify-content: space-between; 
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 15px !important;
}

.estrellas {
  color: #FFD700; 
  font-size: 18px;
  letter-spacing: 2px; 
}


.investigarengano {
  color: #0056b3;
  font-size: 15px;
  line-height: 1.6;
}

.investigaramipareja {
  background-color: #f0f7ff; 
  border-left: 4px solid #0056b3; 
  padding: 12px 15px;
  color: #333333;
  font-size: 14px;
  border-radius: 0 4px 4px 0;
  margin-top: 15px !important;
  margin-bottom: 0 !important;
}


@media screen and (max-width: 480px) {
  .santacatarinapinula {
    padding: 15px; 
  }
  
  .investigarinfidelidad {
    flex-direction: column; 
    align-items: flex-start;
    gap: 5px; 
  }
}


hr.-guatemala {	
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
  margin: 20px auto; 
  width: 100%;  
  max-width: 960px; 
}

.enguate{
	display: grid;
	grid-template-columns: repeat(1, 1fr);	
	gap: 10px;
	grid-template-rows: minmax(100px, auto);
}

.enguate div{
    padding-top: 15px;
    padding-bottom: 10px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
}

.enguate div:hover{
	border: 1px solid #a3a3a3;
}

enguate img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #a3a3a3;
}

@media screen and (min-width: 360px) {
	  
  .enguate{
    grid-template-columns: repeat(1, 1fr);
  }	

  .enguate img{
  max-width: 100%;
  display: block;
  border: 1px solid #a3a3a3;
  margin:auto;
  } 

}

@media screen and (min-width: 960px) {
	
  .enguate{
    grid-template-columns: repeat(1, 1fr);
  }  	
}

hr.-guatemala {	
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
  margin: 20px auto; 
  width: 100%;  
  max-width: 960px; 
}

.investigarengano {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));	
  gap: 1.5em;
  width: 100%;
  max-width: 800px; 
  margin: 20px auto; 
}

.investigarengano .tarjeta-curso {
  background-color: #003250;
  border: 1px solid #ffffff;
  border-radius: 6px; 
  padding: 20px 15px;
  text-align: center;
  transition: border-color 0.3s ease, transform 0.3s ease; 
}

.investigarengano .tarjeta-curso:hover {
  border-color: #627188;
  transform: translateY(-4px); 
}

.investigarengano h4 {
  color: #ffffff;
  font-size: 1.25rem; 
  font-weight: 600; 
  font-family: sans-serif;
  margin: 0 0 10px 0; 
}

.investigarengano p {
  margin: 0; 
}

.investigarengano a {
  color: #ffffff;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 1rem;
  transition: color 0.3s ease; 
}

.investigarengano a:hover {
	color: #C0C0C0;
	text-decoration: underline;
}


.delivery_flores_santa_catarina_pinula {
	display: grid;
	grid-template-columns: repeat(1, 1fr);	
	gap: 10px;
	grid-template-rows: minmax(100px, auto);
}

.delivery_flores_santa_catarina_pinula div {
	padding-top: 15px;
	padding-bottom: 10px;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.delivery_flores_santa_catarina_pinula div:hover {
	border: 1px solid #fff;
	color: #FF0;
}

.delivery_flores_santa_catarina_pinula a {
	display: block;
	max-width: 100%;
}

.delivery_flores_santa_catarina_pinula img {
	display: block;
	max-width: 100%;
	height: auto !important;
	object-fit: contain;
	margin: 0 auto;
	border: 1px solid #a3a3a3;
}

@media screen and (min-width: 360px) {
	.delivery_flores_santa_catarina_pinula {
		grid-template-columns: repeat(1, 1fr);
	}	

	.delivery_flores_santa_catarina_pinula img {
		max-width: 100%;
		height: auto !important;
		display: block;
		border: 1px solid #f5e170;
		margin: auto;
	} 
}


.detectiveprivadogt {
	text-align:center;
  }


  /* Envoltorio Responsivo */
  .table-responsive {
    overflow-x: auto;
    width: 100%;
    margin: 30px 0;
    padding: 10px; /* Espacio para que la sombra de la tabla no se corte */
  }

  /* Estilos principales de la tabla - Aspecto moderno y limpio */
  .investigadorprivadogt-table {
    width: 100%;
    max-width: 500px; /* Un poco más angosta para verse más elegante */
    border-collapse: separate; /* Cambiado a separate para permitir bordes redondeados */
    border-spacing: 0;
    margin: 0 auto;
    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
    background-color: #ffffff;
    border-radius: 8px; /* Bordes redondeados */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); /* Sombra suave y profesional */
    overflow: hidden; /* Asegura que las esquinas redondeadas apliquen al fondo */
    border: 1px solid #e0e0e0; /* Borde gris muy sutil en lugar de azul grueso */
  }

  /* Encabezado (El título) */
  .investigadorprivadogt-table th {
    background-color: #05b0fe; /* Tu color principal */
    color: #ffffff;
    padding: 18px;
    font-size: 1.2em;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
  }

  /* Estilos base de las celdas */
  .investigadorprivadogt-table td {
    text-align: center;
    border-bottom: 1px solid #f0f0f0; /* Línea separadora gris muy suave */
    transition: background-color 0.3s ease;
  }

  /* Eliminar el borde inferior de la última fila */
  .investigadorprivadogt-table tbody tr:last-child td {
    border-bottom: none;
  }

  /* Estilos de los enlaces */
  .investigadorprivadogt-table td a {
    text-decoration: none;
    display: block;
    padding: 15px 20px;
    color: #444444; /* Gris oscuro para el texto, es menos agresivo que el negro puro */
    font-weight: 500;
    font-size: 1.05em;
    transition: all 0.3s ease;
  }

  /* Fondo intercalado muy sutil (casi imperceptible, solo para separar lectura) */
  .investigadorprivadogt-table tbody tr:nth-child(even) {
    background-color: #fafafa;
  }

  /* Efecto Hover (Al pasar el ratón) - ¡Aquí ocurre la magia! */
  .investigadorprivadogt-table tbody tr:hover {
    background-color: #f0faff; /* Un fondo celeste súper clarito */
  }

  .investigadorprivadogt-table tbody tr:hover td a {
    color: #05b0fe; /* El texto cambia a tu color principal */
    transform: translateX(5px); /* Pequeño salto del texto hacia la derecha */
  }
  
  

Footer
© 1998-2026 www.ensantacatarinapinula.com
