/**
 * Theme Name:     Elite Child
 * Author:         Automattic
 * Template:       storefront
 * Text Domain:	   elite-child
 * Description:    Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout
 */



 /* ============================================
   GTRANSLATE CUSTOM STYLES
   Solo banderas, sin texto ni selector
   ============================================ */

/* Float Wrapper - Mantener posición original izquierda */
#gt_float_wrapper {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 999999;
}

/* Contenedor principal del selector */
.gt_float_switcher {
  background: rgba(10, 10, 10, 0.95) !important;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(168, 224, 99, 0.3) !important;
  border-radius: 50% !important;
  padding: 8px !important;
  box-shadow: 0 4px 20px rgba(168, 224, 99, 0.2) !important;
  transition: all 0.3s ease;
  width: 50px !important;
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.gt_float_switcher:hover {
  border-color: rgba(168, 224, 99, 0.5) !important;
  box-shadow: 0 6px 25px rgba(168, 224, 99, 0.3) !important;
  transform: scale(1.05);
}

/* Ocultar el dropdown de opciones */
.gt_float_switcher .gt_options {
  display: none !important;
}

/* Idioma seleccionado actual - Solo bandera */
.gt_float_switcher .gt-selected {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gt_float_switcher .gt-current-lang {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  height: 100%;
}

/* Bandera visible y más grande */
.gt_float_switcher .gt-current-lang img {
  width: 32px !important;
  height: 32px !important;
  border: 2px solid rgba(168, 224, 99, 0.4) !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  display: block !important;
}

/* Ocultar el código de idioma (en, es) */
.gt_float_switcher .gt-lang-code {
  display: none !important;
}

/* Ocultar la flecha */
.gt_float_switcher-arrow {
  display: none !important;
}

/* Ocultar todo el widget de Google Translate nativo */
#google_translate_element2,
.gtranslate_wrapper,
.skiptranslate {
  display: none !important;
}

/* Widget de Google Translate - Ocultar completamente */
.goog-te-gadget,
.goog-te-combo,
.goog-te-banner-frame,
#goog-gt-tt,
.goog-te-balloon-frame {
  display: none !important;
}

/* Asegurar que el body no tenga margin-top del banner de Google */
body {
  top: 0 !important;
}

/* Responsive */
@media (max-width: 768px) {
  #gt_float_wrapper {
    top: 15px;
    left: 15px;
  }
	
	
.page-id-174 .content_page, .page-id-89 .content_page, .page-id-92 .content_page, .page-id-174 .content_page, .page-id-93 .content_page, .page-id-94 .content_page  {
    max-width: 90% !important;
}
	.page-id-174 .content_page p, .page-id-89 .content_page p, .page-id-92 .content_page p, .page-id-174 .content_page p, .page-id-93 .content_page p, .page-id-94 .content_page p{
		text-align:justify!important;
	}
  
  .gt_float_switcher {
    width: 45px !important;
    height: 45px !important;
    padding: 7px !important;
  }
  
  .gt_float_switcher .gt-current-lang img {
    width: 28px !important;
    height: 28px !important;
  }
}

@media (max-width:900px) {
  #gt_float_wrapper {
    top: 10px;
    left: 10px;
  }
  
  .gt_float_switcher {
    width: 42px !important;
    height: 42px !important;
    padding: 6px !important;
  }
  
  .gt_float_switcher .gt-current-lang img {
    width: 26px !important;
    height: 26px !important;
  }
	
	.woocommerce-customer-details .col-1{
	width:100% !important;
}
		.woocommerce-customer-details .col-2{
	width:100% !important;
}
}

/* Efecto de click en la bandera */
.gt_float_switcher:active {
  transform: scale(0.95);
}

/* Cursor pointer para indicar que es clickable */
.gt_float_switcher,
.gt_float_switcher .gt-selected,
.gt_float_switcher .gt-current-lang {
  cursor: pointer !important;
}



.page-id-174 .content_page, .page-id-89 .content_page, .page-id-92 .content_page, .page-id-174 .content_page, .page-id-93 .content_page, .page-id-94 .content_page, .page-id-202 .content_page  {
    max-width: 80%;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.8;
    color: #333;
}

#cmplz-document{
	max-width:100% !important;
}

/* Título principal H1 */
.content_page h1.wp-block-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #012347;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
}

/* Subtítulos H2 - NORMAL (no verde) */
.content_page h2.wp-block-heading {
    font-size: 1.8rem;
    font-weight: 600;
    color: #012347 !important;  /* Color normal, no verde */
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
}

/* Subtítulos H3 */
.content_page h3.wp-block-heading {
    font-size: 1.4rem;
    font-weight: 600;
    color: #34495e;
    margin-top: 30px;
    margin-bottom: 15px;
}

/* Párrafos */
.content_page p {
    font-size: 1rem;
    line-height: 1.8;
    color: #012347;
    margin-bottom: 20px;
    text-align: justify;
}

/* Párrafos con negrita */
.content_page p strong {
    color: #012347;
    font-weight: 600;
}

/* Listas */
.content_page ul.wp-block-list,
.content_page ol.wp-block-list {
    margin-left: 30px;
    margin-bottom: 20px;
}

.content_page ul.wp-block-list li,
.content_page ol.wp-block-list li {
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 10px;
}

/* Separadores */
.content_page hr.wp-block-separator {
    border: none;
    border-top: 1px solid #ddd;
    margin: 40px 0;
}

/* Tablas (si las usas) */
.content_page table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 0.95rem;
}

.content_page table th {
    background-color: #f8f9fa;
    padding: 12px;
    text-align: left;
    font-weight: 600;
    border: 1px solid #ddd;
}

.content_page table td {
    padding: 12px;
    border: 1px solid #ddd;
}

/* Enlaces */
.content_page a {
    color: #0066cc;
    text-decoration: underline;
}

.content_page a:hover {
    color: #004499;
}

/* Responsive - Tablets */
@media (max-width: 768px) {
    .content_page {
        padding: 30px 15px;
    }
    
    .content_page h1.wp-block-heading {
        font-size: 2rem;
    }
    
    .content_page h2.wp-block-heading {
        font-size: 1.5rem;
        margin-top: 40px;
    }
    
    .content_page h3.wp-block-heading {
        font-size: 1.2rem;
    }
    
    .content_page p {
        text-align: left;
    }
}

/* Responsive - Móviles */
@media (max-width: 480px) {
    .content_page {
        padding: 20px 10px;
    }
    
    .content_page h1.wp-block-heading {
        font-size: 1.75rem;
    }
    
    .content_page h2.wp-block-heading {
        font-size: 1.3rem;
        margin-top: 30px;
    }
    
    .content_page h3.wp-block-heading {
        font-size: 1.1rem;
    }
    
    .content_page p {
        font-size: 0.95rem;
    }
    
    .content_page ul.wp-block-list,
    .content_page ol.wp-block-list {
        margin-left: 20px;
    }
}

/* Sección de contacto destacada */
.content_page h2.wp-block-heading:nth-last-of-type(2),
.content_page h2.wp-block-heading:last-of-type {
    color: #012347;
    background-color: #f8f9fa;
    padding: 15px 20px;
    border-radius: 5px;
    border-bottom: none;
}

/* Mejora visual para listas importantes */
.content_page ul.wp-block-list li::marker {
    color: #666;
}