/************************************************
Template Name: Host-Pro Boostrap Template
Author: BoostrapMart
Develop By: BoostrapMart
Developer URL: http://info@bootstrapmart.com
************************************************/
/*
*	Table of Contents
*
*
*/
/*
*	Helper Files
*/
/*Google Fonts*/
body {
  padding-right: 0 !important
}

/*Background Colors*/
.bg-pblue {}

body {
  position: relative;
}

.site {
  margin: 0;
}


section.row,
header.row,
footer.row {
  margin: 0;
  position: relative;
}

.prelative {
  position: relative;
}

.pabsolute {
  position: absolute;
}

.pstatic {
  position: static;
}

a {
  outline: none;
  border-radius: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

a:before,
aafter {
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}


.section-title {
  margin-bottom: 20px;
}

.section-title h2 {
  color: #48535c;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
  letter-spacing: -2px;
}

.section-title p {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
  color: #647482;
}

/*01: Header*/
/*Fluid Nav*/
.navbar-style1 {
  border: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#36424d+0,000000+100&0.6+0,0+100 */
  background: -moz-linear-gradient(top, rgba(9, 119, 223, 0.6) 0%, transparent 0%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(9, 119, 223, 0.6) 0%, transparent 0%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 120, 223, 0)), to(transparent));
  background: -o-linear-gradient(top, rgba(9, 119, 223, 0.6) 0%, transparent 0%);
  background: linear-gradient(to bottom, rgba(9, 119, 223, 0.6) 0%, transparent 0%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9936424d', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.navbar-style1 .container-fluid {
  padding: 40px 80px 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

@media (max-width: 1280px) {
  .navbar-style1 .container-fluid {
    width: 1170px;
    padding: 40px 15px 0;
  }
}

@media (max-width: 1199px) {
  .navbar-style1 .container-fluid {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .navbar-style1 .container-fluid {
    padding-top: 10px;
  }
}

.navbar-style1 .navbar-header .navbar-brand {
  display: block;
  padding: 10px 15px;
}

.navbar-style1 .navbar-header .navbar-toggle {
  z-index: 2;
  border-radius: 0;
}

.navbar-style1 .navbar-header .navbar-toggle[aria-expanded="false"] {
  border: none;
  background: none;
}

.navbar-style1 .navbar-header .navbar-toggle[aria-expanded="false"] .icon-bar {
  background: #fff;
}

.navbar-style1 .navbar-header .navbar-toggle[aria-expanded="true"] {
  border: none;
  background: none;
}

.navbar-style1 .navbar-header .navbar-toggle[aria-expanded="true"] .icon-bar {
  background: #35abdf;
}

@media (max-width: 991px) {
  .navbar-style1 #main-nav {
    background: #006cb5;
  }
}

.navbar-style1 .navbar-nav.cart-nav {
  margin-left: 10px;
}

@media (max-width: 991px) {
  .navbar-style1 .navbar-nav.cart-nav {
    display: none;
  }
}

.navbar-style1 .navbar-nav.cart-nav li a img {
  margin-right: 10px;
}

.navbar-style1 .navbar-nav.cart-nav li a:hover,
.navbar-style1 .navbar-nav.cart-nav li a:focus {
  color: #fff;
}

.navbar-style1 .navbar-nav>li>a {
  font: 18px/3.33 "Poppins", sans-serif;
  font-weight: bolder;
  color: #fff;
  padding: 0 15px;
}

.navbar-style1 .navbar-nav>li>a:hover,
.navbar-style1 .navbar-nav>li>a:focus {
  background: none;
  color: #86d202;
}

.navbar-style1 .navbar-nav>li.dropdown>a:after {
  content: '\f107';
  font-family: "FontAwesome";
  margin-left: 10px;
}

.navbar-style1 .navbar-nav>li.dropdown.open>a,
.navbar-style1 .navbar-nav>li.dropdown:hover>a,
.navbar-style1 .navbar-nav>li.dropdown:focus>a {
  background: none;
  color: #86d202;
}

.navbar-style1 .navbar-nav>li.dropdown.open .dropdown-menu,
.navbar-style1 .navbar-nav>li.dropdown:hover .dropdown-menu,
.navbar-style1 .navbar-nav>li.dropdown:focus .dropdown-menu {
  right: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  min-width: 200px;
}

@media (max-width: 991px) {
  .navbar-style1 .navbar-nav>li.dropdown.open .dropdown-menu {
    display: block;
    background: #fff;
    border-radius: 0;
  }
}

.navbar-style1 .navbar-nav>li.active>a {
  color: #006cb5;
  background-color: #fff;
}

.navbar-style1 .navbar-nav>li .dropdown-menu {
  min-width: 150px;
  padding: 10px;
  border: none;
  right: 100px;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: -100;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

@media (max-width: 991px) {
  .navbar-style1 .navbar-nav>li .dropdown-menu {
    position: relative;
    width: 100%;
    display: none;
  }
}

.navbar-style1 .navbar-nav>li .dropdown-menu li a {
  padding: 0 20px;
  line-height: 40px;
}

.navbar-style1 .navbar-nav>li .dropdown-menu li a:hover,
.navbar-style1 .navbar-nav>li .dropdown-menu li a:focus {
  background: none;
  color: #727bd8;
}

.navbar-style1 .navbar-nav>li .dropdown-menu li+li {
  border-top: 1px solid #f6f6f6;
}

.navbar-style1.affix {
  background: #005ca8;
}

.navbar-style1.affix .container-fluid {
  padding-top: 0;
}

/*Nav 3*/
.navbar-style2 {
  margin: 0;
}

.lang-currency {
  float: right;
}

.lang-currency .form-control {
  float: left;
  width: auto;
}

.lang-currency li {
  padding: 0 15px;
  float: left;
  background: #2f6375;
}

.lang-currency li+li {
  margin-left: 1px;
}

.lang-currency .bfh-selectbox .bfh-selectbox-toggle {
  padding: 0;
  border: none;
  background: none;
  display: block;
  float: none;
}

.lang-currency .bfh-selectbox .bfh-selectbox-toggle i {
  margin-right: 5px;
}

.lang-currency .bfh-selectbox .bfh-selectbox-toggle .bfh-selectbox-option {
  line-height: 50px;
  float: left;
  width: auto;
  height: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.lang-currency .bfh-selectbox .bfh-selectbox-toggle .selectbox-caret {
  border-width: 6px 6px 0;
  border-top-color: rgba(255, 255, 255, 0.7);
  margin: 22px 0 0 15px;
}

.lang-currency .bfh-selectbox .bfh-selectbox-toggle:hover,
.lang-currency .bfh-selectbox .bfh-selectbox-toggle:focus {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lang-currency .bfh-selectbox-options {
  border: none;
  padding: 0;
  background: none;
}

.lang-currency .bfh-selectbox-options ul {
  margin: 0;
}

.lang-currency .bfh-selectbox-options ul li {
  padding: 0;
  display: block;
  width: 100%;
}

.lang-currency .bfh-selectbox-options ul li+li {
  margin: 0;
}

.lang-currency .bfh-selectbox-options ul li a {
  padding: 3px 15px;
}

.lang-currency .bfh-selectbox-options ul li a:hover,
.lang-currency .bfh-selectbox-options ul li a:focus {
  background: #fff;
}

/*Nav Style 5*/
.navbar-style5 {
  margin: 0;
}

.ns5-top-bar {
  margin: 0;
  padding: 35px 0 32px;
}

.ns5-top-bar .logo-box {
  float: left;
}

.ns5-top-bar .ns2-socials {
  float: right;
  margin: 0;
}

@media (max-width: 479px) {
  .ns5-top-bar .ns2-socials {
    display: none;
  }
}

.ns5-top-bar .ns2-socials li {
  float: left;
}

.ns5-top-bar .ns2-socials li a {
  line-height: 30px;
  font-size: 17px;
  color: #424e5b;
}

.ns5-top-bar .ns2-socials li a:hover,
.ns5-top-bar .ns2-socials li a:focus {
  color: #35abdf;
}

.ns5-top-bar .contact-no {
  float: right;
  line-height: 30px;
  font-family: "SofiaPro", "Poppins", sans-serif;
  font-weight: 500;
  margin-right: 48px;
  font-size: 25px;
}

@media (max-width: 1199px) {
  .ns5-top-bar .contact-no {
    margin-right: 30px;
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .ns5-top-bar .contact-no {
    display: none;
  }
}

.ns5-top-bar .contact-no a {
  color: #35abdf;
}

.ns5-top-bar .contact-no a:hover,
.ns5-top-bar .contact-no a:focus {
  color: #424e5b;
}

.ns5-top-bar .contact-no img {
  margin-right: 10px;
}

.nav-logo {
  display: block;
}

.mail-n-auth {
  line-height: 30px;
  font-family: "SofiaPro", "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  float: left;
}

@media (max-width: 767px) {
  .mail-n-auth {
    float: right;
  }
}

.mail-n-auth li {
  margin-left: 80px;
  float: left;
}

@media (max-width: 1199px) {
  .mail-n-auth li {
    margin-left: 50px;
  }
}

@media (max-width: 767px) {
  .mail-n-auth li:first-of-type {
    display: none;
  }
}

.mail-n-auth li+li {
  margin-left: 45px;
}

@media (max-width: 1199px) {
  .mail-n-auth li+li {
    margin-left: 20px;
  }
}

@media (max-width: 479px) {
  .mail-n-auth li+li {
    margin-left: 0;
  }
}

.mail-n-auth li+li+li {
  margin-left: 35px;
}

@media (max-width: 1199px) {
  .mail-n-auth li+li+li {
    margin-left: 20px;
  }
}

@media (max-width: 479px) {
  .mail-n-auth li+li+li {
    margin-left: 10px;
  }
}

.mail-n-auth li a {
  color: #424e5b;
  padding: 0;
}

.mail-n-auth li a:hover,
.mail-n-auth li a:focus {
  background: none;
  color: #35abdf;
}

.ns5-style {
  background: #2d3640;
  border: none;
}

.ns5-style:before,
.ns5-style:after {
  display: none;
}

.ns5-style .navbar-header .navbar-toggle {
  z-index: 2;
  border-radius: 0;
  margin: 9px auto;
  float: none;
}

@media (max-width: 991px) {
  .ns5-style .navbar-header .navbar-toggle {
    display: table;
  }
}

.ns5-style .navbar-header .navbar-toggle[aria-expanded="false"] {
  border: none;
  background: none;
}

.ns5-style .navbar-header .navbar-toggle[aria-expanded="false"] .icon-bar {
  background: #fff;
}

.ns5-style .navbar-header .navbar-toggle[aria-expanded="true"] {
  border: none;
  background: none;
}

.ns5-style .navbar-header .navbar-toggle[aria-expanded="true"] .icon-bar {
  background: #35abdf;
}

.ns5-style .navbar-nav {
  margin-left: 0;
}

.ns5-style .navbar-nav>li {
  padding: 0 25px;
}

@media (max-width: 1199px) {
  .ns5-style .navbar-nav>li {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .ns5-style .navbar-nav>li {
    padding: 0;
  }
}

.ns5-style .navbar-nav>li:first-child {
  padding-left: 0;
}

.ns5-style .navbar-nav>li:last-child {
  padding-right: 0;
}

.ns5-style .navbar-nav>li>a {
  line-height: 58px;
  padding: 0 4px;
  font: 500 14px/58px "SofiaPro", "Poppins", sans-serif;
  color: #7c8692;
  position: relative;
}

.ns5-style .navbar-nav>li>a:after {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  background: #bec4cc;
  left: 50%;
  right: 50%;
  bottom: 17px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

@media (max-width: 991px) {
  .ns5-style .navbar-nav>li>a:after {
    display: none;
  }
}

.ns5-style .navbar-nav>li>a:hover,
.ns5-style .navbar-nav>li>a:focus {
  color: #bec4cc;
}

.ns5-style .navbar-nav>li>a:hover:after,
.ns5-style .navbar-nav>li>a:focus:after {
  left: 0;
  right: 0;
}

.ns5-style .navbar-nav>li.dropdown>a:after {
  content: '';
  margin: 0;
}

.ns5-style .navbar-nav>li.dropdown>a:hover,
.ns5-style .navbar-nav>li.dropdown>a:focus {
  color: #bec4cc;
}

.ns5-style .navbar-nav>li.active>a {
  color: #bec4cc;
}

.ns5-style .navbar-nav>li.active>a:after {
  left: 0;
  right: 0;
}

.ns5-style .cart-link li a {
  background: #3f4851;
  position: relative;
  text-align: center;
  line-height: 59px;
}

.ns5-style .cart-link li a img {
  margin: 0;
}

.ns5-style .cart-link li a .badge {
  background: #fff;
  position: absolute;
  font-family: "SofiaPro", "Poppins", sans-serif;
  font-size: 8px;
  color: #687380;
  font-weight: 600;
  padding: 6px 3px 4px;
  line-height: 5px;
  bottom: 15px;
  left: 52%;
}

.ns5-style .cart-link li a:after {
  display: none;
}

.ns5-style .cart-link li a:hover,
.ns5-style .cart-link li a:focus {
  background: #36424d;
}

@media (max-width: 991px) {
  .ns5-style .ns4-auth-nav {
    display: none;
  }
}

.ns5-style .ns4-auth-nav li a img {
  width: 14px;
  margin-right: 10px;
}




.home-slider .item {
  background: no-repeat scroll center center #434e5b;
  height: 720px;
  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;
  width: 100%;
  background-size: cover;
}

@media (max-width: 1199px) {
  .home-slider .item {
    height: 580px;
  }
}

.home-slider .item img {
  width: auto;
}

.home-slider .owl-dots {
  display: none;
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home-slider .owl-dot {
  width: 10px;
  height: 10px;
  float: left;
  background: #fff;
  opacity: 0.3;
}

.home-slider .owl-dot+.owl-dot {
  margin-left: 10px;
}

.home-slider .owl-dot:hover,
.home-slider .owl-dot:focus,
.home-slider .owl-dot.active {
  opacity: 1;
}

.home-slider p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 27px;
  opacity: 0.62;
  color: #fff;
  margin-bottom: 35px;
}

@media (min-width: 1025px) {
  .home-slider p {
    padding-right: 200px;
  }
}

@media (max-width: 767px) {
  .home-slider p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

.home-slider .link {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-left: 10px;
  padding: 16px 10px 18px 10px;
  border: 2px solid rgba(255, 255, 255, 0.52);
}

.home-slider .link:hover,
.home-slider .link:focus {
  border-color: #8fd90e;
  color: #8fd90e;
}

.home-slider h3 {
  color: #bfd1e5;
  line-height: 34px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .home-slider h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 26px;
  }
}

.home-slider h3 strong {
  color: #fff;
}

.home-slider.style2 .item .img-layer {
  display: inline-block;
}

.home-slider .btn-round {
  border-radius: 35px;
  background: #35abdf;
  color: #fff;
}

.home-slider .btn-round:hover,
.home-slider .btn-round:focus {
  color: #fff;
  background: #005ca8;
}

.slide-title {
  font-size: 48px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: 100;
  letter-spacing: -2px;

}

@media (min-width: 1025px) {
  .slide-title {
    padding-right: 50px;
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .slide-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

.slide-title.slide-title2 {
  font-size: 42px;
}

@media (max-width: 767px) {
  .slide-title.slide-title2 {
    font-size: 30px;
  }
}

.slide-title.slide-title3 {
  margin-top: 90px;
}

@media (max-width: 1199px) {
  .slide-title.slide-title3 {
    margin-top: 40px;
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .slide-title.slide-title3 {
    margin-top: 0;
    font-size: 30px;
  }
}

.slide-title.slide-title-bg {
  margin-bottom: 40px;
  padding-right: 0;
}

@media (max-width: 991px) {
  .slide-title.slide-title-bg {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .slide-title.slide-title-bg {
    font-size: 30px;
  }
}

@media (max-width: 479px) {
  .slide-title.slide-title-bg {
    font-size: 22px;
  }
}

.slide-title.slide-title-bg span {
  display: inline-block;
  line-height: 1.52;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 767px) {
  .slide-title.slide-title-bg span {
    padding: 0 15px;
  }
}

.slide-title .slide-title-bg1 {
  background: #ff6726;
}

.slide-title .slide-title-bg2 {
  background: #36424d;
}


.espacoBranco {
  height: 130px;
  display: block;
}

.domain-search {
  margin: 0;
  padding: 46px 0;
}

.domain-search .form-title {
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 2px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
}

@media (max-width: 1199px) {
  .domain-search .form-title {
    font-size: 23px;
  }
}

.domain-search .form-title strong {
  display: block;
}

@media (max-width: 991px) {
  .domain-search .form-title strong {
    display: inline-block;
  }
}

.domain-search p {
  color: #B0E7FF;
  margin: 0;
}

@media (max-width: 991px) {
  .domain-search p {
    margin-bottom: 20px;
  }
}

.domain-search .btn {
  padding: 0 54px;
  line-height: 60px;
}

@media (max-width: 479px) {
  .domain-search .btn {
    padding: 0 25px;
  }
}

.domain-search .input-group {
  -webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
}

.domain-search .input-group+p {
  color: #fff;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  margin-top: 15px;
  margin-bottom: 0;
}

@media (max-width: 479px) {
  .domain-search .input-group+p {
    font-size: 12px;
  }
}

.domain-search .input-group+p strong {
  margin-right: 40px;
}

@media (max-width: 767px) {
  .domain-search .input-group+p strong {
    margin-right: 20px;
  }
}

@media (max-width: 479px) {
  .domain-search .input-group+p strong {
    margin-right: 10px;
  }
}

.domain-search .input-group+p strong:last-child {
  margin-right: 0;
}

.domain-search .form-control {
  height: 60px;
  border-radius: 0;
  border: none;
}

.domain-search .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.domain-search .input-group-addon {
  border: none;
}

.domain-search.style2 {
  padding: 60px 0;
  text-align: center;
}

.domain-search.style2 .input-group {
  max-width: 877px;
  margin: 0 auto;
}

.domain-search.style2 .form-title strong {
  display: inline-block;
}

.domain-search.style2 p {
  color: #fff;
  margin-bottom: 30px;
}

.blank-header {
  background-color: #005ca8;
  text-align: center;
  padding: 30px 0px;
}

.blank-header img {
  height: 40px;
}

.domain-search.style2 .btn {
  background: #fff;
}

.domain-search.style2 .input-group+p {
  color: #fff;
  display: table;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.rounded {
  border-radius: 10px !important;
}

.validador-carregando {
  font-size: 20px;
  line-height: 200px;
  text-align: center;
}

.validador-error {
  background: #ffc8c8;
  padding: 20px;
  text-align: center;
  color: #c13e3e;
  font-size: 20px;
  border-radius: 10px;
  border: 2px solid #c13e3e;
}

.title-validacao img {
  width: 50px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.domain-search.style2 .input-group+p.prices {
  margin-top: 55px;
}

.domain-search.bg-primary {
  background: #ef5b34;
}

.domain-search.bg-primary p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}

.domain-search.bg-primary .input-group+p {
  font-weight: 300;
}

.domain-search.bg-primary .btn {
  background: #fff;
}

.domain-search.bg-primary .btn:hover,
.domain-search.bg-primary .btn:focus {
  background: #ff6726;
}





.hosting-services-tabs-section {
  padding: 50px 0 50px;
}

.hstab.nav-tabs {
  border: 1px solid #dbe3e7;
  border-bottom: none;
  margin-bottom: 30px;
}

.hstab.nav-tabs li {
  border-left: 1px solid #dbe3e7;
}

.hstab.nav-tabs li:first-child {
  border-left: none;
}

@media (max-width: 991px) {
  .hstab.nav-tabs li {
    width: 50%;
    float: left;
    border-bottom: 1px solid #dbe3e7;
    margin: 0;
  }

  .hstab.nav-tabs li:nth-child(3) {
    border-left: none;
  }
}

@media (max-width: 767px) {
  .hstab.nav-tabs li {
    width: 100%;
    border-left: none;
  }
}

.hstab.nav-tabs li a {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #dbe3e7;
  background: #f8fcfd;
  padding: 0 30px;
  line-height: 58px;
  font-family: "Poppins", sans-serif;
  color: #647482;
  margin: 0;
}

@media (max-width: 991px) {
  .hstab.nav-tabs li a {
    border-bottom: none;
  }
}

.hstab.nav-tabs li a:hover,
.hstab.nav-tabs li a:focus {
  border: none;
  border-bottom: 1px solid #dbe3e7;
}

.hstab.nav-tabs li.active a {
  border: none;
  background: #fff;
  font-weight: bold;
  color: #36424d;
}

.hstab.nav-tabs li.active a:hover,
.hstab.nav-tabs li.active a:focus {
  border: none;
}

.hstab.nav-tabs.hstab2 {
  margin: 0;
  border: none;
}

.hstab.nav-tabs.hstab2 li a {
  border-bottom: none;
  background: #f2f6f8;
}

.hstab.nav-tabs.hstab2 li.active a {
  background: #fff;
}

@media (min-width: 992px) {
  .hst-contents .col-plan {
    padding-left: 45px;
  }
}

.hst-contents a.more-link {
  display: inline-block;
  margin: 34px 0 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #ff6726;
  font-size: 16px;
}

.hst-plan {
  border: 1px solid #dbe3e7;
}

@media (max-width: 991px) {
  .hst-plan {
    margin: 30px 0 0;
  }
}

.why-choose-us {
  /*fundo branco*/
  padding: 50px 0;
  background: #f2f6f8;
  height: 100%;
}

.why-to-choose {
  /*espacamento dos icones*/
  padding: 15px;
}

.why-to-choose .iconConsulta {
  /* tamanho dos icones acesso rapido */
  width: 25%;
  padding-top: 40px;
}


.why-to-choose .bannerMsg {
  /* tamanho dos banners fique por dentro */
  width: 100%;
  height: 100%;

}


.wtc-icon {
  line-height: 50px;

}

.wtc-title {
  margin: 25px 0;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #36424d;
}

.wtc-icon2 {
  line-height: 98px;
  width: 98px;
  border-radius: 50%;
  background: #ff6726;
  margin: 0;
  display: inline-block;
}

.wtc-title2 {
  margin: 35px 0;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #36424d;
}

.wtc-read-more {
  color: #35abdf;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  font-size: 16px;
  opacity: 0;
  letter-spacing: 8px;
}

.wtc-inner0 {
  /*quadrado write acessorapido */
  background: #fff;
  padding: 10px 10px;
  margin: 0;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}


.wtc-inner1 {
  /*quadrado writh fiquepordentro - right */
  background: #fff;
  padding: 10px 10px;
  margin: 0;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}


.wtc-inner2 {
  /*quadrado writh fiquepordentro -left - baixo */
  background: #fff;
  padding: 5px 10px;
  margin: 0;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.wtc-inner3 {
  /*quadrado writh fiquepordentro -left - baixo */
  background: #fff;
  padding: 5px 10px;
  margin: 0;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}



.wtc-inner {
  background: #fff;
  padding: 55px 30px;
  /*quadrado branco fundo - padding: 55px 30px */
  margin: 0;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.wtc-inner:before {
  content: '';
  /*display: block;*/
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /*background: url(../icons/why-choose-us.png) no-repeat scroll center 20px;*/
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.wtc-inner p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 32px;
  color: #647482;
}

.wtc-inner:hover,
.wtc-inner:focus {
  -webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
}

.wtc-inner:hover:before,
.wtc-inner:focus:before {
  opacity: 1;
}

.wtc-inner:hover .wtc-read-more,
.wtc-inner:focus .wtc-read-more {
  letter-spacing: 0;
  opacity: 1;
}


.c2a-plan2 {

  background-color: #fff;
  background: url(../images/bgbanner.png) no-repeat scroll center 80px;
  padding-bottom: 20px;

}

.c2a-plan2 .imgSimples {
  padding-top: 20px;

}

.c2a-plan2:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain
}


.c2a-plan {
  /* fundo fora dos quadrados do fique por dentro */
  padding-bottom: 80px;
  background: #f2f6f8;
}

.c2a-plan:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background-size: contain;
}

.c2ap-title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.3;
}

.c2ap-list {
  color: #fff;
  font-size: 16px;
  margin-bottom: 45px;
  font-family: "Lato", sans-serif;
}

.c2ap-list li+li {
  margin-top: 22px;
}

.c2ap-list li i {
  width: 30px;
  padding: 0 2px;
  font-size: 14px;
}

.c2a-video {
  background: #36424d;
  text-align: center;
  height: 528px;
  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;
}

@media (max-width: 991px) {
  .c2a-video {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .c2a-video {
    height: 300px;
  }
}

.c2a-video:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/vidbg.jpg) no-repeat fixed center center;
  background-size: cover;
  opacity: 0.15;
}

.c2a-video .container {
  position: relative;
  z-index: 2;
}

.c2a-video a {
  color: #fff;
}

.c2a-video a i {
  font-size: 60px;
}

.c2a-video a .h1 {
  margin: 15px 0 0;
}

@media (max-width: 767px) {
  .c2a-video a .h1 {
    font-size: 25px;
  }
}

.latest-blogs {
  padding: 50px 0 50px;
  background: #dedede;
}

.imgProgramas {
  width: 95%;
}

.latest-post {
  padding: 15px;
}

@media (max-width: 767px) {
  .latest-post {
    max-width: 390px;
    margin: 0 auto;
  }
}

.latest-post .media-left {
  padding-right: 0;
}

.latest-post .media-body {
  border: 1px solid #ededed;
  border-left: none;
  padding: 24px;
  background: #fff;
}

@media (max-width: 1199px) {
  .latest-post .media-body {
    padding: 20px;
  }
}

.latest-post .media-body a {
  color: #36424d;
}

.latest-post .media-body a:hover,
.latest-post .media-body a:focus {
  color: #ff6726;
}

@media (max-width: 767px) {
  .latest-post2 {
    max-width: 100%;
  }
}

.latest-post2 .media {
  overflow: visible;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.latest-post2 .media:hover,
.latest-post2 .media:focus {
  -webkit-box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.17);
}

@media (max-width: 479px) {
  .latest-post2 .media-left {
    display: block;
  }

  .latest-post2 .media-left img {
    width: 100%;
  }
}

.latest-post2 .lp-title {
  line-height: 1.26;
  font-size: 19px;
  font-weight: 600;
}

.latest-post2 .lp-title:after {
  content: '';
  display: block;
  width: 52px;
  height: 3px;
  background: #ff6726;
  margin-top: 8px;
  margin-bottom: 20px;
}

.latest-post2 p {
  font: 16px/1.375 "Lato", sans-serif;
  color: #647482;
  margin-bottom: 28px;
}

.latest-post2 .lp-meta {
  margin: 0;
}

.lp-inner {
  background: #fff;
  margin: 0;
  padding: 30px 28px 45px;
  color: #36424d;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.04);
}

@media (max-width: 991px) {
  .lp-inner {
    padding: 20px 15px 25px;
  }
}

.lp-inner a {
  color: #36424d;
}

.lp-inner a:hover,
.lp-inner a:focus {
  color: #2d6fad;
}

.lp-meta {
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}

@media (max-width: 991px) {
  .lp-meta {
    margin-bottom: 10px;
  }
}

.lp-meta li {
  float: left;
}

.lp-meta li+li {
  float: right;
}

.lp-date a {
  opacity: 0.5;
}

.lp-date a:hover,
.lp-date a:focus {
  opacity: 1;
}

.lp-title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .lp-title {
    font-size: 16px;
  }
}

.blog-section {
  padding: 98px 0;
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 30px;
  }
}

.widget {
  margin: 0 0 30px;
}

@media (max-width: 1199px) {
  .widget {
    margin-bottom: 30px;
  }
}

.widget ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.widget ul .cat-item {
  text-align: right;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #35abdf;
  font-size: 16px;
  float: left;
}

@media (max-width: 991px) {
  .widget ul .cat-item {
    font-size: 14px;
  }
}

.widget ul .cat-item a {
  float: left;
  font-family: "Lato", sans-serif;
  color: #647482;
  font-weight: normal;
  width: calc(100% - 40px);
  text-align: left;
}

.widget ul .cat-item a:hover,
.widget ul .cat-item a:focus {
  color: #35abdf;
}

.widget ul .cat-item+li {
  margin-top: 20px;
}

.widget .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 160px;
  max-width: 100%;
}

.widget .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn {
  padding: 0 12px;
  line-height: 40px;
  background: #ff6726;
  color: #fff;
  font-weight: 500;
}

.widget .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn:hover,
.widget .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn:foucs {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
  background: #36424d;
}

.widget .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).open .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
  background: #36424d;
}

.widget .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-menu {
  border-radius: 0;
  background: #36424d;
  width: 100%;
}

.widget .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-menu li {
  margin-bottom: 2px;
}

.widget .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-menu li a {
  color: #fff;
  padding: 0 12px;
}

.widget .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-menu li a:hover,
.widget .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-menu li a:focus {
  color: #36424d;
}

.widget-title {
  font-family: "Poppins", sans-serif;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 600;
  color: #36424d;
}


.tagcloud [class^="tag-link"] {
  font-size: 14px !important;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  background: #f2f6f8;
  line-height: 35px;
  padding: 0 30px;
  margin: 3px;
  color: #93a2af;
}

@media (max-width: 1199px) {
  .tagcloud [class^="tag-link"] {
    font-size: 13px !important;
    padding: 0 15px;
  }
}

.tagcloud [class^="tag-link"]:hover,
.tagcloud [class^="tag-link"]:focus {
  color: #fff;
  background: #35abdf;
}

/*
    .site-footer ul{
      list-style: none;
      width: 1200px;
      margin: 0 auto;

    }

    .site-footer ul li {
      float: left;
      width: 280px;

      padding-left:10px;

    }

    .site-footer ul li p {
      margin:0;
      padding: 0;
      color:#fff;
      text-align: center;
    }

    .telrodape {
      font-size:26px!important;
      font-weight: bold;
      padding-bottom: 0;
    }

   /* .RodapeTitle {
      font-weight: bold;
      color:#8dc9f7!important;
      letter-spacing: -1px;
      font-size:16px;
      padding-bottom: 10px!important;
    }

    .linkRodape a {
      color:#fff;
    }

    .linkRodape:hover {
      color:#35abdf;

    }*/

.site-footer-top {
  background: #0166aa;
  padding: 15px 0;
}

.site-footer-top [class^="col-sm"] {
  float: none;
  vertical-align: middle;
  padding: 0 15px;
}

.site-footer-top .media-object {
  color: #69818c;
  font-size: 14px;
}

.site-footer-top .media-object img {
  margin-right: 15px;
}

@media (max-width: 479px) {
  .site-footer-top .media-body {
    display: block;
    width: 100%;
    padding-top: 25px;
    padding-left: 25px;
  }
}

.site-footer-top p {
  line-height: 1.7;
  font-family: "Lato", sans-serif;
  margin: 0;
  color: #fff;
}

.site-footer-bottom {
  padding: 43px 0;
  background: #006cb5;
}

.site-footer-bottom.botpad0 {
  padding-bottom: 0;
}

.site-footer-bottom4 {
  padding-top: 70px;
}

.footer-hr {
  border-color: #fff;
  margin: 40px 0 55px;
  opacity: .10;
}

.widget-footer {
  padding: 35px;
}

.widget-footer .widget-title {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-top: 0;
  margin-bottom: 35px;
  color: #fff;
}

.widget-footer .menu {
  padding: 0;
  list-style: none;
}

.widget-footer .menu li {
  padding: 0 15px;
  width: 50%;
  float: left;
  margin-bottom: 18px;
}

@media (max-width: 479px) {
  .widget-footer .menu li {
    width: 100%;
  }
}

.widget-footer .menu li a {
  display: block;
  font-family: "Poppins", sans-serif;
  color: #a9dcff;
}

.widget-footer .menu li a:hover,
.widget-footer .menu li a:focus {
  color: #fff;
}

.widget-footer.cmenu-1col .menu li {
  width: 100%;
}

.widget-footer p {
  margin-bottom: 20px;
  line-height: 1.7;
  font-family: "Poppins", sans-serif;
  padding: 0 15px;
  color: #e4edf4;
}

.fsocial {
  padding: 0 15px;
  display: table;
}

.fsocial li {
  float: left;
  margin-right: 22px;
  font-size: 17px;
}

.fsocial li:last-child {
  margin-right: 0;
}

.fsocial li a {
  color: #a9dcff;
}

.fsocial li a:hover,
.fsocial li a:focus {
  color: #FFF;
}

.footer-subscribe-form {
  padding: 0 15px;
}

.footer-subscribe-form .input-group-addon {
  border: none;
}

.footer-subscribe-form .btn {
  line-height: 48px;
  padding: 0 38px;
}

.footer-subscribe-form .form-control {
  border: none;
  height: 48px;
}

.copyright-hp {
  background: #2c383d;
  line-height: 60px;
  font-family: "Lato", sans-serif;
  color: #647482;
  letter-spacing: 1.4px;
}

.copyright-hp2 {
  padding: 25px 0;
  background: #232b33;
  font-family: "Lato", sans-serif;
  color: #647482;
}

.copyright-hp2 .fsocial {
  margin: 0;
}

@media (max-width: 767px) {
  .copyright-hp2 .fsocial {
    float: left !important;
    margin-top: 10px;
    padding-left: 0;
  }
}

.frecent-post {
  padding: 0 15px;
}

.frecent-post .media-left {
  padding-right: 18px;
}

.frecent-post h2 {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-top: 0;
  line-height: 1.3;
  color: #bfd4e0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.frecent-post h2:hover,
.frecent-post h2:focus {
  color: #fff;
}

.frecent-post h6 {
  font-family: "Lato", sans-serif;
  margin: 0;
  line-height: 1;
  color: #bfd4e0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  opacity: .5;
}

.frecent-post h6:hover,
.frecent-post h6:focus {
  color: #fff;
  opacity: 1;
}

.footer-clients-logos {
  position: relative;
  padding: 30px 0;
}

.footer-clients-logos:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background: #434b55;
}

.footer-clients-logos .client-logo a {
  opacity: 0.7;
  line-height: 70px;
}

.footer-clients-logos .client-logo:first-of-type {
  text-align: left;
}

@media (max-width: 767px) {
  .footer-clients-logos .client-logo:first-of-type {
    text-align: center;
  }
}

.footer-clients-logos .client-logo:last-of-type {
  text-align: right;
}

@media (max-width: 767px) {
  .footer-clients-logos .client-logo:last-of-type {
    text-align: center;
  }
}

.contact-form-section {
  background: #f2f6f8;
  background: -moz-linear-gradient(left, #f2f6f8 0%, #f2f6f8 50%, #ffffff 50%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #f2f6f8 0%, #f2f6f8 50%, #ffffff 50%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f2f6f8), color-stop(50%, #f2f6f8), color-stop(50%, #ffffff), to(#ffffff));
  background: -o-linear-gradient(left, #f2f6f8 0%, #f2f6f8 50%, #ffffff 50%, #ffffff 100%);
  background: linear-gradient(to right, #f2f6f8 0%, #f2f6f8 50%, #ffffff 50%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f6f8', endColorstr='#ffffff', GradientType=1);
}

@media (max-width: 767px) {
  .contact-form-section {
    background: none;
  }
}

.contact-info-box {
  padding: 0 82px;
}

@media (max-width: 1199px) {
  .contact-info-box {
    padding: 0 15px 0 30px;
  }
}

@media (max-width: 767px) {
  .contact-info-box {
    padding: 0 15px;
  }
}

.contact-box {
  padding-top: 78px;
  padding-bottom: 110px;
}

.gmapbox {
  height: 650px;
}

@media (max-width: 991px) {
  .gmapbox {
    height: 400px;
  }
}

.cb-title {
  margin-bottom: 28px;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #36424d;
}

.cb-title strong {
  font-weight: bold;
}

.cb-title+p {
  margin-bottom: 45px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  color: #647482;
}

.cb-title+p a,
.cb-title+p u {
  color: #ff6726;
}

@media (max-width: 767px) {
  .contact-form-box {
    background: #f2f6f8;
  }
}

.contact-form {
  margin-right: 65px;
}

@media (max-width: 1199px) {
  .contact-form {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .contact-form {
    margin-right: 0;
  }
}

.contact-form .form-group {
  background: #fff;
  padding: 22px 25px 15px;
  margin-bottom: 20px;
}

.contact-form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 5px 0;
  font-size: 16px;
  line-height: 1.33;
  font-family: "Lato", sans-serif;
  color: #647482;
  resize: none;
}

.contact-form .btn {
  line-height: 60px;
}

.contact-infolist .media+.media {
  margin-top: 30px;
}

.contact-infolist .media-left {
  padding-right: 0;
}

.contact-infolist .media-object {
  width: 35px;
}

.contact-infolist .media-body {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  line-height: 1.75;
  color: #647482;
}

.contact-infolist .media-body a {
  color: #647482;
}

.contact-infolist .media-body a:hover,
.contact-infolist .media-body a:focus {
  color: #ff6726;
}

.contact-ibox {
  margin: 0;
}

.contact-ibox+.contact-ibox {
  margin-top: 70px;
}

.contact-c2a {
  background: #35abdf;
  margin: 0;
  padding: 55px 0 65px;
}

.contact-c2a p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #bfecff;
}

@media (max-width: 767px) {
  .contact-c2a p:last-of-type {
    margin-bottom: 30px;
  }
}

.contact-c2a .h4 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #fff;
  opacity: 0.5;
  margin: 0;
}

.contact-c2a a {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  line-height: 1;
  display: block;
  margin-top: 5px;
  font-weight: bold;
}

@media (max-width: 991px) {
  .contact-c2a a {
    font-size: 24px;
  }
}

.contact-c2a .media .media-left {
  padding-right: 20px;
}

.features-tabs {
  border-bottom: 1px solid #d8e3e8;
}

.features-tabs .nav {
  border-bottom: none;
  border-left: 1px solid #d8e3e8;
  border-right: 1px solid #d8e3e8;
}

.features-tabs .nav li {
  width: 25%;
}

@media (max-width: 767px) {
  .features-tabs .nav li {
    width: 100%;
  }
}

.features-tabs .nav li+li {
  border-left: 1px solid #d8e3e8;
}

@media (max-width: 767px) {
  .features-tabs .nav li+li {
    border-left: none;
    border-top: 1px solid #d8e3e8;
  }
}

.features-tabs .nav li a {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #889096;
  padding: 50px 15px;
  margin: 0;
  border-radius: 0;
}

@media (max-width: 991px) {
  .features-tabs .nav li a {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .features-tabs .nav li a {
    padding: 15px;
  }
}

.features-tabs .nav li a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  background: #f7fcfe;
  z-index: 1;
}

.features-tabs .nav li a:hover,
.features-tabs .nav li a:focus {
  border: none;
  background: #f7fcfe;
}

.features-tabs .nav li.active a {
  background: #f7fcfe;
  border: none;
}

.features-tabs .nav li.active a:after {
  height: 1px;
}

.features-tabs .nav li.active a:hover,
.features-tabs .nav li.active a:focus {
  border: none;
}

.features-tab-contents {
  padding: 100px 0 90px;
  background: #f7fcfe;
}

.features-tab-contents .hp-h1 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .features-tab-contents .hp-h1 {
    margin-top: 30px;
  }
}

.features-tab-contents p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.6875;
  color: #899cb2;
  margin-bottom: 30px;
}

.features-tab-contents .btn {
  line-height: 40px;
  padding: 0 35px;
  margin-top: 10px;
}

.fst-img {
  display: inline-block;
}

.fs-next {
  border-radius: 100%;
  background: #fff;
  position: absolute;
  -webkit-box-shadow: 0px 2px 17.82px 0.18px rgba(49, 48, 43, 0.13);
  box-shadow: 0px 2px 17.82px 0.18px rgba(49, 48, 43, 0.13);
  width: 47px;
  height: 47px;
  text-align: center;
  font-size: 16px;
  line-height: 47px;
  display: block;
  bottom: -23px;
  left: 50%;
  margin-left: -23px;
  z-index: 2;
  color: #647482;
}

.under-the-hood {
  padding: 95px 0;
}

.under-the-hood .section-title {
  margin-bottom: 65px;
}

.under-hood-row {
  display: table;
  width: 100%;
}

.under-hood-row+.under-hood-row {
  border-top: 1px solid #e2e8ed;
}

@media (max-width: 767px) {
  .under-hood-row+.under-hood-row {
    border: none;
  }
}

.under-hood {
  display: table-cell;
  float: none;
  padding: 45px 30px;
}

@media (max-width: 767px) {
  .under-hood {
    padding: 15px;
    display: block;
  }
}

.under-hood+.under-hood {
  border-left: 1px solid #e2e8ed;
}

@media (max-width: 767px) {
  .under-hood+.under-hood {
    border: none;
  }
}

.under-hood .icon-holder {
  line-height: 79px;
  width: 79px;
  border-radius: 100%;
  background: #f7fcfe;
  text-align: center;
}

.under-hood p {
  font-size: 16px;
  line-height: 1.875;
  font-family: "Lato", sans-serif;
  color: #647482;
}

.uh-title {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #36424d;
  margin: 32px 0 25px;
}

.feature-boxes {
  padding: 105px 0;
  background: #f2f6f8;
}

.feature-box {
  padding: 15px;
}

.feature-box .row {
  margin: 0;
}

.feature-box .inner {
  text-align: center;
  background: #fff;
}

.feature-box:nth-child(2) .fb-title:after {
  background: #f48c71;
}

.feature-box:nth-child(2) .fb-learn-more {
  background: #f48c71;
}

.feature-box:nth-child(3) .fb-title:after {
  background: #71c4e9;
}

.feature-box:nth-child(3) .fb-learn-more {
  background: #71c4e9;
}

.fb-title {
  margin-top: 55px;
  margin-bottom: 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #36424d;
}

.fb-title:after {
  content: '';
  display: block;
  width: 44px;
  height: 2px;
  background: #4ccfc7;
  margin: 10px auto 0;
}

.fb-icon-holder {
  line-height: 250px;
}

.fb-learn-more {
  line-height: 74px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  background: #4ccfc7;
  display: block;
}

.fb-learn-more:hover,
.fb-learn-more:focus {
  color: #36424d;
}

.transfer-global {
  padding: 105px 0 115px;
  background: #35abdf;
}

.transfer-global p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.6875;
  color: #e2f6ff;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .transfer-global p {
    padding-right: 28px;
  }
}

.transfer-global .btn {
  line-height: 40px;
  padding: 0 35px;
  margin-top: 10px;
}

.tg-title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.tg-img {
  padding-top: 15px;
  text-align: center;
}

.tg-img img {
  max-width: 100%;
}




.page-cover {
  background: no-repeat fixed center top;
  color: #fff;
  padding: 110px 0;
}

.page-cover:before {
  content: '';
  display: block;
  background: #36424d;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .5;
}

.page-cover .container {
  position: relative;
  z-index: 2;
}

.page-cover h2 {
  margin-top: 40px;
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

@media (max-width: 767px) {
  .page-cover h2 {
    font-size: 30px;
  }
}

.page-cover .breadcrumb {
  margin: 0;
  padding: 0;
  background: none;
  display: table;
}

.page-cover .breadcrumb li {
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.page-cover .breadcrumb li+li:before {
  content: '>';
}

.page-cover .breadcrumb li a {
  color: #fff;
}

.table>tbody>tr>td {
  vertical-align: middle;
}

.table>thead>tr>th {
  vertical-align: middle;
  text-align: center;
}

.tableduv tr>td {
  width: 10%;
  text-align: justify;
  padding-left: 05px;
  padding-right: 05px;

}


.tableduv>thead>tr>th {
  padding-left: 05px;
  font-size: 18px;
  color: #fff;
  background-color: #258cd9;
}

.tableduv>tbody>.tableduvPergunta {
  font-size: 17px;
  color: black;
  background-color: rgb(211, 207, 207);
}



.btn-laranja {
  background-color: #ff6726;

}

.btn-grande {

  height: 60px;
  width: 100%;

}


.btn {
  border-radius: 0;
  border: none;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.btn+.btn {
  margin-left: 15px;
}

.btn-primary {

  padding: 0 28px;
  line-height: 54px;
  background: #0066b3;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #258cd9;
  color: #fff;
}


.btnsLogin {
  list-style: none;

}

.btnsLogin ul li {
  float: left;
  width: 100px;

}

.btnsLogin {
  width: 300px;
  height: 50px;
}

.btnPesquisa {
  height: 60px;
  background-color: #6fab06 !important;
  padding: 0px 30px;
  border: 0px !important;
  border-radius: 0px !important;
}

.btnPesquisa:hover,
.btnPesquisa:focus,
.btnPesquisa:visited {
  background-color: #83cc02 !important;
  border: 0px !important;
  padding: 0px 30px;
  border-radius: 0px !important;
}

.labelDireito {
  font-size: 10px;
  color: #fff;
  letter-spacing: 0;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #0066b3;

}

.labelDireito p {
  padding-top: 18px;
}


.panel-default {
  background-color: #f40;
}

.panel {
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 0;
  margin-top: 0;
}

.panel .panel-heading {
  background-color: #fff;
  font-size: 12px;
}

.panel h3 {
  letter-spacing: -2px;
  font-size: 26px;
  padding: 0;
}

.panel p {
  padding: 0;
  margin: 0;
}


/*
.col-md-12{
  font-size: 12px;
}*/

.btn-success {
  height: 50px;
}

.imgAcessar {
  margin: 50px;
}


.input-group {
  color: #f40;
}

.customer-testimonial-section {
  padding: 90px 0 110px;
}

.customer-testimonial-section.style2 {
  background: #f2f6f8;
}

.customer-testimonial {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 45px;
}

.customer-testimonial .item {
  max-width: 1100px;
  margin: 0 auto;
}

.customer-testimonial .item p {
  font-size: 24px;
  line-height: 1.42;
  font-family: "Lato", sans-serif;
  color: #647482;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .customer-testimonial .item p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .customer-testimonial .item p {
    font-size: 16px;
  }
}

.customer-testimonial .item h3 {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0 0 3px;
}

.customer-testimonial .item h5 {
  margin: 0;
  font-family: "Lato", sans-serif;
}

.customer-testimonial.style2 {
  text-align: left;
}

.customer-testimonial.style2 .ct-indicator.imgv li {
  width: 120px;
}

@media (max-width: 1199px) {
  .customer-testimonial.style2 .ct-indicator.imgv li {
    width: 80px;
  }
}

@media (max-width: 991px) {
  .customer-testimonial.style2 .ct-indicator.imgv li {
    width: 60px;
  }
}

.customer-testimonial.style2 .ct-indicator.imgv li img {
  border-radius: 0;
}

@media (max-width: 1199px) {
  .customer-testimonial.style2 .ct-indicator.dotv {
    margin-top: 50px;
  }
}

.ct-indicator {
  position: relative;
  left: 0;
  bottom: auto;
  width: auto;
  display: table;
  margin: 0 auto;
}

.ct-indicator li {
  text-indent: inherit;
  border: none;
  opacity: 0.3;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.ct-indicator li.active {
  opacity: 1;
}

.ct-indicator.imgv {
  margin-bottom: 45px;
}

.ct-indicator.imgv li {
  width: 98px;
  height: 98px;
  line-height: 98px;
  position: relative;
  margin: 0;
  background: none;
}

.ct-indicator.imgv li img {
  width: 100%;
  border-radius: 50%;
}

.ct-indicator.imgv li.active {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 2;
}

.ct-indicator.dotv li {
  width: 10px;
  height: 10px;
  background: #36424d;
  border-radius: 0;
  margin: 0 5px;
  float: left;
}

.customer-testimonials {
  background: #f2f6f7;
  padding: 100px 0;
}

.customer-testimonials .section-title {
  margin-bottom: 90px;
}

.ctm-tabs {
  border-bottom: 2px solid #d2e4ed;
  margin-bottom: 85px;
  padding-bottom: 54px;
  position: relative;
  display: table;
  width: 100%;
}

@media (max-width: 767px) {
  .ctm-tabs {
    margin-bottom: 50px;
  }
}

.ctm-tabs:after {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  border-left: 2px solid #d2e4ed;
  border-bottom: 2px solid #d2e4ed;
  background: #f2f6f7;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: rotate(-45deg) translateX(-50%) translateY(30%);
  -ms-transform: rotate(-45deg) translateX(-50%) translateY(30%);
  transform: rotate(-45deg) translateX(-50%) translateY(30%);
}

.ctm-tabs li {
  width: 25%;
  padding: 0 15px;
  position: relative;
}

@media (max-width: 479px) {
  .ctm-tabs li {
    padding: 0 5px;
  }
}

.ctm-tabs li a {
  border: none;
  border-radius: 0;
  opacity: 0.5;
  margin: 0;
}

@media (max-width: 991px) {
  .ctm-tabs li a {
    padding: 0;
  }
}

.ctm-tabs li a:after {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  background: #ef5b34;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  position: absolute;
  bottom: -55px;
  left: 50%;
}

.ctm-tabs li a:hover,
.ctm-tabs li a:focus {
  border: none;
  background: none;
}

.ctm-tabs li a:hover:after,
.ctm-tabs li a:focus:after {
  left: 0;
  width: 100%;
}

.ctm-tabs li.active a {
  background: none;
  border: none;
  opacity: 1;
}

.ctm-tabs li.active a:after {
  left: 0;
  width: 100%;
}

.ctm-tabs li.active a:hover,
.ctm-tabs li.active a:focus {
  border: none;
  background: none;
}

.ctm-tabs .media {
  width: auto;
}

.ctm-tabs .media-left {
  padding-right: 15px;
}

@media (max-width: 1199px) {
  .ctm-tabs .media-left {
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .ctm-tabs .media-left {
    padding-right: 0;
    padding-bottom: 10px;
    display: block;
  }
}

.ctm-tabs .media-object {
  width: 80px;
}

@media (max-width: 1199px) {
  .ctm-tabs .media-object {
    width: 65px;
  }
}

@media (max-width: 479px) {
  .ctm-tabs .media-object {
    width: 62px;
  }
}

.ctm-tabs .media-object img {
  max-width: 100%;
  border-radius: 100%;
}

@media (max-width: 479px) {
  .ctm-tabs .media-body {
    display: none;
  }
}

.ctm-tabs h4 {
  font: bold 16px/1 "Lato", sans-serif;
  color: #393a37;
  margin-top: 10px;
  margin-bottom: 5px;
}

.ctm-tabs h5 {
  font: 12px/1 "Lato", sans-serif;
  color: #a1a1a1;
  margin-top: 0;
  margin-bottom: 0;
}

.ctm-tab-contents {
  text-align: center;
}

.ctm-tab-contents p {
  font: 26px/1.73 "Georgia";
  color: #716a7f;
}

@media (max-width: 767px) {
  .ctm-tab-contents p {
    font-size: 16px;
  }
}

.ctm-tab-contents p a {
  color: #35abdf;
}

/*Carousel Testimonial*/
.testimonial-carousel-section {
  padding: 80px 0 120px;
}

.testimonial-carousel-section:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 108px;
  height: 273px;
  background: url(../icons/map.png) no-repeat scroll calc(50% + 585px) 0;
  background-size: contain;
  z-index: 3;
}

@media (max-width: 1199px) {
  .testimonial-carousel-section:after {
    top: 170px;
    height: 150px;
    background-position: calc(50% + 300px) 0;
  }
}

@media (max-width: 991px) {
  .testimonial-carousel-section:after {
    top: 200px;
    height: 120px;
    background-position: calc(50% + 250px) 0;
  }
}

@media (max-width: 767px) {
  .testimonial-carousel-section:after {
    top: 160px;
    background-position: right 0;
  }
}

.tcs-sectitle {
  margin-bottom: 70px;
  margin-top: 0;
  text-transform: capitalize;
  font-family: "SofiaPro", "Poppins", sans-serif;
  font-weight: 500;
  color: #48535c;
  text-align: center;
}

@media (max-width: 991px) {
  .tcs-sectitle {
    margin-bottom: 40px;
  }
}

.tc-col {
  position: relative;
}

.tc-quote-sign-icon {
  position: absolute;
  top: 22px;
  left: 113px;
  z-index: 2;
}

@media (max-width: 1199px) {
  .tc-quote-sign-icon {
    top: 30px;
    left: 80px;
    width: 80px;
  }
}

@media (max-width: 767px) {
  .tc-quote-sign-icon {
    top: 35px;
    left: 40px;
    width: 45px;
  }
}

.testimonail-carousel {
  position: relative;
}

.testimonail-carousel:before {
  content: '';
  display: block;
  position: absolute;
  top: 58px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.2);
}

.testimonail-carousel .item {
  padding: 0 97px 130px;
  z-index: 2;
}

@media (max-width: 1199px) {
  .testimonail-carousel .item {
    padding: 0 75px 130px;
  }
}

@media (max-width: 991px) {
  .testimonail-carousel .item {
    padding: 0 75px 80px;
  }
}

@media (max-width: 767px) {
  .testimonail-carousel .item {
    padding: 0 55px 80px;
  }
}

@media (max-width: 479px) {
  .testimonail-carousel .item {
    padding: 0 20px 80px;
  }
}

.testimonail-carousel p {
  margin: 0;
  font: 300 18px/2.28 "SofiaPro", "Poppins", sans-serif;
  text-align: center;
  color: #757a7f;
}

@media (max-width: 1199px) {
  .testimonail-carousel p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .testimonail-carousel p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.testimonail-carousel .owl-prev,
.testimonail-carousel .owl-next {
  position: absolute;
  z-index: 2;
  top: 50%;
}

@media (max-width: 479px) {

  .testimonail-carousel .owl-prev,
  .testimonail-carousel .owl-next {
    top: 35%;
  }

  .testimonail-carousel .owl-prev img,
  .testimonail-carousel .owl-next img {
    width: 15px;
  }
}

.testimonail-carousel .owl-prev {
  left: 10px;
}

.testimonail-carousel .owl-next {
  right: 10px;
}

.testimonail-carousel .owl-dots {
  position: absolute;
  text-align: center;
  display: block;
  left: 0;
  right: 0;
  bottom: 70px;
}

@media (max-width: 991px) {
  .testimonail-carousel .owl-dots {
    bottom: 40px;
  }
}

.testimonail-carousel .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #ced2d4;
  display: inline-block;
}

.testimonail-carousel .owl-dot+.owl-dot {
  margin-left: 20px;
}

.testimonail-carousel .owl-dot.active {
  background: #35abdf;
}

.tc-customer-img {
  margin: 0 auto 20px;
  padding: 11px;
  border: 1px solid #eff0f1;
  width: 117px;
  height: 117px;
  border-radius: 100%;
}

.tc-customer-img img {
  border-radius: 100%;
  max-width: 100%;
}

.tc-title,
.tc-from {
  margin: 0;
  font-family: "SofiaPro", "Poppins", sans-serif;
  font-weight: 400;
  color: #48535c;
  font-size: 20px;
}

html, body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
