/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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 */


.elementor-nav-menu li.active a {
    background: #0C4897;
    color: white !important;
    padding: 10px 15px !important;
    border-radius: 7px;
}
.elementor-nav-menu li.active a:hover {
    background: #003366;
    color: white !important;
    padding: 10px 15px !important;
    border-radius: 7px;
}

.tonosColor {
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 1px 2px 10px 0px rgba(0,0,0,0.64);
}

.tonosColor {
	border: 0px solid white !important;
    outline: 0px solid #5B5B5B !important;
    outline-offset: 0px !important;
}

.color--active {
	border-width: 2px !important;
    outline-width: 2px !important;
    outline-offset: 0px !important;
}

.categoria-medidas .jet-listing-dynamic-repeater__items {
    display: flex;
    gap: 30px;
}

.categoria-medidas .jet-listing-dynamic-repeater__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.categoria-medidas .divPreText span {
    justify-content: flex-start;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    color: #595656;
}

.categoria-medidas .icono-jetengine {
    display: inline-block;
    width: 25px;  
    height: 25px; 
    background-color: #562483;
    mask-image: var(--svg-url); 
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}



/* inicio estilos para degradado de color */
.tonos h3 {
  font-family: "avenir-lt-pro", Sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: #0C4897;
  text-align: center;
}

.tonos .dilution-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
  position: relative;
}

.tonos .dilution-title .elementor-button-icon .e-font-icon-svg {
  fill: #0C4897;
  font-size: 20px;
  cursor: pointer;
}

/* Tooltip */
.tonos .tooltip {
    position: absolute;
    bottom: 215%;
    left: 70%;
    transform: translateX(-50%);
    background-color: white;
    color: white;
    padding: 20px 15px;
    border-radius: 5px;
    font-size: 13px;
    width: 188px;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s 
ease;
    z-index: 10;
}

.tonos .info-tooltip h6 {
    color: #0C4897;
    font-family: 'avenir-lt-pro';
    font-size: 14px;
    font-weight: 600;
    margin-block-end: 0px;
    margin-block-start: 0px;
    letter-spacing: 0.2px;
    margin-bottom: 5px;
}

.tonos .info-tooltip p {
    color: #595656;
    font-family: 'avenir-lt-pro';
    font-size: 12px;
    font-weight: 400;
    margin-block-end: 10px;
    margin-block-start: 0px;
    letter-spacing: 0.2px;
    margin-bottom: 0px;
}

/* Flecha del tooltip */
.tonos .tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

/* Estado visible */
.tonos .tooltip.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(-5px);
}

.tonos .dilution-selector {
  position: relative;
  width: 100%;
}

.tonos .steps-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.tonos .selector-line {
  position: absolute;
  top: 12px;
  left: 5%;
  width: 92%;
  height: 3px;
  background-color: #D9D9D9;
  z-index: 1;
}

.tonos .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 2;
}

.tonos .step input[type="radio"] {
  display: none;
}

.tonos .step .step-circle {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #f0f0f0;
  color: #a0a0a0;
  border: 2px solid #D9D9D9;
}

.tonos .step .step-label {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #595656;
  cursor: pointer;
}

.tonos .step input[type="radio"]:checked + .step-circle {
  background-color: #E4002B;
  color: #ffffff;
  border-color: #E4002B;
}

.tonos .step input[type="radio"]:checked + .step-circle + .step-label {
  color: #595656;
  font-weight: bold;
}

.elementor-page-title, h1.entry-title {
    display: block;
}


@media(max-width: 767px){
	.categoria-medidas .divPreText span {
        font-size: 15px;
        font-weight: 500;
    }
	
	.tonos .selector-line {
		left: 8%;
		width: 90%;
	}
	
	.tonos h3 {
		font-size: 15px;
	}
	
	.tonos .dilution-title {
		margin-bottom: 20px;
	}
	
}

/* fin estilos para degradado de color */
