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

::-moz-selection {
  background-color: #EAEAEA;
  color: #212121;
}

::selection {
  background-color: #EAEAEA;
  color: #212121;
}

/* 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: Arial, Helvetica, sans-serif;
  background-color: #fff;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Georgia", Georgia, Arial, serif;
  font-display: swap;
}

h1 {
  font-size: clamp(2.5rem, 1.792rem + 1.4749vw, 3.125rem);
  font-weight: 400;
  line-height: 104%;
  letter-spacing: -0.5px;
}

h2 {
  font-size: clamp(1.25rem, 0.9668rem + 0.59vw, 1.5rem);
  line-height: 104%;
  letter-spacing: -0.5px;
}

p,
li,
label {
  font-size: 0.938rem;
  line-height: 20px;
}

.smallTxt {
  font-size: 0.5rem;
  text-align: center;
}

.text-italic {
  font-family: "Georgia", Georgia, Arial, serif;
  font-style: italic;
}

/* Texto colores */
.texto-gray {
  color: #B1B1B1;
}

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

/* Buttons */
.btn {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.1px;
  transition: color 0.4s, border 0.3s;
  transition: color 0.3s, background-color 0.3s;
  border-radius: 24px;
  width: 100%;
}
@media only screen and (min-width: 0px) {
  .btn {
    max-width: 196px;
  }
}
@media only screen and (min-width: 991px) {
  .btn {
    max-width: 458px;
  }
}
.btn.btn-cta {
  font-weight: bold;
  color: #fff;
  background-color: #212121;
}
.btn.btn-cta:hover, .btn.btn-cta:focus, .btn.btn-cta:active {
  border-color: #6C6C6C;
  background-color: #6C6C6C;
}
.btn.btn-cta.is-light {
  color: #212121;
  background-color: #fff;
}
.btn.btn-cta.is-light:hover, .btn.btn-cta.is-light:focus, .btn.btn-cta.is-light:active {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.btn.is-small {
  max-width: 196px;
}

/* Background */
.bg-dark {
  background-color: #212121 !important;
}

.bg-gray {
  background-color: #B1B1B1;
}

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

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

header {
  padding: 24px;
  background-color: #fff;
}
header .logo {
  max-width: 145px;
  width: 100%;
  height: auto;
}
header p {
  position: relative;
  font-family: "Georgia", Georgia, Arial, serif;
  font-size: 0.938rem;
  font-weight: bold;
  color: #212121;
  margin: 0 0 0 1.4rem;
  padding: 0 1rem;
}
header p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: #212121;
}

@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;
  }
}

footer {
  color: #fff;
  background-color: #212121;
  padding: clamp(0.75rem, 0.3661rem + 0.9449vw, 1.5rem);
}
footer .logo {
  max-width: 145px;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 0px) {
  footer .logo {
    display: block;
    margin: 0 auto 25px;
  }
}
@media only screen and (min-width: 991px) {
  footer .logo {
    display: inline-block;
  }
}
footer p {
  font-size: 10px;
  padding: 0 10px;
}
footer hr {
  opacity: 1;
  color: #B1B1B1;
}
footer .nav p {
  font-family: "Georgia", Georgia, Arial, serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.14px;
  padding: 0;
}
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;
  font-size: 0.938rem;
  transform: inherit;
  text-decoration: none;
}
footer .nav li a:hover, footer .nav li a:focus, footer .nav li a:active {
  color: #B1B1B1 !important;
  top: inherit;
  text-decoration: underline;
}
footer .nav.justify-content-center a {
  font-size: 12px;
  text-decoration: underline;
}
footer .redes li {
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
}
footer .redes li:hover {
  top: inherit;
}
@media only screen and (min-width: 0px) {
  footer .redes li:first-child {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto 0.25rem !important;
  }
}
@media only screen and (min-width: 991px) {
  footer .redes li:first-child {
    width: auto;
    text-align: left;
    margin: 0 2rem 0 0 !important;
  }
}
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;
  transform: inherit;
  text-decoration: none;
}
footer .redes a:hover, footer .redes a:focus, footer .redes a:active {
  color: #fff !important;
  top: inherit;
}

section[class^=cs-tec-hero] h1 + h2 {
  margin-top: 24px;
}
section[class^=cs-tec-hero] h1 + .btn, section[class^=cs-tec-hero] h2 + .btn {
  margin-top: 24px;
}
section[class^=cs-tec-hero] .tec-box {
  padding: clamp(0.75rem, 0.3661rem + 0.9449vw, 1.5rem);
}
@media only screen and (min-width: 0px) {
  section[class^=cs-tec-hero] img {
    height: 565px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 991px) {
  section[class^=cs-tec-hero] img {
    height: auto;
  }
}
@media only screen and (min-width: 1367px) {
  section[class^=cs-tec-hero] img {
    max-height: 80vh;
    height: auto;
  }
}

.carousel-caption {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.carousel .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 #EAEAEA;
}
.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 #EAEAEA;
  background-color: transparent;
}
.owl-theme .owl-dots .owl-dot.active span::before, .owl-theme .owl-dots .owl-dot:hover span::before {
  background-color: #EAEAEA;
}

/*CS-HERO-002*/
.cs-tec-hero-002 {
  min-height: 70vh;
  background-image: url("https://fakeimg.pl/1280x460");
  background-size: cover;
  background-position: center center;
}

section[class^=cs-tec-content] {
  padding: clamp(0.75rem, 0.3661rem + 0.9449vw, 1.5rem);
}
section[class^=cs-tec-content] h1 + p {
  margin-top: 24px;
}
@media only screen and (min-width: 0px) {
  section[class^=cs-tec-content] h1 + p {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 991px) {
  section[class^=cs-tec-content] h1 + p {
    margin-bottom: 1rem;
  }
}
section[class^=cs-tec-content] img.h-100 {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 0px) {
  section[class^=cs-tec-content] img.h-100 {
    height: 310px !important;
  }
}
@media only screen and (min-width: 991px) {
  section[class^=cs-tec-content] img.h-100 {
    height: 100% !important;
  }
}

.tec-content-bg {
  background-image: url("https://fakeimg.pl/650x400/");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 400px;
}
.tec-content-bg .tec-content-info {
  max-width: 400px;
  margin: 0 auto;
}

.cs-tec-content-006 {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 80%, rgb(242, 242, 242) 80.01%);
}

section.cs-tec-content-003,
section.cs-tec-content-004,
section.cs-tec-content-005 {
  padding-bottom: 75px;
}

section[class^=cs-tec-card] {
  padding: clamp(0.75rem, 0.3661rem + 0.9449vw, 1.5rem);
}
section[class^=cs-tec-card] h1 + p, section[class^=cs-tec-card] h2 + p {
  margin-top: 24px;
}
section[class^=cs-tec-card] img {
  margin-bottom: 50px;
}

@media only screen and (min-width: 0px) {
  .cs-tec-card-001 .tec-card {
    padding: 50px 12px;
  }
}
@media only screen and (min-width: 991px) {
  .cs-tec-card-001 .tec-card {
    padding: 75px 2.5rem 50px;
  }
}

@media only screen and (min-width: 0px) {
  .cs-tec-card-002 .tec-card {
    padding: 20px 12px;
  }
}
@media only screen and (min-width: 991px) {
  .cs-tec-card-002 .tec-card {
    padding: 50px 2.5rem;
  }
}

@media only screen and (min-width: 0px) {
  section[class^=cs-tec-carousel] {
    padding: clamp(0.75rem, 0.3661rem + 0.9449vw, 1.5rem) clamp(0.75rem, 0.3661rem + 0.9449vw, 1.5rem) 24px;
  }
}
@media only screen and (min-width: 991px) {
  section[class^=cs-tec-carousel] {
    padding: clamp(0.75rem, 0.3661rem + 0.9449vw, 1.5rem) 0 50px;
  }
}
section[class^=cs-tec-carousel] h1 + p {
  margin-top: 24px;
}

@media (min-width: 992px) {
  section[class^=cs-tec-carousel] .carousel-inner {
    display: flex;
    flex-direction: row;
    gap: 0 20px;
  }
  section[class^=cs-tec-carousel] .carousel-item {
    display: block;
    flex: 1 0 calc(25.35% - 20px);
    width: auto;
    float: none;
    margin: 0;
  }
  section[class^=cs-tec-carousel] .carousel-item img {
    width: 100%;
    height: auto;
  }
  section[class^=cs-tec-carousel] .carousel-indicators {
    display: none;
  }
}
section[class^=cs-tec-form] {
  position: relative;
}
@media only screen and (min-width: 0px) {
  section[class^=cs-tec-form] {
    padding: 50px clamp(0.75rem, 0.3661rem + 0.9449vw, 1.5rem) 150px;
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 991px) {
  section[class^=cs-tec-form] {
    padding: 50px clamp(0.75rem, 0.3661rem + 0.9449vw, 1.5rem) 150px;
    margin-bottom: 110px;
  }
}
section[class^=cs-tec-form] .d-md-flex img {
  -o-object-fit: cover;
     object-fit: cover;
}
section[class^=cs-tec-form].bg-gray-light {
  background-color: #F2F2F2;
}
section[class^=cs-tec-form] .link-generarcaptcha {
  display: inline-block;
  font-size: 0.75rem;
  color: #B1B1B1;
  text-decoration: underline;
  text-transform: capitalize;
  padding: 0;
  text-align: left;
}
@media only screen and (min-width: 0px) {
  section[class^=cs-tec-form] .img-catpcha {
    position: relative;
    text-align: right;
    margin-top: -50px;
  }
}
@media only screen and (min-width: 991px) {
  section[class^=cs-tec-form] .img-catpcha {
    margin-top: 0;
    text-align: inherit;
  }
}
section[class^=cs-tec-form] .img-catpcha img {
  max-width: 115px;
  width: 100%;
  height: auto;
}
section[class^=cs-tec-form] .tec-cintillo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 0px) {
  section[class^=cs-tec-form] .tec-cintillo {
    padding: clamp(0.75rem, 0.3661rem + 0.9449vw, 1.5rem);
    margin: auto auto -100px;
  }
}
@media only screen and (min-width: 991px) {
  section[class^=cs-tec-form] .tec-cintillo {
    margin: auto auto -100px;
    padding: 50px 2.5rem;
  }
}

@media only screen and (min-width: 0px) {
  form .form {
    padding: 0;
  }
}
@media only screen and (min-width: 991px) {
  form .form {
    padding: 35px;
  }
}
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: #B1B1B1;
  pointer-events: none;
  transition: 0.25s ease all;
}
form .form-control {
  font-size: 0.813rem;
  border: none;
  border-bottom: 1px solid #EAEAEA;
  border-radius: 0;
  padding-left: 0;
}
form .form-control::-moz-placeholder {
  font-size: 0.813rem;
  color: #B1B1B1;
}
form .form-control::placeholder {
  font-size: 0.813rem;
  color: #B1B1B1;
}
form .form-control:not(:-moz-placeholder-shown) + label {
  top: -1rem;
}
form .form-control:focus + label, form .form-control:not(:placeholder-shown) + label {
  top: -1rem;
}
form .form-control:focus {
  box-shadow: none;
  border-bottom-color: #212121;
}
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: #B1B1B1;
}
form textarea.form-control {
  border: 1px solid #EAEAEA;
}
form .form-check-label {
  font-size: 0.938rem;
  line-height: 2;
  vertical-align: sub;
}
form .form-check-label a {
  color: #212121;
}
form .form-check-input {
  border-color: #212121;
}
form .form-check-input:checked {
  background-color: #212121;
  border-color: #212121;
}
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: #B1B1B1;
}
form .form-check.terms .form-check-label a {
  color: #B1B1B1;
}

@media only screen and (min-width: 0px) {
  section[class^=cs-tec-video] {
    padding: clamp(0.75rem, 0.3661rem + 0.9449vw, 1.5rem);
  }
}
@media only screen and (min-width: 991px) {
  section[class^=cs-tec-video] {
    padding: clamp(0.75rem, 0.3661rem + 0.9449vw, 1.5rem) clamp(0.75rem, 0.3661rem + 0.9449vw, 1.5rem) 85px;
  }
}
section[class^=cs-tec-video] h1 + p {
  margin-top: 24px;
}
section[class^=cs-tec-video] video, section[class^=cs-tec-video] iframe {
  max-width: 100%;
  width: 100%;
}/*# sourceMappingURL=main.css.map */