/*
 Theme Name:   Hello Elementor Child
 Description:  Tema hijo para el sitio de K303
 Author:       Agencia Efecto Digital
 Author URI:   https://efectodigital.agency/
 Template:     hello-elementor
 Version:      1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --k303-primary: #333333;
  --k303-secondary: #D6E342;
  --k303-accent: #757575;
  --k303-font: "Montserrat", sans-serif;
}

.scrollbar-minimal::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.scrollbar-minimal::-webkit-scrollbar-track {
  background: transparent;
}

.scrollbar-minimal::-webkit-scrollbar-thumb {
  background-color: #e5e7eb;
  border-radius: 0px;
  border: 3px solid transparent;
  background-clip: content-box;
}

.scrollbar-minimal::-webkit-scrollbar-thumb:hover {
  background-color: var(--k303-primary);
  border: 0px solid transparent;
}

body {
  font-family: var(--k303-font) !important;
  color: var(--k303-primary);
  line-height: 1.6;
}

::selection {
  background-color: #D6E342 !important;
  color: #303030 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--k303-primary);
  font-weight: 700;
  text-transform: uppercase;
}

.elementor-button {
  border-radius: 0px !important;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1150px;
  }
}


/* Login */
.login form {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 400;
    overflow: hidden;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
