/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.10.0.1745284623
Updated: 2025-04-22 01:17:03

*/

.icono-personalizado {
    width: 150px;
    height: 150px; /* Aquí establecemos la altura fija */
    display: block;
    margin: auto;
}

/* Opcional: cambia tamaño en móvil */
@media (max-width: 767px) { /* Corregido: max-width */
    .icono-personalizado { 
        width: 60px;
        height: 60px; /* Asegura la misma altura también en móvil */
    }
}


.tabs-container {
  border: 2px solid #EAD928 !important;
  border-radius: 25px !important;
  padding: 30px !important;
  width: 100% !important;
  min-height: 400px !important;
  box-sizing: border-box !important;
  background-color: #fff !important; /* Fondo blanco */
}


/* Estilo general para la tabla */
table.table-md2 {
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #e32f89; /* Borde rosado externo */
  border-radius: 12px;        /* Esquinas redondeadas */
  overflow: hidden;
  width: 100%;
}

/* Aplica borde rosado a celdas internas */
table.table-md2 th,
table.table-md2 td {
  border: 1px solid #e32f89;  /* Borde interno rosado */
  padding: 10px;
}


.icono-garantias {
  height: 100px; /* Establece la altura fija del icono a 100px */
  width: auto;   /* Permite que el ancho se ajuste proporcionalmente para evitar distorsión */
  display: block; /* Para que ocupe su propia línea y los márgenes de auto funcionen */
  margin-left: auto; /* Empuja el icono a la derecha */
  margin-right: 0;   /* Asegura que no haya margen fijo a la derecha */
}


/* Opcional: Ajuste para dispositivos móviles (ej. centrar el icono en pantallas pequeñas) */
@media screen and (max-width: 768px) { /* Puedes ajustar el breakpoint si lo necesitas */
  .icono-garantias {
    margin-left: auto; /* Mantiene la justificación a la derecha en móvil */
    margin-right: auto; /* Si deseas centrarlo en móvil, cambia a: margin: 0 auto; */
    /* Puedes ajustar la altura para móvil si es necesario, por ejemplo: */
    /* height: 80px; */
  }
}




.tu-contenedor-de-texto-y-iconos {
  text-align: center; /* Centra todo el contenido en línea (texto e iconos) */
}

.icono-red-social {
  display: inline-block; /* Asegura que los SVGs se comporten como inline-block para que text-align los centre */
  vertical-align: middle; /* Alinea los iconos con el texto si hay alguno */
  margin: 0 15px; /* Añade espacio entre ellos */
}