@font-face {
  font-family: "Roboto Condensed", sans-serif;
  src: local("Roboto Condensed"), url("~@/assets/fonts/RobotoCondensed-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Kollektif", sans-serif;
  src: local("Kollektif"), url("~@/assets/fonts/Kollektif.ttf") format("truetype"); }
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth; }

body {
  font-family: "Roboto Condensed", sans-serif;
  color: #424761; }

a {
  color: #5ce1e6;
  text-decoration: none; }

a:hover {
  color: #88e9ed;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Kollektif", sans-serif; }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden; }

.section-header {
  text-align: center;
  padding-bottom: 40px; }
  .section-header h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    color: #5ce1e6;
    text-transform: uppercase; }
  .section-header p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
    color: #6918b4; }
  @media (max-width: 768px) {
    .section-header p {
      font-size: 28px;
      line-height: 32px; } }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #6918b4;
  min-height: 40px;
  margin-top: 82px;
  color: #fff; }
  @media (max-width: 992px) {
    .breadcrumbs {
      margin-top: 57px; } }
  .breadcrumbs h2 {
    font-size: 28px;
    font-weight: 500; }
  .breadcrumbs ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px; }
    .breadcrumbs ol a {
      color: #fff;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .breadcrumbs ol a:hover {
        text-decoration: underline; }
    .breadcrumbs ol li + li {
      padding-left: 10px; }
    .breadcrumbs ol li + li::before {
      display: inline-block;
      padding-right: 10px;
      color: #9eedf0;
      content: "/"; }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #5ce1e6;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  .back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0; }
  .back-to-top:hover {
    background: #7fe8eb;
    color: #fff; }
  .back-to-top.active {
    visibility: visible;
    opacity: 1; }

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    -webkit-transition-delay: 0 !important;
            transition-delay: 0 !important; } }
/*--------------------------------------------------------------
# Landing
--------------------------------------------------------------*/
.hero1 {
  height: 100vh;
  background-image: url("/assets/img/herolanding.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: initial; }

.bg-head {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }

.btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  background: #5ce1e6;
  -webkit-box-shadow: 0px 5px 25px rgba(92, 225, 230, 0.3);
          box-shadow: 0px 5px 25px rgba(92, 225, 230, 0.3); }
  .btn-read-more span {
    font-family: "Kollektif", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px; }
  .btn-read-more i {
    margin-left: 5px;
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .btn-read-more:hover i {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); }

.img-landing {
  width: 250px !important;
  height: auto !important; }

.subtitulo {
  color: #4B0090; }

.subtitulo-light {
  color: #fff; }

.price-light {
  color: #fff; }

.price-gris {
  color: #424761; }

ul {
  list-style-type: none; }

.price-titulo {
  color: #5ce1e6; }
  .price-titulo span {
    color: #fff;
    font-size: 12px; }

.price {
  color: #5ce1e6; }

.contact-titulo {
  color: #4B0090; }

h5.marca-gris::before {
  content: "";
  background-image: url("/assets/img/marca-gris.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  width: 4em;
  height: 1em;
  position: relative;
  top: 0.1rem;
  margin-right: 5px; }

h5.marca-light::before {
  content: "";
  background-image: url("/assets/img/marca-light.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  width: 4em;
  height: 1em;
  position: relative;
  top: 0.1rem;
  margin-right: 5px; }

.hero2 {
  height: 100vh;
  background-image: url("/assets/img/herolanding2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: initial; }

.img-iconos {
  width: 100px !important;
  height: auto !important; }

.font-icono {
  font-weight: 100;
  font-family: "Roboto Condensed", sans-serif; }

.hero3 {
  height: 110vh;
  background-image: url("/assets/img/herolanding3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: initial;
  overflow: hidden;
  position: relative; }

.hero4 {
  height: 100vh;
  background-image: url("/assets/img/herolanding4.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: initial;
  overflow: hidden;
  position: relative; }

.hero6 {
  height: 100vh;
  background-image: url("/assets/img/herolanding4.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: initial;
  overflow: hidden;
  position: relative; }

.hero5 {
  height: 100vh;
  background-image: url("/assets/img/herolanding5.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: initial;
  overflow: hidden;
  position: relative; }

.frase {
  background-image: -webkit-gradient(linear, right top, left top, from(#e3cafa), color-stop(#e8d8fd), color-stop(#eee5fe), color-stop(#f6f2ff), to(#ffffff));
  background-image: linear-gradient(to left, #e3cafa, #e8d8fd, #eee5fe, #f6f2ff, #ffffff);
  height: 150px;
  position: absolute;
  right: -10%;
  overflow: auto; }

.frase-subtitulo {
  padding: 3rem;
  width: 75%;
  color: #424761;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100; }

.frase-2 {
  background-image: -webkit-gradient(linear, right top, left top, from(#4b0090), color-stop(#6f37a8), color-stop(#9161c0), color-stop(#b28ad7), to(#d3b4ef));
  background-image: linear-gradient(to left, #4b0090, #6f37a8, #9161c0, #b28ad7, #d3b4ef);
  height: 150px;
  position: absolute;
  right: -10%;
  overflow: auto; }

.frase-2-subtitulo {
  padding: 3rem;
  width: 75%;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100; }

.btn-read-price {
  line-height: 0;
  padding: 5px 20px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  background: #5ce1e6;
  -webkit-box-shadow: 0px 5px 25px rgba(92, 225, 230, 0.3);
          box-shadow: 0px 5px 25px rgba(92, 225, 230, 0.3); }
  .btn-read-price span {
    font-family: "Kollektif", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px; }
  .btn-read-price i {
    margin-left: 5px;
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .btn-read-price:hover i {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); }

@media only screen and (max-width: 992px) {
  .hero2, .hero3, .hero4, .hero5, .hero6 {
    height: auto; } }
@media only screen and (max-width: 576px) {
  .hero2 {
    height: auto; }

  .hero3 {
    height: auto; }

  .hero4 {
    height: auto; }

  .hero5 {
    height: 250vh; } }
#portfolio {
  /* Create four equal columns that sits next to each other */
  /* Responsive layout - makes a two column-layout instead of four columns */
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */ }
  #portfolio .caja {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  #portfolio .row {
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px; }
  #portfolio .column {
    -ms-flex: 25%;
    /* IE10 */
    -webkit-box-flex: 25%;
            flex: 25%;
    max-width: 25%;
    padding: 0 4px; }
  #portfolio .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%; }
  @media screen and (max-width: 800px) {
    #portfolio .column {
      -ms-flex: 50%;
      -webkit-box-flex: 50%;
              flex: 50%;
      max-width: 50%; } }
  @media screen and (max-width: 600px) {
    #portfolio .column {
      -ms-flex: 100%;
      -webkit-box-flex: 100%;
              flex: 100%;
      max-width: 100%; } }

.btn-read-contact {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  background: #5ce1e6;
  -webkit-box-shadow: 0px 5px 25px rgba(92, 225, 230, 0.3);
          box-shadow: 0px 5px 25px rgba(92, 225, 230, 0.3); }
  .btn-read-contact span {
    font-family: "Kollektif", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px; }
  .btn-read-contact i {
    margin-left: 5px;
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .btn-read-contact:hover i {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0; }
  .header.header-scrolled {
    background: #fff;
    padding: 15px 0;
    -webkit-box-shadow: 0px 2px 20px rgba(105, 24, 180, 0.1);
            box-shadow: 0px 2px 20px rgba(105, 24, 180, 0.1); }
  .header .logo {
    line-height: 0; }
    .header .logo img {
      max-height: 40px;
      margin-right: 6px; }
    .header .logo span {
      font-size: 30px;
      font-weight: 700;
      letter-spacing: 1px;
      color: #6918b4;
      font-family: "Kollektif", sans-serif;
      margin-top: 3px; }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0; }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .navbar li {
    position: relative; }
  .navbar a, .navbar a:focus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Kollektif", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #761bcb;
    white-space: nowrap;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .navbar a i, .navbar a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px; }
  .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #5ce1e6; }
  .navbar .getstarted, .navbar .getstarted:focus {
    background: #5ce1e6;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff; }
    .navbar .getstarted:hover, .navbar .getstarted:focus:hover {
      color: #fff;
      background: #72e5e9; }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
            box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px; }
    .navbar .dropdown ul li {
      min-width: 200px; }
    .navbar .dropdown ul a {
      padding: 10px 20px;
      font-size: 15px;
      text-transform: none;
      font-weight: 600; }
      .navbar .dropdown ul a i {
        font-size: 12px; }
    .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
      color: #5ce1e6; }
  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible; }
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden; }
  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible; }
  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%; }
    .navbar .dropdown .dropdown:hover > ul {
      left: -100%; } }

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #6918b4;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .mobile-nav-toggle.bi-x {
    color: #fff; }

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block; }

  .navbar ul {
    display: none; } }
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(79, 18, 135, 0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px; }
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #6918b4; }
  .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #5ce1e6; }
  .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
    margin: 15px; }
  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
            box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); }
    .navbar-mobile .dropdown ul li {
      min-width: 200px; }
    .navbar-mobile .dropdown ul a {
      padding: 10px 20px; }
      .navbar-mobile .dropdown ul a i {
        font-size: 12px; }
    .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
      color: #5ce1e6; }
  .navbar-mobile .dropdown > .dropdown-active {
    display: block; }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
  background: url(../img/hero-bg.png) top center no-repeat;
  background-size: cover; }
  .hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    color: #6918b4; }
  .hero h1 small {
    color: #5ce1e6; }
  .hero h2 {
    color: #424761;
    margin: 15px 0 0 0;
    font-size: 26px; }
  .hero hr {
    background: #424761; }
  .hero .btn-get-started {
    margin-top: 30px;
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    background: #5ce1e6;
    -webkit-box-shadow: 0px 5px 30px rgba(92, 225, 230, 0.4);
            box-shadow: 0px 5px 30px rgba(92, 225, 230, 0.4); }
    .hero .btn-get-started span {
      font-family: "Kollektif", sans-serif;
      font-weight: 600;
      font-size: 16px;
      letter-spacing: 1px; }
    .hero .btn-get-started i {
      margin-left: 5px;
      font-size: 18px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .hero .btn-get-started:hover i {
      -webkit-transform: translateX(5px);
              transform: translateX(5px); }
  .hero .hero-img {
    text-align: right; }
  @media (min-width: 1024px) {
    .hero {
      background-attachment: fixed; } }
  @media (max-width: 991px) {
    .hero {
      height: auto;
      padding: 120px 0 60px 0; }
      .hero .hero-img {
        text-align: center;
        margin-top: 80px; }
        .hero .hero-img img {
          width: 80%; } }
  @media (max-width: 768px) {
    .hero {
      text-align: center; }
      .hero h1 {
        font-size: 32px; }
      .hero h2 {
        font-size: 24px; }
      .hero .hero-img img {
        width: 100%; } }

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  background-color: white;
  padding: 40px; }
.about h3 {
  font-size: 14px;
  font-weight: 700;
  color: #5ce1e6;
  text-transform: uppercase; }
.about h2 {
  font-size: 24px;
  font-weight: 700;
  color: #6918b4; }
.about p {
  margin: 15px 0 30px 0;
  line-height: 24px; }
.about .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  background: #5ce1e6;
  -webkit-box-shadow: 0px 5px 25px rgba(92, 225, 230, 0.3);
          box-shadow: 0px 5px 25px rgba(92, 225, 230, 0.3); }
  .about .btn-read-more span {
    font-family: "Kollektif", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px; }
  .about .btn-read-more i {
    margin-left: 5px;
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .about .btn-read-more:hover i {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); }

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
  padding: 30px;
  -webkit-box-shadow: 0px 0 5px rgba(105, 24, 180, 0.08);
          box-shadow: 0px 0 5px rgba(105, 24, 180, 0.08);
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%; }
  .values .box img {
    padding: 30px 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .values .box h3 {
    font-size: 24px;
    color: #6918b4;
    font-weight: 700;
    margin-bottom: 18px; }
  .values .box:hover {
    -webkit-box-shadow: 0px 0 30px rgba(105, 24, 180, 0.08);
            box-shadow: 0px 0 30px rgba(105, 24, 180, 0.08); }
    .values .box:hover img {
      -webkit-transform: scale(1);
              transform: scale(1); }

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px; }
  .counts .count-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
            box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08); }
    .counts .count-box i {
      font-size: 42px;
      line-height: 0;
      margin-right: 20px;
      color: #5ce1e6; }
    .counts .count-box span {
      font-size: 36px;
      display: block;
      font-weight: 600;
      color: #168e93; }
    .counts .count-box p {
      padding: 0;
      margin: 0;
      font-family: "Kollektif", sans-serif;
      font-size: 14px; }

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {
  padding: 24px 20px;
  -webkit-box-shadow: 0px 0 30px rgba(105, 24, 180, 0.08);
          box-shadow: 0px 0 30px rgba(105, 24, 180, 0.08);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%; }
  .features .feature-box h3 {
    font-size: 18px;
    color: #6918b4;
    font-weight: 700;
    margin: 0; }
  .features .feature-box i {
    line-height: 0;
    background: white;
    padding: 4px;
    margin-right: 10px;
    font-size: 24px;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .features .feature-box:hover i {
    background: #5ce1e6;
    color: #fff; }
.features .feture-tabs {
  margin-top: 120px; }
  .features .feture-tabs h3 {
    color: #6918b4;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .features .feture-tabs h3 {
        font-size: 28px; } }
  .features .feture-tabs .nav-pills {
    border-bottom: 1px solid #eee; }
  .features .feture-tabs .nav-link {
    background: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #6918b4;
    padding: 12px 0;
    margin-right: 25px;
    margin-bottom: -2px;
    border-radius: 0; }
    .features .feture-tabs .nav-link.active {
      color: #5ce1e6;
      border-bottom: 3px solid #5ce1e6; }
  .features .feture-tabs .tab-content h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #6918b4; }
  .features .feture-tabs .tab-content i {
    font-size: 24px;
    line-height: 0;
    margin-right: 8px;
    color: #5ce1e6; }
.features .feature-icons {
  margin-top: 120px; }
  .features .feature-icons h3 {
    color: #6918b4;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center; }
    @media (max-width: 768px) {
      .features .feature-icons h3 {
        font-size: 28px; } }
  .features .feature-icons .content .icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .features .feature-icons .content .icon-box h4 {
      font-size: 20px;
      font-weight: 700;
      margin: 0 0 10px 0;
      color: #6918b4; }
    .features .feature-icons .content .icon-box i {
      font-size: 44px;
      line-height: 44px;
      color: #9035e4;
      margin-right: 15px; }
    .features .feature-icons .content .icon-box p {
      font-size: 15px;
      color: #7c83a6; }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
  -webkit-box-shadow: 0px 0 30px rgba(105, 24, 180, 0.08);
          box-shadow: 0px 0 30px rgba(105, 24, 180, 0.08);
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px; }
  .services .service-box .icon {
    font-size: 36px;
    padding: 40px 20px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    line-height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .services .service-box h3 {
    color: #424761;
    font-weight: 700;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .services .service-box .read-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 20px; }
    .services .service-box .read-more i {
      line-height: 0;
      margin-left: 5px;
      font-size: 18px; }
  .services .service-box.yellow {
    border-bottom: 3px solid #f9f871; }
    .services .service-box.yellow .icon {
      color: #e1df0a;
      background: #fbfaa2; }
    .services .service-box.yellow .read-more {
      color: #f9f871; }
    .services .service-box.yellow:hover {
      background: #f9f871; }
  .services .service-box.mandarine {
    border-bottom: 3px solid #ffbe48; }
    .services .service-box.mandarine .icon {
      color: #ffbe48;
      background: #ffdfa4; }
    .services .service-box.mandarine .read-more {
      color: #ffbe48; }
    .services .service-box.mandarine:hover {
      background: #ffbe48; }
  .services .service-box.orange {
    border-bottom: 3px solid #ff7d4e; }
    .services .service-box.orange .icon {
      color: #ff7d4e;
      background: #ffded3; }
    .services .service-box.orange .read-more {
      color: #ff7d4e; }
    .services .service-box.orange:hover {
      background: #ff7d4e; }
  .services .service-box.shake {
    border-bottom: 3px solid #6918b4; }
    .services .service-box.shake .icon {
      color: #6918b4;
      background: #dcc0f7; }
    .services .service-box.shake .read-more {
      color: #6918b4; }
    .services .service-box.shake:hover {
      background: #6918b4; }
  .services .service-box.pink {
    border-bottom: 3px solid #ff316d; }
    .services .service-box.pink .icon {
      color: #ff316d;
      background: #ff8dae; }
    .services .service-box.pink .read-more {
      color: #ff316d; }
    .services .service-box.pink:hover {
      background: #ff316d; }
  .services .service-box.purple {
    border-bottom: 3px solid #CE0093; }
    .services .service-box.purple .icon {
      color: #CE0093;
      background: #ffa5e5; }
    .services .service-box.purple .read-more {
      color: #CE0093; }
    .services .service-box.purple:hover {
      background: #CE0093; }
  .services .service-box.color-servicios {
    border-bottom: 3px solid #5ce1e6; }
    .services .service-box.color-servicios .icon {
      color: #5ce1e6;
      background: #e1f9fa; }
    .services .service-box.color-servicios .read-more {
      color: #5ce1e6; }
    .services .service-box.color-servicios:hover {
      background: #5ce1e6; }
  .services .service-box:hover h3, .services .service-box:hover p, .services .service-box:hover .read-more {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35); }
  .services .service-box:hover .icon {
    background: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35); }

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 0 30px rgba(105, 24, 180, 0.08);
          box-shadow: 0px 0 30px rgba(105, 24, 180, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .pricing .box:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0px 0 30px rgba(105, 24, 180, 0.1);
            box-shadow: 0px 0 30px rgba(105, 24, 180, 0.1); }
.pricing h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px; }
.pricing .price {
  font-size: 36px;
  color: #424761;
  font-weight: 600;
  font-family: "Poppins", sans-serif; }
  .pricing .price sup {
    font-size: 20px;
    top: -15px;
    left: -3px; }
  .pricing .price span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300; }
.pricing img {
  padding: 30px 40px; }
.pricing ul {
  padding: 0;
  list-style: none;
  color: #424761;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 25px; }
  .pricing ul li {
    padding-bottom: 10px; }
  .pricing ul .na {
    color: #ccc;
    text-decoration: line-through; }
.pricing .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: #5ce1e6;
  -webkit-transition: none;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Kollektif", sans-serif;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #5ce1e6; }
  .pricing .btn-buy:hover {
    background: #5ce1e6;
    color: #fff; }
.pricing .featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #5ce1e6;
  color: #fff; }

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .accordion-collapse {
  border: 0; }
.faq .accordion-button {
  padding: 15px 15px 20px 0;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: #424761;
  text-align: left; }
.faq .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }
.faq .accordion-button:not(.collapsed) {
  background: none;
  color: #5ce1e6;
  border-bottom: 0; }
.faq .accordion-body {
  padding: 0 0 25px 0;
  border: 0; }

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px; }
  .portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 10px 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #424761;
    margin: 0 4px 8px 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
    border: 1px solid #fff; }
    .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
      color: #5ce1e6;
      border-color: #5ce1e6; }
    .portfolio #portfolio-flters li:last-child {
      margin-right: 0; }
.portfolio .portfolio-wrap {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75); }
  .portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0; }
  .portfolio .portfolio-wrap img {
    -webkit-transition: 1s;
    transition: 1s; }
  .portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .portfolio .portfolio-wrap .portfolio-info::before {
      display: block;
      content: "";
      width: 48px;
      height: 48px;
      position: absolute;
      top: 35px;
      left: 35px;
      border-top: 3px solid rgba(105, 24, 180, 0.2);
      border-left: 3px solid rgba(105, 24, 180, 0.2);
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      z-index: 9994; }
    .portfolio .portfolio-wrap .portfolio-info::after {
      display: block;
      content: "";
      width: 48px;
      height: 48px;
      position: absolute;
      bottom: 35px;
      right: 35px;
      border-bottom: 3px solid rgba(105, 24, 180, 0.2);
      border-right: 3px solid rgba(105, 24, 180, 0.2);
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      z-index: 9994; }
    .portfolio .portfolio-wrap .portfolio-info h4 {
      font-size: 20px;
      color: #6918b4;
      font-weight: 700; }
    .portfolio .portfolio-wrap .portfolio-info p {
      color: #6918b4;
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
      padding: 0;
      margin: 0; }
  .portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4; }
    .portfolio .portfolio-wrap .portfolio-links a {
      color: #fff;
      background: #5ce1e6;
      margin: 10px 2px;
      width: 36px;
      height: 36px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 50%;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .portfolio .portfolio-wrap .portfolio-links a i {
        font-size: 24px;
        line-height: 0; }
      .portfolio .portfolio-wrap .portfolio-links a:hover {
        background: #72e5e9; }
  .portfolio .portfolio-wrap:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1; }
  .portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1; }
    .portfolio .portfolio-wrap:hover .portfolio-info::before {
      top: 15px;
      left: 15px; }
    .portfolio .portfolio-wrap:hover .portfolio-info::after {
      bottom: 15px;
      right: 15px; }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px; }
  .portfolio-details .portfolio-details-slider img {
    width: 100%; }
  .portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative; }
    .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      background-color: #fff;
      opacity: 1;
      border: 1px solid #5ce1e6; }
    .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #5ce1e6; }
  .portfolio-details .portfolio-info {
    padding: 30px;
    -webkit-box-shadow: 0px 0 30px rgba(105, 24, 180, 0.08);
            box-shadow: 0px 0 30px rgba(105, 24, 180, 0.08); }
    .portfolio-details .portfolio-info h3 {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #eee; }
    .portfolio-details .portfolio-info ul {
      list-style: none;
      padding: 0;
      font-size: 15px; }
      .portfolio-details .portfolio-info ul li + li {
        margin-top: 10px; }
  .portfolio-details .portfolio-description {
    padding-top: 30px; }
    .portfolio-details .portfolio-description h2 {
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 20px; }
    .portfolio-details .portfolio-description p {
      padding: 0; }

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  -webkit-box-shadow: 0px 0 20px rgba(105, 24, 180, 0.1);
          box-shadow: 0px 0 20px rgba(105, 24, 180, 0.1);
  background: #fff;
  min-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .testimonials .testimonial-item .stars {
    margin-bottom: 15px; }
    .testimonials .testimonial-item .stars i {
      color: #f9f871;
      margin: 0 1px; }
  .testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto; }
  .testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111; }
  .testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0; }
  .testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto; }
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative; }
  .testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #5ce1e6; }
  .testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #5ce1e6; }
.testimonials .swiper-slide {
  opacity: .3; }
@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1; }
  .testimonials .swiper-pagination {
    margin-top: 0; } }
@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    -webkit-transform: scale(1.12);
            transform: scale(1.12); } }

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0; }
  .team .member {
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 0 30px rgba(105, 24, 180, 0.08);
            box-shadow: 0px 0 30px rgba(105, 24, 180, 0.08);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .team .member .member-img {
      position: relative;
      overflow: hidden; }
      .team .member .member-img:after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background: url(../img/team-shape.svg) no-repeat center bottom;
        background-size: contain;
        z-index: 1; }
    .team .member .social {
      position: absolute;
      right: -100%;
      top: 30px;
      opacity: 0;
      border-radius: 4px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      background: rgba(255, 255, 255, 0.3);
      z-index: 2; }
      .team .member .social a {
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        color: rgba(105, 24, 180, 0.5);
        margin: 15px 12px;
        display: block;
        line-height: 0;
        text-align: center; }
        .team .member .social a:hover {
          color: rgba(105, 24, 180, 0.8); }
      .team .member .social i {
        font-size: 18px; }
    .team .member .member-info {
      padding: 10px 15px 20px 15px; }
      .team .member .member-info h4 {
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 20px;
        color: #6918b4; }
      .team .member .member-info span {
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: #aaaec5; }
      .team .member .member-info p {
        font-style: italic;
        font-size: 14px;
        padding-top: 15px;
        line-height: 26px;
        color: #575d7f; }
    .team .member:hover {
      -webkit-transform: scale(1.08);
              transform: scale(1.08);
      -webkit-box-shadow: 0px 0 30px rgba(105, 24, 180, 0.1);
              box-shadow: 0px 0 30px rgba(105, 24, 180, 0.1); }
      .team .member:hover .social {
        right: 8px;
        opacity: 1; }

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .clients .clients-slider .swiper-slide img:hover {
    opacity: 1; }
.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative; }
  .clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #5ce1e6; }
  .clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #5ce1e6; }

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
  -webkit-box-shadow: 0px 0 30px rgba(105, 24, 180, 0.08);
          box-shadow: 0px 0 30px rgba(105, 24, 180, 0.08);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .recent-blog-posts .post-box .post-img {
    overflow: hidden;
    margin: -30px -30px 15px -30px;
    position: relative; }
    .recent-blog-posts .post-box .post-img img {
      -webkit-transition: 0.5s;
      transition: 0.5s; }
  .recent-blog-posts .post-box .post-date {
    font-size: 16px;
    font-weight: 600;
    color: rgba(105, 24, 180, 0.6);
    display: block;
    margin-bottom: 10px; }
  .recent-blog-posts .post-box .post-title {
    font-size: 24px;
    color: #6918b4;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .recent-blog-posts .post-box .readmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    line-height: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .recent-blog-posts .post-box .readmore i {
      line-height: 0;
      margin-left: 4px;
      font-size: 18px; }
  .recent-blog-posts .post-box:hover .post-title {
    color: #5ce1e6; }
  .recent-blog-posts .post-box:hover .post-img img {
    -webkit-transform: rotate(6deg) scale(1.2);
            transform: rotate(6deg) scale(1.2); }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .input-group-text {
  background: #5ce1e6 !important; }
.contact i {
  color: #fff; }
.contact .form-control, .contact .form-select {
  background: #fff;
  border: 1px solid transparent;
  color: #424761;
  -webkit-box-shadow: 0px 0 20px rgba(105, 24, 180, 0.1);
          box-shadow: 0px 0 20px rgba(105, 24, 180, 0.1); }
.contact .form-select {
  text-align: center;
  color: #424761;
  font-weight: 200; }
.contact ::-webkit-input-placeholder {
  color: #424761;
  font-weight: 200; }
.contact :-ms-input-placeholder {
  color: #424761;
  font-weight: 200; }
.contact ::-ms-input-placeholder {
  color: #424761;
  font-weight: 200; }
.contact ::placeholder {
  color: #424761;
  font-weight: 200; }
.contact .form-control:focus, .contact .form-select:focus {
  background: #fff;
  border: 1px solid #6918b4;
  color: #424761;
  -webkit-box-shadow: 0 0 0 2px rgba(105, 24, 180, 0.25);
          box-shadow: 0 0 0 2px rgba(105, 24, 180, 0.25); }
.contact button {
  background-color: #5ce1e6;
  color: #fff;
  -webkit-box-shadow: 0px 5px 25px rgba(92, 225, 230, 0.3);
          box-shadow: 0px 5px 25px rgba(92, 225, 230, 0.3);
  border: none;
  -webkit-transition: .3s;
  transition: .3s; }
.contact button:hover, .contact button:focus, .contact button:active, .contact button:focus-visible {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 25px rgba(92, 225, 230, 0.3);
          box-shadow: 0px 5px 25px rgba(92, 225, 230, 0.3);
  color: #5ce1e6;
  -webkit-transition: .3;
  transition: .3; }
.contact .gracias {
  text-align: center;
  margin-top: 50px;
  font-size: 20px;
  font-weight: 700;
  color: #5ce1e6; }
.contact .img-modal {
  width: 250px; }
.contact .ok {
  font-weight: 700;
  color: #28a745; }
.contact .error {
  font-weight: 700;
  color: #dc3545; }

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0; }

.flotante {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9999;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%); }
  .flotante .div-flotante {
    max-width: 150px !important;
    max-height: auto !important;
    border: 0px solid #5ce1e6;
    border-radius: 10px 0px 0px 10px;
    text-align: center;
    -webkit-box-shadow: 0px 0 20px rgba(105, 24, 180, 0.2);
            box-shadow: 0px 0 20px rgba(105, 24, 180, 0.2);
    background-color: #5ce1e6;
    padding-right: 5px; }
  @media only screen and (max-width: 576px) {
    .flotante .div-flotante {
      padding-right: 0px; } }
  .flotante i {
    color: #fff;
    font-size: 35px; }

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0; }
  .blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); }
    .blog .entry .entry-img {
      max-height: 440px;
      margin: -30px -30px 20px -30px;
      overflow: hidden; }
    .blog .entry .entry-title {
      font-size: 28px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 20px 0; }
      .blog .entry .entry-title a {
        color: #6918b4;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .blog .entry .entry-title a:hover {
          color: #5ce1e6; }
    .blog .entry .entry-meta {
      margin-bottom: 15px;
      color: #cea5f3; }
      .blog .entry .entry-meta ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        list-style: none;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0;
        margin: 0; }
        .blog .entry .entry-meta ul li + li {
          padding-left: 20px; }
      .blog .entry .entry-meta i {
        font-size: 16px;
        margin-right: 8px;
        line-height: 0; }
      .blog .entry .entry-meta a {
        color: #6d759c;
        font-size: 14px;
        display: inline-block;
        line-height: 1; }
    .blog .entry .entry-content p {
      line-height: 24px; }
    .blog .entry .entry-content .read-more {
      text-align-last: right; }
      .blog .entry .entry-content .read-more a {
        display: inline-block;
        background: #5ce1e6;
        color: #fff;
        padding: 6px 20px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-size: 14px;
        border-radius: 4px; }
        .blog .entry .entry-content .read-more a:hover {
          background: #72e5e9; }
    .blog .entry .entry-content h3 {
      font-size: 22px;
      margin-top: 30px;
      font-weight: bold; }
    .blog .entry .entry-content blockquote {
      overflow: hidden;
      background-color: #fafafa;
      padding: 60px;
      position: relative;
      text-align: center;
      margin: 20px 0; }
      .blog .entry .entry-content blockquote p {
        color: #424761;
        line-height: 1.6;
        margin-bottom: 0;
        font-style: italic;
        font-weight: 500;
        font-size: 22px; }
      .blog .entry .entry-content blockquote::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background-color: #6918b4;
        margin-top: 20px;
        margin-bottom: 20px; }
    .blog .entry .entry-footer {
      padding-top: 10px;
      border-top: 1px solid #e6e6e6; }
      .blog .entry .entry-footer i {
        color: #b578ed;
        display: inline; }
      .blog .entry .entry-footer a {
        color: #761bcb;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .blog .entry .entry-footer a:hover {
          color: #5ce1e6; }
      .blog .entry .entry-footer .cats {
        list-style: none;
        display: inline;
        padding: 0 20px 0 0;
        font-size: 14px; }
        .blog .entry .entry-footer .cats li {
          display: inline-block; }
      .blog .entry .entry-footer .tags {
        list-style: none;
        display: inline;
        padding: 0;
        font-size: 14px; }
        .blog .entry .entry-footer .tags li {
          display: inline-block; }
        .blog .entry .entry-footer .tags li + li::before {
          padding-right: 6px;
          color: #6c757d;
          content: ","; }
      .blog .entry .entry-footer .share {
        font-size: 16px; }
        .blog .entry .entry-footer .share i {
          padding-left: 5px; }
  .blog .entry-single {
    margin-bottom: 30px; }
  .blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); }
    .blog .blog-author img {
      width: 120px;
      margin-right: 20px; }
    .blog .blog-author h4 {
      font-weight: 600;
      font-size: 22px;
      margin-bottom: 0px;
      padding: 0;
      color: #6918b4; }
    .blog .blog-author .social-links {
      margin: 0 10px 10px 0; }
      .blog .blog-author .social-links a {
        color: rgba(105, 24, 180, 0.5);
        margin-right: 5px; }
    .blog .blog-author p {
      font-style: italic;
      color: #b9bdcf; }
  .blog .blog-comments {
    margin-bottom: 30px; }
    .blog .blog-comments .comments-count {
      font-weight: bold; }
    .blog .blog-comments .comment {
      margin-top: 30px;
      position: relative; }
      .blog .blog-comments .comment .comment-img {
        margin-right: 14px; }
        .blog .blog-comments .comment .comment-img img {
          width: 60px; }
      .blog .blog-comments .comment h5 {
        font-size: 16px;
        margin-bottom: 2px; }
        .blog .blog-comments .comment h5 a {
          font-weight: bold;
          color: #424761;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          .blog .blog-comments .comment h5 a:hover {
            color: #5ce1e6; }
        .blog .blog-comments .comment h5 .reply {
          padding-left: 10px;
          color: #6918b4; }
          .blog .blog-comments .comment h5 .reply i {
            font-size: 20px; }
      .blog .blog-comments .comment time {
        display: block;
        font-size: 14px;
        color: #831ee1;
        margin-bottom: 5px; }
      .blog .blog-comments .comment.comment-reply {
        padding-left: 40px; }
    .blog .blog-comments .reply-form {
      margin-top: 30px;
      padding: 30px;
      -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
              box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); }
      .blog .blog-comments .reply-form h4 {
        font-weight: bold;
        font-size: 22px; }
      .blog .blog-comments .reply-form p {
        font-size: 14px; }
      .blog .blog-comments .reply-form input {
        border-radius: 4px;
        padding: 10px 10px;
        font-size: 14px; }
        .blog .blog-comments .reply-form input:focus {
          -webkit-box-shadow: none;
                  box-shadow: none;
          border-color: #b4f1f4; }
      .blog .blog-comments .reply-form textarea {
        border-radius: 4px;
        padding: 10px 10px;
        font-size: 14px; }
        .blog .blog-comments .reply-form textarea:focus {
          -webkit-box-shadow: none;
                  box-shadow: none;
          border-color: #b4f1f4; }
      .blog .blog-comments .reply-form .form-group {
        margin-bottom: 25px; }
      .blog .blog-comments .reply-form .btn-primary {
        border-radius: 4px;
        padding: 10px 20px;
        border: 0;
        background-color: #6918b4; }
        .blog .blog-comments .reply-form .btn-primary:hover {
          background-color: #761bcb; }
  .blog .blog-pagination {
    color: #9c4be7; }
    .blog .blog-pagination ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      margin: 0;
      list-style: none; }
    .blog .blog-pagination li {
      margin: 0 5px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .blog .blog-pagination li a {
        color: #6918b4;
        padding: 7px 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .blog .blog-pagination li.active, .blog .blog-pagination li:hover {
        background: #5ce1e6; }
        .blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
          color: #fff; }
  .blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); }
    .blog .sidebar .sidebar-title {
      font-size: 20px;
      font-weight: 700;
      padding: 0 0 0 0;
      margin: 0 0 15px 0;
      color: #6918b4;
      position: relative; }
    .blog .sidebar .sidebar-item {
      margin-bottom: 30px; }
    .blog .sidebar .search-form form {
      background: #fff;
      border: 1px solid #ddd;
      padding: 3px 10px;
      position: relative; }
      .blog .sidebar .search-form form input[type="text"] {
        border: 0;
        padding: 4px;
        border-radius: 4px;
        width: calc(100% - 40px); }
      .blog .sidebar .search-form form button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        border: 0;
        background: none;
        font-size: 16px;
        padding: 0 15px;
        margin: -1px;
        background: #5ce1e6;
        color: #fff;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border-radius: 0 4px 4px 0;
        line-height: 0; }
        .blog .sidebar .search-form form button i {
          line-height: 0; }
        .blog .sidebar .search-form form button:hover {
          background: #6ee4e9; }
    .blog .sidebar .categories ul {
      list-style: none;
      padding: 0; }
      .blog .sidebar .categories ul li + li {
        padding-top: 10px; }
      .blog .sidebar .categories ul a {
        color: #6918b4;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .blog .sidebar .categories ul a:hover {
          color: #5ce1e6; }
        .blog .sidebar .categories ul a span {
          padding-left: 5px;
          color: #aaaec5;
          font-size: 14px; }
    .blog .sidebar .recent-posts .post-item + .post-item {
      margin-top: 15px; }
    .blog .sidebar .recent-posts img {
      width: 80px;
      float: left; }
    .blog .sidebar .recent-posts h4 {
      font-size: 15px;
      margin-left: 95px;
      font-weight: bold; }
      .blog .sidebar .recent-posts h4 a {
        color: #6918b4;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .blog .sidebar .recent-posts h4 a:hover {
          color: #5ce1e6; }
    .blog .sidebar .recent-posts time {
      display: block;
      margin-left: 95px;
      font-style: italic;
      font-size: 14px;
      color: #aaaec5; }
    .blog .sidebar .tags {
      margin-bottom: -10px; }
      .blog .sidebar .tags ul {
        list-style: none;
        padding: 0; }
        .blog .sidebar .tags ul li {
          display: inline-block; }
        .blog .sidebar .tags ul a {
          color: #a862ea;
          font-size: 14px;
          padding: 6px 14px;
          margin: 0 6px 8px 0;
          border: 1px solid white;
          display: inline-block;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          .blog .sidebar .tags ul a:hover {
            color: #fff;
            border: 1px solid #5ce1e6;
            background: #5ce1e6; }
          .blog .sidebar .tags ul a span {
            padding-left: 5px;
            color: white;
            font-size: 14px; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: white;
  padding: 0 0 30px 0;
  font-size: 14px; }
  .footer .footer-newsletter {
    padding: 50px 0;
    background: white;
    border-top: 1px solid white; }
    .footer .footer-newsletter h4 {
      font-size: 24px;
      margin: 0 0 10px 0;
      padding: 0;
      line-height: 1;
      font-weight: 700;
      color: #6918b4; }
    .footer .footer-newsletter form {
      margin-top: 20px;
      background: #fff;
      padding: 6px 10px;
      position: relative;
      border-radius: 4px;
      border: 1px solid white; }
      .footer .footer-newsletter form input[type="email"] {
        border: 0;
        padding: 8px;
        width: calc(100% - 140px); }
      .footer .footer-newsletter form input[type="submit"] {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        border: 0;
        background: none;
        font-size: 16px;
        padding: 0 30px;
        margin: 3px;
        background: #5ce1e6;
        color: #fff;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border-radius: 4px; }
        .footer .footer-newsletter form input[type="submit"]:hover {
          background: #72e5e9; }
  .footer .footer-top {
    background: white url(../img/footer-bg.png) no-repeat right top;
    background-size: contain;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 80px 0 60px 0; }
    @media only screen and (max-width: 576px) {
      .footer .footer-top {
        background-position: center bottom;
        padding: 30px 0 40px 0; } }
    .footer .footer-top .footer-info {
      margin-bottom: 30px; }
      .footer .footer-top .footer-info .logo {
        line-height: 0;
        margin-bottom: 15px; }
        .footer .footer-top .footer-info .logo img {
          max-height: 40px;
          margin-right: 6px; }
        .footer .footer-top .footer-info .logo span {
          font-size: 30px;
          font-weight: 700;
          letter-spacing: 1px;
          color: #6918b4;
          font-family: "Kollektif", sans-serif;
          margin-top: 3px; }
      .footer .footer-top .footer-info p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        font-family: "Kollektif", sans-serif; }
    .footer .footer-top .social-links a {
      font-size: 20px;
      display: inline-block;
      color: rgba(105, 24, 180, 0.5);
      line-height: 0;
      margin-right: 10px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .footer .footer-top .social-links a:hover {
        color: #6918b4; }
    .footer .footer-top .getstarted, .footer .footer-top .getstarted:focus {
      background: #5ce1e6;
      padding: 8px 20px;
      margin-left: 30px;
      border-radius: 4px;
      color: #fff; }
      .footer .footer-top .getstarted:hover, .footer .footer-top .getstarted:focus:hover {
        color: #fff;
        background: #72e5e9; }
    .footer .footer-top h4 {
      font-size: 16px;
      font-weight: bold;
      color: #6918b4;
      text-transform: uppercase;
      position: relative;
      padding-bottom: 12px; }
    .footer .footer-top .footer-links {
      margin-bottom: 30px; }
      .footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .footer .footer-top .footer-links ul i {
          padding-right: 2px;
          color: #e1f9fa;
          font-size: 12px;
          line-height: 0; }
        .footer .footer-top .footer-links ul li {
          padding: 10px 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .footer .footer-top .footer-links ul li:first-child {
            padding-top: 0; }
        .footer .footer-top .footer-links ul a {
          color: #761bcb;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          display: inline-block;
          line-height: 1; }
          .footer .footer-top .footer-links ul a:hover {
            color: #5ce1e6; }
    .footer .footer-top .footer-contact p {
      line-height: 26px; }
  .footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #6918b4; }
  .footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #6918b4; }

@media only screen and (max-width: 576px) {
  .footer-top {
    background: white url(../img/footer-bg-sm.png) no-repeat right top !important;
    background-size: contain;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 80px 0 60px 0; } }

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