* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-family: 'Oxygen', sans-serif;
  line-height: 1.6;
  color: #646464;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

button {
  border: 0;
}

img {
  display: inline-block;
  vertical-align: middle;
}

/* clearfix */

._clearfix:before,
._clearfix:after {
  content: " ";
  display: table;
}

._clearfix:after {
  clear: both;
}

/* float */

._left {
  float: left;
}

._right {
  float: right;
}

._center {
  text-align: center;
}

._justify {
  text-align: justify;
}

/* container */

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1300px;
}

/* header */

.header-info {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f7f5f6;
  border-bottom: 2px solid #d6d6d6;
  text-align: right;
}

@media only screen and (max-width: 880px) {
  .header-info {
    display: none;
  }
}

.header-social,
.header-phone,
.header-email {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #646464;
}

.header-phone {
  margin-left: 70px;
  margin-right: 70px;
}

.header-phone i {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url('../img/icon-phone.png');
}

.header-email i {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 14px;
  background-image: url('../img/icon-email.png');
}

.header-main {
  padding-top: 38px;
  padding-bottom: 38px;
  background-color: #fff;
}

.header-logo {
  float: left;
}

.header-logo a {
  display: inline-block;
}

.header-right {
  float: right;
}

/* social */

.social-icon {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background-image: url('../img/icons-social.png');
}

.social-fb {
  background-position: 0 0;
}

.social-in {
  background-position: -22px 0;
}

/* nav */

.nav {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 1100px) {
  .nav {
    display: none;
  }
}

.nav li {
  display: inline-block;
}

.nav a {
  display: block;
  position: relative;
  padding: 16px 18px;
  font-size: 18px;
  color: #444;
}

@media only screen and (max-width: 1220px) {
  .nav a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.nav a::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  border-radius: 5px;
  background: rgb(34,126,160);
  background: -moz-linear-gradient(left, rgba(34,126,160,1) 0%, rgba(1,200,173,1) 100%);
  background: -webkit-linear-gradient(left, rgba(34,126,160,1) 0%, rgba(1,200,173,1) 100%);
  background: linear-gradient(to right, rgba(34,126,160,1) 0%, rgba(1,200,173,1) 100%);
  content: '';
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav a.nav-active::before,
.nav a:hover::before {
  opacity: 1;
}

/* account */

.account-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 64px;
}

.account {
  cursor: pointer;
  line-height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 3px;
  background: rgb(7,186,170);
  background: -moz-linear-gradient(45deg,rgba(7,186,170,1) 0%, rgba(37,121,159,1) 100%);
  background: -webkit-linear-gradient(45deg,rgba(7,186,170,1) 0%, rgba(37,121,159,1) 100%);
  background: linear-gradient(45deg,rgba(7,186,170,1) 0%, rgba(37,121,159,1) 100%);
  font-size: 16px;
  color: #fff;
}

.account span {
  position: relative;
  padding-right: 22px;
}

.account span::before {
  position: absolute;
  top: calc(50% - 6px / 2);
  right: 0;
  width: 8px;
  height: 6px;
  background-image: url('../img/icon-arrow.png');
  content: '';
}

@media only screen and (max-width: 550px) {
  .account {
    margin-left: 0;
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media only screen and (max-width: 420px) {
  .header-main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .header-logo,
  .header-right {
    width: 100%;
    text-align: center;
  }

  .account {
    margin-top: 20px;
  }
}

/* slider */

.slider {
  background-color: #fff;
}

.owl-slider-item {
  display: block;
}

/* owl-netcon */

.owl-netcon-item {
  display: block;
}

/* content */

.content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-grey {
  background-color: #f7f5f6;
}

@media only screen and (max-width: 880px) {
  .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* title */

.title {
  margin-bottom: 40px;
  line-height: 1.2;
  font-size: 38px;
  color: #3e3f93;
  text-align: center;
}

.title-small {
  font-size: 28px;
  color: #2a6d9d;
}

.title-text {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
}

@media only screen and (max-width: 880px) {
  .title {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .title-text {
    margin-bottom: 30px;
  }
}

/* section-color */

.section-color {
  padding-top: 80px;
  padding-bottom: 80px;
  background: rgb(1,201,173);
  background: -moz-linear-gradient(45deg, rgba(1,201,173,1) 0%, rgba(61,66,149,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(1,201,173,1) 0%, rgba(61,66,149,1) 100%);
  background: linear-gradient(45deg, rgba(1,201,173,1) 0%, rgba(61,66,149,1) 100%);
  color: #fff;
}

.section-color-clean {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
  color: #646464;
}

@media only screen and (max-width: 880px) {
  .section-color,
  .section-color-clean {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.section-color-flex {
  display: flex;
}

.section-color-col {
  width: 33.33%;
  padding-left: 45px;
  padding-right: 45px;
  text-align: center;
}

a.section-color-col {
  color: #fff;
}

@media only screen and (max-width: 880px) {
  .section-color-col {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 660px) {
  .section-color-flex {
    flex-direction: column;
  }

  .section-color-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .section-color-col:last-child {
    margin-bottom: 0;
  }
}

.section-color-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.section-color-clean .section-color-icon {
  border-color: #1f85a1;
}

.section-color-icon i {
  position: absolute;
  top: calc(50% - 32px / 2);
  left: calc(50% - 32px / 2);
  width: 32px;
  height: 32px;
  background-image: url('../img/icons-info.png');
}

.section-color-clean .section-color-icon i {
  top: calc(50% - 40px / 2);
  left: calc(50% - 40px / 2);
  width: 40px;
  height: 40px;
  background-image: url('../img/icons-info-net.png');
}

.section-color-icon i.icon-1 {
  background-position: 0 0;
}

.section-color-icon i.icon-2 {
  background-position: -32px 0;
}

.section-color-clean .section-color-icon i.icon-2 {
  background-position: -40px 0;
}

.section-color-icon i.icon-3 {
  background-position: -64px 0;
}

.section-color-clean .section-color-icon i.icon-3 {
  background-position: -80px 0;
}

.section-color-col p {
  line-height: 1.8;
  font-size: 17px;
}

@media only screen and (max-width: 660px) {
  .section-color-icon {
    margin-bottom: 10px;
  }

  .section-color-col p {
    font-size: 14px;
  }
}

.section-color-clean .section-color-col p {
  font-size: 14px;
}

/* plans */

.plans {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
}

.plans-item {
  width: 33.33%;
  padding-right: 5px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 940px) {
  .plans-item {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  .plans-item {
    width: 100%;
  }
}

.plans-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  background-color: #fff;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.07);
  background-size: cover;
  transition: all .2s ease-in-out;
}

.plans-link:hover {
  transform: scale(1.1);
}

@media only screen and (max-width: 640px) {
  .plans-link {
    padding-top: 25px;
    padding-bottom: 25px;
    height: auto;
  }

  .plans-link:hover {
    transform: scale(1);
  }
}

.plans-bg-1 {
  background-image: url('../img/plano-bg-1.jpg');
}

.plans-bg-2 {
  background-image: url('../img/plano-bg-2.jpg');
}

.plans-bg-3 {
  background-image: url('../img/plano-bg-3.jpg');
}

.plans-box {
  text-align: center;
}

.plans-name {
  display: inline-block;
  width: 210px;
  line-height: 42px;
  border-radius: 30px;
  border: 1px solid #247b9f;
  font-size: 18px;
  font-weight: 700;
  color: #444;
  text-align: center;
}

.plans-info {
  margin-top: 12px;
  font-size: 18px;
  color: #444;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .plans-info {
    font-size: 14px;
  }
}

.plans-circle {
  width: 120px;
  height: 120px;
  padding-top: 23px;
  background: rgb(1,201,173);
  background: -moz-linear-gradient(45deg, rgba(1,201,173,1) 0%, rgba(61,66,149,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(1,201,173,1) 0%, rgba(61,66,149,1) 100%);
  background: linear-gradient(45deg, rgba(1,201,173,1) 0%, rgba(61,66,149,1) 100%);
  border-radius: 50%;
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

.plans-circle strong {
  display: block;
  line-height: 1.0;
  font-size: 40px;
  font-weight: 700;
}

.plans-bg .plans-name {
  border-color: #fff;
}

.plans-bg .plans-name,
.plans-bg .plans-info {
  color: #fff;
}

/* footer */

.footer-title {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 700;
}

/* footer-netcon */

.footer-netcon {
  width: 380px;
  padding: 22px;
  border-radius: 5px;
  border: 1px solid #fff;
}

@media only screen and (max-width: 940px) {
  .footer-netcon {
    width: 100%;
  }
}

.footer-netcon-col {
  float: left;
  width: 50%;
}

.footer-netcon-col a {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  color: #fff;
}

.footer-netcon-col a:hover {
  text-decoration: underline;
}

.footer-netcon-col a:last-child {
  margin-bottom: 0;
}

/* footer-bg-info */

.footer-bg-info {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1f85a1;
  color: #fff;
}

.footer-info-flex {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 940px) {
  .footer-bg-info {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-info-flex {
    flex-direction: column;
  }
}

.footer-nav {
  display: flex;
  width: 320px;
}

@media only screen and (max-width: 940px) {
  .footer-nav {
    width: 100%;
  }
}

.footer-nav-col {
  width: 50%;
}

.footer-nav-col a {
  display: block;
  margin-bottom: 14px;
  font-size: 16px;
  color: #fff;
}

.footer-nav-col a:hover {
  text-decoration: underline;
}

.footer-nav-col a:last-child {
  margin-bottom: 0;
}

/* footer-newsletter */

.footer-newsletter {
  width: 360px;
  padding-right: 30px;
}

@media only screen and (max-width: 940px) {
  .footer-newsletter {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.newsletter ::-webkit-input-placeholder {
  color: #fff;
}

.newsletter ::-moz-placeholder {
  color: #fff;;
}

.newsletter :-ms-input-placeholder {
  color: #fff;;
}

.newsletter :-moz-placeholder {
  color: #fff;;
}

.newsletter-input {
  float: left;
  width: 70%;
  outline: 0;
  padding: 0 18px;
  line-height: 42px;
  border: 1px solid #fff;
  border-right: 0;
  border-radius: 3px 0 0 3px;
  background-color: transparent;
  font-family: 'Oxygen', sans-serif;
  font-size: 14px;
  color: #fff;
}

.newsletter-btn {
  float: right;
  width: 30%;
  outline: 0;
  cursor: pointer;
  line-height: 42px;
  border: 1px solid #fff;
  border-left: 0;
  border-radius: 0 3px 3px 0;
  background-color: #3e4095;
  font-family: 'Oxygen', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

/* footer-bg-address */

.footer-bg-address {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

@media only screen and (max-width: 940px) {
  .footer-bg-address {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.footer-address-flex {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 620px) {
  .footer-address-flex {
    flex-direction: column;
  }
}

.footer-email {
  font-size: 14px;
  color: #646464;
}

.footer-email i {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 14px;
  background-image: url('../img/icon-email.png');
}

.footer-phone {
  margin-top: 10px;
  font-size: 18px;
  color: #646464;
}

.footer-phone i {
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url('../img/icon-phone.png');
}

.footer-address {
  position: relative;
  padding-left: 45px;
  font-size: 14px;
}

.footer-address i {
  position: absolute;
  top: calc(50% - 32px / 2);
  left: 0;
  width: 28px;
  height: 32px;
  background-image: url('../img/icon-map.png');
}

@media only screen and (max-width: 940px) {
  .footer-address {
    margin-top: 20px;
  }

  .footer-logo {
    display: none;
  }
}

/* copyright */

.copyright {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f5f6;
  font-size: 14px;
}

.copyright::before {
  position: absolute;
  top: -5px;
  right: 0;
  width: 58%;
  height: 5px;
  background: rgb(1,201,173);
  background: -moz-linear-gradient(45deg, rgba(1,201,173,1) 0%, rgba(61,66,149,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(1,201,173,1) 0%, rgba(61,66,149,1) 100%);
  background: linear-gradient(45deg, rgba(1,201,173,1) 0%, rgba(61,66,149,1) 100%);
  content: '';
}

.copyright a {
  color: #646464;
}

.copyright a:hover {
  text-decoration: underline;
}

.copyright-left {
  float: left;
}

.copyright-right {
  float: right;
}

@media only screen and (max-width: 940px) {
  .copyright {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .copyright-left,
  .copyright-right {
    width: 100%;
    text-align: center;
  }
}

/* header */

.header-page {
  height: 341px;
  background-image: url('../img/header-page.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}

/*.header-page-plans {
  background-image: url('../img/header-page-planos.jpg');
}*/

.header-page-abrangencia {
  background-image: url('../img/header-page-abrangencia.jpg');
}

.header-page-blog {
  background-image: url('../img/header-page-blog.jpg');
}

.header-page-contato {
  background-image: url('../img/header-page-contato.jpg');
}

.header-page-sac {
  background-image: url('../img/header-page-sac.jpg');
}

.header-page-duvidas {
  background-image: url('../img/header-page-duvidas.jpg');
}

.header-page-hei {
  height: 100%;
  display: flex;
  align-items: center;
}

.header-page-box h1 {
  position: relative;
  font-size: 51px;
  font-weight: 300;
  color: #fff;
}

.header-page-box h1::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 95px;
  height: 5px;
  border-radius: 1px;
  background-color: #fff;
  content: '';
}

.header-page-box p {
  margin-top: 25px;
  font-size: 15px;
  color: #fff;
}

@media only screen and (max-width: 880px) {
  .header-page {
    height: 80px;
  }

  .header-page-box h1 {
    font-size: 25px;
  }

  .header-page-box h1::before {
    height: 2px;
    bottom: -2px;
  }

  .header-page-box p br {
    display: none;
  }
}

@media only screen and (max-width: 390px) {
  .header-page-text {
    height: 180px;
  }
}

/* column-text */

.column-text {
  float: left;
  width: 54%;
  padding-right: 60px;
}

.column-photo {
  float: right;
  width: 46%;
}

@media only screen and (max-width: 880px) {
  .column-text,
  .column-photo {
    width: 100%;
  }

  .column-text {
    padding-right: 0;
  }
}

/* subtitle */

.subtitle {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  color: #2a6d9d;
}

/* p */

.p p {
  margin-bottom: 20px;
  font-size: 15px;
}

/* form */

.form-left {
  float: left;
  width: 50%;
  padding-right: 5px;
}

.form-right {
  float: right;
  width: 50%;
  padding-left: 5px;
}

@media only screen and (max-width: 680px) {
  .form-left,
  .form-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.form input,
.form select,
.form textarea {
  width: 100%;
  padding: 14px 20px;
  margin-bottom: 10px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #a3a3a3;
  font-family: 'Oxygen', sans-serif;
  font-size: 14px;
  color: #646464;
}

.form select {
  padding: 13px 20px;
  cursor: pointer;
}

.form textarea {
  height: 120px;
  resize: vertical;
}

.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: 0;
}

/* btn */

.btn {
  cursor: pointer;
  display: inline-block;
  line-height: 57px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 5px;
  background: rgb(34,126,160);
  background: -moz-linear-gradient(left, rgba(1,200,173,1) 0%, rgba(34,126,160,1) 100%);
  background: -webkit-linear-gradient(left, rgba(1,200,173,1) 0%, rgba(34,126,160,1) 100%);
  background: linear-gradient(to right, rgba(1,200,173,1) 0%, rgba(34,126,160,1) 100%);
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.btn:focus {
  outline: 0;
}

.btn span {
  position: relative;
  padding-left: 28px;
}

.btn span::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 12px;
  background-image: url('../img/icon-btn.png');
  content: '';
}

@media only screen and (max-width: 680px) {
  .btn {
    width: 100%;
  }
}

/* content-secondary */

.content-secondary {
  padding-top: 68px;
  padding-bottom: 68px;
  background-color: #f7f5f6;
}

@media only screen and (max-width: 880px) {
  .content-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* blog */

.blog-item {
  float: left;
  width: 33.33%;
  padding-right: 28px;
  margin-bottom: 68px;
}

@media only screen and (max-width: 970px) {
  .blog-item {
    width: 50%;
  }
}

@media only screen and (max-width: 590px) {
  .blog-item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.blog-link {
  display: block;
}

.blog-photo {
  float: left;
  width: 40%;
}

.blog-photo img {
  width: 100%;
}

.blog-content {
  float: right;
  width: 60%;
  padding-left: 28px;
}

.blog-content span {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #0caea7;
}

.blog-content p {
  font-size: 15px;
  color: #444;
}

/* contact-flex */

.contact-flex {
  display: flex;
}

.contact-col {
  width: 33.33%;
  margin-right: 5px;
}

.contact-col-box {
  padding: 46px;
  background-color: #fff;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.07);
}

@media only screen and (max-width: 880px) {
  .contact-flex {
    flex-direction: column;
  }

  .contact-col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .contact-col-box {
    padding: 20px 25px;
  }

  .contact-col-box .footer-address {
    margin-top: 0;
  }
}

/* accordion */

.accordion {
}

.accordion li {
  position: relative;
}

.accordion li p {
  display: none;
  margin-bottom: 10px;
  padding: 25px 35px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #a3a3a3;
  font-size: 14px;
  color: #646464;
}

.accordion a {
  margin-bottom: 10px;
  padding: 12px 20px;
  display: block;
  cursor: pointer;
  user-select: none;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #a3a3a3;
  font-size: 14px;
  font-weight: 700;
  color: #646464;
}

.accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #2c689c;
  border-bottom: 1px solid #2c689c;
  position: absolute;
  right: 20px;
  content: " ";
  top: 19px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion a.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.accordion a:hover,
.accordion a.active {
  background: rgb(7,186,170);
  background: -moz-linear-gradient(45deg,rgba(7,186,170,1) 0%, rgba(37,121,159,1) 100%);
  background: -webkit-linear-gradient(45deg,rgba(7,186,170,1) 0%, rgba(37,121,159,1) 100%);
  background: linear-gradient(45deg,rgba(7,186,170,1) 0%, rgba(37,121,159,1) 100%);
  border-color: rgba(37,121,159,1);
  color: #fff;
}

/* map */

#map {
  width: 100%;
  height: 535px;
}

/* alert */

.alert {
  padding: 15px 25px;
  border-radius: 5px;
  border: 1px solid #a3a3a3;
  font-size: 15px;
}

/*  */

.dropdown-toggle {
  position: relative;
}

.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  background: #206D8E;
  padding: 0;
  width: 100%;
  border-radius: 3px;
  z-index: 2000;
  padding: 10px;
}

.dropdown a {
  display: block;
  padding: 8px 10px;
  font-size: 14px;
  color: #fff;
}

.dropdown a:hover {
  text-decoration: underline;
}

/* about-left */

.about-left {
  float: left;
  width: 50%;
  padding-right: 30px;
}

.about-right {
  float: right;
  width: 50%;
  padding-left: 30px;
}

@media only screen and (max-width: 850px) {
  .about-left,
  .about-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

.about-item {
  position: relative;
  padding-left: 100px;
}

.about-item h1 {
  margin-bottom: 12px;
  font-size: 18px;
  color: #2a6d9d;
}

.about-item p {
  font-size: 14px;
}

.about-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  border: 1px solid #1f85a1;
  background-image: url('../img/about-icons.png');
}

.about-icon.AI-1 {
  background-position: 0 0;
}

.about-icon.AI-2 {
  background-position: -73px 0;
}

.about-icon.AI-3 {
  background-position: -146px 0;
}

.about-icon.AI-4 {
  background-position: -219px 0;
}

#share{
    margin-bottom: 20px;
}

#share div{
    display: inline;
    width: 30px; 
    margin-right: 5px;
   
}