@import url("https://fonts.googleapis.com/css2?family=Sora:wght@300;400;600&display=swap");
*, html {
  box-sizing: border-box; }

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  color: #292e30;
  font: 0.8em/1.5em "Sora", sans-serif, Arial;
  background: #fff; }

a:link, a:visited {
  color: #2963ff;
  text-decoration: none; }

a:hover, a:active {
  color: #0a0885; }

.enlaceInvert a:link, .enlaceInvert a:visited {
  color: #fff; }

.enlaceInvert a:hover, .enlaceInvert a:active {
  color: #A8D5FF; }

h1, h2, h3, h4, h5 {
  color: #000;
  font-size: 1.5em;
  font-weight: 600;
  font-style: italic; }

h1, h2, h3, h4, p {
  margin: 0 0 1em 0; }

h1 {
  font-size: 2.5em;
  line-height: 1.3em; }

.txtCenter {
  text-align: center; }

.colorDestacado {
  display: inline-flex;
  flex-direction: column;
  /*color:#3F8C3C;*/ }
  .colorDestacado img {
    margin: -10px 0 0 0; }

.col, .break, .breakFx {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }

.colX2 {
  display: grid;
  grid-template-rows: 1fr;
  grid-gap: 1em; }

.btn, .btnLine, .btnLineInvert {
  display: inline-flex;
  justify-content: center;
  padding: 1em 1em;
  color: #fff;
  border: solid 1px #2963ff;
  background: #2963ff;
  border-radius: 0.3em; }

.btnLine {
  color: #2963ff;
  background: #fff; }

.btnLineInvert {
  color: #fff;
  background: none; }

a.btn:link, a.btn:visited {
  color: #fff; }

a.btn:active, a.btn:hover, .btn:active, .btn:hover {
  background: #0a0885;
  border-color: #0a0885; }

a.btnLine:active, a.btnLine:hover {
  color: #0a0885;
  border: solid 1px #0a0885; }

a.btnLineInvert:link, a.btnLineInvert:visited {
  color: #fff;
  border: solid 1px #fff; }

a.btnLineInvert:active, a.btnLineInvert:hover {
  color: #fffc9e;
  border: solid 1px #fffc9e;
  background: rgba(255, 255, 255, 0.2); }

header {
  position: sticky;
  top: 0;
  margin: 0;
  background: linear-gradient(349deg, rgba(255, 255, 255, 0.9) 0%, white 100%);
  backdrop-filter: blur(4px);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 100; }

.headerCont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  font-size: 0.7em; }
  .headerCont img {
    height: 2.5em; }
  .headerCont .btns {
    position: relative;
    display: flex;
    align-items: center; }
    .headerCont .btns img {
      width: 25px;
      height: 25px;
      margin-left: 0.5em; }
    .headerCont .btns .btn, .headerCont .btns .btnLine {
      padding: 0.5em 1em;
      margin: 0 0 0 0.5em; }

.idiomaToggle {
  position: relative; }
  .idiomaToggle:hover {
    cursor: pointer; }
  .idiomaToggle .xtra {
    position: absolute;
    right: -3px;
    bottom: -0px;
    width: 100%;
    display: flex;
    justify-content: right; }
    .idiomaToggle .xtra img {
      width: 12px; }

.idiomas {
  position: absolute;
  top: 0px;
  right: -5px;
  display: grid;
  grid-gap: 0.5em;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 5px;
  list-style: none;
  border-radius: 5em;
  background: #FFFFFF;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.52); }
  .idiomas li {
    margin: 0;
    padding: 0; }
    .idiomas li a {
      display: flex; }
    .idiomas li img {
      margin-left: 0 !important; }
    .idiomas li .active {
      border-radius: 100%;
      outline: solid 2px #2963ff; }
  .idiomas .close {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0; }
    .idiomas .close:hover, .idiomas .close:link {
      cursor: pointer; }
    .idiomas .close img {
      width: 16px;
      margin: 0; }

.slider {
  display: none; }

.intro {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 2em 0; }
  .intro .item {
    position: relative;
    display: flex;
    align-items: end;
    flex: 1; }
    .intro .item .datos {
      display: flex;
      flex-direction: column;
      margin: 1em;
      padding: 1em;
      text-align: center;
      border-radius: 0.3em;
      background: #fff; }
      .intro .item .datos h3 {
        margin: 0;
        padding: 0 0 0.5em 0; }
    .intro .item .imgBg {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      max-height: 100%;
      object-fit: cover;
      z-index: -1; }

.especificaciones {
  display: grid;
  grid-gap: 1em;
  padding: 1em; }
  .especificaciones .item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 1em;
    padding: 0 1em; }
    .especificaciones .item .img {
      width: 60px; }
    .especificaciones .item .datos h3 {
      margin: 0;
      padding: 0 0 0.5em 0; }

.article {
  padding: 0 1em; }

footer {
  position: relative;
  padding: 1em;
  color: #fff;
  line-height: 2em;
  background: url("../img/entorno/bg-pat-1.svg") repeat;
  background-size: 50%; }
  footer :before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(#2963ff 0%, #3d1fff 100%);
    z-index: -1; }

.footerCont {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0em auto; }
  .footerCont .footerLogo {
    padding: 1em;
    text-align: center;
    border-bottom: solid 1px rgba(255, 255, 255, 0.27); }
    .footerCont .footerLogo img {
      width: 110px; }
  .footerCont .footerTxt {
    padding: 1em;
    font-size: 0.8em;
    text-align: center; }
    .footerCont .footerTxt p {
      margin: 0; }

.tabla {
  width: 100%;
  margin: 0 0 1em 0;
  border: solid 1px #ECECEC; }
  .tabla td {
    padding: 0.5em;
    border: solid 1px #ECECEC; }

#rgpd {
  width: 100%;
  position: fixed;
  bottom: 0;
  display: block;
  margin: 0 auto;
  padding: 1em;
  color: #bbbbbb;
  font-size: 0.8em;
  text-align: center;
  background: rgba(0, 0, 0, 0.95); }
  #rgpd .btn {
    padding: 0.3em 1em; }

@media screen and (min-width: 600px) {
  body {
    font-size: 1.2em; }

  .slider {
    width: 100%;
    display: block;
    margin: 0;
    overflow: hidden; }
    .slider img {
      display: block;
      width: 100%;
      max-height: 400px;
      object-fit: cover; }

  .intro {
    position: relative;
    max-width: 900px;
    min-height: auto;
    display: flex;
    flex-direction: row;
    margin: -5em auto 2em auto;
    padding: 0;
    text-align: center;
    border-radius: 0.3em;
    border: 1px solid #c7ccdc;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(36, 71, 170, 0.16); }
    .intro .item .imgBg {
      display: none; }

  .especificaciones {
    grid-template-columns: 1fr 1fr; }

  footer {
    background-size: 20%; }

  .footerCont {
    flex-direction: row; }
    .footerCont .footerLogo {
      padding: 1em;
      border-right: solid 1px rgba(255, 255, 255, 0.27);
      border-bottom: none; }
      .footerCont .footerLogo img {
        width: 110px; }
    .footerCont .footerTxt {
      text-align: left; } }
