
/* 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; 
}

/* ------------    Bloque Bienvenida------------------- */

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

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

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

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

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

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

/* --- AJUSTES ESPECÍFICOS PARA MÓVILES --- */
@media screen and (max-width: 480px) {
.disenowebguatemala {
    padding: 0 10px; /* Reducimos el padding superior e inferior a 0, dejando solo un pequeño respiro a los lados */
    margin: 0 auto;
  }
  
.disenowebguatemala p {
    margin-bottom: 0.6rem; /* Margen todavía más compacto para el párrafo en celular */
  }

.disenowebguatemala .servicios-lista {
    padding-left: 15px; /* Acercamos un poco la lista al borde izquierdo en pantallas chicas */
  }

.disenowebguatemala .servicios-lista li {
    font-size: 14px; /* Letra ligeramente más pequeña para ahorrar espacio vertical */
    line-height: 1.4;
    margin-bottom: 0.6em; /* Elementos de lista más juntos en móvil */
  }
}

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


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

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


@media screen and (min-width: 960px) {
  h2.cursosguate {
    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;
}

hr.cursos_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; 
}

.cursosgt {  
  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) {
  .cursosgt {
    grid-template-columns: repeat(2, 1fr); 
  }
}

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

.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;
}

.cursosfindesemanaguatemala {
  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; 
}


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

.paginaswebguatemala {
  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; 
  }
  
  .cursosfindesemanaguatemala {
    flex-direction: column; 
    align-items: flex-start;
    gap: 5px; 
  }
}

/*   bloque fin de mensaje */

h3.detectivebuscarpersona {
  color: #003366;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
}

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

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; 
}

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

.encontrarpersona p:last-child {
  margin-bottom: 0;
  font-weight: 600;
  color: #075ca9;
  font-style: italic;
}

.encontrarpersona strong {
  color: #00affb;
  font-weight: 700;
}

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

.buscarpersonadeguatemala {  
  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) {
  .buscarpersonadeguatemala {
    grid-template-columns: repeat(2, 1fr); 
  }
}

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

h3.reputacion {
  color: #2c7fe9; 
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
}

h3.reputacion .estrella {
  color: #FFD700; 
}

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

hr.marketingguatemala {	
  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; 
}

.marketing-guatemala{
    max-width: 850px;
    margin: 10px auto;
    padding: 30px 35px;
    background: #ffffff;
    border-left: 6px solid #ffd700;
    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;
}

.marketing-guatemala p{
    margin: 0 0 18px;
}

.marketing-guatemala p:last-child{
    margin-bottom: 0;
    font-weight: 600;
    color: #0077df;
    font-style: italic;
}

.marketing-guatemala strong{
    color: #00e6ff;
    font-weight: 700;
}

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

.reputaciononline {  
  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) {
  .reputaciononline {
    grid-template-columns: repeat(2, 1fr); 
  }
}

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

h3.letrerostvguatemala{
  color: #fbc622;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
}

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

hr.letreropantallatv {	
  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; 
}

.letrerospublicidadtv{
    max-width: 850px;
    margin: 10px auto;
    padding: 30px 35px;
    background: #ffffff;
    border-left: 6px solid #fdf300;
    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;
}

.letrerospublicidadtv p{
    margin: 0 0 0px;
}

.letrerospublicidadtv p:last-child{
    margin-bottom: 0;
    font-weight: 600;
    color: #0072ff;
    font-style: italic;
}

.letrerospublicidadtv strong{
    color: #4fcfff;
    font-weight: 700;
}

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

.letrerospublicidadtv ul li	{
    margin-bottom: -5px;
	color: #003366;
	list-style-type: square;
}

.pantallatvanuncios {  
  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) {
  .pantallatvanuncios {
    grid-template-columns: repeat(2, 1fr); 
  }
}

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

h3.ciberseguridad {
  color: #063672;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
}


h3.ciberseguridad .estrella {
  color: #FFD700; 
}

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

hr.ciberseguridadgt	 {	
  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; 
}

.ciberseguridadguatemala {  
  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) {
  .ciberseguridadguatemala {
    grid-template-columns: repeat(2, 1fr); 
  }
}

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

.ciberseguridad-guatemala{
    max-width: 850px;
    margin: 10px auto;
    padding: 30px 35px;
    background: #ffffff;
    border-left: 6px solid #ffd74e;
    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;
}

.ciberseguridad-guatemala p{
    margin: 0 0 18px;
}

.ciberseguridad-guatemala p:last-child{
    margin-bottom: 0;
    font-weight: 600;
    color: #0b4f6c;
    font-style: italic;
}

.ciberseguridad-guatemala strong{
    color: #0ccdd3;
    font-weight: 700;
}

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

h3.webguatemala {
  color: #063672;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
}


h3.webguatemala .estrella {
  color: #003366; 
}

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

hr.hostingguatemala	 {	
  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; 
}


.hosting{
    max-width: 850px;
    margin: 10px auto;
    padding: 30px 35px;
    background: #ffffff;
    border-left: 6px solid #0b4f6c;
    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;
}

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

.hosting p:last-child{
    margin-bottom: 0;
    font-weight: 600;
    color: #009fc7;
    font-style: italic;
}

.hosting strong{
    color: #0b4f6c;
    font-weight: 700;
}

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

.webhostingguatemala {  
  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) {
  .webhostingguatemala {
    grid-template-columns: repeat(2, 1fr); 
  }
}

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

h3.tecnologiaguatemala {
  color: #063672;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
}


h3.tecnologiaguatemala .estrella {
  color: #003366; 
}

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

hr.softwareguatemala	 {	
  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; 
}

.sofwaregt{
    max-width: 850px;
    margin: 10px auto;
    padding: 30px 35px;
    background: #ffffff;
    border-left: 6px solid #0b4f6c;
    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;
}

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

.sofwaregt p:last-child{
    margin-bottom: 0;
    font-weight: 600;
    color: #4aa5da;
    font-style: italic;
}

.sofwaregt strong{
    color: #0b4f6c;
    font-weight: 700;
}

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

.agenciawebguatemala {  
  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) {
  .agenciawebguatemala {
    grid-template-columns: repeat(2, 1fr); 
  }
}

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

.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.noticiasguatemala	 {	
  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; 
}

h3.noticiasgt {
  color: #063672;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
}


h3.noticiasgt .estrella {
  color: #003366; 
}

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

.viralesguatemala {
  background: #ecf0f1;
  padding: 1em;
  border: 1px solid #fff;
  text-align: center;
  transition: border 0.3s ease;
}

.viralesguatemala:hover {
  border: 1px solid #A7ADB6;
}

.viralesguatemala video{
    display: block;
    width: 100%;
    max-width: 250px;   /* Tamaño para móviles */
    height: auto;
    margin: 0 auto;
    border-radius: 6px;
}

.viralesguatemala br + * {
  color: #286b00;
  font-weight: bold;
  margin-top: 0.5em;
  display: block;
}

/* Escritorio */
@media (min-width: 768px){
    .viralesguatemala video{
        max-width: 400px;   /* Más grande en PC */
    }
}

hr.ramosderosasguatemala	 {	
  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; 
}

h3.ramosderosasguate {
  color: #063672;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
}


h3.ramosderosasguate .estrella {
  color: #FF0000; 
}

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

.whatsapp-banner {
  background: linear-gradient(135deg, #075e54 0%, #128c7e 50%, #25d366 100%);
  color: #ffffff;
  padding: 24px 28px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(18, 140, 126, 0.25);
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 650px;
  margin: 20px auto;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  border-left: 6px solid #25d366;
}

@media (min-width: 640px) {
  .whatsapp-banner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.whatsapp-banner-content {
  flex: 1;
}

.whatsapp-banner-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.whatsapp-banner-header h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
}

.whatsapp-banner p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #e0f2f1;
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #075e54;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 20px;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.whatsapp-btn:hover {
  background-color: #25d366;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

.deliveryfloresguatemala {  
  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) {
  .deliveryfloresguatemala {
    grid-template-columns: repeat(2, 1fr); 
  }
}

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

hr.petalosguatemala	 {	
  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; 
}

h3.petalosguatemala {
  color: #063672;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
}


h3.petalosguatemala .estrella {
  color: #FF0000; 
}

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

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

.petalosgt p:last-child {
  margin-bottom: 0;
  font-weight: 600;
  color: #a8070c;
  font-style: italic;
}

.petalosgt strong {
  color: #0b4f6c;
  font-weight: 700;
}

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

.petalosguate {  
  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) {
  .petalosguate {
    grid-template-columns: repeat(2, 1fr); 
  }
}

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

hr.fotografosguatemala	 {	
  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; 
}

h3.fotografos_guatemala {
  color: #0ac8e7;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
}


h3.fotografos_guatemala .estrella {
  color: #FF0000; 
}

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

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

.fotografosgt P {
  margin: -5px 2px;

}

.fotografosgt p:last-child {
  margin-bottom: 0;
  font-weight: 600;
  color: #00a1ff;
  font-style: italic;
}


.fotografosgt strong {
  color: #0b4f6c;
  font-weight: 700;
}


.fotografosgt ul li	{
    margin-bottom: -5px;
	color: #767678;
	list-style-type: square;
}

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

.fotografosguate {  
  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) {
  .fotografosguate {
    grid-template-columns: repeat(2, 1fr); 
  }
}

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

hr.filmacionesguatemala	 {	
  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; 
}

h3.filmacionesvideoguatemala {
  color: #063672;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
}


h3.filmacionesvideoguatemala .estrella {
  color: #FF0000; 
}

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

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

.filmacionesvideogt p:last-child {
  margin-bottom: 0;
  font-weight: 600;
  color: #0b4f6c;
  font-style: italic;
}

.filmacionesvideogt strong {
  color: #0b4f6c;
  font-weight: 700;
}

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

.filmacionesguate {  
  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) {
  .filmacionesguate {
    grid-template-columns: repeat(2, 1fr); 
  }
}

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

hr.weddingplannerguatemalagt	 {	
  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; 
}

h3.weddingplanner_gt {
  color: #063672;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
}


h3.weddingplanner_gt .estrella {
  color: #FF0000; 
}

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

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

.weddingsguatemala p:last-child {
  margin-bottom: 0;
  font-weight: 600;
  color: #0b4f6c;
  font-style: italic;
}

.weddingsguatemala strong {
  color: #0b4f6c;
  font-weight: 700;
}

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

.weddingsguatemalagt {  
  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) {
  .weddingsguatemalagt {
    grid-template-columns: repeat(2, 1fr); 
  }
}

@media screen and (min-width: 960px) {
  .weddingsguatemalagt {
    grid-template-columns: repeat(3, 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; 
}

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

.cursosdenocheguatemala .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; 
}

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

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

.cursosdenocheguatemala p {
  margin: 0; 
}

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

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

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

.floristeriasensantacatarinapinula {
    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;
}

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

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

.floristeriasensantacatarinapinula strong{
    color: #212426;
    font-weight: 700;
}

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

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

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

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

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

.deliveryrosasensantacatarinapinula 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) {
	.deliveryrosasensantacatarinapinula {
		grid-template-columns: repeat(1, 1fr);
	}	

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

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

h2.enviofloresasantacatarinapinula {
  color: #cdac14;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
}


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

.floresadomicilioensantacatarinapinula {
    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;
}

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

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

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

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

.rosasadomicilioensantacatarinapinula {  
  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) {
  .rosasadomicilioensantacatarinapinula {
    grid-template-columns: repeat(2, 1fr); 
  }
}

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

h2.arreglosfloralesensantacatarinapinula {
  color: #050606;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
}

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


.deliveryfloresfuneralsantacatarinapinula {  
  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) {
  .deliveryfloresfuneralsantacatarinapinula {
    grid-template-columns: repeat(2, 1fr); 
  }
}

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

.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;
	} 
}

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



  

Footer
© 1998-2026 www.ensantacatarinapinula.com
