body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: start;
}

/* Normalizes font-size for headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* Removes list-style from lists */
ol,
ul {
  list-style: none;
}

button {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
}

/* Normalizes font-style and font-weight to normal */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

/* Removes spacing in tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: -webkit-fill-available;
}

/* Removes border from fieldset and img */
fieldset,
img {
  border: 0;
}

/* Left-aligns text in caption and th */
caption,
th {
  text-align: left;
}

/* Removes quotation marks from q */
q:before,
q:after {
  content: '';
}

/* Fin de Hoja de Normalización */

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif, 'PFont-Regular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}


@font-face {
  font-family: PFont-Bold;
  src: url('../public/fonts/Poppins-Bold.ttf')
}

@font-face {
  font-family: PFont-Medium;
  src: url('../public/fonts/Poppins-Medium.ttf')
}

@font-face {
  font-family: PFont-Regular;
  src: url('../public/fonts/RCTextos-Light.woff2')
}

@font-face {
  font-family: PFont-Light;
  src: url('../public/fonts/Poppins-Light.ttf')
}

/* swiper */

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.swiper-pagination-bullets {
  top: -15px;
}

.swiper-horizontal * .swiper-pagination-bullet-active {
  background-color: var(--color-primary-green) !important;
}

.swiper-horizontal>.swiper-pagination-bullet {
  background-color: var(--color-neutral-gray-silver) !important;

}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -3px !important;
}