:root {
  --cian:#7cd1f5;
  --blue: rgb(27, 128, 222);
  --verde: #86bc25;
  --white: #fff;
  --black: #000;
}

@font-face {
  font-family: "Hero Light Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Hero Light Regular"), url("./fonts/HeroLight-Regular.woff") format("woff");
}
@font-face {
  font-family: "Hero Light Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Hero Light Bold"), url("./fonts/HeroLight-Bold.woff") format("woff");
}
@font-face {
  font-family: "Hero Light Light";
  font-style: normal;
  font-weight: normal;
  src: local("Hero Light Light"), url("./fonts/HeroLight-Light.woff") format("woff");
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: "Hero Light Regular";
}

.header-bg {
  background: linear-gradient(45deg, var(--blue) 20%, #5fb9ee 50%, var(--cian) 100%);
  position: relative;
  box-sizing: border-box;
}

.header-bg-detail {
  background: url("../images/header-bg.png"), linear-gradient(45deg, var(--blue) 20%, #5fb9ee 50%, var(--cian) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  box-sizing: border-box;
}

.wrapper {
  padding: 0 1em;
  width: 75%;
  margin: 0 auto;
}

.header-top {
  height: 2em;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 0;
  box-sizing: border-box;
  color: var(--white);
}

.leftheader {
  text-align: center;
}
.leftheader p {
  color: var(--white);
  display: inline;
  font-size: 0.8em;
  padding: 0 0.5em;
}

nav {
  box-sizing: border-box;
}
nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
nav ul li {
  color: var(--white);
  padding: 0.5em 1em;
}
nav ul li a {
  text-decoration: none;
  display: block;
  color: var(--white);
}
nav ul li a:hover {
  color: var(--white);
}
nav ul li .menuicon {
  background: url("../images/panoramicas.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 26px;
}

.logoseparator {
  height: 100px;
}

.hero {
  box-sizing: border-box;
  padding-top: 3em;
}
.hero-container {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.hero-container .left {
  width: 40%;
}
.hero-container .right {
  width: 60%;
}
.hero-container-item {
  padding: 0;
  box-sizing: border-box;
}
.hero-container-item .logo {
  width: 100%;
  box-sizing: border-box;
  padding: 0 1em;
  text-align: center;
}
.hero-container-item .logo img {
  width: 100%;
}
.hero-container-item .logo p {
  margin-bottom: 200px;
  color: var(--white);
  padding-top: 0.5em;
  font-size: 1.25em;
}
.hero-container-item .message {
  width: 100%;
  text-align: right;
  padding: 1em 10% 1em 0;
  display: block;
  box-sizing: border-box;
}
.hero-container-item .message img {
  width: 300px;
  text-align: right;
}
.hero-container-item .laptop {
  position: relative;
  z-index: 2;
  background: url("../images/laptop.png");
  background-repeat: no-repeat;
  background-size: 100%;
  box-sizing: border-box;
  width: 100%;
}
.hero-container-item .laptop .screen {
  padding: 1em 4em 10em 4em;
}
.hero-container-item .laptop .screen img {
  width: 100%;
  border-radius: 5px;
}
.hero-container-item .laptop img {
  width: 100%;
}
.hero-container-item .banner-image {
  width: 100%;
  display: flex;
}
.hero-container-item .banner-image-item {
  width: 100%;
}
.hero-container-item .banner-image img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}
.hero-container-item .banner-image-circle {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 4em;
}
.hero-container-item .banner-image-circle-item {
  width: 350px;
  height: 350px;
}
.hero-container-item .banner-image-circle-item img {
  width: 100%;
  height: 100%;
  border: 5px solid var(--white);
  border-radius: 50%;
}
.hero:after {
  content: "";
  position: absolute;
  height: 325px;
  width: 100%;
  background: url("../images/hero-siluete.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  bottom: -1px;
  display: block;
  box-sizing: border-box;
}
.hero-description-content {
  position: absolute;
  bottom: 0;
  left: 0;
}

.siluete-detail:after {
  content: "";
  background: url("../images/hero-siluete-detail.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.page-content {
  margin: 3em 0 2em 0;
}

.title {
  margin: 1em 0;
  padding: 0 0.5em;
  font-size: 1.6em;
  display: inline-block;
  font-family: "Hero Light Light";
}
.title:after {
  content: "";
  width: 2em;
  height: 3px;
  margin-top: 0.3em;
  display: block;
  background-color: var(--blue);
}
.title strong {
  font-family: "Hero Light bold";
}

.btn {
  border-radius: 1.5em;
  text-decoration: none;
  padding: 0.8em 1.5em;
  background-color: var(--verde);
  color: var(--white);
  display: inline-block;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.29);
  transition: 0.5s;
}
.btn:hover {
  background-color: var(--white);
  color: var(--verde);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.29);
}

.plus {
  border-radius: 50%;
  text-decoration: none;
  padding: 0.6em 0.8em;
  background-color: var(--blue);
  color: var(--white);
  display: inline-block;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.29);
  transition: 0.5s;
  font-size: 1em;
}
.plus:hover {
  background-color: var(--white);
  color: var(--blue);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.29);
}

.services {
  margin: 1em 0 4em 0;
}

.confianza {
  margin: 1em 0;
  display: inline-block;
}
.confianza a img {
  width: 100%;
  padding: 0.5em 1em;
  border-radius: 0.5em;
}
.confianza a:hover img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
}

.swiper-container {
  padding: 2em 0;
}

.swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
}

.service-card {
  background: linear-gradient(45deg, var(--blue), var(--cian));
  display: block;
  text-align: center;
  border-radius: 1em;
  text-decoration: none;
  padding: 2em 0;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 15px;
  transition: all 2s ease-in-out;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.29);
}
.service-card:hover {
  background: linear-gradient(45deg, var(--cian), var(--blue));
}
.service-card:hover img {
  transform: scale(1.2);
}
.service-card img {
  width: 90px;
  transition: 0.5s;
}
.service-card span {
  color: var(--white);
  display: block;
  font-size: 1.4em;
}
.service-card-plus {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5em 0.6em;
  color: var(--white);
  border-radius: 50%;
  background-color: var(--verde);
  box-shadow: 0px 15px 15px 0px rgba(28, 128, 223, 0.29);
}
.service-card-plus:hover {
  background-color: var(--white);
  color: var(--blue);
  box-shadow: 0px 5px 5px 0px rgba(28, 128, 223, 0.29);
}

.footer {
  background-image: url("../images/footer-bg.png"), linear-gradient(45deg, var(--blue), var(--cian));
  background-repeat: repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  margin: 2em 0 0;
  position: relative;
}
.footer_content {
  display: block;
  text-align: center;
  padding: 2em 0;
}
.footer_content h2 {
  text-align: center;
  color: var(--white);
  font-family: "Hero Light Light";
}
.footer .mt400 {
  margin-top: 400px;
}
.footer-siluete {
  width: 100%;
  height: 200px;
  background: url("../images/footer-siluete.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  top: -1px;
  display: block;
  box-sizing: border-box;
}
.footer-video {
  width: 75%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
  box-sizing: border-box;
}
.footer-video-content {
  padding: 1em;
  text-align: center;
  width: 33.3%;
  box-sizing: border-box;
}
.footer-video-content h2 {
  color: var(--white);
  font-family: "Hero Light Light";
}
.footer-video-content h2 strong {
  font-family: "Hero Light bold";
  font-weight: 700;
}
.footer-video-content h2:after {
  content: "";
  height: 3px;
  width: 3em;
  display: block;
  margin: 0.5em auto;
  background-color: var(--white);
}
.footer-video-content-media {
  overflow: hidden;
  border-radius: 0.8em;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.footer-video-content-media video {
  width: 100%;
  outline: none;
}
.footer-video-content-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer .footer_link {
  width: 100%;
  display: block;
  color: var(--white);
  text-decoration: none;
  font-size: 1.5em;
  padding: 1em 0;
  font-family: "Hero Light Light";
}

iframe {
  width: 100%;
}

.social_links {
  display: block;
}
.social_links_container {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1em 0;
  list-style: none;
}
.social_links_container li {
  padding: 0;
  margin: 0;
}
.social_links_container li a {
  color: var(--white);
  border-radius: 1.5em;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
}
.social_links_container li a:hover {
  background-color: var(--white);
  color: var(--verde);
}

.image-conten-tab {
  border-radius: 10px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(28, 128, 223, 0.59);
}
.popup-body {
  position: relative;
  width: 50%;
  margin: 10vh auto;
  background-color: var(--white);
  border-radius: 0.8em;
  box-sizing: border-box;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 1em;
  border-bottom: 1px solid lightgrey;
}
.popup-header h2 {
  margin: 0;
  color: var(--blue);
}
.popup-container {
  padding: 1em;
  max-height: 70vh;
  overflow-y: scroll;
}
.popup-close {
  text-decoration: none;
  color: var(--black);
}
.popup-close:hover {
  color: red;
}

.login-bg {
  background-image: url(../images/footer-bg.png), linear-gradient(45deg, var(--blue), var(--cian));
  background-repeat: repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
}

.loginbox {
  background-color: var(--white);
  padding: 1em;
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  border-radius: 1.5em;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.19);
}
.loginbox-logo {
  background-color: rgba(27, 128, 222, 0.8);
  display: block;
  padding: 1em;
  border-radius: 1.5em 1.5em 0 0;
  box-sizing: border-box;
}
.loginbox-logo p {
  color: var(--white);
  text-align: center;
  font-size: 1.2em;
}

form {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
form .field {
  padding: 0.5em 0;
  text-align: left;
}
form .field:first-child {
  padding: 1em 0 0.5em 0;
}
form .field label {
  margin-bottom: 0.5em;
  margin-left: 0.8em;
  display: inline-block;
  color: var(--blue);
}
form .field input {
  width: 100%;
  box-sizing: border-box;
  height: 3.5em;
  padding: 1em 1.3em;
  border-radius: 1.5em;
  border: 1px solid lightgray;
  outline: none;
  font-size: initial;
}
form .field input[type=submit] {
  background-color: var(--verde);
  color: var(--white);
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.19);
  transition: 0.5s;
  border-radius: 1.5em;
  padding: 0.6em 1.5em;
  height: auto;
  font-size: 1em;
  cursor: pointer;
  display: block;
}
form .field input[type=submit]:hover {
  background-color: var(--white);
  color: var(--verde);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.19);
}
form .field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid lightgray;
  border-radius: 1.5em;
  padding: 1em;
  font-size: initial;
  height: 8em;
  outline: none;
  background-color: var(--white);
  font-family: "Hero Light Regular";
}
form .field select {
  width: 100%;
  box-sizing: border-box;
  height: 3.5em;
  padding: 1em 1.3em;
  font-size: 1em;
  font-size: initial;
  border-radius: 1.5em;
  border: 1px solid lightgray;
  outline: none;
}

.error {
  color: red;
  text-align: center;
  padding: 0.5em 0;
  background-color: #eeccc8;
}

.bg-normal {
  width: 100%;
  height: 400px;
}
.bg-normal:after {
  content: "";
  position: absolute;
  height: 325px;
  width: 100%;
  background: url("../images/hero-siluete.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  bottom: -1px;
  display: block;
  box-sizing: border-box;
  z-index: 0;
}

.pen-heading {
  font-weight: bold;
  font-size: 2.5em;
  color: var(--blue);
  margin: 0;
  font-family: "Hero Light Light";
}
.pen-heading img {
  width: 145px !important;
  display: inline-block;
}

.tab-item {
  background: white;
  border: 1px #D5DADF solid;
  border-left: 5px solid var(--verde);
  box-shadow: 0 2px 3px rgba(213, 218, 223, 0.35);
  padding: 30px;
  border-radius: 0.5em;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.tab-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  width: 0;
  height: 100%;
  background: var(--verde);
  z-index: 1;
  transition: 0.5s;
  transform-origin: left;
}
.tab-item:hover {
  box-shadow: 0px 3px 3px 2px rgba(213, 218, 223, 0.35);
  background-color: var(--verde);
  border-left: 5px solid var(--blue);
}
.tab-item:hover:after {
  width: 100%;
}
.tab-item:hover .tab-item__heading {
  color: var(--white);
  margin-left: 1em;
}
.tab-item.active {
  box-shadow: 0px 3px 3px 2px rgba(213, 218, 223, 0.35);
  border-left: 5px solid var(--blue);
  background-color: var(--verde);
}
.tab-item.active .tab-item__heading {
  color: var(--white);
  margin-left: 1em;
}

.tab-item__heading {
  font-weight: bold;
  font-size: 2em;
  line-height: 1.3em;
  letter-spacing: 0.02em;
  color: var(--blue);
  margin: 0px;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  font-family: "Hero Light Light";
}

.tab-item__subheading {
  font-size: 18px;
  color: #333;
  margin: 0px;
}

.tab-content__header {
  color: var(--blue);
  font-weight: bold;
  margin: 0px 0px 30px;
  font-size: 36px;
  line-height: 1.3em;
  letter-spacing: 0.02em;
  font-family: "Hero Light Light";
}

.tab-content__text {
  margin: 0px 0px 30px;
}

.tab-content__btn {
  display: inline-block;
  margin-bottom: 30px;
  padding: 16px 50px;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1;
  border: 2px solid;
  border-radius: 2em;
  background-color: transparent;
  box-shadow: 0 2px 3px rgba(213, 218, 223, 0.35);
  color: var(--verde);
  fill: var(--cian);
  border-color: var(--blue);
}

.tab-content__btn:hover {
  color: var(--blue);
  text-decoration: none;
  box-shadow: 0px 3px 3px 2px rgba(213, 218, 223, 0.35);
}

.tab-content__testimonial {
  margin-bottom: 15px;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.75);
  font-style: italic;
}

.tab-content__testimonial-author {
  margin-bottom: 5px;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.75);
  font-weight: bold;
}

.gallery {
  display: flex;
  width: 100%;
  margin: 1em 0;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.gallery .gallery-item {
  display: flex;
  width: 25%;
  overflow: hidden;
  border-radius: 5px;
  padding: 0.3em;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
}
.gallery .gallery-item:hover {
  background-color: var(--blue);
}
.gallery .gallery-item:hover a:before {
  opacity: 1;
}
.gallery .gallery-item:hover a img {
  transform: scale(1.1);
}
.gallery .gallery-item:hover .gallery-over {
  opacity: 1;
}
.gallery .gallery-item a {
  display: block;
}
.gallery .gallery-item a:before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(28, 128, 223, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 3em;
  color: var(--white);
  transition: all 0.5s;
  z-index: 1;
}
.gallery .gallery-item a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  border-radius: 5px;
}

.list {
  list-style: none;
  margin: 0;
  padding: 1em;
}
.list li {
  padding: 0;
  margin-bottom: 0.3em;
}
.list li:before {
  content: "";
  background-color: var(--verde);
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: inline-block;
  margin-right: 8px;
  line-height: 25px;
}

.tabcontent {
  padding: 0 0.5em;
  font-size: 1.6em;
  display: inline-block;
  font-family: "Hero Light Light";
}

.tab-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.tab-menu li {
  padding: 0;
  margin: 0;
}
.tab-menu li a {
  color: #fff;
  display: block;
  margin-right: 0.5em;
  padding: 0.5em 1em;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.tab-menu li a:hover {
  background-color: #86bc25;
  color: #fff;
}
.tab-menu li .active {
  background-color: #FFF;
  color: #1b80de;
}

.tab-container {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  height: 0;
  display: none;
}

.tab-active {
  visibility: visible;
  opacity: 1;
  height: auto;
  display: block;
}

.bgblan {
  background: #fff;
}

.blue {
  color: #1c80df;
}

.bg_blue {
  background-color: #1c80df;
}

.rl i {
  color: red;
}

.vr {
  width: 100%;
  margin: 1em 0;
}
.listimage{
  list-style: none;
}
.listimage li{
  display: flex;
  align-items:center;
}	
.listimage li span{
  margin-bottom: 1em;
  padding: 0 .5em;
}
@media only screen and (max-width: 1440px), only screen and (max-device-width: 1440px) {
  .wrapper {
    width: 90%;
  }
}
@media only screen and (max-width: 1228px), only screen and (max-device-width: 1228px) {
  .logoseparator {
    height: 0px;
  }

  .pen-heading img {
    width: 80px !important;
  }
}
@media only screen and (max-width: 1119px), only screen and (max-device-width: 1219px) {
  .footer-video {
    width: 90%;
  }

  .pen-heading {
    font-size: 2.5em;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
  .hero-container-item .laptop .screen {
    padding: 0.5em 2em 5em 2em;
  }

  .pen-heading {
    font-size: 2em;
  }

  .pen-heading img {
    width: 60px !important;
  }

  .hero-container-item .message {
    margin-top: 2em 0;
  }

  .hero-container-item .message img {
    width: 80%;
  }

  .title {
    font-size: 1em;
    margin: 1em 0.5em;
  }

  iframe {
    height: 350px;
  }

  .footer_content {
    margin-top: 220px;
  }

  .gallery .gallery-item {
    width: 33.3%;
  }

  .footer-video {
    width: 90%;
  }

  .footer-video-content h2 {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .footer-video {
    width: 80%;
  }

  iframe {
    height: 300px;
  }

  .popup-body {
    width: 90%;
  }

  .gallery .gallery-item {
    width: 50%;
  }

  .footer_content {
    margin-top: 25px;
  }

  .tab-item__heading {
    font-size: 1em;
  }

  .title {
    font-size: 0.9em;
    margin: 0;
  }

  .plus {
    font-size: 0.7em;
  }

  .footer-video {
    width: 90%;
    flex-wrap: wrap;
  }

  .footer-video-content {
    width: 100%;
  }
}
@media only screen and (max-width: 632px), only screen and (max-device-width: 632px) {
  .hero-container .left {
    width: 100%;
  }

  .hero-container .right {
    width: 100%;
  }

  .tab-content__header {
    margin: 30px 0px 30px;
  }

  .hero-container-item .banner-image-circle {
    justify-content: center;
  }

  .hero-container-item .logo p {
    margin-bottom: 2em;
  }

  .tab-item__heading {
    font-size: 1.5em;
  }

  .tab-item {
    margin-bottom: 5px;
  }

  .title {
    margin: 1em 0;
  }

  .plus {
    font-size: 0.6em;
  }
}
@media only screen and (max-width: 479px), only screen and (max-device-width: 479px) {
  .hero-container .left {
    width: 100%;
  }

  .hero-container .right {
    width: 100%;
  }

  .footer-video {
    width: 95%;
  }

  .loginbox {
    width: 300px;
  }

  .leftheader p {
    display: none;
  }
}

/*# sourceMappingURL=lacolina.css.map */
