/* You can add global styles to this file, and also import other style files */
:root {
  /* General colors */
  --primary-color: #0e2a7f;
  --secondary-color: #312783;
  --third-color: #656799;
  --background-color: #e7e7ed;
  --background-navbar-color: #dedee3;
  --shadow-button-color: #eae9f2;
  --shadow--hover-primary-color: #6262c4;
  --label-color: #5b5b5b;

  --noticias-color1: #7bc6e5;
  --noticias-pagination-active: #2cafe7;
  --noticias-pagination-inactive: #737e98;

  --productos-descripcion: #7c868e;
  --productos-donde-comprar: #0f9fde;
}

.swal2-title {
  font-size: 1rem !important;
}

/****************
   BARRA DE NAVEGACION
   **************/
/* Width */
::-webkit-scrollbar {
  width: 10px;
  left: -100px;
  background-color: #ffffff;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
  border: 3px solid transparent;
  background-clip: content-box;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #009fe3;
  /* border: 1px solid rgb(0, 0, 0); */
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #312783;
}

/****************
   // BARRA DE NAVEGACION
   **************/

html,
body {
  scroll-behavior: smooth;
  font-size: 1em !important;
  height: 100%;
  padding-right: 0px !important;
}

.cursor {
  cursor: pointer;
}

.cursor-none {
  cursor: default;
}

/*
  Espacio entre palabras para el texto justificado
  */
.__text-spacing {
  word-spacing: -2px;
}

/* FUENTES */
body,
label,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
input,
select,
textarea {
  font-family: MontserratMedium, sans-serif !important;
}

.montserrat-light {
  font-family: MontserratLight, Arial, Helvetica, sans-serif !important;
}

.montserrat-black {
  font-family: MontserratBlack, Arial, Helvetica, sans-serif !important;
}

.montserrat-bold {
  font-family: MontserratBold, Arial, Helvetica, sans-serif !important;
}

.montserrat-semibold {
  font-family: MontserratSemiBold, Arial, Helvetica, sans-serif !important;
}

.montserrat-medium {
  font-family: MontserratMedium, Arial, Helvetica, sans-serif !important;
}

@font-face {
  font-family: MontserratBold;
  src: url("fonts/Montserrat-Bold.otf");
}

@font-face {
  font-family: MontserratBlack;
  src: url("fonts/Montserrat-Black.otf");
}

@font-face {
  font-family: MontserratSemiBold;
  src: url("fonts/Montserrat-SemiBold.otf");
}

@font-face {
  font-family: MontserratMedium;
  src: url("fonts/Montserrat-Medium.otf");
}

@font-face {
  font-family: MontserratLight;
  src: url("fonts/Montserrat-Light.otf");
}

/* BREAKPOINTS */
/* // Extra small devices (portrait phones, less than 576px) */
.nav-h {
  max-height: 150px;
}

.__img-h {
  max-height: 2rem;
}

.bg-drogueria {
  background-color: var(--primary-color) !important;
  background-color: #0e2a7f !important;
}

.__shadow-custom {
  -webkit-box-shadow: 0px 17px 40px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 17px 40px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 17px 40px 10px rgba(0, 0, 0, 0.2);
}

.__text-title {
  font-size: 2.5rem;
}

.__text-subtitle {
  font-size: 1.3rem;
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .__text-title {
    font-size: 3rem;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .__text-title {
    font-size: 3.5rem;
  }

  .__text-subtitle {
    font-size: 1.8rem;
  }

  .__img-h {
    max-height: 3rem;
  }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}