/**
* Template Name: Avilon - v2.2.0
* Template URL: https://bootstrapmade.com/avilon-bootstrap-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
  body {
    font: 14px;
    font-style: normal;
    font-weight: normal;
    word-spacing: normal;
    color: #8d9095;
    font-family: Arial, "AlibabaPuHuiTi-Light", "Microsoft Yahei", 微软雅黑;
    font-style: normal;
    font-weight: normal;
  }

  .container {
    max-width: 1200px;
  }

  .avilon a {
    color: var(--geekblue-6);
    transition: 0.5s;
  }
  
  .avilon a:hover, a:active, a:focus {
    color: #1dc9ce;
    outline: none;
    text-decoration: none;
  }
  
  .avilon p {
    padding: 0;
    margin: 0 0 30px 0;
  }
  
  .avilon h1, .avilon h2, .avilon h3, .avilon h4, .avilon h5, .avilon h6 {
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
  }
  
  /* Back to top button */
  /*.avilon .back-to-top {*/
    /*position: fixed;*/
    /*background: linear-gradient(45deg, #361cc1, #2e82ef);*/
    /*color: #fff;*/
    /*padding: 2px 20px 8px 20px;*/
    /*font-size: 16px;*/
    /*border-radius: 4px 4px 0 0;*/
    /*right: 15px;*/
    /*bottom: 0;*/
    /*transition: none;*/
  /*}*/
  
  /*.avilon .back-to-top:focus {*/
    /*background: linear-gradient(45deg, #361cc1, #2e82ef);*/
    /*color: #fff;*/
    /*outline: none;*/
  /*}*/
  
  /*.avilon .back-to-top:hover {*/
    /*background: var(--geekblue-6);*/
    /*color: #fff;*/
  /*}*/
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  .avilon#header {
    padding: 30px 0;
    height: 92px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: linear-gradient(45deg, #361cc1, #2e82ef);
  }
  
  .avilon#header #logo {
    position: relative;
    /*float: left;*/
  }
  
  .avilon#header #logo h1 {
    display: none;
    font-size: 22px;
    margin: 0;
    color: #fff;
  }

  .header-01#header #logo .title-01,
  .header-02#header #logo .title-02,
  .header-03#header #logo .title-03,
  .header-04#header #logo .title-04 {
    display: block;
  }
  
  .avilon#header #logo h1 a, #header #logo h1 a:hover {
    color: #fff;
  }
  
  .avilon#header #logo img {
    width: 140px;
    height: auto;
    padding: 0;
    margin: 0;
  }
  
  @media (max-width: 768px) {
    #header #logo h1 {
      font-size: 28px;
      margin-top: 0;
    }
    #header #logo img {
      max-height: 40px;
    }
  }
  
  .avilon#header.header-transparent {
    background: transparent;
  }
  
  .avilon#header.header-fixed {
    background-size: cover;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px;
    padding: 20px 0;
    height: 72px;
    transition: all 0.5s;
  }
  
  /*--------------------------------------------------------------
  # Intro Section
  --------------------------------------------------------------*/
  #intro {
    width: 100%;
    height: 100vh;
    background: linear-gradient(45deg, rgba(29, 224, 153, 0.8), rgba(29, 200, 205, 0.8)), url("../img/intro-bg.jpg") center top no-repeat;
    background-size: cover;
    position: relative;
  }
  
  @media (min-width: 1025px) {
    #intro {
      background-attachment: fixed;
    }
  }
  
  .avilon #intro .intro-text {
    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
    height: calc(50% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  
  .avilon #intro h2 {
    margin: 30px 0 10px 0;
    padding: 0 15px;
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    color: #fff;
  }
  
  @media (max-width: 768px) {
    #intro h2 {
      font-size: 28px;
      line-height: 36px;
    }
  }
  
  .avilon #intro p {
    color: #fff;
    margin-bottom: 20px;
    padding: 0 15px;
    font-size: 24px;
  }
  
  @media (max-width: 768px) {
    #intro p {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 20px;
    }
  }
  
  .avilon #intro .btn-get-started {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
  }
  
  .avilon #intro .btn-get-started:hover {
    color: var(--geekblue-6);
    background: #fff;
  }
  
  .avilon #intro .product-screens {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 50%;
  }
  
  .avilon #intro .product-screens img {
    box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
  }
  
  .avilon #intro .product-screens .product-screen-1 {
    position: absolute;
    z-index: 30;
    left: calc(50% + 54px);
    bottom: 0;
    top: 30px;
  }
  
  .avilon #intro .product-screens .product-screen-2 {
    position: absolute;
    z-index: 20;
    left: calc(50% - 154px);
    bottom: 0;
    top: 90px;
  }
  
  .avilon #intro .product-screens .product-screen-3 {
    position: absolute;
    z-index: 10;
    left: calc(50% - 374px);
    bottom: 0;
    top: 150px;
  }
  
  @media (max-width: 767px) {
    .avilon #intro .product-screens .product-screen-1 {
      position: static;
      padding-top: 30px;
    }
    .avilon #intro .product-screens .product-screen-2, .avilon #intro .product-screens .product-screen-3 {
      display: none;
    }
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /* Nav Menu Essentials */
  .avilon .nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
  }

.avilon .nav-menu{
  display: flex;
  /*float: left;*/
  align-items: center;
}
.avilon .header-phone{
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 28px;
  margin-left: 20px;
  color: #fff;
}
.avilon .header-phone a{
  margin: 0 0 0 10px;
  color: #fff;
}

.avilon .btn-service{
  /*float: left;*/
  margin-left: 20px;
  color: #fff;
  cursor: pointer;
}
.avilon .btn-service:active,
.avilon .btn-service:hover{
  color: #fff;
}
  
  .avilon .nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
  }
  
  .avilon .nav-menu li {
    position: relative;
    white-space: nowrap;
  }
  
  .avilon .nav-menu > li {
    /*float: left;*/
  }
  
  .avilon .nav-menu li:hover > ul,
  .avilon .nav-menu li.sfHover > ul {
    display: block;
  }
  
  .avilon .nav-menu ul ul {
    top: 0;
    left: 100%;
  }
  
  .avilon .nav-menu ul li {
    min-width: 180px;
  }
  
  /* Nav Menu Arrows */
  .avilon .sf-arrows .sf-with-ul {
    padding-right: 10px;
  }
  
  .avilon .sf-arrows .menu-body2 .sf-with-ul:after {
    content: "\f123";
    font-size: 5px;
    padding-left: 5px;
    font-family: Ionicons;
    font-style: normal;
    font-weight: normal;
  }
  
  .avilon .sf-arrows ul .menu-body2 .sf-with-ul:after {
    content: "\f125";
    position: absolute;
    right: 15px;
    font-style: normal;
    font-weight: normal;
  }
  
  .avilon .sf-arrows ul .menu-body2 .sf-with-ul-kids:after {
    font-size: 5px;
    padding-left: 5px;
    font-family: Ionicons;
    content: "\f2f4";
    position: absolute;
    right: 15px;
    font-style: normal;
    font-weight: normal;
  }
  
  /* Nav Meu Container */
  .avilon #nav-menu-container {
    display: flex;
    align-items: center;
    margin: 0;
  }
  
  @media (max-width: 768px) {
    .avilon #nav-menu-container {
      display: none;
    }
  }
  
  /* Nav Meu Styling */
  .avilon .nav-menu a {
    padding: 0 2px 2px 2px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    outline: none;
  }
  
  .avilon .nav-menu > li {
    margin-left: 20px;
  }
  
  .avilon .nav-menu > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
  }
  
  /* .avilon .nav-menu a:hover:before, .avilon .nav-menu li:hover > a:before, .avilon .nav-menu .menu-active > a:before {
    visibility: visible;
    transform: scaleX(1);
  } */
  
  .avilon .nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
  }
  
  .avilon .nav-menu ul li {
    transition: 0.3s;
  }
  
  .avilon .nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
  }
  
  .avilon .nav-menu ul li:hover > a {
    color: var(--geekblue-6);
  }
  
  .avilon .nav-menu ul ul {
    margin: 0;
  }
  
  /* Mobile Nav Toggle */
  #mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
  }
  
  #mobile-nav-toggle i {
    color: #fff;
  }
  
  @media (max-width: 768px) {
    #mobile-nav-toggle {
      display: inline;
    }
  }
  
  /* Mobile Nav Styling */
  #mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52, 59, 64, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
  }
  
  #mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  #mobile-nav ul li {
    position: relative;
  }
  
  #mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
  }
  
  #mobile-nav ul li a:hover {
    color: #fff;
  }
  
  #mobile-nav ul li li {
    padding-left: 30px;
  }
  
  #mobile-nav ul .menu-has-children>i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
  }
  
  #mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: var(--geekblue-6);
  }
  
  #mobile-nav ul .menu-item-active {
    color: var(--geekblue-6);
  }
  
  .avilon #mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
  }
  
  /* Mobile Nav body classes */
  body.mobile-nav-active {
    overflow: hidden;
  }
  
  body.mobile-nav-active #mobile-nav {
    left: 0;
  }
  
  body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
  }
  
  .banner-box {
    height: 100vh;
    position: relative;
  }

  .banner-box p {
    display: none;
    font-size: 26px;
    line-height: 50px;
    margin: 0 auto;
    text-align: justify;
    color: #fff;
  }

  .banner-01 {
    background: url(../images/bg1.png) no-repeat 50% 50%;
    background-size: cover;
  }

  .banner-02 {
    background: url(../images/bg2.png) no-repeat 50% 50%;
    background-size: cover;
  }

  .banner-03 {
    background: url(../images/bg3.png) no-repeat 50% 50%;
    background-size: cover;
  }

  .banner-04 {
    background: url(../images/bg4.png) no-repeat 50% 50%;
    background-size: cover;
  }

  .banner-01 .con-01,
  .banner-02 .con-02,
  .banner-03 .con-03,
  .banner-04 .con-04 {
    display: block;
  }

  .banner-01 p {
    width: 50%;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate3d(0, -50%, 0);
  }

  .banner-02 p {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate3d(0, -50%, 0);
  }

  .banner-03 p {
    width: 45%;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate3d(0, -50%, 0);
  }

  .banner-04 p {
    width: 45%;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate3d(0, -50%, 0);
  }

  @media (max-width: 768px) {
    .banner-01 p,
    .banner-02 p,
    .banner-03 p,
    .banner-04 p {
        font-size: 18px;
        line-height: 30px;
        width: auto;
        margin: 0 40px;
    }
    .banner-01 p {
      top: 50%;
      left: 0;
      right: 0;
      bottom: auto;
      transform: translate3d(0, -50%, 0);
    }
  }

  
  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/

  #footer {
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .copyright-content {
    text-align: center; 
  }
  .copyright-content p {
      margin: 0;
      color: #fff; 
  }
  .copyright-content a {
    font-size: 16px;
    margin: 0 20px 0 0;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; 
  }
  .copyright-content a:hover {
        color: var(--geekblue-6); }
  .copyright-content a img{
      margin: -3px 3px 0 0;
  }
  
  .avilon #footer .credits {
    font-size: 13px;
    color: #888;
  }
  
  .avilon #footer .footer-links a {
    color: #666;
    padding-left: 15px;
  }
  
  .avilon #footer .footer-links a:first-child {
    padding-left: 0;
  }
  
  .avilon #footer .footer-links a:hover {
    color: var(--geekblue-6);
  }
  