.elementor-63892 .elementor-element.elementor-element-0bd9f00{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-63892 .elementor-element.elementor-element-95a09b9{font-family:"Mukta", Sans-serif;font-size:1.1em;font-weight:500;}.elementor-63892 .elementor-element.elementor-element-9933921{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-end;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-63892 .elementor-element.elementor-element-9933921{--content-width:1600px;}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for html, class: .elementor-element-9df7312 *//* Tipografía base: Mukta (nativa WP) */
.umet-finder,
.umet-finder *{
  font-family: "Mukta", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Contenedor */
.umet-finder{
  background:#10263a;
  padding:22px 16px;
  position:relative;
  overflow:hidden;
}

/* Decoración esquina */
.umet-finder::after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:170px;
  height:90px;
  background:#22bcb9;
  clip-path:polygon(40% 0,100% 0,100% 100%,70% 55%);
}

/* Layout interno */
.umet-finder__inner{
  max-width:1180px;
  margin:0 auto;
}

/* Título */
.umet-finder__title{
  color:#22bcb9;
  font-size:22px;
  font-weight:700;
  margin:0 0 14px;
}

/* Grid principal del formulario */
.umet-finder__form{
  display:grid;
  grid-template-columns:1fr 1fr 1.2fr auto;
  gap:18px;
  align-items:end;
}

/* Cada paso */
.umet-finder__step{
  display:grid;
  grid-template-rows:auto 44px 14px;
  gap:8px;
}

/* Labels */
.umet-finder__label{
  color:#ffffff;
  font-size:14px;
  font-weight:500;
}

/* Selects */
.umet-finder__select{
  height:44px;
  width:100%;
  border-radius:6px;
  border:1px solid rgba(255,255,255,0.25);
  background:#ffffff;
  padding:0 12px;
  font-size:14px;
  color:#10263a;
  outline:none;
}

.umet-finder__select:disabled{
  background:#e5e5e5;
  opacity:.8;
  cursor:not-allowed;
}

/* Textos pequeños / hints */
.umet-finder__hint{
  color:#d8f4f2;
  font-size:12px;
  min-height:14px;
}

/* Paso del botón */
.umet-finder__step--button{
  grid-template-rows:auto 44px 14px;
}

/* Botón NORMAL */
.umet-finder__btn{
  height:44px;
  width:100%;
  border:none;
  border-radius:999px;
  padding:0 26px;
  font-size:15px;
  font-weight:700;
  background:#22bcb9; /* turquesa */
  color:#ffffff;
  cursor:pointer;
  transition:all .15s ease;
}

/* HOVER – fondo blanco, texto turquesa */
.umet-finder__btn:hover:not(:disabled){
  background:#ffffff !important;
  color:#22bcb9 !important;
  box-shadow:0 6px 16px rgba(34,188,185,.35);
}

/* ACTIVE – mismo estilo que hover */
.umet-finder__btn:active:not(:disabled){
  background:#ffffff !important;
  color:#22bcb9 !important;
  transform:scale(.97);
}

/* FOCUS – QUITA EL VINO POR COMPLETO */
.umet-finder__btn:focus,
.umet-finder__btn:focus-visible {
  background:#ffffff !important;
  color:#22bcb9 !important;
  outline:none !important;
  box-shadow:0 0 0 3px rgba(34,188,185,0.35);
}

/* VISITED – también evita vino */
.umet-finder__btn:visited {
  background:#22bcb9;
  color:#ffffff;
}

/* Disabled */
.umet-finder__btn:disabled{
  opacity:.45;
  cursor:not-allowed;
  box-shadow:none;
}

/* Responsive */
@media (max-width:980px){
  .umet-finder__form{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Mukta';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://umet.edu.ec/wp-content/uploads/2020/11/Mukta-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Mukta';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://umet.edu.ec/wp-content/uploads/2020/11/Mukta-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Mukta';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://umet.edu.ec/wp-content/uploads/2020/11/Mukta-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Mukta';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://umet.edu.ec/wp-content/uploads/2020/11/Mukta-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Mukta';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://umet.edu.ec/wp-content/uploads/2020/11/Mukta-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Mukta';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://umet.edu.ec/wp-content/uploads/2020/11/Mukta-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Mukta';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://umet.edu.ec/wp-content/uploads/2020/11/Mukta-ExtraBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */