:root {
  --sp-logo-flex-basis: 30%;
  --main-color: rgb(27 129 152);
  --secondary-color: rgb(164 32 34);
  --footer-height: 2rem;
  --header-height: 60px;
  --header-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
  --header-width: 86.5%;
  --header-color-transparent: rgba(255, 255, 255, 0);
  --sp-main-body__container-padding: 2rem;
  --article-position: calc(var(--header-height) + .2em);
}

.container-inner .row {
  flex-wrap: nowrap;
  flex-basis: 100%;
}

body {
  position: relative;
  min-height: 100vh;
  background-color: #eee;
  overflow-x: hidden;
}

body>div.body-wrapper {
  min-height: 100vh;
}

body>div.body-wrapper>div {
  display: flex;
  flex-wrap: wrap;
}

#sp-component>div>div.article-details>div.article-ratings-social-share.d-flex.justify-content-end {
  display: none !important;
}

#sp-logo {
  flex-basis: 125px !important;
  max-width: none;
  flex: none;
  min-width: 144px;
  padding-left: 0;
  margin-left: 30px;

}

#sp-logo>div {
  display: flex;
  justify-content: flex-start;
  flex: none;
}

#sp-header {
  position: fixed;
  top: 0;
  height: var(--header-height);
  background-color: var(--header-color-transparent);
  width: 100vw;
  box-shadow: none;
  transition: background-color 0.5s ease;
}

#sp-header.sp-header-active {
  background-color: #eee !important;
  transition: background-color 0.5s ease;
}

#sp-header::after {
  content: "";
  background-color: #ccc;
  width: calc(100vw - 2*30px);
  margin-left: 30px;
  height: 1px;
  display: block;
  z-index: 10;
  opacity: 0;
}

#sp-header.sp-header-active::after {
  opacity: 1;
}

#sp-header>div {
  position: relative;
  right: 0;
  margin-left: 0;
  padding-right: 100px;
  max-width: none !important;
}

#sp-header>div>div>div {
  position: relative;
  display: flex;
  justify-content: space-between;
}

#sp-section-1 {
  background-color: var(--header-color-transparent);
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: var(--header-height);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  transition: background-color 0.5s ease;
}

#sp-section-1.sp-section-1-active {
  transition: background-color 0.5s ease;
}

#sp-section-1>div {
  padding: 0 30px 0 0;
  margin-right: 0;
}

#sp-menu {
  max-width: none;
  flex-basis: 80vw !important;
  justify-content: flex-end;
  flex-shrink: 1;
  padding-right: 10px;
}

#offcanvas-toggler {
  margin: 0 !important;
}

.lang-inline {
  display: flex;
  padding-left: 0 !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lang-inline>li {
  margin: 0 !important;
  width: 100%;
  text-align: center;
}

.lang-inline>li>a:hover {
  color: var(--main-color) !important;
}

#sp-component>div>div.article-details>div.article-header {
  display: none;
}

#sp-component>div>div.article-details>div.article-can-edit.d-flex.flex-wrap.justify-content-between {
  margin: 0;
}

#sp-main-body {
  padding: 0 0 2rem 0;
}

#sp-main-body>div {
  padding: 0;
  max-width: none;
}


#sp-footer {
  background-color: var(--main-color);
  width: 100%;
  height: var(--footer-height);
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
}

#sp-footer1 {
  flex-basis: 30%;
  padding-right: 0;
}

#sp-footer2 {
  display: flex;
  flex-direction: row-reverse;
  flex-basis: 40%;
  flex-shrink: 1;
  flex-grow: 1;
  padding-left: 0
}

#sp-footer>div {
  display: flex;
  max-width: none;
}

#sp-footer>div>div {
  width: 100%;
  padding: 0 !important;
  align-items: center;
  border-top: none !important;
}

#sp-footer2>div.sp-column {
  display: flex;
  align-content: center;
}

#sp-footer2>div.sp-column>ul {
  display: flex;
}

#sp-footer2>div.sp-column>ul>li {
  align-self: center;
}

#sp-footer2>div>ul>* {
  margin: 0 1rem;
}

/*#sp-footer1 > div:nth-child(1) {
  display: flex;
  width: 50vw;
  justify-content: space-between;
}

#sp-footer1 > div:nth-child(1) > span.aviso_legal {
  transform: translateX(calc(50% - 15px));
}*/

/*====================================INICIO=====================================*/

.t1 {
  font-size: 3.375em;
}

.t2 {
  font-size: 2.25em;
}

.t3 {
  font-size: 1.5em;
}

.n1 {
  font-size: 1em;
}

.s1 {
  font-size: 0.667em;
}

.s2 {
  font-size: 0.44em;
}

.LandingPage {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 100vh auto auto auto auto auto;
  background-color: #eee;
  overflow: hidden;
}

.LandingPage-Image0 {
  background-image: url(/images/img/landingpage/landingpage0mbl.jpg);
  background-size: cover;
  height: 100vh;
  background-position-y: bottom;
  background-position-x: 35%;
  width: 100vw;
  z-index: 1;
}

.GridItem-Text {
  padding: 4rem 30px 0;
  background-color: var(--BackgroundMainColor);
  height: auto;
}

.LandingPage-Titulo1 {
  grid-area: 2 / 1;
  line-height: 1.5em;
  font-family: 'Roboto', sans-serif;
  font-weight: bolder;
  display: inline-block;
  height: auto;
  width: auto;
  z-index: 2;
  margin: 0;
  align-self: center;
  transition: color 0.75s ease, transform 1.5s 0.5s ease;
  position: relative;
}

.LandingPage-Titulo1-TextHighlighted {
  display: inline-block;
  transform: translateX(0%);
  transition: color 0.75s ease, transform 1.5s 1.5s ease;
}

.LandingPage-Titulo1-TextHighlighted--active {
  transform: translateX(50%);
  color: var(--secondary-color);
  transition: color 0.75s ease, transform 1.5s 0.5s ease;
}

.LandingPage-Titulo1-TextHighlighted::after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 60vw;
  transform: scaleX(0) !important;
  background-color: var(--secondary-color);
  transition: color 0.75s ease, transform 1.5s linear;
  transform-origin: right;
  text-align: center;
  position: absolute;
  right: -30vw;
  bottom: -10%;
}

.LandingPage-Titulo1-TextHighlighted--active::after {
  transform: scaleX(1) !important;
  transition: color 0.75s ease, transform 1.5s 1s ease-out;
}

.LandingPage-Texto1-5-Container {
  grid-area: 3 / 1;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  line-height: 1.5em;
  padding: 4rem 30px 0;
}


.LandingPage-Texto1 {
  position: relative;
  line-height: 1.5em;
  padding: 0;
}

.LandingPage-Texto5 {
  position: relative;
  line-height: 1.5em;
  padding: 0;
}

.LandingPage-Image1-Container {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.LandingPage-Image1 {
  grid-area: 4 / 1;
  height: 100%;
  width: 100%;
  background-image: url(/images/img/landingpage/landingpage1mbl.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.LandingPage-Image1-active {
  opacity: 1;
}

.LandingPage-Texto2 {
  grid-area:
    background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

#grid>p:nth-child(10) {
  display: none;
}

#CanvasContainer {
  display: flex;
  opacity: 0;
  margin: 0 0 0 -40px;
  padding-top: 4rem;
  align-items: center;
  justify-content: center;
  position: relative;
  grid-area: 6 / 1;
  width: auto;
  height: 75vh;
  transform: scale(0.85);
  align-self: center;
  transition: all 0.5s 0.25s ease;
  -webkit-transition: all 0.5s 0.25s ease;
}

.CanvasContainer-active {
  opacity: 1 !important;
}

#myChart {
  display: block;
  height: 100% !important;
  width: 100% !important;
}

.LandingPage-Texto3.t3.GridItem-Text {
  grid-area: 7 / 1;
  position: relative;
  text-align: left;
  z-index: 1;
  padding: 0 30px;
}

.LandingPage-Texto4-Container {
  grid-area: 8 / 1;
  display: flex;
  align-items: center;
  padding-top: 0;
  z-index: 1;
  position: relative;
  height: 100%;
  padding: 0;
}

.LandingPage-Texto4 {
  grid-area: 8 / 1;
  list-style: none;
  padding: 0 0 0 15px;
  margin: 0;
  position: absolute;
  right: 40px;
}


.LandingPage-Texto4-Container>ul>li {
  padding-bottom: 0.5em;
  text-align: right;
  position: relative;
}

#LandingPage-Texto4-li-1 {
  transform: translate(50px, 50px);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

#LandingPage-Texto4-li-2 {
  transform: translate(50px, 50px);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

#LandingPage-Texto4-li-3 {
  transform: translate(50px, 50px);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.LandingPage-Texto4-li-active {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

.LandingPage-Texto4-Container>ul>li:nth-child(1) .LandingPage-Texto4-li-box {
  position: absolute;
  border: 2px solid var(--main-color);
  width: 62%;
  display: inline-block;
  right: 0;
  vertical-align: top;
  z-index: -1;
  transform: translate(50px, 50px);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.75s ease;
}

.LandingPage-Texto4-Container>ul>li:nth-child(2) .LandingPage-Texto4-li-box {
  position: absolute;
  border: 2px solid var(--main-color);
  width: 95%;
  display: inline-block;
  right: 0;
  bottom: 0.5em;
  vertical-align: top;
  z-index: -1;
  transform: translate(50px, 50px);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.75s ease;
}

.LandingPage-Texto4-Container>ul>li:nth-child(3) .LandingPage-Texto4-li-box {
  position: absolute;
  border: 2px solid var(--main-color);
  width: 77%;
  display: inline-block;
  right: 0;
  vertical-align: top;
  z-index: -1;
  transform: translate(50px, 50px);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.75s ease;
}

.LandingPage-Texto4-li-box-active {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

.LandingPage-Image2-Container {
  grid-area: 8 / 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
}

.LandingPage-Image2 {
  background-image: linear-gradient(to top, #eee0, #eee0 80%, #eee 100%), url(/images/img/landingpage/landingpage2mbl.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.LandingPage-Image2-active {
  opacity: 1;
}

.palabra-negrita-pc {
  font-weight: bold;
}

@media screen and (min-width: 1080px) {

  .LandingPage-Image0 {
    background-image: url(/images/img/landingpage/landingpage0.jpg);
  }

  .LandingPage-Image1 {
    background-image: url(/images/img/landingpage/landingpage1.png);
  }

  .LandingPage-Image2 {
    background-image: url(/images/img/landingpage/landingpage2.jpg);
  }

  .palabra-negrita-pc {
    font-weight: bold;
  }

  .LandingPage {
    display: grid;
    grid-template-columns: repeat(5, 20vw);
    grid-template-rows: 100vh auto auto auto auto auto calc((125vh - var(--header-height) - var(--footer-height)) / 2) calc((125vh - var(--header-height) - var(--footer-height)) / 2);
    background-color: #eee;
  }

  .GridItem-Text {
    padding-top: 4rem;
  }

  .LandingPage-Titulo1 {
    grid-area: 2 / 1 / 2 / 6;
    line-height: 3em;
    padding-top: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
    display: inline-block;
    height: auto;
    width: auto;
    z-index: 2;
    margin: auto auto auto 30px;
    align-self: center;
    transition: color 0.75s ease, transform 1.5s 0.5s ease;
    position: relative;
  }


  .LandingPage-Titulo1::before {
    content: "";
    display: inline-block;
    height: 2px;
    width: 20vw;
    transform: scaleX(0) !important;
    background-color: var(--secondary-color);
    transition: color 0.75s ease, transform 0.35s 0s ease-out;
    transform-origin: right;
    text-align: center;
    position: absolute;
    bottom: 47%;
    margin: 0 -15px 0 auto;
    right: 100%;
  }

  .LandingPage-Titulo1-active::before {
    transform: scaleX(1) !important;
    transition: color 0.75s ease, transform 0.25s 2.75s linear;
    transform-origin: right;
  }

  .LandingPage-Titulo1-TextHighlighted {
    position: relative;
    display: inline-block;
    transition: color 0.75s 3.5s ease, transform 1.5s 2s ease;
  }

  .LandingPage-Titulo1-TextHighlighted--active {
    transform: translateX(100%);
    display: inline-block;
    transition: color 0.75s ease, transform 1.25s 0.5s ease;
  }

  .LandingPage-Titulo1-TextHighlighted::after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 100vw;
    transform: scaleX(0) !important;
    background-color: var(--secondary-color);
    transition: color 0.75s ease, transform 1s 1.25s ease-in;
    transform-origin: right;
    text-align: center;
    position: absolute;
    bottom: 47%;
    margin: 0 auto 0 15px;
    right: initial;
  }

  .LandingPage-Titulo1-TextHighlighted::before {
    content: "";
    display: inline-block;
    height: 2px;
    width: calc(100% - 15px);
    transform: scaleX(0) !important;
    background-color: var(--secondary-color);
    transition: color 0.75s ease, transform 0.25s 0.75s ease-out;
    transform-origin: right;
    text-align: center;
    position: absolute;
    bottom: 47%;
    margin: 0 15px 0 auto;
    right: 100%;
  }

  .LandingPage-Titulo1-TextHighlighted--active::before {
    transform: scaleX(1) !important;
    transition: color 0.75s ease, transform 0.25s 2s linear;
  }

  .LandingPage-Titulo1-TextHighlighted--active::after {
    transform: scaleX(1) !important;
    transition: color 0.75s ease, transform 0.5s 1.5s ease-out;
  }


  .LandingPage-Texto1-5-Container {
    grid-area: 3 / 1 / 3 / 3;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
    line-height: 1.5em;
    padding: 0 30px;
  }

  .LandingPage-Texto1 {
    line-height: 2em;
    padding: 0;
  }

  .LandingPage-Image1-Container {
    grid-area: 3 / 3 / 4 / 6;
    padding-top: 0;
    height: calc(100vh - var(--header-height) - 162px);
  }

  .LandingPage-Image1 {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: bottom center;
    padding-top: 0;
  }

  #grid>p:nth-child(10) {
    display: none;
  }

  #CanvasContainer {
    display: flex;
    opacity: 0;
    margin: 0 30px;
    padding-top: 4rem;
    align-items: center;
    justify-content: center;
    position: relative;
    grid-area: 5/1/5/4;
    width: auto;
  }

  .CanvasContainer-active {
    opacity: 1 !important;
  }

  #myChart {
    display: block;
    height: 100% !important;
    width: 100% !important;
  }

  .LandingPage-Texto2 {
    grid-area: 5 / 4 / 5 / 6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
  }

  .LandingPage-Texto5 {
    line-height: 2em;
    padding: 0;
  }

  .LandingPage-Texto3 {
    grid-area: 6 / 1 / 6 / 6 !important;
    padding-top: 2rem;
    padding-bottom: 0 !important;
  }

  .LandingPage-Texto4-Container {
    grid-area: 7 / 5 / 9 / 6;
    margin-top: 0;
    right: 50%;
    display: flex;
    align-items: center;
    height: 100%;
  }

  .LandingPage-Image2-Container {
    height: 100%;
    width: 100%;
    grid-area: 7 / 1 / 9 / 6;
    position: relative;
    bottom: 0;
    padding: 0;
    padding-top: 2rem;
  }

  .LandingPage-Image2 {
    background-position: center;
    background-image: linear-gradient(to top, #eee0, #eee0 95%, #eee 100%), url(/images/img/landingpage/landingpage2.jpg);
    height: 100%;
    position: relative;
    bottom: 0;
    padding: 0;
    background-size: cover;
  }
}

/*====================================PARTICLES JS=====================================*/
#particles-js {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.particles-js-canvas-el {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

/*====================================OFF CANVAS MENU=====================================*/
body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 0;
}

.offcanvas-overlay {
  position: fixed;
  background: #eeea;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s;
  opacity: 1;
  visibility: visible;
}

.offcanvas-active .offcanvas-overlay {
  transform: translateX(0%);
  transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s;
}

.offcanvas-menu {
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #eeeeeeaa;
  color: #252525;
  text-align: center;
  transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s;
  right: 100% !important;
}

.offcanvas-menu .offcanvas-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc((var(--vh, 1vh) * 100) - 75px);
  line-height: calc(var(--vh, 1vh) * 100 / 7);
}

.offcanvas-menu .offcanvas-inner .sp-module ul {
  align-items: center;
}

.sp-module-content>.menu {
  text-shadow: 0 0px 0px #999;
  height: 80vh !important;
  margin-left: 16px !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li {
  overflow: visible;
}

body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  transform: translateX(100%);
}


body>div.offcanvas-menu>div>div>div>ul>li>a {
  font-size: 3em !important;
  text-transform: uppercase;
}

.menu-toggler:after {
  content: "" !important;
  display: flex;
  position: absolute;
  background-image: url(/images/img/icons/line-angle-down.svg);
  background-size: cover;
  height: 1em;
  width: 1em;
  left: -1em;
  bottom: -0.28em;
  transform: translateX(120%);
  transition: all 0.5s ease;
}

.menu-parent-open>a>.menu-toggler:after {
  transform: translateX(120%) rotate(-90deg);
  transition: all 0.5s ease;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li>a:hover {
  color: inherit;
}

body>div.offcanvas-menu>div>div>div>ul>li.menu-deeper.menu-parent {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 125px;
  max-height: 85px;
  transition: all 0.5s ease;
}

body>div.offcanvas-menu>div>div>div>ul>li.menu-deeper.menu-parent {
  display: flex;
  position: relative;
  justify-content: center;
  transform: translateX(0);
  height: 125px;
  align-items: center;
  max-height: 85px;
  transition: all 0.5s ease;
}

body>div.offcanvas-menu>div>div>div>ul>li.menu-deeper.menu-parent>a {
  transition: all 0.5s ease;
}

body>div.offcanvas-menu>div>div>div>ul>li.menu-deeper.menu-parent.menu-parent-open {
  max-height: 125px;
  transition: all 0.5s ease;
}


body>div.offcanvas-menu>div>div>div>ul>li.menu-deeper.menu-parent>ul>li>a {
  font-size: 1em;
  height: 1em;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  line-height: 1em;
}

body>div.offcanvas-menu>div>div>div>ul>li.menu-deeper.menu-parent.menu-parent-open>a {
  transform: translateX(-60%);
  transition: all 0.5s ease;
}

body>div.offcanvas-menu>div>div>div>ul>li.menu-deeper.menu-parent>ul {
  display: flex !important;
  position: absolute;
  font-size: 2em;
  height: 200px;
  max-height: 85px;
  display: flex;
  margin: 0;
  transform: translateX(270%);
  bottom: 0;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s ease, transform 0.01s 0.5s ease;
  right: 0;
}

body>div.offcanvas-menu>div>div>div>ul>li.menu-deeper.menu-parent.menu-parent-open>ul {
  display: flex !important;
  opacity: 1;
  z-index: 10;
  max-height: 125px;
  transform: translateX(70%);
  transition: all 0.5s ease, transform 0.01s;
}

body>div.offcanvas-menu>div>div>div>ul>li.menu-deeper.menu-parent>ul>li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

body>div.offcanvas-menu>div>div>div>ul>li.menu-deeper.menu-parent>ul>li:nth-child(1) {
  transform: translateY(25px);
  transition: all 0.5s ease;
}

body>div.offcanvas-menu>div>div>div>ul>li.menu-deeper.menu-parent>ul>li:nth-child(2) {
  transform: translateY(-25px);
  transition: all 0.5s ease;
}

body>div.offcanvas-menu>div>div>div>ul>li.menu-deeper.menu-parent.menu-parent-open>ul>li:nth-child(1) {
  transform: translateY(-10px);
}

body>div.offcanvas-menu>div>div>div>ul>li.menu-deeper.menu-parent.menu-parent-open>ul>li:nth-child(2) {
  transform: translateY(10px);
}

body.ltr .close-offcanvas {
  right: 30px;
  top: 30px;
}

.offcanvas-toggler-hidden {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.offcanvas-menu>div>div>a>img.logo-image-phone {
  opacity: 0;
}

.offcanvas-overlay>div>div>div>div>div.sp-module {
  height: calc((var(--vh, 1vh) * 100) - 75px);
  display: flex;
}

.sp-module>div>ul.menu {
  height: calc((var(--vh, 1vh) * 100) - 75px);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  opacity: 1;
}

.sp-module>div>ul.menu>li {
  border-bottom: none !important;
  height: auto !important;
  font-weight: 300 !important;
  opacity: 1;
}

.sp-module>div>ul.menu>li>a {
  opacity: 0.7 !important;
}

.sp-module>div>ul.menu>li:hover {
  border-bottom: none !important;
  height: auto !important;
  font-weight: 300 !important;
  opacity: 1;
}

.sp-module>div>ul.menu>li>ul.menu-child {
  bottom: inherit !important;
}

.sp-module>div>ul.menu>li>ul.menu-child>li>a {
  font-weight: 300 !important;
}

.menu-parent-open {
  font-weight: 300 !important;
  opacity: 1;
}

.sp-module {
  height: inherit;
}

.close-offcanvas>div.burger-icon>span {
  opacity: 0;
  transition: 0.2s !important;
}

.offcanvas-active>div>div>a>div.burger-icon>span {
  opacity: 1;
  transition: 1s !important;
  transition-delay: 0.5s;
}

.offcanvas-active>div>div>div.d-flex.p-3.mb-3 {
  display: none !important;
}

/*====================================MENU=====================================*/

#sp-menu>div>div>nav>ul>li.sp-menu-item.sp-has-child>div {
  height: var(--header-height);
  top: 0;
}

#sp-menu>div>div>nav>ul>li.sp-menu-item.sp-has-child:focus>div {
  width: 125px !important;
  transform: translateX(90%);
  animation: none;
}

#sp-menu>div>div>nav>ul>li.sp-menu-item.sp-has-child.sp-menu-item.sp-has-child-active>div {
  width: 125px !important;
  transform: translateX(90%);
  animation: none;
}

#sp-menu>div>div>nav>ul>li.sp-menu-item.sp-has-child>div>div {
  height: var(--header-height);
  display: flex;
  align-items: center;
  box-shadow: none;
  padding: 0;
}

#sp-menu>div>div>nav>ul>li.sp-menu-item.sp-has-child>div>div>ul {
  top: 1px;
  display: flex;
  justify-content: space-between;
  width: 150px;
  position: relative;
  align-items: center;
  height: 60px;
  right: 5px;
}

#sp-menu>div>div>nav>ul>li.sp-menu-item.sp-has-child>div>div>ul>li>a {
  font-size: 0.9em;
}

.sp-menu-item.sp-has-child {
  width: 94px;
  /* transition: all 0.75s ease; */
}

.sp-menu-item.sp-has-child:focus {
  width: 255px;
}

.sp-menu-item.sp-has-child.sp-menu-item.sp-has-child-active {
  width: 255px;
  transition: all 0.75s 0.25s ease;
}

.sp-dropdown {
  display: block !important;
  transform: translateY(-100%);
  opacity: 0;
  animation: none !important
    /*  transition: opacity 0.5s 0.1s ease; */
}

.sp-menu-item.sp-has-child:focus>.sp-dropdown {
  opacity: 1;
  transform: translateY(0);
}

.sp-menu-item.sp-has-child.sp-menu-item.sp-has-child-active>.sp-dropdown {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s 0.35s ease;
}

.sp-dropdown-inner {
  background: none !important;
}

#sp-top3>div>div>div>div>ul>li.lang-active {
  background-color: transparent !important;
  padding: 0 !important;
  font-weight: bolder;
}

#sp-menu>div>div>nav>ul>li.sp-menu-item.sp-has-child.active>a::after {
  float: none;
}

body.ltr .sp-megamenu-parent>li.sp-has-child>a:after,
body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
  content: "" !important;
  display: flex;
  position: absolute;
  background-image: url(/images/img/icons/line-angle-down.svg);
  background-size: cover;
  height: 0.8em;
  width: 0.8em;
  /*    transition: all 0.5s ease; */
  align-items: center;
  justify-content: center;
  top: calc(var(--header-height) / 2 - 7px);
  left: 65px;
}


body.ltr .sp-megamenu-parent>li.sp-has-child:focus>a:after,
body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
  transform: translateX(0) rotate(-90deg);
  /*  transition: all 0.75s ease; */
  transform-origin: center;
}

body.ltr .sp-megamenu-parent>li.sp-has-child.sp-has-child-active>a:after,
body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
  transform: translateX(0) rotate(-90deg);
  transition: all 0.75s 0.25s ease;
  transform-origin: center;
}

/*====================================SERVICES=====================================*/

.imgservicios1,
.imgservicios2,
.imgservicios3 {
  display: block;
  background-image: url(/images/img/Servicios/google-deepmind-jVZ_BKzDOJg-unsplash.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: calc(100vw - 60px);
  height: 50vw;
  left: 0;
}

.imgservicios2 {
  background-image: url(/images/img/Servicios/maarten-deckers-T5nXYXCf50I-unsplash.jpg);
}

.imgservicios3 {
  background-image: url(/images/img/Servicios/pexels-marcus-christensen-10187-53780.jpg);
}

hr {
  margin: 0;
  width: calc(100vw - 60px);
  border-top: 1px solid #A42022;
  opacity: .5;
}

li {
  list-style: none;
}

.grid-container {
  margin-top: 75px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: calc(100vw - 60px);
  grid-template-rows: auto;
  grid-row-gap: 15px;
  grid-column-gap: 15px;
}

.grid-container> {
  padding: 0;
}

.section1-container,
.section2-container,
.section3-container {
  display: grid;
  width: auto;
  grid-template-columns: auto;
  grid-template-rows: min-content min-content min-content 40%;
  grid-column: 1;
}

.section1-container {
  grid-row: 1;
}

.section2-container {
  grid-row: 2;
  margin-top: 30px;
}

.section3-container {
  grid-row: 3;
  margin-top: 30px;
}

[class$="-flexcontainer"] {
  display: flex;
  flex-wrap: wrap;

}

.separator1 {
  grid-area: separator1;
}


.separator2 {
  grid-area: separator2;
}

.section1-container>div,
.section2-container>div,
.section3-container>div {
  width: 100%;
}

.section1-container>.n1,
.section2-container>.n1,
.section3-container>.n1 {
  text-align: justify;
  grid-row: 2;
}

.section1-container>.services-list,
.section2-container>.services-list,
.section3-container>.services-list {
  align-self: center;
  text-align: center;
  grid-row: 3;
}

.image1-container,
.image2-container,
.image3-container {
  grid-column: 1;
  grid-row: 4;
  width: auto;
  height: auto;
}

.services-list {
  display: flex;
  align-self: start;
  justify-content: center;
  text-align: center;
  width: 100% !important;
}

.service-section-title {
  grid-row: 1;
}

.separator3 {
  grid-area: separator3;
}

.elementor-element {
  display: block;
  width: calc(100vw - 60px);
}

.n2 {
  display: flex;
  justify-content: center;
}

.services-ul-style {
  line-height: 1.4em;
  font-size: 1.2em !important;
  padding-left: 0;
  margin-bottom: 0;
  margin-bottom: 30px;
}

.services-ul-style>li {
  margin-top: 20px;
}

.n2>h2 {
  font-size: 1.8em !important;
  text-align: center;
}

@media screen and (min-width: 1080px) {

  .grid-container {
    margin-bottom: 0;
    grid-template-columns: repeat(3, calc((100vw - 120px) / 3));
    grid-template-rows: auto;
    grid-column-gap: 30px;
    min-height: calc((100vh - 75px - var(--footer-height) - 30px));
  }

  .section1-container,
  .section2-container,
  .section3-container {
    grid-template-rows: min-content min-content auto 40%;
  }

  .section1-container {
    grid-row: 1;
    grid-column: 1;
  }

  .section2-container {
    grid-row: 1;
    grid-column: 2;
    margin-top: 0;
  }

  .section3-container {
    grid-row: 1;
    grid-column: 3;
    margin-top: 0;
  }

  .imgservicios1,
  .imgservicios2,
  .imgservicios3 {
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
    width: 100%;
    left: 0;
  }

  .image1-container,
  .image2-container,
  .image3-container {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: 1;
    grid-row: 4;
  }

  .n2>h2 {
    font-size: 1.8em !important;
  }

  service-section-title>.n1 {
    font-size: 16px !important;
  }

  hr {
    opacity: 1;
  }

}

/*====================================NEWS=====================================*/

.news-container {
  margin-top: var(--header-height);
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 40px;
}

.news-grid {
  display: grid;
  margin: 0;
  padding-top: 15px;
  grid-template-rows: calc(33vh) 15px 8em 15px 1px;
  grid-template-areas: "image"
    "date"
    "text"
    "readmore"
    "separator";
  grid-row-gap: 15px;
}

.news-article {
  grid-area: text;
  overflow: hidden;
}

.news-article>p {
  line-height: 1.2em;
}

.news-image,
.single-new-image {
  grid-area: image;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.read-more {
  grid-area: readmore;
  display: inline-flex;
  color: var(--main-color);
  font-size: .8em;
  justify-content: flex-end;
  align-content: center;
}

.published-date {
  grid-area: date;
  font-size: .8em;
  color: var(--secondary-color);
}

.single-new-grid {
  display: grid;
  margin: 0;
  padding-top: 15px;
  grid-template-rows: calc(100vw/2);
  grid-row-gap: 15px;
  grid-template-areas: "image"
    "text"
}

.grid-interior-noticia {
  display: block;
}

@media screen and (min-width: 1080px) {

  .news-grid {
    grid-column-gap: 15px;
    grid-template-columns: calc((100vw - 75px) / 3) calc((100vw - 75px) * 2 / 3);
    grid-template-rows: 15px 150px 15px 1px;
    grid-template-areas: "image date"
      "image text"
      "image readmore"
      "separator separator";
  }

  .single-new-grid {
    display: block;
    margin: 0;
    padding-top: 15px;
  }

  .single-new-image {
    display: inline;
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc((100vw - 60px) / 3);
    height: calc(100vh / 2);
    flex-shrink: 0;
    background-position: center;
    background-size: cover;
    float: left;
  }

  .news-single-article {
    display: inline;
  }

  .grid-interior-noticia {
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: calc((100vw - 100px) / 3) calc((100vw - 100px) / 3) calc((100vw - 100px) / 3);
    grid-template-rows: 15px 150px 15px 1px;
  }

  .titulo-interior-noticia {
    grid-area: 2;
  }

  .fecha-interior-noticia {
    grid-area: 1;
  }

  .grid-interior-noticia>p {
    padding: 0 0;
  }

}

/*====================================NEIKO=====================================*/

.divisor {
  display: none;
}

.NeikoPresentation-container {
  display: grid;
  grid-template-columns: 50vw 50vw;
  grid-template-rows: 100vh auto auto auto auto 50vh auto auto 30vh auto auto;
  grid-template-areas: "Image1 Image1"
    "text1 text1"
    "Image2 Image2"
    "text2a text2a"
    "text2b text2b"
    "Image3 Image3"
    "text3 text3"
    "readmore1 readmore1"
    "Image4 Image4"
    "text4 text4"
    "readmore2 readmore2";
}

.NeikoImage1-container {
  grid-area: Image1;
  width: 100vw;
  height: 100vh;
}

.NeikoImage1,
.NeikoImage2,
.NeikoImage3,
.NeikoImage4 {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: -50vw;
}

.Neiko-Text1,
.Neiko-Text2a,
.Neiko-Text2b,
.Neiko-Text3,
.Neiko-Text4 {
  grid-area: text1;
  margin: 0;
  padding: 15px 30px 15px 30px;
  text-align: justify;
}

.Neiko-Text1 {
  position: relative;
  width: 100vw;
  font-size: 1.5em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}

.NeikoImage2-container {
  grid-area: Image2;
  width: 100vw;
  height: 50vh;
}

.NeikoImage2,
.NeikoImage3,
.NeikoImage4 {
  Background-position: 0;
}

.Neiko-Text2a {
  grid-area: text2a;
}

.Neiko-Text2b {
  grid-area: text2b;
  padding-top: 0;
}

.NeikoImage3-container {
  grid-area: Image3;
  width: 100vw;
  height: 50vh;
}

.Neiko-Text3 {
  grid-area: text3;
  padding-bottom: 0;
}

.read-more1,
.read-more2 {
  color: var(--main-color);
  display: inline-flex;
  grid-area: readmore1;
  margin-top: 15px;
  margin-right: 30px;
  margin-bottom: 15px;
  margin-left: auto;
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
  justify-content: flex-end;
  border: 1px solid var(--main-color);
  border-radius: 5px;
  transition: all 400ms;
}

.read-more1:hover,
.read-more2:hover {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.NeikoImage4-container {
  grid-area: Image4;
  width: 100vw;
  height: 100%;
}

.Neiko-Text4 {
  grid-area: text4;
  padding-bottom: 0;
}

.read-more2 {
  grid-area: readmore2;
}

@media screen and (min-width: 1080px) {

  .NeikoPresentation-container {
    display: grid;
    grid-template-columns: 25vw 25vw 25vw 25vw;
    grid-template-rows: 100vh auto 70vh auto auto;
    grid-template-areas: "Image1 Image1 Image1 Image1"
      "text2a text2a text2b text2b"
      "Image3 Image3 Image3 Image3"
      "text3 text3 text4 text4"
      "readmore1 readmore1 readmore2 readmore2";
  }

  .Neiko-Text1 {
    position: absolute;
    display: block;
    width: 40vw;
    font-weight: 200;
    text-align: left;
    padding-top: 25vh;
    margin-left: 50vw;
    margin-right: 10vw;
  }

  .Neiko-Text1.t3 {
    font-size: 2em;
    text-align: right;
  }

  .NeikoImage1-container {
    margin-bottom: 15px;
  }

  .NeikoImage1 {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: left;
  }

  .NeikoImage2-container {
    display: none;
  }

  .Neiko-Text2a,
  .Neiko-Text2b {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .Neiko-Text2a.t3,
  .Neiko-Text2b.t3 {
    font-size: 1.5em;
  }

  .NeikoImage3-container {
    width: 100%;
    height: 100%;
  }

  .read-more1,
  .read-more2 {
    display: inline-flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 80px;
    margin-left: 80px;
    padding: 10px;
    font-size: 1.5em;
  }

}

/*====================================EDICION MEGAMENU=====================================*/

.sp-megamenu-parent>li:nth-child(1)>a:nth-child(1) {
  display: none;
}

/*====================================CONTACTO=====================================*/
body.itemid-133 {
  height: auto;
}

.hasPopover {
  color: var(--main-color);
}

#jform_spacer-lbl {
  display: none;
}

.star {
  display: none;
}

.contact-form {
  margin-top: 75px;
  margin-right: 30px;
  margin-left: 30px;
}

.form-control {
  background-color: #fff;
  border: 0px;
  border: 1.5px solid var(--secondary-color);
  border-radius: .2em;
}

.btn-primary {
  background-color: var(--secondary-color);
  border: 1.5px solid var(--secondary-color);
  border-radius: 0em;
  margin-top: 1em;
}

.mapa {
  width: calc(100vw - 60px);
  height: 50vh;
  padding-top: 15px;
}

.form-group {
  margin-bottom: 0;
}

.info-container {
  padding-left: 30px;
  padding-right: 30px;
}

.dl-horizontal>dd:nth-child(1) {
  margin: 0;
}

.dl-horizontal {
  margin: 0;
}

.contact-misc {
  display: block;
  padding: 30px;
  padding-top: 0;
}

.contact-info>p {
  padding: 0;
  margin: 0;
  font-size: .9em;
}

.contact>h3:nth-child(2) {
  display: none;
}

.jicons-icons {
  display: none;
}

.contact-info>h3:nth-child(1) {
  color: var(--main-color);
}

.contact-misc>p:nth-child(1) {
  display: none;
}

.dl-horizontal>dd:nth-child(2) {
  display: block;
  margin: 0;
}

.contact-misc>p:nth-child(4) {
  display: none;
}

.contact-misc {
  display: block;
}

label {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  font-size: 18px;
}

@media screen and (min-width: 1080px) {
  .contact {
    display: flex;
    height: calc(100vh - var(--footer-height));
    align-items: center;
  }

  .contact-form {
    width: 40vw;
    margin: 0;
    padding-top: calc(var(--header-height) + 15px);
    padding-left: 0;
    padding-right: 15px;
    padding-bottom: 0;
    height: auto;
    transform: scale(0.8);
    display: flex;
    align-items: center;
    font-size: 16px;
  }

  .dl-horizontal>dt:nth-child(1) {
    display: none;
  }

  .contact-misc {
    width: 60vw;
    height: calc(100vh - var(--footer-height));
    padding-top: calc(var(--header-height) + 15px);
    padding-bottom: 15px;
  }

  .mapa {
    width: 100%;
    height: 70%;
    padding: 15px 0;
  }

}

#system-message-container {
  display: flex;
  position: absolute;
  margin-top: calc(var(--header-height) + 15px);
  margin-left: 30px;
  width: auto;
  z-index: 9999;
}

#sp-component>div>div.contact>div.contact-miscinfo>dl>dd>span>p:nth-child(6) {
  display: none;
}

#contact-form {
  position: relative;
}

#contact-form>fieldset:nth-child(2) {
  display: inline-block;
  right: -22px;
  position: absolute;
  transform: scale(0.8125);
  margin-top: 0;
  transform-origin: bottom;
}

#contact-form>div {
  display: inline-block;
}




/*====================================EQUIPO================================================*/
.article-details {
  overflow: hidden;
}


.itemid-150>div>div>#sp-main-body>div>div>div>#sp-component>div>div.article-details>div:nth-child(5) {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 15vh calc(2 * (100vh - 15vh - var(--header-height)));
  width: 100vw;
  height: auto;
  position: relative;
  top: 0;
  padding-top: calc(var(--header-height));
}

.itemid-155>div>div>#sp-main-body>div>div>div>#sp-component>div>div.article-details>div:nth-child(5) {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 18vh calc(2 * (100vh - 18vh - var(--header-height)));
  width: 100vw;
  height: auto;
  position: relative;
  top: 0;
  padding-top: calc(var(--header-height));
}

.grid-team-container {
  margin-top: 75px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: calc(100vw - 60px);
  grid-template-rows: auto;
  grid-row-gap: 15px;
  grid-column-gap: 15px;
}

.PresentacionEquipo-Container {
  display: flex;
  grid-area: 1 / 1 / 1 / 2;
  padding: 0;
}

.PresentacionEquipo {
  display: flex;
  align-items: center;
  margin: 0;
}

.itemid-150>div>div>#sp-main-body>div>div>div>#sp-component>div>div.article-details>div:nth-child(5)>p:nth-child(3) {
  grid-area: 3 / 1 / 3 / 5;
}

.itemid-155>div>div>#sp-main-body>div>div>div>#sp-component>div>div.article-details>div:nth-child(5)>p:nth-child(3) {
  grid-area: 3 / 1 / 3 / 5;
}

.itemid-150>div>div>#sp-main-body>div>div>div>#sp-component>div>div.article-details>div:nth-child(5)>p:nth-child(4) {
  grid-area: 4 / 1 / 4 / 5;
}

.itemid-155>div>div>#sp-main-body>div>div>div>#sp-component>div>div.article-details>div:nth-child(5)>p:nth-child(4) {
  grid-area: 4 / 1 / 4 / 5;
}

.Tarjetas-Container {
  grid-area: 2 / 1 / 2 / 2;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: calc(50% - 30px) 30px calc(50% - 30px);
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  justify-self: center;
}

.TarjetaEquipo-Container {
  width: 100%;
  height: 80vh;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.TarjetaEquipo-Container1 {
  grid-area: 1 / 1 / 1 / 1;
  position: relative;
}

.TarjetaEquipo-Container2 {
  grid-area: 3 / 1 / 3 / 1;
  position: relative;
}

.TarjetaEquipo-Container .TarjetaEquipo-Cara {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 1;
  transform: translateY(0);
  width: 100%;
  background-image: url(/images/img/equipo/CanzobreCasteloLucas_BN.jpg);
  transition: 0.5s;
}

.TarjetaEquipo-Container .TarjetaEquipo-Cara.TarjetaEquipo-Cara1 {
  transform: translateY(0);
}

.TarjetaEquipo-Container .TarjetaEquipo-Cara1 {
  height: 70%;
  transition: 0.5s;
  background-size: cover;
  background-position: top;
}

.TarjetaEquipo-Container1>div.TarjetaEquipo-Cara1 {
  background-image: url(/images/img/Equipo/CanzobreCasteloLucas_BN.jpg);
}

.TarjetaEquipo-Container2>div.TarjetaEquipo-Cara1 {
  background-image: url(/images/img/Equipo/RubenRodriguez_Foto_BN.jpg);
}


.TarjetaEquipo-Container .TarjetaEquipo-Cara2 {
  height: 30%;
  flex-direction: column;
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box;
  font-family: 'Roboto', 'sans-serif';
  font-size: 14px;
}

.TarjetaEquipo-Contenido {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding: 0;
}

.TarjetaEquipo1-DatosPersonales {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2% 0;
  margin: 0;
  height: 100%;
  justify-content: space-between;
}

.TarjetaEquipo2-DatosPersonales {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2% 0;
  margin: 0;
  height: 100%;
  justify-content: space-between;
}

.TarjetaEquipo-Cara.TarjetaEquipo-Cara2>div>ul>li:nth-child(1) {
  display: flex;
  justify-content: center;
  font-size: 1.35em;
  font-weight: bolder;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
}

.TarjetaEquipo-Cara.TarjetaEquipo-Cara2>div>ul>li:nth-child(1)::after {
  content: '';
  display: block;
  height: 1px;
  background: var(--secondary-color);
  width: 100%;
  position: relative;
  right: -30px;
  transform-origin: right;
  transform: scale(1);
  opacity: 1;
  transition: transform 0.75s ease, opacity 0.75s ease;
  overflow: hidden;
}

.TarjetaEquipo-Contenido>ul>li {
  /* padding-top: 5px; */
}

.TarjetaEquipo-Contenido>ul>li>ul {
  display: flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  position: relative;
  /*  bottom: -4px; */
}

.TarjetaEquipo-Contenido>ul>li:nth-child(3)>ul {
  display: flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  position: relative;
  bottom: initial;
}

.TarjetaEquipo-Contenido>ul>li:nth-child(4)>ul {
  bottom: 0;
}

.Equipo-LinkdIn-Link {
  height: 22px;
  width: 22px;
  background-image: url(/images/img/icons/linkedin-icon.svg);
  background-size: contain;
  position: relative;
  font-size: 0;
  transition: all 0.5s ease;
}

.Equipo-LinkdIn-Link::after {
  content: '';
  display: inline-block;
  position: relative;
  right: 0;
  height: 22px;
  width: 22px;
  background-image: url(/images/img/icons/linkedin-icon-hover.svg);
  background-size: contain;
  position: relative;
  font-size: 0;
  transition: all 0.5s ease;
  opacity: 0;
  z-index: 1;
}

.Equipo-LinkdIn-Link:hover::after {
  opacity: 1;
  transition: all 0.5s ease;
}

.Equipo-Curriculum-Link {
  height: 24px;
  width: 18px;
  background-color: #000;
  border-radius: 10%;
  position: relative;
  align-self: center;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  transition: all 0.5s ease;
}

.Equipo-Curriculum-Link:hover {
  background-color: rgb(27 129 152);
}

.Equipo-Instagram-Link {
  height: 22px;
  width: 22px;
  background-image: url(/images/img/icons/instagram-icon.svg);
  background-size: contain;
  position: relative;
  font-size: 0;
  transition: all 0.5s ease;
}

.Equipo-Instagram-Link::after {
  content: '';
  display: inline-block;
  position: relative;
  right: 0;
  height: 22px;
  width: 22px;
  background-image: url(/images/img/icons/instagram-icon-hover.svg);
  background-size: contain;
  position: relative;
  font-size: 0;
  transition: all 0.5s ease;
  opacity: 0;
  z-index: 1;
}

.Equipo-Instagram-Link:hover::after {
  opacity: 1;
  transition: all 0.5s ease;
}

.Equipo-Twitter-Link {
  height: 22px;
  width: 22px;
  background-image: url(/images/img/icons/twitter-icon.svg);
  background-size: contain;
  position: relative;
  font-size: 0;
  transition: all 0.5s ease;
}

.Equipo-Twitter-Link::after {
  content: '';
  display: inline-block;
  position: relative;
  right: 0;
  height: 22px;
  width: 22px;
  background-image: url(/images/img/icons/twitter-icon-hover.svg);
  background-size: contain;
  position: relative;
  font-size: 0;
  transition: all 0.5s ease;
  opacity: 0;
  z-index: 1;
}

.Equipo-Twitter-Link:hover::after {
  opacity: 1;
  transition: all 0.5s ease;
}

.TarjetaEquipo-Container .TarjetaEquipo-Cara.TarjetaEquipo-Cara1 .TarjetaEquipo-Contenido h3 {
  margin: 10px 0 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}

.TarjetaEquipo-Container .TarjetaEquipo-Cara.TarjetaEquipo-Cara1 .TarjetaEquipo-Contenido a {
  margin: 15px 0 0;
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
  color: #333;
  padding: 5px;
  border: 1px solid #333;
}


@media screen and (min-width: 1080px) {

  .itemid-150>div>div>#sp-main-body>div>div>div>#sp-component>div>div.article-details>div:nth-child(5) {
    grid-template-rows: 7% 93%;
    height: calc(100vh - var(--footer-height));
  }

  .itemid-155>div>div>#sp-main-body>div>div>div>#sp-component>div>div.article-details>div:nth-child(5) {
    grid-template-rows: 7% 93%;
    height: calc(100vh - var(--footer-height));
  }

  .grid-team-container {
    margin-bottom: 0;
    grid-template-columns: calc((100vw - 120px));
    grid-template-rows: min-content auto;
    grid-column-gap: 30px;
    min-height: calc((100vh - 75px - var(--footer-height) - 30px));
  }

  .PresentacionEquipo-Container {
    grid-area: 1/1/1/2;
    font-size: 1.1em;
    align-self: center;
    height: 100%;
  }

  .PresentacionEquipo {
    margin-bottom: 0;
  }

  .Tarjetas-Container {
    grid-area: 2 / 1 / 2 / 2;
    grid-template-columns: 1fr 30% 1fr 30% 1fr;
    grid-auto-rows: calc(100% - 15px);
  }

  .TarjetaEquipo-Container1 {
    grid-area: 1 / 2 / 1 / 3;
    position: relative;
  }

  .TarjetaEquipo-Container .TarjetaEquipo-Cara1 {
    height: 80%;
  }

  .TarjetaEquipo-Container .TarjetaEquipo-Cara2 {
    height: 20%;
  }

  .TarjetaEquipo-Container1>div.TarjetaEquipo-Cara.TarjetaEquipo-Cara1:after {
    content: '';
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/images/img/Equipo/CanzobreCasteloLucas.jpg);
    background-size: cover;
    background-position: top;
    opacity: 0;
    transition: opacity 0.75s ease;
  }

  .TarjetaEquipo-Container1:hover>div.TarjetaEquipo-Cara.TarjetaEquipo-Cara1:after {
    opacity: 1;
  }

  .TarjetaEquipo-Container2 {
    grid-area: 1 / 4 / 1 / 5;
    position: relative;
  }

  .TarjetaEquipo-Container2>div.TarjetaEquipo-Cara.TarjetaEquipo-Cara1:after {
    content: '';
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/images/img/Equipo/RubenRodriguez_Foto.jpg);
    background-size: cover;
    background-position: top;
    opacity: 0;
    transition: opacity 0.75s ease;
  }

  .TarjetaEquipo-Container2:hover>div.TarjetaEquipo-Cara.TarjetaEquipo-Cara1:after {
    opacity: 1;
  }

  .TarjetaEquipo-Cara.TarjetaEquipo-Cara2>div>ul>li:nth-child(1)::after {
    transform: scale(0);
    opacity: 0;
  }

  .TarjetaEquipo-Container1:hover>.TarjetaEquipo-Cara.TarjetaEquipo-Cara2>div>ul>li:nth-child(1)::after {
    transform: scale(1);
    opacity: 1;
  }

  .TarjetaEquipo-Container2:hover>.TarjetaEquipo-Cara.TarjetaEquipo-Cara2>div>ul>li:nth-child(1)::after {
    transform: scale(1);
    opacity: 1;
  }

  .TarjetaEquipo-Contenido {
    font-size: 16px;
    padding: 0;
  }

}

/*====================================PROJECTS================================================*/

.project-container {
  margin-top: var(--header-height);
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 40px;
  /*display:flex;
  flex-direction: column;
  height: calc(100vh - var(--footer-height));
  width: 100vw;
  background-image: url(images/img/Proyectos/ming-e-yip-l-lXKnv6F7s-unsplash.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;*/
}

.projects-grid {
  display: grid;
  margin-top: var(--header-height);
  margin-right: 30px;
  margin-left: 30px;
  /*padding-top: 15px;*/
  grid-template-rows: auto;
  grid-row-gap: 15px;
}

.project-grid {
  display: grid;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  grid-template-rows: 33vh auto auto auto auto 1px;
  grid-template-columns: 100%;
  grid-template-areas: "image"
    "type"
    "title"
    "date"
    "text"
    "readmore"
    "separator";
  grid-row-gap: 0;
}

.project-image {
  grid-area: image;
  background-position: center;
  background-size: cover;
  background-image: url("/images/img/Noticias/20200410_VidrioEstructural_6/imagen1.jpg");
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  transition: opacity 0.5s ease;
}

.project-image-hover {
  grid-area: image;
  background-position: center;
  background-size: cover;
  background-image: url("/images/img/Noticias/20200410_VidrioEstructural_6/imagen1.jpg");
  opacity: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  transition: opacity 0.5s ease;
}

.project-type {
  margin: 5px 0 0 0;
}

.project-title {
  margin: 5px 0 0 0;
  min-height: 48px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: var(--main-color);
}

.project-title>a {
  color: inherit
}

.project-text {
  margin: 5px 0 0 0;
  line-height: 1.2em;
  overflow: hidden;
  height: auto;

}

.project-readmore {
  display: inline-flex;
  margin: 5px 0 0 0;
  color: var(--main-color);
  font-size: .8em;
  justify-content: flex-end;
  align-content: center;
}

.project-readmore>a {
  color: inherit
}

.project-presentation {
  align-self: center;
  padding: 30px;
  padding-top: calc(var(--header-height) + 40px);
  font-size: 1.5em;
  text-align: left;
}

.project-temporal {
  align-self: center;
  padding: 2px;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
  border-radius: .5em;
  background: #eeea;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 1;
  visibility: visible;
}

.project-image:hover {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.project-image-hover:hover {
  opacity: 1;
  transition: opacity 0.5s ease;
}

@media screen and (min-width: 1080px) {

  .projects-grid {
    display: grid;
    /*padding-top: 15px;*/
    grid-template-rows: auto;
    grid-template-columns: calc((100vw - 60px)/3 - 22.5px) calc((100vw - 60px)/3 - 22.5px) calc((100vw - 60px)/3 - 22.5px);
    grid-row-gap: 15px;
    grid-column-gap: 30px;
  }

  hr {
    opacity: 1;
    width: 100%;
  }

  .project-presentation {
    align-self: center;
    padding: 60px;
    padding-top: calc(var(--header-height) + 70px);
    padding-bottom: 40px;
    text-align: justify;
  }

  .project-temporal {
    background-color: transparent;
  }


}

/*====================================PROJECT DETAILS================================================*/

.projectdetails-layout {
  display: grid;
  width: 100vw;
  margin-top: var(--header-height);
  margin-right: 0;
  margin-left: 0;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}

.projectdetails-grid {
  display: grid;
  width: 100%;
  max-width: 720px;
  justify-self: center;
  margin-top: 0;
  padding-right: 30px;
  padding-left: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-row-gap: 15px;
  grid-auto-rows: auto;
}

.projectdetails-image {
  /*grid-area: image;*/
  background-position: center;
  background-size: cover;
  background-image: url("/images/img/Noticias/20200410_VidrioEstructural_6/imagen1.jpg");
  height: 100%;
  width: auto;
  margin-bottom: 0;
}

.projectdetails-details-grid {
  display: grid;
  margin: 0 0 30px;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-row-gap: 0;
}

.projectdetails-title {
  margin: 30px 0 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  font-style: normal;
  color: var(--main-color);
}

.projectdetails-type {
  margin-top: 10px;
  font-size: 1.1em;
  font-weight: 400;
}

.projectdetails-bold {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 0px;
}

.projectdetails-bold-ans {
  margin-bottom: 10px;
}

.projectdetails-text {
  margin-top: 30px;
}

.pagenavigation {
  display: none;
}

.projectdetails-disclaimer {
  margin-top: 2rem;
  margin-bottom: 0;
  font-style: italic;
}

@media screen and (min-width: 1080px) {

  .projectdetails-grid {
    grid-template-columns: calc(12.5% - 45px) 37.5% calc(12.5% - 45px) calc(25% + 15px) calc(12.5% - 45px);
    grid-row-gap: 15px;
    grid-column-gap: 30px;
    max-width: 2048px;
    grid-template-rows: 65vh 0;
    grid-auto-rows: auto;
  }

  .projectdetails-details-grid {
    grid-column: 4;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
  }

  .projectdetails-image {
    grid-area: 1 / 2 / 1 / 3;
    width: 100%;
    margin: 0 60px 0;
    align-self: center;
    justify-self: center;
  }

  .projectdetails-disclaimer {
    grid-area: 1 / 2 / 1 / 3;
    margin-top: 0
  }

}

/*====================================LANDSCAPE BLOCK================================================*/

@media (max-device-width: 1000px) and (orientation: landscape) {
  .offcanvas-overlay {
    transform: translateX(0);
    background-image: url(/images/img/PortraitMobile/daniel-cheung-cPF2nlWcMY4-unsplash_mod.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  #sp-main-body {
    display: none;
  }
}

/*===========================================LEGAL===================================================*/

.aviso_legal_header {
  display: flex;
  margin-top: calc(var(--header-height) + 40px);
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 2em;
  font-weight: 400;
  font-style: normal;
  color: var(--main-color);
}

.aviso_legal_container {
  display: flex;
  flex-direction: column;
  width: 100vw;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 40px;
  text-align: justify;
}

.aviso_legal_container>h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}

/*===========================================NOTICIAS===================================================*/
/*=====================================NOTICIA 5 2020 04 07=============================================*/
.eq_pc {
  display: none !important;
}

.eq_mov {
  display: block !important;
}


@media screen and (min-width: 1080px) {

  .eq_pc {
    display: block !important;
  }

  .eq_mov {
    display: none !important;
  }
}

/*========================================SOCIAL FOOTER=================================================*/

.social-icons>li>a {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.social-icons>li>a>span {
  width: 20px;
}

.social-icons>li>a>span::before {
  display: none;
}

.social-icons>li {
  margin: 0;
  display: flex !important;
}

.social-icon-twitter>a {
  background-image: url(/images/Social/Twitter.svg);
}
.social-icon-twitter>a>svg{
  display: none;
}

.social-icon-linkedin>a {
  background-image: url(/images/Social/Linkedin.png);
}

.social-icon-instagram>a {
  background-image: url(/images/Social/Instagram.svg);
}

#sp-menu>div>div>ul.social-icons {
  display: none;
}

/*===========================================CONTACTO===================================================*/

.contact-layout {
  display: grid;
  width: 100vw;
  margin-top: var(--header-height);
  margin-right: 0;
  margin-left: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  height: auto;
}

.contact-grid {
  display: grid;
  width: 100%;
  max-width: 720px;
  justify-self: center;
  margin-top: 0;
  padding-right: 30px;
  padding-left: 30px;
  grid-template-columns: 1fr;
  grid-row-gap: 15px;
  grid-template-rows: calc(0.5 * (100vh - var(--header-height) - var(--footer-height)) - 7.5px) calc(0.5 * (100vh - var(--header-height) - var(--footer-height)) - 37.5px);
  grid-auto-rows: auto;
}

.contact-map {
  /*grid-area: image;*/
  background-position: center;
  background-size: cover;
  height: 100%;
  width: auto;
  margin-bottom: 0;
}

.contact-details-grid {
  display: grid;
  grid-template-rows: 100%;
  grid-template-columns: 100%;
  grid-row-gap: 0;
  grid-row: 1;
  font-family: 'Roboto Condensed', sans-serif;
  align-items: center;
}

.contact-title {
  font-family: 'Roboto', sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  font-style: normal;
  color: var(--main-color);
  margin: 0;
  display: none;
}

.contact-details-flex {
  display: flex;
  height: 80%;
  flex-direction: column;
  justify-content: space-around;
}

.contact-details-flex-direction {
  font-size: 1.1em;
  font-weight: 300;
}

.contact-details-flex-contact {
  font-size: 1.1em;
  font-weight: 300;
}

.contact-details-flex>div>p {
  margin-bottom: 0.5rem;
  margin-left: 30px;
}

.contact-icon {
  background-size: contain;
  background-repeat: no-repeat;
  height: 1.1em;
  width: 1.5em;
  display: inline-block;
  position: absolute;
  transform: translateY(3px);
}

.contact-icon-direction {
  background-image: url(/images/contacticons/locnko.png);
}

.contact-icon-telephone {
  background-image: url(/images/contacticons/phonenko.png);
  transform: translateY(3px);
}

.contact-icon-mail {
  background-image: url(/images/contacticons/mailnko.png);
  transform: translateY(3px);
}

.contact-tel,
.contact-mail {
  font-size: 1em;
}

.gm-style-cc>div:first-child {
  opacity: 0 !important;
}

@media screen and (min-width: 1080px) {

  .contact-grid {
    grid-template-columns: calc(5% - 45px) 42.5% calc(5% - 45px) calc(42.5% + 15px) calc(5% - 45px);
    grid-row-gap: 15px;
    grid-column-gap: 30px;
    max-width: 2048px;
    grid-template-rows: calc(100vh - var(--header-height) - var(--footer-height));
    grid-auto-rows: auto;
  }

  .contact-details-grid {
    grid-column: 4;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    height: 50vh;
    align-self: center;
  }

  .contact-map {
    grid-area: 1 / 2 / 1 / 3;
    background-position: center;
    background-size: cover;
    height: unset;
    width: 100%;
    margin: 0 60px 0;
    align-self: center;
    justify-self: center;
    padding-top: 100%;
  }

  .contact-title {
    display: block;
  }

  .contact-icon-telephone {
    transform: translateY(10px);
  }

  .contact-icon-mail {
    transform: translateY(10px);
  }

  .contact-details-flex {
    height: 70%;
    justify-content: space-between;
  }

  .contact-tel,
  .contact-mail {
    font-size: 1.4em;
  }

}