/*
Author       : LitmusThemes
Template Name: Angles - Multipurpose One & Multi Page HTML5 template - ThemeForest
Version      : 1.1
*/

/*=============================================================
CSS SITEMAP >>>>

    01. GENERAL CSS
	02. PRELOADER CSS
    03. GENERAL CSS
	04. COMMON PAGES CSS
	05. MAIN NAVIGATION CSS
	06. HOMEPAGE MAIN SLIDER CSS
	07. WHO WE ARE SECTION CSS
	08. WHY CHOOSE US SECTION CSS
	09. WHAT WE DO SECTION CSS
	10. COUNTER SECTION CSS
	11. LATEST PROJECTS SECTION CSS
	16. CONTACT SECTION CSS
	17. FOOTER SECTION CSS

	
	==========================
	Version      : 1.1 ( new pages )
	==========================
	28. PORTFOLIO PAGES
	29. COMING SOON
	30. MAINTENANCE

==================================================*/

/*==============================================
01. GENERAL CSS
================================================*/

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body {
  font: 16px/1.625 "Roboto", "Poppins", Arial, Helvetica, sans-serif;
  color: #828282;
  font-weight: 400;
}
img {
  vertical-align: top;
  border: 0;
  max-width: 100%;
}
a,
input[type="button"],
input[type="submit"],
button,
table th,
table td {
  -moz-transition: background-color 550ms cubic-bezier(0.45, 1, 0.32, 1),
    color 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -webkit-transition: background-color 550ms cubic-bezier(0.45, 1, 0.32, 1),
    color 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  -ms-transition: background-color 550ms cubic-bezier(0.45, 1, 0.32, 1),
    color 550ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: background-color 550ms cubic-bezier(0.45, 1, 0.32, 1),
    color 550ms cubic-bezier(0.45, 1, 0.32, 1);
}
.alltrans,
.btn,
.btn:before,
.owl-dot,
.owl-dot span,
.navtrigger,
.slider-content h1,
.slider-content h2,
.slider-content p,
.slider-content .cta-row,
.main-slider .owl-nav > div,
.feature-col,
.service-col:after,
.feature-col:after,
#header,
.owl-nav > div,
.owl-nav > div:after,
.partners-slider img,
.team-overlay,
.team-overlay p,
.team-social-links,
.team-social-links a,
.work-overlay,
.blog-category:after,
#logo img,
.logo,
#header,
.side-menu-trigger,
.side-menu-trigger:after,
.navigation-menu > li > ul,
.sidenav-wrapper,
.navigation-menu > li > a,
.navigation-menu > li,
.contact-col i:after,
.search-trigger,
.pricing-box,
.team-header,
.search-wrapper,
.feature-col p,
.service-col p {
  -moz-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -webkit-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -ms-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
}
a {
  color: #3a9ac8;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #3a9ac8;
  outline: none;
  text-decoration: underline;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  a:active {
    background-color: transparent;
  }
}
strong {
  font-weight: 700;
}
small,
.small {
  font-size: 85%;
}
sub,
sup {
  font-size: 80%;
}
p {
  margin: 0 0 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  margin: 0 0 33px;
  font-weight: 700;
  color: #403f4c;
  font-family: "Roboto", "Poppins", Arial, Helvetica, sans-serif;
}
h1,
h2 {
  font-size: 45px;
}
h3 {
  font-size: 30px;
  font-weight: 600;
}
h4 {
  font-size: 26px;
  font-weight: 600;
}
h5 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}
h6 {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 600;
}

/*==============================================
02. PRELOADER CSS
================================================*/
.preloader {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  text-align: center;
}
.preloader h3 {
  top: 50%;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin-top: 60px;
  color: #242424;
  font-weight: 600;
  font-size: 26px;
}
.preloader-bounce {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.preloader-bounce {
  position: relative;
}
.pl-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2b7396;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: pl-doubleBounce 2s infinite ease-in-out;
  animation: pl-doubleBounce 2s infinite ease-in-out;
}
.pl-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes pl-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pl-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*==============================================
03. GENERAL CSS
================================================*/
#main {
  padding: 0;
  background: #fff;
}
@font-face {
  font-family: "PoppinsRegular";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff"),
    url("../fonts/Poppins-Regular.ttf") format("truetype"),
    url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: 400;
  font-style: 400;
}
.no-margin {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.no-padding {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
hr {
  border-color: #e5e5e5;
}
.hr-lg {
  margin-top: 55px;
  margin-bottom: 55px;
}
blockquote {
  font-size: 16px;
  font-style: italic;
  border: 0;
  text-align: center;
  padding: 20px 0;
  border-top: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
}
.blockquote-footer {
  padding-top: 35px;
  font-weight: 600;
  font-size: 16px;
}
.blockquote-footer.hr-primary:after {
  margin: 15px auto 20px;
  right: 0;
  width: 50px;
  height: 2px;
  left: 0;
  top: 0;
  bottom: auto;
}

.back-top {
  background: #fa824c;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 25px;
  bottom: 25px;
  font-size: 30px;
  display: none;
  z-index: 10;
}
.back-top i {
  position: absolute;
  left: 16px;
  top: 8px;
  color: #fff;
}
.section-full {
  position: relative;
  overflow: hidden;
}
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  height: 100%;
  background-position: 50% 0;
}
.f-right {
  float: right;
}
.f-left {
  float: left;
}
.hr-primary {
  position: relative;
  padding-bottom: 8px;
}
.hr-primary:after {
  background: #3a9ac8 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  margin: 10px 0 0;
  width: 40px;
  bottom: -1px;
  position: absolute;
}

/*==============================================
04. COMMON PAGES CSS
================================================*/
.container {
  max-width: 1170px;
  width: 100%;
}
#header {
  background: #403f4c;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  font-family: "Roboto", "Poppins", Arial, Helvetica, sans-serif;
  padding: 0 20px;
}
.logo {
  float: left;
  height: 86px;
  display: table;
}
.logo span {
  display: table-cell;
  vertical-align: middle;
}
#logo {
  display: block;
}

.logopassnet {
  width: 45% !important;
  margin-top: 83px !important;
  padding-left: 70px !important;
}

#logo img {
  max-height: 48px;
}
#header.fixed .logo {
  height: 68px;
}
#header.fixed #logo img {
  max-height: 40px;
}

.animated-row {
  overflow: hidden;
}
.section {
  padding: 60px 0 70px;
  overflow: hidden;
}
.section-title {
  position: relative;
  padding-bottom: 24px;
}
.section-title + * {
  margin-top: 0px;
}

.section-title:before,
.section-title:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: 15px;
  width: 64px;
  height: 3px;
  background: #1a8cbe;
  top: 100%;
}

.section-title:after {
  left: auto;
  right: 50%;
  margin-right: 15px;
}
.section-title span:before,
.section-title span:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1a8cbe;
  left: 50%;
  top: 100%;
  margin-top: -5px;
  margin-left: 8px;
}
.section-title span:after {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: 8px;
}

/*==============================================
05. MAIN NAVIGATION CSS
================================================*/
.navbar {
  margin: 0;
  border: 0;
  border-radius: 0;
  min-height: 1px;
  position: static;
}
.navigation-row {
  float: right;
}
.navigation-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-box {
  float: right;
  padding: 0 15px 0 0;
}
.navigation-menu:after {
  content: "";
  display: table;
  clear: both;
}
.navigation-menu > li {
  float: left;
  margin: 0 0 0 1px;
}
.navigation-menu > li > a {
  color: #fff;
  padding: 0 22px;
  display: block;
  line-height: 86px;
}
.navigation-menu > li > a:hover,
.navigation-menu > li > a:focus,
.navigation-menu > li.active > a {
  background: #1a8cbe;
  color: #fff;
  text-decoration: none;
}
.sidenav-wrapper .nav > li > a:hover,
.sidenav-wrapper .nav > li > a:focus {
  background: none;
}
.sidenav-wrapper .nav > li.active > a {
  color: #ee7718;
}
.navigation-menu > li:hover {
  background: #ee7718;
}
.navigation-menu > li > ul {
  position: absolute;
  top: 115%;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.navigation-menu > li:last-child > ul {
  right: 0;
}
.navigation-menu > li > ul li a {
  padding: 11px 20px 10px;
  display: block;
  color: #737373;
  font-size: 14px;
  font-weight: 500;
}
.navigation-menu > li > ul li a:hover,
.navigation-menu > li > ul li a:focus {
  text-decoration: none;
  color: #3a9ac8;
}
.navigation-menu > li > ul li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.navigation-menu > li:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
#header.fixed {
  background: #403f4c;
  position: fixed;
}
#header.fixed .navigation-menu > li > a {
  line-height: 68px;
}

#navigation {
  float: left;
}

.side-menu-trigger,
.navbar-toggle {
  font-size: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 35px;
  color: #fff;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  background: #403f4c;
  text-align: center;
  overflow: hidden;
}
.side-menu-trigger:hover,
.close-menu:hover,
.navbar-toggle:hover {
  background: #ee7718;
}
.side-menu-trigger i,
.navbar-toggle i {
  position: absolute;
  left: 0;
  right: 0;
  line-height: 46px;
  top: 0;
}
.side-menu-trigger:hover,
.side-menu-trigger:focus {
  color: #fff;
}
.navbar-toggle {
  margin: 0;
  padding: 0;
  right: 15px;
}
.sidenav-wrapper {
  position: fixed;
  background: #fff;
  top: 0;
  height: 100%;
  right: 0;
  width: 300px;
  right: -320px;
  padding: 90px 0 30px;
  -webkit-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.08);
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.08);
  overflow-y: auto;
}
.sidenav-wrapper.visible {
  right: 0;
}
.sidenav-wrapper .nav > li > a {
  padding: 10px 0;
  font-size: 18px;
  color: #737373;
  font-weight: 500;
}
.sidenav-wrapper .nav > li > a:hover {
  color: #ee7718;
}
.sidenav-wrapper .nav {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 30px 0;
}
.sidenav-wrapper .nav ul {
  margin: 0;
  display: none;
  padding: 0 0 0 15px;
  list-style: none;
}
.sidenav-wrapper .nav ul li a {
  color: #737373;
  text-decoration: none;
  padding: 5px 0;
  display: block;
  font-size: 15px;
}
.sidenav-wrapper .nav ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 5px;
  font-size: 16px;
}
.sidenav-wrapper .nav ul li a:hover {
  color: #002a4e;
}
.close-menu {
  font-size: 54px;
  background: #ee7718;
  right: 20px;
  position: absolute;
  top: 22px;
  line-height: 50px;
  height: 46px;
  width: 46px;
  border-radius: 50%;
}
.close-menu:before,
.close-menu:after {
  content: "";
  position: absolute;
  top: 21px;
  height: 4px;
  width: 22px;
  border-radius: 2px;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-menu:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sidenav-wrapper .social-links {
  padding: 20px 30px;
}
.sidenav-wrapper .social-links li:first-child {
  margin-left: 0;
}
.sidenav-wrapper .navtrigger {
  display: block;
}
.navtrigger {
  font-size: 24px;
  position: absolute;
  right: -5px;
  top: 12px;
  padding: 0 5px;
  z-index: 1;
  line-height: 1;
  cursor: pointer;
  display: none;
}

.navtrigger.nav-open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-wrapper .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: none;
  padding: 5px;
  font-size: 30px;
}

.search-wrapper input[type="text"],
.search-wrapper input[type="search"] {
  background: none;
  border-radius: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 15px;
  border: 0;
  border-bottom: 3px solid #fff;
  padding-right: 70px;
  padding-left: 0;
  height: auto;
  color: #fff;
}
#header.fixed .search-trigger {
  line-height: 68px;
}
.close-search {
  position: absolute;
  font-size: 50px;
  top: 25px;
  right: 40px;
  color: #fff;
}

/*==============================================
06. HOMEPAGE MAIN SLIDER CSS
================================================*/
.main-slider {
  height: 100vh;
}
.banner-section {
  background-color: #212628;
}
.banner-section.bg-dark:after {
  display: none;
}
.main-slider .item {
  position: relative;
  height: 100vh;
}
.slide-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-background-position: 50% 0;
  background-position: 0% 0;
}
.slide-img img {
  width: 100%;
}

.logopassnet {
  width: 40px;
}

.titleseparador {
  margin-top: -32px;
}
.botaohome {
  text-align: left;
  padding-top: 80px;
  padding-left: 120px;
}
.linhashome {
  left: auto;
  right: 50%;
  margin-right: 15px;
}
.slider-contentbox {
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  text-align: center;
  color: #000;
  display: table;
  width: 100%;
  position: relative;
  z-index: 1;
  font-size: 18px;
}
.slider-content {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 90px;
}
.slider-content h1,
.slider-content h2,
.slider-content h3 {
  color: inherit;
  font-size: 100px;
}
.slider-content h1,
.slider-content h2 {
  line-height: 1.2;
  margin-bottom: 30px;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  opacity: 0;
  overflow: hidden;
}
.slider-content p {
  margin-bottom: 45px;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
  opacity: 0;
}
.slider-content .cta-row {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  opacity: 0;
}
.main-slider .owl-item.active .slider-content h1,
.main-slider .owl-item.active .slider-content h2,
.main-slider .owl-item.active .slider-content p,
.main-slider .owl-item.active .slider-content .cta-row {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.owl-dots {
  text-align: center;
  font-size: 0;
  margin: 30px 0;
}
.owl-dot {
  display: inline-block;
  margin: 0 4px;
  border: 2px solid transparent;
  padding: 2px;
  border-radius: 50%;
}
.owl-dot span {
  background: #242424;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  display: block;
}
.owl-dot.active,
.owl-dot:hover {
  border-color: #1259a5;
}
.owl-dot.active span,
.owl-dot:hover span {
  background: #1259a5;
}
.owl-nav > div {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
}
.owl-nav > div.owl-next {
  left: auto;
  right: 25px;
}
.main-slider .owl-nav > div {
  color: #fff;
  border-color: #fff;
  color: #fff;
}
.owl-nav > div:hover {
  opacity: 1;
}
.owl-prev,
.owl-next {
  border: 2px solid #656565;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #656565;
  opacity: 0.4;
}
.owl-prev:after,
.owl-next:after {
  font-family: "FontAwesome";
  content: "\f104";
  font-size: 40px;
  display: block;
  line-height: 42px;
  margin: 0 0 0 -1px;
}
.owl-next:after {
  content: "\f105";
  margin: 0 0 0 4px;
}

.bg-light .slider-contentbox {
  background: none;
}
.scroll-down {
  position: absolute;
  text-align: center;
  width: 22px;
  height: 22px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
  z-index: 2;
  -webkit-animation: up-down 0.5s ease-in-out infinite alternate;
  animation: up-down 0.5s ease-in-out infinite alternate;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(5px) rotate(45deg);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(5px) rotate(45deg);
  }
}

/*==============================================
07. SOBRE NOS SECTION CSS
================================================*/
.title-col {
  margin-bottom: 40px;
}
.section-title + h4 {
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 600;
}
.iniciarprojeto {
  text-align: center;
  font-size: 45px;
}

.feature-col {
  font-size: 14px;
  padding: 70px 15px 20px;
  position: relative;
  z-index: 1;
}
.feature-col p {
  margin: 0;
  color: #828282;
  padding-left: 49px;
  padding-right: 49px;
}

.feature-col img {
  margin-top: -27px;
}

.textosobrenos {
  text-align: left;
  padding-left: 75px;
  padding-right: 75px;
}
.text-white {
  color: #fff;
}
.feature-col h6 {
  color: #403f4c;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff;
}

/*==============================================
08. WHY CHOOSE US SECTION CSS
================================================*/
.bg-primary {
  background: #fff;
}
.why-choose-contentbox {
  padding: 100px;
  color: #f2f2f2;
  background-color: #403f4c;
}
.why-choose-contentbox h2 {
  color: #fff;
  margin-bottom: 55px;
}
.why-choose-col {
  position: relative;
  font-size: 0;
}
.fa-angle-right {
  color: #1a8cbe;
}

.why-choose-col > i {
  font-size: 50px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  line-height: 84px;
  display: inline-block;
  vertical-align: middle;
}
.why-choose-content {
  overflow: hidden;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  width: -moz-calc(100% - 90px);
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
}
.why-choose-content h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 5px;
}
.why-choose-col + .why-choose-col {
  margin-top: 25px;
}
.why-choose-content p {
  margin: 0;
  margin-left: -29px;
  font-size: 16px;
}
.video-col {
  height: 100%;
}
.video-col .video-popup {
  height: 100%;
  position: relative;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-background-position: 50% 0;
  background-position: 50% 0;
}

/*==============================================
09. WHAT WE DO SECTION CSS
================================================*/
#services-section {
  background-color: #403f4c;
}

.titleservicos {
  color: #fff;
}
.servicosdescricao {
  color: #fff;
}
.servicosdescricao:hover {
  color: #fff;
  text-decoration: none;
}

.servicostitle {
  text-align: center;
  font-size: 52px;
  color: #fff;
  margin-bottom: 25px;
}

.servicosimg2 {
  width: 35%;
}
.service-col {
  font-size: 14px;
  padding: 0px 55px 5px;
  position: relative;
  z-index: 1;
  margin-top: 56px;
  background-color: transparent;
}

.service-col h3 {
  font-size: 22px;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
  color: #fff;
}
.service-col p {
  margin: 0;
  color: #fff;
  font-size: 16px;
}

.frasepassnet {
  font-size: 40px;
}

.service-col i {
  font-size: 44px;
  color: #3a9ac8;
  margin-bottom: 25px;
}
.service-col:hover:after,
.feature-col:hover:after {
  height: 100%;
}
.services-list .row {
  margin-top: -30px;
}
.services-list .col:nth-of-type(4) {
  clear: left;
}
.bg-grey {
  background: #f4f4f4;
}

.titletrabalhar {
  color: #fff;
  font-weight: bold;
}
.titletrabalhar:hover {
  color: #fff;
  text-decoration: none;
}

/*==============================================
10. COUNTER SECTION CSS
================================================*/
.bg-dark {
  color: #fff;
  position: relative;
  z-index: 1;
}

.bg-dark:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  top: 0;
  right: 0;
  background: #212628;
  opacity: 0.5;
  height: 100%;
  z-index: -1;
}

#servicos {
  background: url(../images/fotos_site/adultblucabl1260313.jpg) no-repeat 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

/*==============================================
11. LATEST PROJECTS SECTION CSS
================================================*/
#work-section {
  padding-bottom: 0;
}
.work-row {
  position: relative;
}
.work-row .btn-projects {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.project-box {
  position: relative;
  overflow: hidden;
}
.project-box:hover .work-overlay {
  opacity: 1;
}
.work-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.88);
  color: #fff;
  color: #bbb;
  letter-spacing: 0.02em;
  font-size: 14px;
  z-index: 1;
  opacity: 0;
}

img.mfp-img,
.mfp-img-mobile img.mfp-img {
  padding: 50px 0;
}

.owl-carousel .owl-item img {
  display: block;
  width: 75%;
  padding-left: 33px;
  padding-right: 33px;
}

/*=====================F=========================
16. CONTACT SECTION CSS
================================================*/

#contactos > .row {
  margin: 0;
}
#contactos > .row > .col {
  padding: 0;
}
.contact-row .contact-box {
  position: relative;
  z-index: 1;
  min-height: 600px;
}

.contact-row .contact-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  background: #212628;
  opacity: 0.9;
  z-index: -1;
}
.contact-row .contact-box h2 {
  color: #fff;
}
.contact-box {
  padding: 65px 75px 75px;
}
.contact-box h2 {
  font-size: 45px;
  margin-bottom: 20px;
  text-align: center;
}

.contact-map {
  width: 100%;
  height: 600px;
}
.bg-grey .form-control {
  background: #fff;
}
.form-group {
  margin-bottom: 25px;
}

/*==============================================
17. FOOTER SECTION CSS
================================================*/
#footer {
  background: #242424;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
}

.footer-cols {
  padding: 90px 0 25px;
}

.iconesfooter {
  margin-top: -15px;
}

.rowlocalizacao {
  margin-left: -46px;
}

.getintouch {
  position: relative;
  padding-left: 42px;
}

.getintouch ~ .getintouch {
  margin-top: 20px;
}
.getintouch a {
  color: #fff;
}

.copyright {
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  text-align: center;
  color: #b3a7a7b8;
}

/*==============================================
19. WORK PAGE CSS
================================================*/

.work-row .row {
  margin-top: -30px;
}
.work-row .col {
  margin-top: 30px;
}

/* Alertbox CSS
========================================================================================*/
.alert {
  padding: 16px 16px 16px 60px;
  margin: 20px 0;
  color: #242424;
  position: relative;
}
.alert-notification {
  background-color: #fff0f4;
  border: solid 1px #db524c;
  color: #db524c;
}
.alert-info {
  background-color: #e8f6ff;
  border: solid 1px #0082d5;
  color: #0082d5;
}
.alert-warning {
  background-color: #fef4ec;
  border: solid 1px #ff9948;
  color: #ff9948;
}
.alert-success {
  background-color: #edfff6;
  border: solid 1px #04be5b;
  color: #04be5b;
}
.alert i {
  position: absolute;
  left: 15px;
  top: 12px;
  font-size: 1.8em;
}

/* Tabs
==========================================================*/
.nav-tabs {
  margin-bottom: 15px;
}
.nav-tabs > li > a {
  font-weight: 500;
  color: #737373;
  padding: 12px 20px;
  border: 0;
}
.nav-tabs > li > a:hover {
  border-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #3a9ac8;
  border: 0;
  border-bottom: 2px solid #3a9ac8;
}
.custom-tab.nav-tabs {
  border: 0;
}
.custom-tab.nav-tabs > li > a,
.custom-tab.nav-tabs > li.active > a,
.custom-tab.nav-tabs > li.active > a:hover,
.custom-tab.nav-tabs > li.active > a:focus {
  border: 0;
}
.custom-tab.nav-tabs > li > a {
  background: #e5e5e5;
  border-radius: 5px;
  margin-right: 8px;
}
.custom-tab.nav-tabs > li.active > a,
.custom-tab.nav-tabs > li.active > a:hover,
.custom-tab.nav-tabs > li.active > a:focus {
  background: #3a9ac8;
  color: #fff;
}
.tabs-left.nav-tabs > li.active > a,
.tabs-left.nav-tabs > li.active > a:hover,
.tabs-left.nav-tabs > li.active > a:focus {
  border: 0;
  border-right: 1px solid #3a9ac8;
}
.tabs-left.nav-tabs > li > a {
  display: block;
  margin: 0;
  border-radius: 0;
  border-right: 1px solid #ddd;
}
.tabs-left.nav-tabs > li {
  float: none;
}
.tabs-left.nav-tabs {
  border: 0;
}
.nav-tabs.verticle-tabs-default > li > a {
  background: #e5e5e5;
  border: 0;
}
.nav-tabs.verticle-tabs-default > li.active > a,
.nav-tabs.verticle-tabs-default > li.active > a:hover,
.nav-tabs.verticle-tabs-default > li.active > a:focus {
  background: #3a9ac8;
  color: #fff;
}

/* Accordians
==========================================================*/
.panel-title {
  font-size: 18px;
}
.accordion-box {
  border: 1px solid #ddd;
}
.accordion-row {
  margin-bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
  background: none;
}
.accordion-row:last-child {
  border-width: 0;
}
.accordion-row .panel-title {
  font-weight: 500;
}
.accordion-row .panel-title a {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 20px 50px 20px 20px;
}
.accordion-row .panel-title a i {
  position: absolute;
  top: 17px;
  right: 17px;
  font-size: 1.6em;
}
.accordion-row .panel-title a[aria-expanded="true"] {
  background: #3a9ac8;
  color: #fff;
}
.accordion-row .panel-title a[aria-expanded="true"] i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion-row .panel-title a[aria-expanded="true"] i.fa-plus-circle {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion-row .accordion-content {
  padding: 20px;
  font-size: 15px;
}
.accordion-row .accordion-content p:last-child {
  margin: 0;
}
.accordion-box.accordion-custom {
  border: 0;
}
.accordion-custom .accordion-row:last-child {
  border-width: 1px;
}

/* Spinners
==========================================================*/
.spinners i {
  margin-right: 20px;
  margin-bottom: 10px;
  color: #242424;
}
.spinner-md {
  font-size: 36px;
}
.spinner-lg {
  font-size: 72px;
}
.fa-spin-custom {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Modals
==========================================================*/
.modal-header {
  padding: 15px 20px;
}
.modal-body {
  padding: 20px;
}
.modal-body p:last-child {
  margin: 0;
}
.modal-header h4 {
  font-size: 24px;
  padding-right: 30px;
}
.modal-header .close {
  margin-top: 2px;
  opacity: 1;
  color: #666;
  font-size: 30px;
}

/* Pagination
==========================================================*/
.pagination {
  margin: 0;
  font-size: 0;
}
.pagination > li {
  display: inline-block;
  margin: 0 4px;
  text-align: center;
  font-size: 16px;
}
.pagination > li > a,
.pagination > li > span {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  line-height: 46px;
  border: 1px solid #d1d1d1;
  color: #737373;
  padding: 0;
  margin: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 50%;
}
.pagination > li > a:hover,
.pagination > li.current > span {
  background: #3a9ac8;
  color: #fff;
  border-color: #3a9ac8;
}
.pagination > li i {
  font-size: 24px;
  line-height: 42px;
}

.pagination.pagination-custom > li > a,
.pagination.pagination-custom > li > span {
  border-radius: 0;
  border-left-width: 0;
}
.pagination.pagination-custom > li {
  margin: 0;
}
.pagination.pagination-custom > li:first-child > a,
.pagination.pagination-custom > li:first-child > span {
  border-left-width: 1px;
}

/* Checkbox and Radiobox
==========================================================*/
.form-group .checkbox,
.form-group .radio {
  margin: 0;
}
.checkbox label,
.radio label {
  display: inline-block;
  position: relative;
  padding-left: 33px;
  line-height: 1.6;
  margin-right: 20px;
}
.checkbox label:before,
.radio label:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  left: 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.radio label:before {
  border-radius: 50%;
}
.checkbox label:after,
.radio label:after {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left: 4px;
  top: 0;
  font-size: 15px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  color: #fff;
}
.radio label:after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #3a9ac8;
  left: 6px;
  top: 6px;
  position: absolute;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  opacity: 0;
  margin: 0;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox input[type="checkbox"]:checked + label:after,
.radio input[type="radio"]:checked + label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.checkbox input[type="checkbox"]:checked + label:before {
  background: #3a9ac8;
  border-color: #3a9ac8;
}
.radio input[type="radio"]:checked + label:before {
  border-color: #3a9ac8;
}
.checkbox input[type="checkbox"]:disabled + label,
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.radio input[type="radio"]:disabled + label::before,
.checkbox input[type="checkbox"]:disabled + label,
.radio input[type="radio"]:disabled + label {
  cursor: not-allowed;
}

/* Tables
==========================================================*/
.table-bordered > thead > tr > th {
  border-bottom-color: #3a9ac8;
  background: #f6f6f6;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 15px 20px;
}
.table > thead > tr > th {
  border-bottom-color: #3a9ac8;
}
table th {
  font-weight: 600;
}
.bs-example {
  overflow-x: auto;
}

/* Dropcaps
==========================================================*/
p.drop-caps:first-child:first-letter {
  float: left;
  font-size: 80px;
  line-height: 60px;
  padding: 5px;
  margin-right: 5px;
  margin-top: 5px;
}
p.drop-caps.secondary:first-child:first-letter {
  background: #3a9ac8;
  color: #fff;
  padding: 7px;
  margin-right: 11px;
  border-radius: 5px;
}

/* Form Style
==========================================================*/
button,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select,
input[type="submit"],
input[type="button"] {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
button,
input {
  line-height: normal;
}
.form-control,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select,
textarea.form-control {
  background: #f6f6f6;
  padding: 7px 20px 5px;
  height: 50px;
  line-height: 1.55;
  border: solid 1px #dbdbdb;
  color: #454648;
  width: 60%;
  font-family: "Roboto", "Poppins", Arial, Helvetica, sans-serif;
  -moz-transition: border-color 200ms ease-in;
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in;
  border-radius: 5px;
  text-overflow: ellipsis;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
  margin: auto;
}
textarea,
textarea.form-control {
  width: 60%;
  height: 140px;
  overflow: auto;
  resize: vertical;
  padding: 10px 20px;
  font-family: "Roboto", "Poppins", Arial, Helvetica, sans-serif;
  border-radius: 12px;
  border-radius: 5px;
}
select {
  height: 50px;
  padding: 10px 42px 9px 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  background: none;
  line-height: 1.25;
  border-radius: 5px;
  cursor: pointer;
  color: #454648;
  background: #fff;
  border: solid 1px #dbdbdb;
  margin: auto;
}
select::-ms-expand {
  display: none;
}

.selectassunto {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}
.custom-selectbox {
  overflow: hidden;
  display: block;
  margin: 0;
  position: relative;
}
.custom-selectbox:before {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  background: #ebefef;
  content: "";
  height: 48px;
}
.custom-selectbox:after {
  border-right: 2px solid #737373;
  border-top: 2px solid #737373;
  content: "";
  height: 10px;
  margin-top: -8px;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 10px;
  z-index: 1;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus,
.form-control:focus {
  border-color: #c3c3c3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="button"],
input[type="submit"],
button {
  background: #3a9ac8;
  color: #fff;
  border: 0;
  letter-spacing: 0.01em;
  cursor: pointer;
  width: auto;
  overflow: visible;
  padding: 13px 30px 10px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.4;
  font-family: "Roboto", "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  border-radius: 5px;
}
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
  color: #fff;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #737373;
}
::-moz-placeholder {
  opacity: 1;
  color: #737373;
}
:-ms-input-placeholder {
  opacity: 1;
  color: #737373;
}
:-moz-placeholder {
  opacity: 1;
  color: #737373;
}

.form-control {
  height: 50px;
}
.control-label,
.form-group > label {
  font-weight: 600;
}

/* Common button CSS
==========================================================*/
.btn {
  background-color: #fa824c;
  color: #fff;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 0 25px;
  vertical-align: bottom;
  font-weight: 700;
  position: relative;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  z-index: 1;
  border: 0;
  font-family: "Roboto", "Poppins", Arial, Helvetica, sans-serif;
  border-radius: 25px;
}

.btn:hover,
.btn:focus {
  text-decoration: underline;
}

.btn.btn-block {
  display: block;
}
.btn.btn-danger {
  background: #d43f3a;
}
.btn.btn-warning {
  background: none;
  border-radius: 40px;
  padding: 0px 7px 5px 7px;
  margin-top: 10px;
  text-transform: none;
  font-size: 16px;
}
.btn.btn-info {
  background: #5bc0de;
}
.btn.btn-success {
  background: #5cb85c;
}
.btn.btn-primary {
  background: #3a9ac8;
}
.btn.btn-grey {
  background: #888;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:hover:before,
.btn:focus:before {
  height: 100%;
}

.btn.btn-cntactos {
  margin-left: 10px;
  border-radius: 25px;
}
.btn.btn-white {
  background-color: #1259a5;
  color: #fff;
  border-radius: 25px;
}
.btn.btn-white:hover,
.btn.btn-white:focus {
  color: #fff;
}
.btn.btn-white:before {
  background: #3a9ac8;
}
.btn.btn-lg,
input[type="submit"].btn-lg,
input[type="button"].btn-lg,
button.btn-lg {
  padding: 0 35px;
  font-size: 20px;
  height: 56px;
  line-height: 56px;
}

.botaosobrenos {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #333;
  background-color: #1a8cbe;
  color: #fff;
  font-size: 18px;
  color: #fff;
  padding: 0 25px;
  vertical-align: bottom;
  font-weight: 600;
  position: relative;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  z-index: 1;
  border: 0;
  font-family: "Roboto", "Poppins", Arial, Helvetica, sans-serif;
  border-radius: 25px;
}

.botaosobrenos:hover {
  color: #403f4c;
}

.botaocontactos {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #333;
  background-color: #fa824c;
  color: #fff;
  font-size: 18px;
  color: #fff;
  padding: 0 25px;
  vertical-align: bottom;
  font-weight: 600;
  position: relative;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  z-index: 1;
  border: 0;
  font-family: "Roboto", "Poppins", Arial, Helvetica, sans-serif;
  border-radius: 25px;
}

.botaocontactos:hover {
  color: #403f4c;
}
.btn.btn-sm,
input[type="submit"].btn-sm,
input[type="button"].btn-sm,
button.btn-sm {
  padding: 0 20px;
  font-size: 15px;
  height: 42px;
  line-height: 44px;
}
.btn.btn-sm.btn-sm:after {
  margin-bottom: 0;
}
.btn.btn-xs,
input[type="submit"].btn-xs,
input[type="button"].btn-xs,
button.btn-xs {
  padding: 0 15px;
  font-size: 12px;
  height: 35px;
  line-height: 37px;
}
.btn.btn-outline,
input[type="submit"].btn-outline,
input[type="button"].btn-outline,
button.btn-outline {
  background: none;
  border: solid 2px #3a9ac8;
  color: #3a9ac8;
}
.btn.btn-outline-white,
input[type="submit"].btn-outline-white,
input[type="button"].btn-outline-white,
button.btn-outline-white {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline:hover,
input[type="submit"].btn-outline:hover,
input[type="button"].btn-outline:hover,
button.btn-outline:hover {
  color: #fff;
  border-color: #3a9ac8;
}
.btn.btn-outline:before {
  background: #3a9ac8;
}
.btn.btn-outline-white:hover,
input[type="submit"].btn-outline-white:hover,
input[type="button"].btn-outline-white:hover {
  border-color: #fff;
  color: #3a9ac8;
}
.btn.btn-outline:hover:after,
input[type="button"].btn-outline:hover:after,
button.btn-outline:hover:after {
  border-color: #fff;
}
.btn.btn-outline-white:hover:before {
  background: #fff;
}
.btn.btn-lg.btn-outline,
input[type="submit"].btn-lg.btn-outline,
input[type="button"].btn-lg.btn-outline {
  padding: 0 35px;
}
.btn.btn-sm.btn-outline,
input[type="submit"].btn-sm.btn-outline,
input[type="button"].btn-sm.btn-outline {
  padding: 0 20px;
}
.btn.btn-xs.btn-outline,
input[type="submit"].btn-xs.btn-outline,
input[type="button"].btn-xs.btn-outline {
  padding: 0 15px;
}
