/* Fonts */
body,
input,
textarea,
select {
  font-family: "Archivo", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo", Arial, Helvetica, sans-serif;
  font-display: swap;
  font-weight: 500;
}

h1 {
  font-size: clamp(2.5rem, 1.792rem + 1.4749vw, 3.125rem);
  line-height: 104%;
}

h2 {
  font-size: clamp(1.375rem, 1.2417rem + 0.2153vw, 1.5rem);
  line-height: 110%;
}

h3 {
  font-size: 1rem;
}

p,
li,
label,
input, select, option, textarea,
.form-control, .form-control.form-select {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 22px;
}
p::-moz-placeholder, li::-moz-placeholder, label::-moz-placeholder, input::-moz-placeholder, select::-moz-placeholder, option::-moz-placeholder, textarea::-moz-placeholder, .form-control::-moz-placeholder, .form-control.form-select::-moz-placeholder {
  font-size: 0.95rem;
}
p::placeholder,
li::placeholder,
label::placeholder,
input::placeholder, select::placeholder, option::placeholder, textarea::placeholder,
.form-control::placeholder, .form-control.form-select::placeholder {
  font-size: 0.95rem;
}

p b {
  font-weight: 500;
}

.smallTxt {
  font-size: 0.85rem;
}

.big {
  font-size: clamp(2rem, 0.8727rem + 1.82vw, 3.125rem);
  line-height: inherit;
}

/*--------------RESPONSIVE----------*/
/* extra Small Devices*/
/*Small Devices*/
/*Medium devices*/
/*Large Devices*/
/*scroll bar*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #060721;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

::-moz-selection {
  background-color: #000234;
  color: #fff;
}

::selection {
  background-color: #000234;
  color: #fff;
}

/* Resets */
.img-fluid {
  width: 100%;
}

.noPadding {
  padding: 0;
}

.row {
  padding: 0 !important;
  margin: 0 !important;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

section.noPadding {
  padding: 0em 0;
}

/* General */
body {
  font-family: "Archivo", Arial, Helvetica, sans-serif;
  color: #000234;
  background-color: #fff;
}

/* links */
a {
  color: #0023A0;
  text-decoration: underline;
  transition: color 0.3s;
}
a:hover, a:active, a:focus {
  color: #0023A0;
}

.color-light {
  color: #ece7f4;
}

/* Buttons */
.btn {
  position: relative;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 10px;
  text-decoration: none;
  transition: color 0.4s, border 0.3s;
  transition: color 0.3s, background-color 0.3s;
  border-radius: 20px;
  max-width: 220px;
  width: 100%;
}
.btn.w-100 {
  max-width: 368px;
}
.btn.btn-cta {
  color: #fff;
  background-color: #0023A0;
}
.btn.btn-cta:hover, .btn.btn-cta:focus, .btn.btn-cta:active {
  border-color: #060721;
  background-color: #060721;
}
.btn.is-blue-secondary {
  color: #fff;
  background-color: #000234;
}
.btn.is-blue-secondary:hover, .btn.is-blue-secondary:focus, .btn.is-blue-secondary:active {
  color: #fff;
  border-color: #060721;
  background-color: #060721;
}

.nav-pills {
  gap: 0 1rem;
}
.nav-pills .nav-link {
  color: #000234;
  border: 1px solid #000234;
  border-radius: 20px;
  text-decoration: none;
}
.nav-pills .nav-link.active {
  color: #fff;
  background-color: #000234;
}
.nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:active, .nav-pills .nav-link.active:hover {
  color: #fff !important;
}

/* Background */
.bg-white {
  background-color: #fff;
}

.bg-light {
  background-color: #EEECE7 !important;
}

.bg-blue-primary {
  background-color: #0023A0;
}

.bg-blue-secondary {
  background-color: #000234;
}

.bg-red-primary {
  background-color: #C63847;
}

.bg-red-secondary {
  background-color: #5C394D;
}

.bg-green-primary {
  background-color: #192D4F;
}

.bg-green-secondary {
  background-color: #356575;
}

.bg-white-light {
  background: #fff;
  background: linear-gradient(to bottom, #fff 40%, #EEECE7 40%);
}
.bg-white-light.bg-inverse {
  background: linear-gradient(to bottom, #EEECE7 40%, #fff 40%);
}

hr {
  color: #000234;
  opacity: 1;
}

.list-group-item {
  border-color: #000234;
  background-color: transparent;
  padding-left: 0;
}

.titleSnipet {
  display: block;
  color: #fff;
  background-color: #000;
}

html[data-theme=dark] body {
  color: #fff;
  background-color: #000234;
}
html[data-theme=dark] .btn.is-blue-secondary {
  color: #000234;
  background-color: #fff;
}
html[data-theme=dark] .btn.is-blue-secondary:hover, html[data-theme=dark] .btn.is-blue-secondary:focus, html[data-theme=dark] .btn.is-blue-secondary:active {
  color: #fff;
  border-color: #0023A0;
  background-color: #0023A0;
}
html[data-theme=dark] .bg-white {
  background-color: #000234 !important;
}
html[data-theme=dark] .bg-white-light {
  background: #060721;
  background: linear-gradient(to bottom, #000234 40%, #060721 40%);
}
html[data-theme=dark] .bg-white-light.bg-inverse {
  background: linear-gradient(to bottom, #000234 40%, #060721 40%);
}
html[data-theme=dark] .nav-pills .nav-link {
  color: #fff;
  border: 1px solid #fff;
}
html[data-theme=dark] .nav-pills .nav-link:focus, html[data-theme=dark] .nav-pills .nav-link:active, html[data-theme=dark] .nav-pills .nav-link:hover {
  color: #fff !important;
}
html[data-theme=dark] .nav-pills .nav-link.active {
  color: #fff;
  background-color: #000234;
  border-color: #000234;
}
html[data-theme=dark] .nav-pills .nav-link.active:focus, html[data-theme=dark] .nav-pills .nav-link.active:active, html[data-theme=dark] .nav-pills .nav-link.active:hover {
  color: #fff !important;
}

header {
  padding: 24px;
  background-color: #fff;
}
header .logo {
  max-width: 195px;
  width: 100%;
  height: auto;
}
header ul {
  display: flex;
  list-style-type: none;
  gap: 0 10px;
  margin: 0;
}
header ul li a {
  color: #000;
  text-decoration: none;
}
header ul li a:hover, header ul li a:focus, header ul li a:active {
  color: #000;
}
header ul li a.active {
  text-decoration: underline;
}
header ul svg {
  width: 1.2rem;
  height: auto;
  vertical-align: text-top;
}
@media only screen and (min-width: 0px) {
  header {
    padding: 24px 10px;
  }
}
@media only screen and (min-width: 991px) {
  header {
    padding: 24px;
  }
}

@media only screen and (min-width: 0px) {
  .cs-tec-header-001 p {
    text-align: right;
    padding-right: 0;
  }
  .cs-tec-header-001 p::before {
    display: none;
  }
}
@media only screen and (min-width: 991px) {
  .cs-tec-header-001 p {
    text-align: inherit;
    padding-right: 1rem;
  }
  .cs-tec-header-001 p::before {
    display: block;
  }
}

html[data-theme=dark] header {
  background-color: #000;
}
html[data-theme=dark] header svg path {
  fill: #fff;
}
html[data-theme=dark] header ul li a {
  color: #fff;
}
html[data-theme=dark] header ul li a:hover, html[data-theme=dark] header ul li a:focus, html[data-theme=dark] header ul li a:active {
  color: #000;
}

footer {
  position: relative;
  color: #000234;
  background-color: #EEECE7;
  padding: clamp(0.75rem, 0.3661rem + 0.9449vw, 1.5rem);
}
footer .logo {
  max-width: inherit;
}
@media only screen and (min-width: 0px) {
  footer .logo {
    display: block;
    text-align: center;
    margin: 0 auto 25px;
  }
}
@media only screen and (min-width: 991px) {
  footer .logo {
    display: inline-block;
    text-align: start;
  }
}
footer #theme-switch {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px 10px;
  margin: auto 15px 15px 0;
  width: 70px;
  border: 1px solid #000;
  border-radius: 50px;
  color: #000;
}
footer p {
  font-size: 10px;
  padding: 0 10px;
}
footer hr {
  opacity: 1;
  color: #000234;
}
footer .nav ul {
  display: block;
}
@media only screen and (min-width: 0px) {
  footer .nav ul {
    margin: 0 auto 25px;
    text-align: center;
  }
}
@media only screen and (min-width: 991px) {
  footer .nav ul {
    margin: 0;
    text-align: left;
  }
}
footer .nav li {
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
}
footer .nav li:not(:last-child) {
  margin-bottom: 5px;
}
footer .nav li:hover {
  top: inherit;
}
footer .nav li a {
  display: block;
  position: relative;
  top: inherit;
  left: 0;
  color: #000234;
  transform: inherit;
  text-decoration: none;
}
footer .nav li a:hover, footer .nav li a:focus, footer .nav li a:active {
  color: #060721 !important;
  top: inherit;
  text-decoration: underline;
}
footer .nav.justify-content-center a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}
footer .redes li {
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
}
footer .redes li:hover {
  top: inherit;
}
footer .redes p {
  font-size: 12px;
  line-height: 2.5;
}
footer .redes a {
  display: block;
  position: relative;
  top: inherit;
  left: 0;
  font-size: 1.2rem;
  color: #000234;
  transform: inherit;
  text-decoration: none;
}
footer .redes a:hover, footer .redes a:focus, footer .redes a:active {
  color: #0023A0 !important;
  top: inherit;
}

html[data-theme=dark] footer {
  color: #EEECE7;
  background-color: #060721;
}
html[data-theme=dark] footer svg path {
  fill: #fff;
}
html[data-theme=dark] footer hr,
html[data-theme=dark] footer .nav li a,
html[data-theme=dark] footer .redes li a,
html[data-theme=dark] footer ul li a {
  color: #fff;
}
html[data-theme=dark] footer .nav li a:hover, html[data-theme=dark] footer .nav li a:focus, html[data-theme=dark] footer .nav li a:active {
  color: #fff !important;
}
html[data-theme=dark] footer #theme-switch {
  color: #fff;
  border-color: #0023A0;
  background-color: #0023A0;
}

section[class^=cb-content] {
  padding: clamp(2.1875rem, -0.146rem + 3.7675vw, 4.375rem) clamp(0.75rem, 0.3661rem + 0.9449vw, 1.5rem);
}
section[class^=cb-content] .link {
  color: #000234;
}

.cb-content-counters-blue .col-lg-3:not(:last-child) .cb-cards-text {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 991px) {
  .cb-content-counters-blue .col-lg-3:not(:last-child) .cb-cards-text {
    border-right: 1px solid #fff;
  }
}

.cb-content-counters-light .col-lg-3:not(:last-child) .cb-cards-text {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 991px) {
  .cb-content-counters-light .col-lg-3:not(:last-child) .cb-cards-text {
    border-right: 1px solid #000234;
  }
}

html[data-theme=dark] .cb-content-2col.bg-white-light {
  background: linear-gradient(to bottom, #060721 40%, #192D4F 40%);
}
html[data-theme=dark] .cb-content-2col.bg-white-light hr {
  color: #fff !important;
}
html[data-theme=dark] .cb-content-3col-cream.bg-light {
  background-color: #000234 !important;
}
html[data-theme=dark] .cb-content-3col-cream.bg-light p {
  color: #fff;
}
html[data-theme=dark] .cb-content-4col-light.bg-light {
  background-color: #060721 !important;
}
html[data-theme=dark] .cb-content-4col-light.bg-light p {
  color: #fff;
}
html[data-theme=dark] .link {
  color: #EEECE7;
}
html[data-theme=dark] .cb-content-counters-light.bg-light {
  background-color: #C63847 !important;
}
html[data-theme=dark] .cb-content-counters-light .text-black, html[data-theme=dark] .cb-content-counters-light p {
  color: #fff !important;
}
@media only screen and (min-width: 991px) {
  html[data-theme=dark] .cb-content-counters-light .col-lg-3:not(:last-child) .cb-cards-text {
    border-right: 1px solid #fff;
  }
}
html[data-theme=dark] .cb-content-select.bg-light {
  background-color: #0023A0 !important;
}
html[data-theme=dark] .cb-content-3col-white hr {
  color: #fff;
}

section[class^=cb-cards] {
  padding: clamp(2.1875rem, -0.146rem + 3.7675vw, 4.375rem) clamp(0.75rem, 0.3661rem + 0.9449vw, 1.5rem);
}
section[class^=cb-cards] h1 + p, section[class^=cb-cards] h2 + p {
  margin-top: 12px;
}
section[class^=cb-cards] div[class^=cb-cards-text] {
  padding: 24px;
}

section[class^=cb-cards-4boxes][class$=-blue] h2, section[class^=cb-cards-4boxes][class$=-red] h2, section[class^=cb-cards-4boxes][class$=-green] h2 {
  font-size: 1rem;
}

.cb-cards-2boxes-light div[class^=bg] {
  padding: 24px;
}

section[class^=cb-cards-1box] div[class^=bg] {
  padding: 24px;
}
section[class^=cb-cards-1box] h3 {
  position: relative;
  padding: 8px 0 8px 26px;
  border-bottom: 1px solid #ece7f4;
  margin-bottom: 12px;
}
section[class^=cb-cards-1box] h3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto auto auto 0;
  height: 12px;
  width: 12px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}

.cb-cards-background {
  margin: clamp(2.1875rem, -0.8127rem + 4.8439vw, 5rem) 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("https://fakeimg.pl/1920x800");
}
.cb-cards-background div[class^=bg] {
  padding: 24px;
}

html[data-theme=dark] section[class^=cb-cards].bg-light {
  background-color: #0023A0 !important;
}
html[data-theme=dark] section[class^=cb-cards] .bg-blue-secondary {
  background-color: #fff;
}
html[data-theme=dark] section[class^=cb-cards] .bg-blue-secondary .color-light {
  color: #000234;
}
html[data-theme=dark] section[class^=cb-cards] .list-group-item {
  color: #EEECE7;
  border-color: #EEECE7;
}
html[data-theme=dark] section.cb-cards-2boxes-light.bg-light {
  background-color: #5C394D !important;
}
html[data-theme=dark] section.cb-cards-2boxes-light.bg-light .bg-white {
  background-color: #C63847 !important;
}
html[data-theme=dark] .cb-cards-1box-blue.bg-white-light.bg-inverse {
  background: linear-gradient(to bottom, #060721 40%, #000234 40%);
}
html[data-theme=dark] .cb-cards-1box-white.bg-white-light.bg-inverse .bg-white {
  background-color: #356575 !important;
}
html[data-theme=dark] .cb-cards-1box-red.bg-white-light {
  background: linear-gradient(to bottom, #000234 40%, #5C394D 40%);
}
html[data-theme=dark] section.cb-cards-1box-white.bg-white-light.bg-inverse {
  background: linear-gradient(to bottom, #192D4F 40%, #000234 40%);
}

@media only screen and (min-width: 0px) {
  section[class^=cb-form] .form-bg {
    min-height: auto;
  }
}
@media only screen and (min-width: 991px) {
  section[class^=cb-form] .form-bg {
    min-height: 85vh;
  }
}
section[class^=cb-form] h2 {
  font-weight: 400;
}
section[class^=cb-form] .list-group-item {
  border-color: #EEECE7;
}

form .form-group {
  position: relative;
}
form .label_input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(0%);
  font-size: 0.813rem;
  line-height: 2;
  color: #000234;
  pointer-events: none;
  transition: 0.25s ease all;
}
form .form-control.form-select, form option {
  font-size: 0.813rem;
  color: #000234;
}
form .form-control {
  color: #0023A0;
  height: 2.35rem;
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid #000234;
  border-radius: 0;
  padding-left: 0;
}
form .form-control::-moz-placeholder {
  color: #0023A0;
}
form .form-control::placeholder {
  color: #0023A0;
}
form .form-control:not(:-moz-placeholder-shown) + label {
  top: -1.25rem;
}
form .form-control:focus + label, form .form-control:not(:placeholder-shown) + label {
  top: -1.25rem;
}
form .form-control:focus {
  box-shadow: none;
  border-bottom-color: #0023A0;
}
form .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000234' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  color: #000234;
}
form textarea.form-control {
  border: 1px solid #000234;
}
form .form-check-label {
  line-height: 2;
  vertical-align: sub;
}
form .form-check-label a {
  color: #0023A0;
}
form .form-check-input {
  border-color: #000234;
}
form .form-check-input:checked {
  background-color: #0023A0;
  border-color: #0023A0;
}
form .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
form .form-check.terms .form-check-label {
  font-size: 0.813rem;
  color: #000234;
}
form .form-check.terms .form-check-label a {
  color: #000234;
}

html[data-theme=dark] section[class^=cb-form] .bg-light {
  background-color: transparent !important;
}
html[data-theme=dark] form .form-check-label a {
  color: #0023A0;
}
html[data-theme=dark] form .form-check-input {
  border-color: #EEECE7;
}
html[data-theme=dark] form .form-check-input:checked {
  background-color: #0023A0;
  border-color: #0023A0;
}
html[data-theme=dark] form .form-check.terms .form-check-label {
  color: #EEECE7;
}
html[data-theme=dark] form .form-check.terms .form-check-label a {
  color: #EEECE7;
}
html[data-theme=dark] form .form-control.form-select {
  background-color: #060721;
}
html[data-theme=dark] form .form-control.form-select option {
  color: #060721;
}
html[data-theme=dark] form .label_input {
  color: #EEECE7;
}
html[data-theme=dark] form .form-control {
  color: #EEECE7;
  border-bottom-color: #EEECE7;
}
html[data-theme=dark] form .form-control::-moz-placeholder {
  color: #EEECE7;
}
html[data-theme=dark] form .form-control::placeholder, html[data-theme=dark] form .form-control:focus {
  color: #EEECE7;
}
html[data-theme=dark] form .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23EEECE7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  color: #EEECE7;
}
html[data-theme=dark] .cb-form-red {
  background-color: #5C394D;
}
html[data-theme=dark] .cb-form-green {
  background-color: #192D4F;
}

section[class^=cb-video] {
  padding: clamp(2.1875rem, -0.146rem + 3.7675vw, 4.375rem) clamp(0.75rem, 0.3661rem + 0.9449vw, 1.5rem);
}

html[data-theme=dark] .cb-video-cta-light.bg-light {
  background-color: #C63847 !important;
}
html[data-theme=dark] .cb-video-light.bg-light {
  background-color: #5C394D !important;
}/*# sourceMappingURL=main.css.map */