/**
* Template Name: Impact
* Template URL: https://bootstrapmade.com/impact-bootstrap-business-website-template/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
[id^="formulario-"] {
  animation: fadeIn 0.5s ease-in-out;
}

.gif {
  display: none; 
  text-align: center;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.image-container {
  position: relative;
  width: 100%; /* Ajusta al tamaño deseado */
  height: 100%; /* Ajusta al tamaño deseado */
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(0);
  transition: filter 0.3s ease-in-out;
}

.image-container:hover img {
  filter: blur(3px); /* Difumina la imagen */
  transition: filter 0.3s ease-in-out; /* Transición suave */
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 20px;
  text-align: center;
  z-index: 1;
}

.image-container:hover .overlay-text {
  color: white;
  opacity: 1;
}

.img-fluid:hover {
  transform: scale(1.15);
  transition: transform 0.3s ease-in-out;
}

.img-fluid {
  transition: transform 0.3s ease-in-out;
}

.input-retiros {
  padding: 9px 15px;
  width: 100%;
  border-radius: 5px;
}

.input-retiros:focus {
  transition: ease-in-out 0.3s;
}

.fila-completa {
  margin-right: 100%;
}

@media (max-width: 1000px) {
  .siguiente {
    min-width: 125px;
  }
  .paso-anterior {
    min-width: 125px;
  }
  .finalizar {
    min-width: 150px;
  }
}

.boton-menu {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  background-color: #163E6D;
  color: #f3f0f0;
  border-color: #163E6D;
  border-radius: 10px;
  padding: 2px 11px;
  border-style: none;
}

.boton-menu:hover {
  transition: 0.3s;
  background-color: color-mix(in srgb, #163E6D, white 20%);
  border-color: color-mix(in srgb, #163E6D, white 20%);
}

@media (max-width: 1400px) and (min-width: 1200px) {
  .navbar-menu {
    display: none;
  }
}

@media (max-width: 1200px) {
  .boton-menu {
    margin-left: 15px;
    font-size: 17px;
    margin-top: 3px;
    margin-bottom: 12px;
  }
}

/* SUCURSALES */
.sucursal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 10px;
}

@media (max-width: 1400px) {
  .sucursal-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1000px) {
  .sucursal-grid {
    grid-template-columns: 1fr;
  }
  .sucursal-bloque {
    min-width: auto;
  }
}

@media (max-width: 500px) {
  .sucursal-footer {
    max-width: 100%; /* Asegura que no se excedan */
  }

  .botonComoLlegar {
    max-width: 150px;
    width: 100%;
    min-width: 100px;
  }
}

.fuente {
  font-family: 'Montserrat', sans-serif;
}

/* Bloque de cada sucursal */
.sucursal-bloque {
  min-width: 200px; /* Tamaño mínimo del bloque */
  max-width: 100%; /* Asegura que no se excedan */
  border-radius: 10px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  background-color: var(--surface-color);
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
}

.sucursal-header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sucursal-body p {
  margin-left: 5%;
  margin-bottom: 5%;
  margin-top: 2%;
}

.sucursal-body i {
  margin-right: 5%;
}

.sucursal-footer {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: auto; /* Empuja el contenido hacia arriba */
  padding-bottom: 1%;
}

.sucursal-footer button {
  width: 250px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  border-radius: 50px;
  border: 3px solid color-mix(in srgb, var(--default-color), transparent 100%);
  padding: 10px 10px;
  text-align: center;
  cursor: pointer;
}

.botonComoLlegar {
  transition: ease-in-out 0.3s;
  border: 2px solid transparent;
  color: inherit;
}

.azul { --main-color: #163E6D; }
.rojo { --main-color: #df1529; }

.botonComoLlegar:hover {
  border-color: color-mix(in srgb, var(--main-color), transparent 10%);
  color: var(--main-color);
}

.botonComoLlegar:hover i,
.botonComoLlegar:hover strong {
  color: inherit;
}

.sucursales .sucursal-item .icon {
  width: 48px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 50px;
}

.sucursales .sucursal-item .icon i {
  color: color-mix(in srgb, var(--heading-color), transparent 30%);
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.sucursales .sucursal-item h3 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  font-size: 22px;
  border-bottom: 4px solid color-mix(in srgb, var(--heading-color), transparent 90%);
  transition: 0.3s;
}

.sucursales .sucursal-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.sucursales .sucursal-item:hover .icon i {
  color: var(--heading-color);
}

.sucursales .sucursal-item:hover .icon:before {
  background: color-mix(in srgb, var(--accent-color), transparent 50%);
}

.sucursales .sucursal-item:hover h3 {
  border-color: color-mix(in srgb, var(--heading-color), transparent 10%);
  color: var(--heading-color);
}

select {
  transition: all 0.4s ease;
}

select:hover {
  background-color: #e1e1e1;
  transition: all 0.4s;
  text-decoration: none;
}

.botonPresupuesto {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  margin-bottom: 0%;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  border-radius: 50px;
  border: 3px solid color-mix(in srgb, var(--default-color), transparent 80%); /* Borde más grueso */
  padding: 10px 20px;
  text-align: center; /* Centra el texto */
  display: block; /* Asegura que el contenedor ocupe el ancho completo */
  width: 30%; /* Asegura que el contenedor tenga un ancho del 50% */
  cursor: pointer; /* Hace que el cursor sea una mano al pasar por el área */
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; /* Transiciones suaves */
}

.botonPresupuesto a {
  color: inherit; /* Asegura que el color del texto dentro del <a> se herede */
  text-decoration: none; /* Elimina el subrayado del enlace */
  display: inline-block; /* Asegura que el <a> ocupe el espacio completo del contenedor */
  width: 100%; /* Asegura que el enlace ocupe todo el área del div */
  height: 100%; /* Asegura que el enlace ocupe todo el área del div */
  padding: 0; /* Elimina cualquier relleno extra que pueda afectar la caja */
  line-height: 1.5; /* Ajusta la altura de la línea si es necesario */
}

.botonPresupuesto:hover {
  background-color: #e1e1e1;
  transition: all 0.4s;
  text-decoration: none;
}

.objet-bottom {
  position: absolute;
  bottom: 0; /* Coloca el elemento al final */
  left: 0; /* Alineación horizontal opcional */
  width: 100%; /* Opcional: Asegura que ocupe todo el ancho */
}

@media (max-width: 768px) {
  #frecuenciaForm .row {
    flex-wrap: wrap; /* Asegurar que los elementos salten a la siguiente línea */
  }

  #resultadoFrecuencia {
    transform: none; /* Eliminar animación lateral en pantallas pequeñas */
    margin-top: 15px; /* Espaciado entre el botón y el resultado */
  }

  #frecuenciaForm .col-md-3, #frecuenciaForm .col-auto {
    margin-bottom: 15px; /* Añade espacio entre elementos */
  }

  .botonPresupuesto {
    width: 50%; /* Hace que el botón ocupe un 90% del ancho cuando la pantalla es pequeña */
  }

}

a#buscarFrecuencia {
  min-height: 38px; /* Igualar la altura del select */
  display: flex;
  align-items: center; /* Centrar el texto del botón */
  justify-content: center; /* Centrar horizontalmente */
  padding: 0 15px; /* Ajustar el espacio horizontal */
}

#resultadoFrecuencia {
  margin-top: 35px; /* Ajusta el espacio según sea necesario */
  opacity: 0; /* Oculto inicialmente */
  visibility: hidden; /* Evita la interacción mientras está oculto */
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transform: translateX(20px); /* Mover ligeramente hacia la derecha inicialmente */
}

#resultadoFrecuencia.show {
  opacity: 1;
  visibility: visible; /* Hacer visible para permitir interacción */
  transform: translateX(0); /* Volver a su posición original */
}

/* Fonts */
:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Montserrat",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #f3f0f0; /* Background color for the entire website, including individual sections */
  --default-color: #222222; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #172a28; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #163E6D; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #000000;  /* The default color of the main navmenu links */
  --nav-hover-color: #163E6D; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #163E6D; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #163E6D; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Para imagenes que quieran ser iconos */
.icono {
  width: 70px; /* Ancho del ícono */
  height: 70px; /* Altura del ícono */
  object-fit: contain; /* Mantiene las proporciones de la imagen */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f2f9f9;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

.accent-background {
  --background-color: #163E6D;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --accent-color: #ffffff;
  --surface-color: #163E6D;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}



/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: #ffffff;
  --heading-color: #ffffff;
  --contrast-color: #ffffff;
  --surface-color: #000000;
  color: var(--default-color);
  transition: all 0.5s;
  z-index: 997;
  background-color: var(--background-color);
}

.header .topbar {
  background-color: color-mix(in srgb, var(--accent-color) 90%, black 10%);
  height: 40px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
}

.header .topbar .contact-info i {
  font-style: normal;
  color: var(--contrast-color);
}

.header .topbar .contact-info i a,
.header .topbar .contact-info i span {
  padding-left: 5px;
  color: var(--contrast-color);
}

@media (max-width: 575px) {

  .header .topbar .contact-info i a,
  .header .topbar .contact-info i span {
    font-size: 13px;
  }
}

.header .topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.header .topbar .contact-info i a:hover {
  color: var(--contrast-color);
  text-decoration: underline;
}

.header .topbar .social-links a {
  color: color-mix(in srgb, var(--contrast-color), transparent 40%);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

.header .topbar .social-links a:hover {
  color: var(--contrast-color);
}

.header .branding {
  min-height: 60px;
  padding: 10px 0;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 36px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.header .logo span {
  font-size: 32px;
  margin-left: 2px;
  color: var(--nav-hover-color);
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  color: var(--heading-color);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--default-color);
  border-color: var(--default-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--default-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 4px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#navmenu {
  position: absolute;
  right: 0;
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  --background-color: var(--accent-color);
  --default-color: #fff;
  --heading-color: #fff;
  color: var(--default-color);
  background-color: var(--background-color);
  position: relative;
}

.page-title .heading {
  padding: 160px 0 80px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.page-title .heading h1 {
  font-size: 38px;
  font-weight: 700;
}

.page-title nav {
  background-color: color-mix(in srgb, var(--default-color), transparent 92%);
  padding: 20px 0;
}

.page-title nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.page-title nav ol a {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.page-title nav ol a:hover {
  color: var(--default-color);
}

.page-title nav ol li+li {
  padding-left: 10px;
}

.page-title nav ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 112px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 100px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}

/*
# Camera Section
*/

video {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  margin: 30px auto;
  border: 3px solid #163E6D;
  display: block;
}

#message {
  padding: 10px;
  border-radius: 6px;
  margin: 10px 0;
  display: none;
  font-weight: 500;
}

#message.success {
  background: #d1e7dd;
  color: #0f5132;
  display: block;
}

#message.error {
  background: #f8d7da;
  color: #842029;
  display: block;
}

#message.warning {
  background: #fff3cd;
  color: #664d03;
  display: block;
}

.result-overlay {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.result-overlay.active {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  z-index: 10;
}

.result-success {
  background: #27ae60;
  color: white;
}

.result-error {
  background: #e74c3c;
  color: white;
}

.result-content {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.result-icon {
  font-size: 70px;
  margin-bottom: 10px;
}

.result-text {
  font-size: 20px;
  font-weight: 600;
}
