body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
}

body:not(.body-home) {
  margin-top: 50px;
}

@media (min-width: 768px) {
  body:not(.body-home) {
    margin-top: 120px;
  }
}

:root {
  --skin-light-blue: #22B6E1;
  --skin-blue: #0B2868;
  --skin-magenta: #FF00EB;
  --col-xxl-width: 1320px;
}

header {
  min-height: 100vh;
  background: url("../../assets/img/hero_background.jpg") center center / cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  overflow: hidden;
}

header .container {
  position: relative;
  z-index: 400;
}

.navbar {
  height: auto;
  --bs-navbar-nav-link-padding-x: 1rem;
  background: linear-gradient(black, rgba(0,0,0,0));
  transition: all 250ms ease-in-out;
}

.navbar-collapse {
  justify-content: start;
}

.navbar-brand {
  margin-right: auto;
  margin-left: 15px;
  transition: all 250ms ease-in-out;
}

.nav-link {
    display: block;
    padding: 1rem var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

@media (min-width: 768px) {
  .navbar {
    height: 100px;
    --bs-navbar-nav-link-padding-x: 1rem;
    background: linear-gradient(black, rgba(0,0,0,0));
    transition: all 250ms ease-in-out;
  }

  .navbar-brand {
    margin-right: var(--bs-navbar-brand-margin-end);
  }

  .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  }
  
  .navbar-collapse {
    justify-content: center;
  }
}


.body-news .navbar-collapse, .body-news-ampliada .navbar-collapse {
  justify-content: end;
}

.btn {
  --bs-btn-border-radius: 1.75rem;
  padding: .45rem 1.5rem;
}

.btn-floating-login {
  position: fixed;
  z-index: 5000;
  right: 20px;
  top: 12px;
}

@media (min-width: 768px) {
  .btn-floating-login {
    right: 20px;
    top: 30px;
  }
}

.col-brand-description h1 {
  font-size: 1.5rem;
  margin: 0px;
}

.header-brand {
  max-width: 250px;
  margin-bottom: 2rem;
}

.text-light-blue {
  color: var(--skin-light-blue);
}

.floating-shape-left {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 15;
  background: transparent url("../../assets/img/hero_left.svg") left -100px center / 250px no-repeat;
  left: 0;
}

.floating-shape-right {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 15;
  background: transparent url("../../assets/img/hero_right.svg") left center / 500px no-repeat;
  right: -200px;
}

@media (min-width: 768px) {
  .floating-shape-left {
    background: transparent url("../../assets/img/hero_left.svg") left -20px center / 250px no-repeat;
    width: 50%;
    left: 0;
  }

  .floating-shape-right {
    background: transparent url("../../assets/img/hero_right.svg") right -20px center / 500px no-repeat;
    width: 50%;
    right: 0;
  }
  
}

/* SECTION ABOUT US */
.section-about-us {
  background-color: var(--skin-blue);
  padding-top: 4rem;
  padding-bottom: 0;
  position: relative;
}

.section-about-us .container {
  position: relative;
  z-index: 200;
}

.section-about-us h1 {
  color: white;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.col-who-is {
  padding-bottom: 6rem;
  padding-top: 3rem;
}

.col-what-is {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-about-us strong {
  color: var(--skin-light-blue);
}

.col-smartphone-xs {
  transform: translateX(-15px);
}

.totem-thums {
  padding: 3rem 2rem;
  background-color: rgba(5,21,56,0.74);
  /*opacity: .65;*/
  border-radius: 1.5rem 1.5rem 0 0;
  background-blend-mode: multiply;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 100%;
  transform: translateX(-50%);
}

.col-thumbs {
  position: relative;
}

.thumb-img {
  width: 180px;
  height: 180px;
  background: #000000 center top -20px / 150% no-repeat;
  border-radius: 50%;
  border: 8px solid var(--bs-blue);
  position: relative;
}

.linkedin-thumb {
  position: absolute;
  display: block;
  top: 10px;
  right: -18px;
  transition: all 250ms ease-in-out;
}

.linkedin-thumb:hover {
  transform: scale(1.05);
}

.thumb-text {
  color: white;
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .col-who-is {
    padding-bottom: 9rem;
    padding-top: 10rem;
  }
  
  .col-what-is {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}

/* SECTION NEWS */
.section-news {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.news-carousel-wrapper {
  margin-bottom: 0rem;
}

@media (min-width: 768px) {
  .section-news {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .news-carousel-wrapper {
    margin-bottom: 2rem;
  }
}

/* SECTION CONTACT */
.section-contact {
  background-color: var(--skin-blue);
  padding-top: 6rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.form-contacto input, .form-contacto textarea, .form-contacto select {
  background-color: var(--skin-blue);
  padding: .75rem 1.5rem;
  border-radius: 1.5rem;
  color: white;
  outline: none;
  transition: all 250ms ease-in-out;
  border-color: rgba(255,255,255,0.55);
}

.form-contacto input:hover, .form-contacto textarea:hover, .form-contacto select:hover, .form-contacto input:focus, .form-contacto textarea:focus, .form-contacto select:focus {
  outline: none;
  box-shadow: none;
  border-color: white;
  background: transparent;
  color: white;
}

.form-contacto input::placeholder, .form-contacto textarea::placeholder, .form-contacto select::placeholder {
  color: rgba(255,255,255,0.46);
}

.inline-inputs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.inline-inputs div {
  width: 100%;
  display: block;
}

.inline-inputs div:first-of-type {
  margin-right: 0px;
}

@media (min-width: 768px) {
  .section-contact {
    background-color: var(--skin-blue);
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: relative;
    overflow: hidden;
  }

  .inline-inputs {
    flex-direction: row;
  }

  .inline-inputs div:first-of-type {
    margin-right: 25px;
  }
}

/* FOOTER */
.footer-brand {
  padding-top: 1.5rem;
  background-color: #051538;
}

.footer-col-data a {
  color: white;
  text-decoration: none;
}

.footer-col-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: right;
}

.footer-col-data a.icon-redes {
  max-width: 30px;
}

.rights-text {
  background-color: var(--skin-light-blue);
  padding-top: .75rem;
}

.rights-text p {
  font-size: .75rem;
}

@media (min-width: 768px) {
  .footer-col-data {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: right;
  }
}


.floating-dots-right {
  position: absolute;
  bottom: 0;
  right: -51px;
  z-index: 100;
  background: transparent url("../../assets/img/dots_right.svg") center bottom / cover no-repeat;
  width: 400px;
  height: 800px;
}

.floating-dots-right-qs {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
  background: transparent url("../../assets/img/dots_right.svg") center bottom / cover no-repeat;
  width: 400px;
  height: 800px;
}

.floating-dots-left {
  position: absolute;
  top: -150px;
  left: -51px;
  z-index: 100;
  background: transparent url("../../assets/img/dots_left.svg") center bottom / cover no-repeat;
  width: 400px;
  height: 800px;
}

.floating-shape-right-qs {
  position: absolute;
  width: 50%;
  height: 100%;
  background: transparent url(../../assets/img/target_large_icon.svg) right -570px top -220px / 880px no-repeat;
  z-index: 100;
  top: -80px;
  right: 0;
}


.see-all {
  font-weight: 700;
  font-size: 1.15rem;
  padding: .75rem 2rem;
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 2rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 0;
  --bs-card-border-color: none;
  --bs-card-border-radius: calc(2rem - 1px);
  --bs-card-inner-border-radius: calc(2rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: calc(2rem - 1px);
  box-shadow: 0 0 20px 0 rgba(81,81,81,0.31);
  margin-left: 2rem;
  margin-right: 2rem;
  overflow: hidden;
}

.card-body {
  min-height: 346px;
}

.card-date {
  color: #707070;
  display: block;
  text-align: center;
  margin-bottom: 1rem;
  font-size: .9rem;
}

.card-group .card-text {
  font-size: .9rem;
  color: #707070;
}

.card-group .card-title {
  font-weight: 800;
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.card-group .btn {
  background-color: var(--skin-light-blue);
  border: none;
  font-weight: 700;
}

.card-group .btn:hover, .card-group .btn:focus {
  background-color: #0f7fa0;
  border: none;
  font-weight: 700;
}

.card-button-container {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.card-img-top {
  min-height: 180px;
  background: #EBEBEB center center / cover no-repeat;
}



.section-news .container {
  position: relative;
  z-index: 200;
}

.floating-shape-left-news {
  position: absolute;
  background: url("../../assets/img/target_large_icon.svg") center center / cover no-repeat;
  height: 100%;
  width: 50%;
  top: -250px;
  left: -200px;
  display: block;
}

.body-news .floating-shape-left-news {
  position: absolute;
  background: url(../../assets/img/target_large_icon.svg) right center / cover no-repeat;
  height: 100%;
  width: 50%;
  top: 0;
  left: -200px;
  display: block;
}

.floating-shape-right-news {
  position: absolute;
  background: url("../../assets/img/dots_blue.jpg") center center / cover no-repeat;
  height: 100%;
  width: 50%;
  bottom: 0;
  right: -310px;
  display: block;
}

@media (min-width:576px) {
  .card-group > .card:not(:first-child) {
    border-top-left-radius: calc(2rem - 1px);
    border-bottom-left-radius: calc(2rem - 1px);
  }
}

@media (min-width:576px) {
  .card-group > .card:not(:last-child) {
    border-top-right-radius: calc(2rem - 1px);
    border-bottom-right-radius: calc(2rem - 1px);
  }
}

.text-blue {
  color: var(--skin-blue);
}

.floating-dots-right-contact {
  position: absolute;
  height: 100%;
  width: 50%;
  right: -200px;
  top: 0;
  background: transparent url("../../assets/img/dots_right.svg") center center / cover no-repeat;
  opacity: .5;
}

.floating-dots-left-contact {
  position: absolute;
  height: 100%;
  width: 50%;
  left: -200px;
  top: 0;
  background: transparent url("../../assets/img/dots_left.svg") center center / cover no-repeat;
  opacity: .5;
}

.section-contact .container {
  position: relative;
  z-index: 200;
}

.form-contacto .btn[type=submit] {
  background-color: var(--skin-light-blue);
  border-color: var(--skin-light-blue);
  font-weight: 700;
  padding: .75rem 2.5rem;
}

.col-smartphone {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 300;
}

.body-news .navbar, .body-news-ampliada .navbar {
  background-color: black;
}

.section-news-list {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.section-news-list .container {
  position: relative;
  z-index: 400;
}

.news-img-header {
  height: 380px;
  display: block;
  background: #EBEBEB center center / cover no-repeat;
  border-radius: .75rem;
  box-shadow: 0 0 25px 0 rgba(0,0,0,0.14);
  margin-bottom: 2rem;
}

.news-title h1 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.news-date p {
  font-size: .9rem;
  color: var(--bs-gray-600);
  font-weight: 600;
  margin-bottom: 10px;
}

.news-content {
  color: #707070;
}

.news-content p, .news-content ul, .news-content ol {
  line-height: 1.65;
  font-size: .9rem;
}

.floating-dots-right-header {
  position: absolute;
  height: 100vh;
  width: 50%;
  right: -140px;
  top: 0;
  background: transparent url("../../assets/img/dots_right.svg") center center / cover no-repeat;
}

/* Overwrite OWL Carousel */
.owl-carousel .owl-stage-outer {
  padding-bottom: 1rem;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 3rem;
  transform: translateY(-50%);
  color: var(--ts-blue);
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  color: var(--ts-blue)
}

.navbar-toggler {
  position: absolute;
  top: 14px;
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: white;
  background-color: transparent;
  border: none;
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
  box-shadow: none;
  outline: none;
  z-index: 1000;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.navbar-collapse.show {
    background: #000000d1;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    align-content: center;
    backdrop-filter: blur(5px);
    transition: all 250ms ease-in-out;
}

body.body-news .navbar-brand {
    margin-left: 69px;
}

.btn-floating-lang {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 800;
}

.dd-lang .dropdown-menu {
  padding: 0;
  background: transparent;
  overflow: hidden;
}

.dd-lang .dropdown-menu .dropdown-item:hover, .dd-lang .dropdown-menu .dropdown-item:focus {
    background: #20b6e3;
}
.dd-lang .dropdown-menu .dropdown-item {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: .75rem 1rem;
}

