/* 
Theme Name: Yami 2026
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Jose García
Author URI: https://grupogo.com.co/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
#wp-admin-bar-root-default {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1rem !important;
}
body {
    background: #ffffff;
}
html {
  scroll-behavior: smooth;
}

/*--- MENU ---*/
.page-id-266 .elementor.elementor-190.elementor-location-header,
.page-id-481 .elementor.elementor-190.elementor-location-header,
.page-id-2 .elementor.elementor-190.elementor-location-header {
  margin-bottom: -62px;
}

a.elementor-item {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.60);
}
a.elementor-item.elementor-item-active,
a.elementor-item:hover {
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.45);
}
/*- - - H O M E - - - /*/
/*- - - scroll - - - /*/
.elementor-image-box-content {
    padding: 10px 30px;
}
h1, h2, h3, h4, h5, h6.elementor-image-box-title {
   
}
.elementor-image-box-content h3 a {
    font-family: poppins !important;
}
.swiper-slide-inner {
    overflow: hidden;
}
.swiper-slide-bg {
    border-radius: 0px !important;
}

/*- - - HOME SERVICIOS - - - /*/
/* CONTENEDOR GRID */
selector .elementor-field-subgroup {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

/* OCULTAR RADIO ORIGINAL */
selector input[type="radio"] {
    display: none;
}

/* CARD BASE */
selector .elementor-field-option {
    position: relative;
}

/* LABEL COMO CARD */
selector .elementor-field-option label {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 140px;
    padding: 12px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

/* OVERLAY OSCURO (MEJOR LEGIBILIDAD) */
selector .elementor-field-option label::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0.1));
    border-radius: 20px;
}

/* TEXTO SOBRE LA IMAGEN */
selector .elementor-field-option label {
    position: relative;
    z-index: 2;
}

/* HOVER EFECTO APP */
selector .elementor-field-option label:hover {
    transform: scale(1.03);
}

/* ESTADO SELECCIONADO */
selector input[type="radio"]:checked + label {
    outline: 3px solid #2D6CDF;
    transform: scale(1.02);
}


/* IV THERAPY */
/* IV THERAPY */
input[value="IV Therapy"] + label,
#form-field-service-0 + label,
selector .elementor-field-option:nth-child(1) label,
selector #form-field-service-0 + label,
input#form-field-service-0 {
    background-image: url('http://localhost:8888/wp-content/uploads/altacare-telehealth-service-iv-therapy.webp');
}
selector .elementor-field-option:nth-child(1) label {
    background: red !important;
}

/* HORMONES */
selector #form-field-service-1 + label{
    background-image: url('/wp-content/uploads/altacare-telehealth-service-hormones.webp');
}
/* WEIGHT LOSS */
selector #form-field-service-2 + label{
    background-image: url('/wp-content/uploads/altacare-telehealth-service-weight.webp');
}

/* NAD+ */
selector #form-field-service-3 + label{
    background-image: url('http://localhost:8888/wp-content/uploads/altacare-telehealth-service-nad.webp');
}

selector input[type="radio"]:checked + label::after {
    content: "✓";
    position: absolute;
    top: 10px;
    right: 10px;
    background: #2D6CDF;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    selector .elementor-field-subgroup {
        grid-template-columns: 1fr;
    }

    selector .elementor-field-option label {
        height: 120px;
    }
}

.therapy_info hr{
    margin: 20px !important;
}

/*- - - HOME SERVICIOS - - - /*/
/*--- FOOTER  ---*/
.top-noticia h2,
.interior-noticia h2{
    font-size:1.6em;
    font-family: "Barlow", Sans-serif;
}