/* Fonts */
body,
input,
textarea,
select {
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

h1 {
  font-size: clamp(2.1875rem, 1.1874rem + 1.6146vw, 3.125rem);
  font-weight: 600;
  line-height: 108%;
}

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

h3 {
  font-size: clamp(1.375rem, 1.2417rem + 0.2153vw, 1.5rem);
  font-weight: 600;
}

.big {
  font-size: clamp(3.4375rem, 1.7707rem + 2.6911vw, 5rem);
  font-weight: 900;
}

.txt-highlight {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
}

.font-900 {
  font-weight: 900;
}

p,
li {
  font-size: 0.985rem;
  font-weight: 400;
  line-height: 22px;
}
p::-moz-placeholder, li::-moz-placeholder {
  font-size: 0.985rem;
}
p::placeholder,
li::placeholder {
  font-size: 0.985rem;
}

p b {
  font-weight: 500;
}

label,
input,
select,
option,
textarea,
.form-control,
.form-control.form-select {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.smallTxt {
  font-size: 0.85rem;
}

/*--------------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: #262626;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

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

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

/* 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: "Georgia", "Times New Roman", Times, serif;
  font-weight: 400;
  color: #000;
  background-color: #fff;
}

.padding-y {
  padding: clamp(2.5rem, 1.8333rem + 1.0764vw, 3.125rem) 0;
}

/* links */
a {
  font-weight: 400;
  color: #000;
  text-decoration: underline;
  transition: color 0.3s;
}
a:hover, a:active, a:focus {
  color: #262626;
}

/* Colors */
.color-white {
  color: #fff;
}

.color-light {
  color: #EAEAEA;
}

.color-default {
  color: #0039A6;
}

.color-pp-primary {
  color: #8A4D7E;
}

.color-pp-secondary {
  color: #8CB0DD;
}

.color-ea-primary {
  color: #005BAA;
}

.color-ea-secondary {
  color: #22616F;
}

.color-cd-primary {
  color: #F47A55;
}

.color-cd-secondary {
  color: #468451;
}

.color-ap-primary {
  color: #DD352C;
}

.color-ap-secondary {
  color: #FAB385;
}

.color-master-secondary {
  color: #F9BCFF;
}

.color-lime-primary {
  color: #6CEC63;
}


/* Buttons */
button, .nav-link {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.btn {
  position: relative;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 0.985rem;
  font-style: normal;
  font-weight: 600;
  padding: 10px;
  text-decoration: none;
  transition: color 0.4s, border 0.3s;
  transition: color 0.3s, background-color 0.3s;
  border-radius: 0;
}
.btn:hover, .btn:focus, .btn:active {
  text-decoration: underline;
}
.btn.is-big {
  max-width: 368px;
  width: 100%;
}
.btn.is-small {
  max-width: 196px;
  width: 100%;
}
.btn.is-default {
  color: #fff;
  background-color: #0039A6;
}
.btn.is-default:hover, .btn.is-default:focus, .btn.is-default:active {
  color: #fff;
  border-color: #0039A6;
  background-color: #0039A6;
}
.btn.is-default {
  color: #fff;
  background-color: #0039A6;
}
.btn.is-default:hover, .btn.is-default:focus, .btn.is-default:active {
  color: #fff;
  text-decoration: underline;
  border-color: #0039A6;
  background-color: #0039A6;
}
.btn.is-pp {
  color: #fff;
  background-color: #8CB0DD;
}
.btn.is-pp:hover, .btn.is-pp:focus, .btn.is-pp:active {
  color: #fff;
  border-color: #8CB0DD;
  background-color: #8CB0DD;
}
.btn.is-ea {
  color: #fff;
  background-color: #005BAA;
}
.btn.is-ea:hover, .btn.is-ea:focus, .btn.is-ea:active {
  color: #fff;
  border-color: #005BAA;
  background-color: #005BAA;
}
.btn.is-cd {
  color: #fff;
  background-color: #F47A55;
}
.btn.is-cd:hover, .btn.is-cd:focus, .btn.is-cd:active {
  color: #fff;
  border-color: #F47A55;
  background-color: #F47A55;
}
.btn.is-ap {
  color: #fff;
  background-color: #DD352C;
}
.btn.is-ap:hover, .btn.is-ap:focus, .btn.is-ap:active {
  color: #fff;
  border-color: #DD352C;
  background-color: #DD352C;
}

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

.background-light {
  background-color: #EAEAEA;
}

.background-pp-primary {
  background-color: #8A4D7E;
}

.background-pp-secondary {
  background-color: #8CB0DD;
}

.background-ea-primary {
  background-color: #005BAA;
}

.background-ea-secondary {
  background-color: #22616F;
}

.background-cd-primary {
  background-color: #F47A55;
}

.background-cd-secondary {
  background-color: #468451;
}

.background-ap-primary {
  background-color: #DD352C;
}

.background-master {
  background-color: #472179;
}
.background-lime-primary {
  background-color: #6CEC63;
  
}

.gradient-master {
  background: #FFFFFF;
  background-blend-mode: multiply;
  background: linear-gradient(218.18deg, #705296 27.05%, #A16B96 46.59%, #CF7E9A 58.18%);
}

.gradient-ea {
  background: linear-gradient(270deg, rgba(34, 97, 111, 0.7) 0%, rgba(115, 193, 103, 0.7) 30.5%, rgba(152, 214, 213, 0.7) 64%, rgba(0, 91, 170, 0.7) 100%), #FFF;
  background-blend-mode: multiply, normal;
}

.gradient-cd {
  background: linear-gradient(270deg, rgba(244, 122, 85, 0.7) 0%, rgba(70, 132, 81, 0.7) 100%), #FFF;
  background-blend-mode: multiply, normal;
}

.gradient-ap {
  background: linear-gradient(270deg, rgba(139, 91, 120, 0.7) 0%, rgba(74, 138, 201, 0.7) 100%), #FFF;
  background-blend-mode: multiply, normal;
}

html[data-theme=dark] body {
  color: #fff;
  background-color: #000;
}
html[data-theme=dark] .background-white {
  background-color: #000;
}
html[data-theme=dark] .background-light {
  background-color: #262626;
}

.cb-header {
  padding: 24px;
}
.cb-header .logo {
  max-width: 195px;
  width: 100%;
  height: auto;
}
.cb-header ul {
  display: flex;
  list-style-type: none;
  gap: 0 10px;
  margin: 0;
}
.cb-header ul li a {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
.cb-header ul li a:hover, .cb-header ul li a:focus, .cb-header ul li a:active {
  color: #000;
}
.cb-header ul li a.active {
  text-decoration: underline;
}
.cb-header ul svg {
  width: 1.2rem;
  height: auto;
  vertical-align: text-top;
}
@media only screen and (min-width: 0px) {
  .cb-header {
    padding: 24px 10px;
  }
}
@media only screen and (min-width: 991px) {
  .cb-header {
    padding: 24px;
  }
}
.cb-header.header-purple svg path, .cb-header.header-blue svg path, .cb-header.header-green svg path, .cb-header.header-orange svg path {
  fill: #fff;
}
.cb-header.header-purple ul li a, .cb-header.header-blue ul li a, .cb-header.header-green ul li a, .cb-header.header-orange ul li a {
  color: #fff;
}
.cb-header.header-purple ul li a:hover, .cb-header.header-purple ul li a:focus, .cb-header.header-purple ul li a:active, .cb-header.header-blue ul li a:hover, .cb-header.header-blue ul li a:focus, .cb-header.header-blue ul li a:active, .cb-header.header-green ul li a:hover, .cb-header.header-green ul li a:focus, .cb-header.header-green ul li a:active, .cb-header.header-orange ul li a:hover, .cb-header.header-orange ul li a:focus, .cb-header.header-orange ul li a:active {
  color: #fff;
}

html[data-theme=dark] .cb-header.background-white {
  background-color: #000;
}
html[data-theme=dark] .cb-header svg path {
  fill: #fff;
}
html[data-theme=dark] .cb-header ul li a {
  color: #fff;
}
html[data-theme=dark] .cb-header ul li a:hover, html[data-theme=dark] .cb-header ul li a:focus, html[data-theme=dark] .cb-header ul li a:active {
  color: #EAEAEA;
}
/*Bubble*/
.speech-bubble {
  position: relative;
  background-color: #90b9e3; /* Azul claro */
  color: white;
  padding: 24px;
  border-radius: 4px;
  max-width: 680px;
  font-family: 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.speech-bubble p {
  margin-bottom: 1rem;
}

.speech-bubble strong {
  font-weight: bold;
}

.speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -35px; 
  right: 0;
  width: 0;
  height: 0;
  border-width: 35px 55px 0 0; 
  border-style: solid;
  border-color: #90b9e3 transparent transparent transparent;
}



.block-container {
  max-width: 680px;
  margin: 0 auto;       
  padding: 0 1rem;     
}

/*Bubble*/

footer[class*=cb-footer] {
  position: relative;
  color: #000;
  padding: clamp(0.75rem, 0.3661rem + 0.9449vw, 1.5rem);
}
footer[class*=cb-footer] .logotipo {
  max-width: inherit;
}
@media only screen and (min-width: 0px) {
  footer[class*=cb-footer] .logotipo {
    display: block;
    text-align: center;
    margin: 0 auto 25px;
  }
}
@media only screen and (min-width: 991px) {
  footer[class*=cb-footer] .logotipo {
    display: inline-block;
    text-align: start;
  }
}
footer[class*=cb-footer] p {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  padding: 0 10px;
}
footer[class*=cb-footer] hr {
  opacity: 1;
  color: #000;
}
footer[class*=cb-footer] .nav ul {
  display: block;
}
@media only screen and (min-width: 0px) {
  footer[class*=cb-footer] .nav ul {
    margin: 0 auto 25px;
    text-align: center;
  }
}
@media only screen and (min-width: 991px) {
  footer[class*=cb-footer] .nav ul {
    margin: 0;
    text-align: left;
  }
}
footer[class*=cb-footer] .nav li {
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
}
footer[class*=cb-footer] .nav li p {
  font-size: 1rem;
  font-weight: 600;
  padding: 0;
}
footer[class*=cb-footer] .nav li:not(:last-child) {
  margin-bottom: 5px;
}
footer[class*=cb-footer] .nav li:hover {
  top: inherit;
}
footer[class*=cb-footer] .nav li a {
  display: block;
  position: relative;
  top: inherit;
  left: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  color: #000;
  transform: inherit;
  text-decoration: none;
}
footer[class*=cb-footer] .nav li a:hover, footer[class*=cb-footer] .nav li a:focus, footer[class*=cb-footer] .nav li a:active {
  color: #000 !important;
  top: inherit;
  text-decoration: underline;
}
footer[class*=cb-footer] .nav.justify-content-center a {
  font-size: 0.85rem;
  font-weight: bold;
  text-decoration: underline;
}
footer[class*=cb-footer] .redes li {
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
}
footer[class*=cb-footer] .redes li:hover {
  top: inherit;
}
footer[class*=cb-footer] .redes p {
  font-size: 12px;
  line-height: 2.5;
}
footer[class*=cb-footer] .redes a {
  display: block;
  position: relative;
  top: inherit;
  left: 0;
  font-size: 1.2rem;
  color: #000;
  transform: inherit;
  text-decoration: none;
}
footer[class*=cb-footer] .redes a:hover, footer[class*=cb-footer] .redes a:focus, footer[class*=cb-footer] .redes a:active {
  color: #0039A6 !important;
  top: inherit;
}
footer[class*=cb-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:not(.cb-footer-white) .logotipo path {
  fill: #fff;
}
footer:not(.cb-footer-white) p,
footer:not(.cb-footer-white) hr,
footer:not(.cb-footer-white) .nav li a,
footer:not(.cb-footer-white) .redes li a,
footer:not(.cb-footer-white) ul li a {
  color: #fff;
}
footer:not(.cb-footer-white) .redes li a:hover, footer:not(.cb-footer-white) .redes li a:focus, footer:not(.cb-footer-white) .redes li a:active {
  color: #000 !important;
  top: inherit;
}
footer:not(.cb-footer-white) .nav li a:hover, footer:not(.cb-footer-white) .nav li a:focus, footer:not(.cb-footer-white) .nav li a:active {
  color: #fff !important;
}
footer:not(.cb-footer-white) #theme-switch {
  color: #000;
  border-color: #fff;
  background-color: transparent;
}
footer:not(.cb-footer-white) #theme-switch path {
  fill: #fff;
}

html[data-theme=dark] footer.cb-footer-white {
  background-color: #000;
}
html[data-theme=dark] footer.cb-footer-white .logotipo path {
  fill: #fff;
}
html[data-theme=dark] footer.cb-footer-white p,
html[data-theme=dark] footer.cb-footer-white hr,
html[data-theme=dark] footer.cb-footer-white .nav li a,
html[data-theme=dark] footer.cb-footer-white .redes li a,
html[data-theme=dark] footer.cb-footer-white ul li a {
  color: #fff;
}
html[data-theme=dark] footer.cb-footer-white .nav li a:hover, html[data-theme=dark] footer.cb-footer-white .nav li a:focus, html[data-theme=dark] footer.cb-footer-white .nav li a:active {
  color: #fff !important;
}
html[data-theme=dark] footer.cb-footer-white #theme-switch {
  color: #000;
  border-color: #fff;
  background-color: #fff;
}
html[data-theme=dark] footer.cb-footer-white #theme-switch path {
  fill: #000;
}

.cb-hero {
  height: 80vh;
}
.cb-hero .cover {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding: clamp(0.75rem, 0.3661rem + 0.9449vw, 1.5rem);
}
.cb-hero .cover .owl-caption {
  position: relative;
  z-index: 2;
  max-width: 991px;
  max-width: 85%;
  width: 100%;
}
.cb-hero .cover .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.cb-hero .cover .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cb-hero h1.big {
  max-width: 750px;
  width: 100%;
}
.cb-hero .box {
  max-width: 350px;
  width: 100%;
}
.cb-hero .rounded {
  border-radius: 10px 0px !important;
}
.cb-hero .bg.is-simple::before {
  background-color: #000;
  opacity: 0.4;
}
.cb-hero .bg {
  background-image: url("https://fakeimg.pl/1920x1080/");
}
.cb-hero .bg img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot span {
  position: relative;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  border: 1px solid #fff;
  background-color: transparent;
}
.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: #fff;
  border: 1px solid #fff;
}

.cb-hero .herostyle-3, .cb-hero .herostyle-4, .cb-hero .herostyle-5 {
  padding-top: 120px;
  align-items: start;
}

.cb-content-tabs .nav-link {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  text-align: start;
  text-decoration: none;
  background-color: transparent;
  border: transparent;
  border-radius: 0;
  padding: 10px 0;
}
.cb-content-tabs .nav-link:hover, .cb-content-tabs .nav-link:focus, .cb-content-tabs .nav-link:active {
  text-decoration: underline;
}
.cb-content-tabs .nav-link.active {
  color: #8CB0DD;
  background-color: transparent;
  text-decoration: underline;
}
.cb-content-tabs .nav-link.active.active:focus, .cb-content-tabs .nav-link.active.active:active, .cb-content-tabs .nav-link.active.active:active {
  color: #8CB0DD;
}

html[data-theme=dark] .cb-content-tabs .nav-link {
  color: #fff;
}
html[data-theme=dark] .cb-content-tabs .nav-link:hover, html[data-theme=dark] .cb-content-tabs .nav-link:focus, html[data-theme=dark] .cb-content-tabs .nav-link:active {
  color: #fff !important;
}
html[data-theme=dark] .cb-content-tabs .nav-link.active {
  color: #8CB0DD;
}
html[data-theme=dark] .cb-content-tabs .nav-link.active.active:focus, html[data-theme=dark] .cb-content-tabs .nav-link.active.active:active, html[data-theme=dark] .cb-content-tabs .nav-link.active.active:active {
  color: #8CB0DD;
}

section[class*=cb-icons] span[class^=material-symbols-] {
  font-size: 80px;
}

section[class^=cb-form] img.fullcover {
  -o-object-fit: cover;
     object-fit: cover;
}
section[class^=cb-form] ol li {
  line-height: 2.5;
}
section[class^=cb-form] .box.rounded {
  max-width: 410px;
  width: 100%;
  border-radius: 10px 0px !important;
}

section[class^=cb-form-simple] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cb-form-simple {
  background-image: url("https://fakeimg.pl/1920x1080/");
}

.form .form-group {
  position: relative;
}
.form .form-group .label_input {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 100%;
  transform: translateY(0%);
  font-size: 0.813rem;
  line-height: 2;
  color: #000;
  pointer-events: none;
  transition: 0.25s ease all;
}
.form .form-control {
  font-size: 0.813rem;
  height: 2.75rem;
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding-left: 0;
}
.form .form-control::-moz-placeholder {
  font-size: 0.813rem;
  color: #000;
}
.form .form-control::placeholder, .form .form-control::-moz-placeholder {
  font-size: 0.813rem;
  color: #000;
}
.form .form-control:not(:-moz-placeholder-shown) + label {
  top: -1.25rem;
}
.form .form-control:focus + label, .form .form-control:not(:placeholder-shown) + label {
  top: -1rem;
}
.form .form-control:focus {
  box-shadow: none;
  border-bottom-color: #7E81AA;
}
.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='%23B1B1B1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  color: #000;
}
.form textarea.form-control {
  border: 1px solid #000;
}
.form .form-check-label {
  font-size: 0.813rem;
  line-height: 2;
  vertical-align: sub;
}
.form .form-check-label a {
  color: #000;
}
.form .form-check-input {
  border-color: #000;
}
.form .form-check-input:checked {
  background-color: #000;
  border-color: #000;
}
.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: #000;
}
.form .form-check.terms .form-check-label a {
  color: #000;
}
.form .link-generarcaptcha {
  display: inline-block;
  font-size: 0.813rem;
  color: #000;
  text-decoration: underline;
  text-transform: capitalize;
  padding: 0;
  text-align: left;
}
.form .img-catpcha img {
  max-width: 115px;
  width: 100%;
  height: auto;
}

.form.version-white .form-group .label_input {
  color: #fff;
}
.form.version-white .form-control {
  border-block-color: #fff;
}
.form.version-white .form-control::-moz-placeholder {
  font-size: 0.813rem;
  color: #fff;
}
.form.version-white .form-control::placeholder, .form.version-white .form-control::-moz-placeholder {
  font-size: 0.813rem;
  color: #fff;
}
.form.version-white .form-control:focus {
  box-shadow: none;
  border-bottom-color: #7E81AA;
}
.form.version-white .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='%23B1B1B1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  color: #fff;
}
.form.version-white textarea.form-control {
  border-color: #fff;
}
.form.version-white .form-check-label a {
  color: #fff;
}
.form.version-white .form-check-input {
  border-color: #fff;
}
.form.version-white .form-check-input:checked {
  background-color: #8A4D7E;
  border-color: #fff;
}
.form.version-white .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.form.version-white .form-check.terms .form-check-label {
  color: #fff;
}
.form.version-white .form-check.terms .form-check-label a {
  color: #fff;
}
.form.version-white .link-generarcaptcha {
  color: #fff;
}

html[data-theme=dark] .form .form-group .label_input {
  color: #fff;
}
html[data-theme=dark] .form .form-control {
  border-block-color: #fff;
}
html[data-theme=dark] .form .form-control::-moz-placeholder {
  font-size: 0.813rem;
  color: #fff;
}
html[data-theme=dark] .form .form-control::placeholder, html[data-theme=dark] .form .form-control::-moz-placeholder {
  font-size: 0.813rem;
  color: #fff;
}
html[data-theme=dark] .form .form-control:focus {
  box-shadow: none;
  border-bottom-color: #7E81AA;
}
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='%23B1B1B1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  color: #fff;
}
html[data-theme=dark] .form textarea.form-control {
  border-color: #fff;
}
html[data-theme=dark] .form .form-check-label a {
  color: #fff;
}
html[data-theme=dark] .form .form-check-input {
  border-color: #fff;
}
html[data-theme=dark] .form .form-check-input:checked {
  background-color: #8A4D7E;
  border-color: #fff;
}
html[data-theme=dark] .form .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
html[data-theme=dark] .form .form-check.terms .form-check-label {
  color: #fff;
}
html[data-theme=dark] .form .form-check.terms .form-check-label a {
  color: #fff;
}
html[data-theme=dark] .form .link-generarcaptcha {
  color: #fff;
}

section[class^=cb-video] {
  padding: clamp(2.1875rem, -0.146rem + 3.7675vw, 4.375rem) clamp(0.75rem, 0.3661rem + 0.9449vw, 1.5rem);
}/*# sourceMappingURL=main.css.map */