@font-face {
  font-family: "Inter";
  src: url(https://clinix365.com/css/fonts/Inter-VariableFont.woff2)
    format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(https://clinix365.com/css/fonts/Montserrat-VariableFont.woff2)
    format("woff2");
  font-style: normal;
  font-display: swap;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
html,
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  min-width: 100%;
  width: 100%;
  scrollbar-width: thin;
  color: #010101;
}
a {
  text-decoration: none;
  color: #010101;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
}
input {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  width: 380px;
  height: 60px;
  border: none;
  border-radius: 36px;
}
.dfs-input,
.dfs-input-checkbox,
.dfs-input-textarea {
  font-family: "Inter", sans-serif;
  width: 471px;
  height: 64px;
  border-radius: 12px;
  border: solid;
  border-color: #8f8e8e;
  border-width: 0.6px;
  padding-left: 20px;
}
.dfs-input-textarea {
  height: 217px;
  padding-top: 20px;
}
.dfs-input-checkbox {
  width: 20px;
  height: 20px;
}
.dfs-input-login {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  width: 360px;
  height: 48px;
  border-radius: 12px;
  background-color: #f1f3f6;
  padding-left: 15px;
  border: solid;
  border-color: #e5e5e5;
  border-width: 0.6px;
}
.dfs-form {
  width: 580px;
  height: 915px;
}
.dfs-border-20 {
  border-radius: 20px;
}
.dfs-border-30 {
  border-radius: 30px;
}
.dfs-border-42 {
  border-radius: 42px;
}
.dfs-text-underline {
  text-decoration: underline;
}
.dfs-link {
  color: #2262e7;
}
.dfs-link:hover {
  color: #1a2c5b;
}
.dfs-font-inter {
  font-family: "Inter", sans-serif;
}
.dfs-font-monse {
  font-family: "Montserrat", sans-serif;
}
.dfs-font-s-12 {
  font-size: 12px;
}
.dfs-font-s-14 {
  font-size: 14px;
}
.dfs-font-s-16 {
  font-size: 16px;
}
.dfs-font-s-18 {
  font-size: 18px;
}
.dfs-font-s-20 {
  font-size: 20px;
}
.dfs-font-s-22 {
  font-size: 22px;
}
.dfs-font-s-24 {
  font-size: 24px;
}
.dfs-font-s-28 {
  font-size: 28px;
}
.dfs-font-s-26 {
  font-size: 26px;
}
.dfs-font-s-32 {
  font-size: 32px;
}
.dfs-font-s-36 {
  font-size: 36px;
}
.dfs-font-s-40 {
  font-size: 40px;
}
.dfs-font-s-44 {
  font-size: 44px;
}
.dfs-font-s-48 {
  font-size: 48px;
}
.dfs-font-s-52 {
  font-size: 52px;
}
.dfs-font-s-56 {
  font-size: 56px;
}
.dfs-font-s-64 {
  font-size: 64px;
}
.dfs-font-w-500 {
  font-weight: 500;
}
.dfs-font-w-600 {
  font-weight: 600;
}
.dfs-font-w-700 {
  font-weight: 700;
}
.dfs-font-w-800 {
  font-weight: 800;
}
.dfs-text-center {
  text-align: center;
}
.dfs-text-left {
  text-align: left;
}
.dfs-line-height-90p {
  line-height: 90%;
}
.dfs-line-height-125p {
  line-height: 125%;
}
.dfs-display-none {
  display: none;
}
.dfs-flex {
  display: flex;
}
.dfs-flex-column {
  display: flex;
  flex-direction: column;
}
.dfs-inline-block {
  display: inline-block;
}
.dfs-inline-column {
  display: inline-flex;
  flex-direction: column;
}
.dfs-align-items-c {
  align-items: center;
}
.dfs-align-items-b {
  align-items: baseline;
}
.dfs-align-content-c {
  align-content: center;
}
.dfs-jc-c {
  justify-content: center;
}
.dfs-jc-sb {
  justify-content: space-between;
}
.dfs-color-black {
  color: #010101;
}
.dfs-color-white {
  color: #fff;
}
.dfs-color-gray {
  color: #8f8e8e;
}
.dfs-color-dg {
  color: #525050;
}
.dfs-pd-30 {
  padding: 30px;
}
.dfs-pt-10 {
  padding-top: 10px;
}
.dfs-pt-20 {
  padding-top: 20px;
}
.dfs-pt-30 {
  padding-top: 30px;
}
.dfs-pt-40 {
  padding-top: 40px;
}
.dfs-pt-60 {
  padding-top: 60px;
}
.dfs-pt-70 {
  padding-top: 70px;
}
.dfs-pt-90 {
  padding-top: 90px;
}
.dfs-pt-110 {
  padding-top: 110px;
}
.dfs-pt-130 {
  padding-top: 130px;
}
.dfs-pt-160 {
  padding-top: 160px;
}
.dfs-pr-10 {
  padding-right: 10px;
}
.dfs-pr-30 {
  padding-right: 30px;
}
.dfs-pr-40 {
  padding-right: 40px;
}
.dfs-pr-50 {
  padding-right: 50px;
}
.dfs-pr-60 {
  padding-right: 60px;
}
.dfs-pr-80 {
  padding-right: 80px;
}
.dfs-pr-90 {
  padding-right: 90px;
}
.dfs-pr-100 {
  padding-right: 100px;
}
.dfs-pr-120 {
  padding-right: 120px;
}
.dfs-pr-160 {
  padding-right: 160px;
}
.dfs-pb-10 {
  padding-bottom: 10px;
}
.dfs-pb-20 {
  padding-bottom: 20px;
}
.dfs-pb-60 {
  padding-bottom: 60px;
}
.dfs-pb-80 {
  padding-bottom: 80px;
}
.dfs-pb-100 {
  padding-bottom: 100px;
}
.dfs-pb-110 {
  padding-bottom: 110px;
}
.dfs-pb-140 {
  padding-bottom: 140px;
}
.dfs-pb-160 {
  padding-bottom: 160px;
}
.dfs-pl-20 {
  padding-left: 20px;
}
.dfs-pl-30 {
  padding-left: 30px;
}
.dfs-pl-40 {
  padding-left: 40px;
}
.dfs-pl-50 {
  padding-left: 50px;
}
.dfs-pl-60 {
  padding-left: 60px;
}
.dfs-pl-80 {
  padding-left: 80px;
}
.dfs-pl-90 {
  padding-left: 90px;
}
.dfs-pl-100 {
  padding-left: 100px;
}
.dfs-pl-120 {
  padding-left: 120px;
}
.dfs-mt-10 {
  margin-top: 10px;
}
.dfs-mt-25 {
  margin-top: 25px;
}
.dfs-mr-5 {
  margin-right: 5px;
}
.dfs-mr-10 {
  margin-right: 10px;
}
.dfs-mr-15 {
  margin-right: 15px;
}
.dfs-mr-30 {
  margin-right: 30px;
}
.dfs-mr-40 {
  margin-right: 40px;
}
.dfs-mr-50 {
  margin-right: 50px;
}
.dfs-mr-60 {
  margin-right: 60px;
}
.dfs-mr-70 {
  margin-right: 70px;
}
.dfs-mr-130 {
  margin-right: 130px;
}
.dfs-mb-10 {
  margin-bottom: 10px;
}
.dfs-mb-20 {
  margin-bottom: 20px;
}
.dfs-mb-30 {
  margin-bottom: 30px;
}
.dfs-mb-40 {
  margin-bottom: 40px;
}
.dfs-mb-50 {
  margin-bottom: 50px;
}
.dfs-mb-60 {
  margin-bottom: 60px;
}
.dfs-mb-70 {
  margin-bottom: 70px;
}
.dfs-mb-90 {
  margin-bottom: 90px;
}
.dfs-mb-100 {
  margin-bottom: 100px;
}
.dfs-mb-130 {
  margin-bottom: 130px;
}
.dfs-ml-5 {
  margin-left: 5px;
}
.dfs-ml-40 {
  margin-left: 40px;
}
.dfs-ml-45 {
  margin-left: 45px;
}
.dfs-ml-90 {
  margin-left: 90px;
}
.dfs-width-50p {
  width: 50%;
}
.dfs-width-100p {
  width: 100%;
}
.dfs-width-260 {
  width: 260px;
}
.dfs-width-295 {
  width: 295px;
}
.dfs-width-380 {
  width: 380px;
}
.dfs-min-width-380 {
  min-width: 380px;
}
.dfs-width-1000 {
  width: 1000px;
}
.dfs-height-223 {
  height: 223px;
}
.dfs-pos-relative {
  position: relative;
}
.dfs-pos-absolute {
  position: absolute;
}
.dfs-absolute-center {
  transform: translate(-50%);
}
.dfs-right-0 {
  right: 0;
}
.dfs-bottom-0 {
  bottom: 0;
}
.dfs-translateX-53 {
  transform: translate(-53px);
}
.dfs-plan-card {
  width: 350px;
  height: 580px;
  background-color: #f5f8fd;
  background-color: #f7f7f7;
  border-radius: 25px;
}
.dfs-plan-rectangle {
  width: 35px;
  height: 7px;
  border-radius: 4px;
  background-color: #d9d9d9;
}
.dfs-plan-rectangle:hover {
  background-color: #525050;
  transition: 0.2s;
}
.dfs-box-shadow {
  box-shadow: 0 23px 105px #4d535f26;
}
.dfs-plan-container {
  max-width: 1170px;
}
.dfs-scrollbar-none {
  scrollbar-width: none;
}
.dfs-overflowX-scroll {
  overflow-x: scroll;
  overflow-y: hidden;
}
.dfs-cursor-pointer {
  cursor: pointer;
}
.dfs-send-button {
  background: none;
  padding: 0;
  border-radius: 50%;
  border: none;
}
.dfs-white-button {
  width: 270px;
  color: #2262e7;
  background-color: #fff;
  border-radius: 30px;
}
.dfs-blue-button,
.dfs-blue-button-input {
  color: #fff !important;
  background-color: #2262e7 !important;
  border-radius: 30px !important;
}
.dfs-blue-button-input {
  border: none;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  width: 261px;
  height: 54px;
  border-radius: 30px;
}
.dfs-blue-button-login {
  width: 360px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 16px;
  padding: 15px 0;
  color: #fff;
  background-color: #1a2c5b;
}
.dfs-outlie-button-login {
  width: 360px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: solid;
  border-width: 1px;
  border-radius: 16px;
  padding: 15px 0;
  color: #010101;
  background-color: #fff;
}
.dfs-outlie-button-login:hover {
  background-color: #eee;
}
.dfs-blue-button-login:hover {
  background-color: #2262e7;
  transition: 0.2s;
}
.dfs-blue-button:hover,
.dfs-blue-button-input:hover {
  background-color: #1a2c5b !important;
  transition: 0.2s !important;
  text-decoration: none !important;
}
.dfs-white-button:hover {
  background-color: #1a2c5b;
  color: #fff;
  transition: 0.2s;
  text-decoration: none !important;
}
.dfs-social-button {
  width: 45px;
  height: 45px;
  border: solid;
  border-radius: 18px;
  color: #536184;
}
.dfs-social-button:hover {
  background-color: #536184;
  transition: 0.2s;
}
.dfs-outline-button,
.dfs-outline-active {
  padding: 20px 30px;
  border: solid;
  border-color: #d1d1d1;
  border-width: 2px;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  width: fit-content;
  background-color: transparent;
}
.dfs-outline-button:hover,
.dfs-outline-active:hover {
  border-color: #2262e7;
  color: #2262e7;
  background-color: #2262e70d;
  transition: 0.2s;
}
.dfs-outline-active {
  border-color: #2262e7;
  color: #2262e7;
  background-color: #2262e70d;
}
.dfs-hr-login {
  width: auto;
  height: 1px;
  border: none;
  background-color: #e5e5e5;
}
.dfs-curve {
  border-top-left-radius: 50% 15%;
  border-top-right-radius: 50% 15%;
}
.dfs-bg-input-green {
  background-color: #34a853;
}
.dfs-bg-black {
  background-color: #010101;
}
.dfs-bg-white {
  background-color: #fff;
}
.dfs-bg-smoke {
  background-color: #f5f8fd;
}
.dfs-bg-blue {
  background-color: #2262e7;
}
.dfs-bg-db {
  background-color: #1a2c5b;
}
.dfs-bg-pale-db {
  background-color: #536184;
}
.dfs-bg-dg {
  background-color: #525050;
}
.dfs-semi-bg {
  background: #ffffff0d;
}
.dfs-home-section-bg {
  background: #2262e7;
  background-image: url(https://clinix365.com/img/blue-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.dfs-login-img {
  height: 100vh;
}
.dfs-text-blue-gradient {
  background: linear-gradient(207.46deg, #2262e7 44.28%, #607dc9 83.74%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dfs-text-gray-gradient {
  opacity: 0.9;
  background: linear-gradient(180deg, #b8cfff 40.49%, #bcbcbc);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dfs-overflow-h {
  overflow: hidden;
}
.textin {
  opacity: 1;
  animation-name: textin;
  animation-duration: 3.6s;
}
@keyframes textin {
  0% {
    opacity: 0;
    transform: translateY(50px) translateZ(0);
  }
  10% {
    opacity: 1;
    transform: translateY(0) translateZ(0);
  }
  90% {
    opacity: 1;
    transform: translateY(0) translateZ(0);
  }
  to {
    opacity: 0;
    transform: translateY(-50px) translateZ(0);
  }
}
#mobile-menu-button,
#mobile-menu {
  display: none;
}
.dfs-overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  right: 0;
  top: 0;
  background-color: #1a2c5b;
  background-color: #1a2c5be6;
  overflow-x: hidden;
  transition: 0.5s;
}
.dfs-overlay .dfs-closebtn {
  position: relative;
  font-size: 60px;
}
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  cursor: pointer;
}
.toggle-switch input[type="checkbox"] {
  display: none;
}
.toggle-switch-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  border-radius: 20px;
  box-shadow: inset 0 0 0 2px #ddd;
  transition: background-color 0.3s ease-in-out;
}
.toggle-switch-handle {
  position: absolute;
  top: 2.5px;
  left: 2.5px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px #0003;
  transition: transform 0.3s ease-in-out;
}
.toggle-switch:before {
  content: "";
  position: absolute;
  top: -25px;
  right: -35px;
  font-size: 12px;
  font-weight: 700;
  color: #aaa;
  text-shadow: 1px 1px #fff;
  transition: color 0.3s ease-in-out;
}
.toggle-switch input[type="checkbox"]:checked + .toggle-switch-handle {
  transform: translate(45px);
  box-shadow:
    0 2px 5px #0003,
    0 0 0 3px #2262e7;
}
.toggle-switch input[type="checkbox"]:checked + .toggle-switch-background {
  background-color: #2262e7;
  box-shadow: inset 0 0 0 2px #2262e7;
}
.toggle-switch input[type="checkbox"]:checked + .toggle-switch:before {
  content: "On";
  color: #2262e7;
  right: -15px;
}
.toggle-switch
  input[type="checkbox"]:checked
  + .toggle-switch-background
  .toggle-switch-handle {
  transform: translate(21px);
}

.fuente-titulo {
  font-family: "Montserrat", sans-serif !important;
}
.fuente-normal {
  font-family: "Inter", sans-serif !important;
}

@media screen and (max-width: 1280px) {
  .dfs-font-s-24 {
    font-size: 20px;
  }
  .query-cards-p {
    font-size: 13px;
  }
  .query-pl-50 {
    padding-left: 50px !important;
  }
  .dfs-outline-button {
    padding: 15px 20px;
    font-size: 16px;
  }
  .query-pt-50 {
    padding-top: 50px !important;
  }
  .query-pb-50 {
    padding-bottom: 50px !important;
  }
  .query-mb-50 {
    margin-bottom: 50px !important;
  }
}

.section-button-footer {
  margin: 0 auto;
}
.button-footer {
  width: fit-content;
  margin: 0 auto;
}

.line-mobile {
	border: 1px solid white !important;
	margin: 0 35px 0 0 !important;
}

.microsoft-button {
  background-color: #34a853;
  border: none;
  color: white;
}
.google-button {
  background-color: #000;
  border: none;
  color: white;
}
.microsoft-button:hover {
  background-color: #2A8A43;
}
.google-button:hover {
  background-color: #333333;
}
.centrar {
  margin: 0 auto;
}
.width-auto {
  width: auto;
}