@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: linear-gradient(180deg, #ffffff 80%, #aaaaaa 100%);
  background-position: center;
  background-repeat: no-repeat;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.br-20 {
  border-radius: 20px !important;
}

.fs-xl {
  font-size: 3.2rem !important;
}

.fs-md {
  font-size: 2.6rem !important;
}

.fc-gris {
  color: #666666 !important;
}

.fc-gris_claro {
  color: #aaaaaa !important;
}

.fc-rojo {
  color: #ea0029 !important;
}

.btn-danger {
  background-color: #ea0029;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
}

header {
  padding: 10px 80px;
  background-color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
}
header .img-logo {
  width: 100px;
}
header .navbar a {
  color: #aaaaaa;
  text-decoration: none;
}
header .navbar a:hover {
  color: #ea0029;
  text-decoration: none;
}

.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

#cabezal {
  background-color: #ffffff;
  position: relative;
  height: 95vh;
  padding: 40px 0px;
}
#cabezal .bg-cabezal {
  position: absolute;
  top: 10px;
  left: 60px;
  width: 100%;
  height: 540px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#cabezal .logocabezal {
  width: 246px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 40px;
}

#escuchar {
  position: relative;
  padding: 80px 0px;
}
#escuchar .pattern-l {
  position: absolute;
  top: 180px;
  left: -18%;
  width: 600px;
  height: 600px;
  background-image: url("./img/pattern.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#escuchar .pattern-r {
  position: absolute;
  top: 0;
  right: -18%;
  width: 600px;
  height: 600px;
  background-image: url("./img/pattern.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#callToAction {
  position: relative;
  display: flex;
  padding: 80px 0px;
  background-image: url("./img/background-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  color: #ffffff;
  text-align: center;
}

#comofunciona {
  display: flex;
  padding: 80px 0px;
  min-height: 75vh;
}
#comofunciona .card {
  background-color: transparent !important;
  border: none;
  height: 325px;
}
#comofunciona .card .card-footer {
  background-color: transparent !important;
  border-top: none !important;
}

#registrarme {
  position: relative;
  display: flex;
  height: 680px;
}
#registrarme::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./img/background-register.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
#registrarme .pattern-t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./img/pattern.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

footer {
  padding: 50px 0px;
  background-color: #30000a;
}
footer hr {
  border-top: 1px solid #ffffff;
}
footer #navfooter a {
  color: #ffffff;
  text-decoration: none;
}
footer #navfooter a:hover {
  color: #aaaaaa;
  text-decoration: none;
}

.modal-header {
  padding: 0.5rem 1rem;
  border-bottom: none !important;
}/*# sourceMappingURL=estilos.css.map */