@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
/*!************************
*******Typography******
**************************/
h1 {
  font-size: 30px;
  color: #fff
}
h2 {
  font-size: 20px
}
h3 {
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px
}
h4 {
  font-size: 16px
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff
}
.btn-wwp{
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 10px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 1000;
  display: block;
  border: 2px solid #25d366;
}

.table_display{
  display: none;
}

.btn-wwp:hover {
  background-color: #fff;
  color: #25d366;
}

#fa-whats{
  position: relative;
  padding-bottom: 4px;
  padding-left: 1px;
  transform: translateY(-4.5px);
}

#fa-whats:hover{
  position: relative;
  padding-bottom: 4px;
  padding-left: 1px;
  transform: translateY(-4.5px);
}

.btn-transparent {
  border: 3px solid #fff;
  background: 0 0;
  color: #fff
}
.btn-transparent:hover {
  border-color: rgba(255,255,255,.5)
}
a:focus,
a:hover {
  color: #111;
  text-decoration: none;
  outline: 0
}
.dropdown-menu {
  min-width: 330px
}
.center h2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px
}
.media > .pull-left {
  /*!margin-right: 20px;*/
}
.media > .pull-right {
  margin-left: 20px
}
.center {
  text-align: center;
  padding-bottom: 55px
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn
}
.lead {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400
}
.calendarioIcon{  
  padding-right: 10px !important;
}
.transparent-bg {
  background-color: transparent!important;
  margin-bottom: 0
}

.text-uppercase {
  text-transform: uppercase !important;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}
/*!************************
*******Header******
**************************/
#header .search {
  display: inline-block
}
#header {
  background-position: center 0px,center;
}
.navbar > .container .navbar-brand {
  margin-left: 0
}
.top-number p {
  margin: 0
}
.social {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 15px;
}
.social-share {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0
}

ul.social-share li {
  display: inline-block
}
.search i {
  color: #fff
}
input.search-form {
  background: 0 0;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #fff;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s
}
input.search-form::-webkit-input-placeholder {
  color: transparent
}
input.search-form:hover::-webkit-input-placeholder {
  color: #fff
}
input.search-form:hover {
  width: 180px
}
.navbar-brand {
  padding: 0;
  margin: 0
}
.navbar {
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 0
}
.navbar-nav {
  margin-top: 12px
}
.navbar-nav > li {
  margin-left: 10px
}
.navbar-inverse {
  border: none
}
.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #c52d2f;
  color: #fff
}
.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.125);
  -moz-box-shadow: 0 3px 8px rgba(0,0,0,.125);
  box-shadow: 0 3px 8px rgba(0,0,0,.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0
}
.navbar-inverse .navbar-nav .dropdown-menu:before {
  position: absolute;
  top: 0
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0
}
.navbar-toggle {
  margin-top: 10px;
  margin-bottom: 10px
}
/*!************************
*******Home Page******
**************************/
#main-slider {
  position: relative
}
.no-margin {
  margin: 0;
  padding: 0
}
#main-slider .carousel .carousel-content {
  margin-top: 150px
}
#main-slider,
.item {
  background-size: cover!important;
  background-position: 50% 0!important;
  cursor: pointer!important;
  display: block
}
#main-slider .carousel h2 {
  color: #fff
}
#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block
}
#main-slider .carousel .slider-img {
  text-align: right;
  position: absolute
}
#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0!important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block!important;
  -webkit-transition: opacity ease-in-out .5s;
  -moz-transition: opacity ease-in-out .5s;
  -o-transition: opacity ease-in-out .5s;
  transition: opacity ease-in-out .5s
}
#main-slider .carousel .item:first-child {
  top: auto;
  position: relative
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out .5s;
  -moz-transition: opacity ease-in-out .5s;
  -o-transition: opacity ease-in-out .5s;
  transition: opacity ease-in-out .5s;
  z-index: 1
}
#main-slider .prev {
  left: 10px
}
#main-slider .next {
  right: 10px
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp .3s linear .3s both;
  -moz-animation: fadeInUp .3s linear .3s both;
  -o-animation: fadeInUp .3s linear .3s both;
  -ms-animation: fadeInUp .3s linear .3s both;
  animation: fadeInUp .3s linear .3s both
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp .3s linear .6s both;
  -moz-animation: fadeInUp .3s linear .6s both;
  -o-animation: fadeInUp .3s linear .6s both;
  -ms-animation: fadeInUp .3s linear .6s both;
  animation: fadeInUp .3s linear .6s both
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp .3s linear .9s both;
  -moz-animation: fadeInUp .3s linear .9s both;
  -o-animation: fadeInUp .3s linear .9s both;
  -ms-animation: fadeInUp .3s linear .9s both;
  animation: fadeInUp .3s linear .9s both
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp .3s linear 1.2s both;
  -moz-animation: fadeInUp .3s linear 1.2s both;
  -o-animation: fadeInUp .3s linear 1.2s both;
  -ms-animation: fadeInUp .3s linear 1.2s both;
  animation: fadeInUp .3s linear 1.2s both
}
#main-slider .slide-margin {
  min-height: 400px
}
.features {
  padding: 0
}
.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden
}
.feature-wrap h2 {
  margin-top: 10px
}
.feature-wrap .pull-left {
  margin-right: 25px
}
#recent-works .col-xs-12.col-sm-4.col-md-3 {
  padding: 0
}
#recent-works {
  padding-bottom: 70px
}
.recent-work-wrap {
  position: relative
}
.recent-work-wrap img {
  width: 100%
}
.recent-work-wrap .recent-work-inner {
  top: 0;
  background: 0 0;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0
}
.recent-work-wrap .recent-work-inner h3 {
  margin: 10px 0
}
.recent-work-wrap .recent-work-inner h3 a {
  font-size: 24px;
  color: #fff
}
.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #c52d2f;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  padding: 30px
}
.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: 0 0;
  text-align: center;
  color: #fff
}
.recent-work-wrap:hover .overlay {
  opacity: 1
}
#services {
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 20px
}
#services .lead,
#services h2 {
  color: #000
}
.services-wrap {
  padding: 40px 30px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px
}
.services-wrap h3 {
  font-size: 20px;
  margin: 10px 0
}
.services-wrap .pull-left {
  margin-right: 20px
}
#middle {
  background: #f2f2f2
}
.skill h2 {
  margin-bottom: 25px
}
.progress-wrap {
  position: relative
}
.progress .color1,
.progress .color1 .bar-width {
  background: #2d7da4
}
.progress .color2,
.progress .color2 .bar-width {
  background: #6aa42f
}
.progress .color3,
.progress .color3 .bar-width {
  background: #fc3
}
.progress .color4,
.progress .color4 .bar-width {
  background: #db3615
}
.progress,
.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right
}
.progress {
  position: relative
}
.progress .bar-width {
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px
}
.progress span {
  position: relative
}
.progress span:before {
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px
}
.progress .color1 span:before {
  border-color: #2d7da4 transparent transparent transparent
}
.progress .color2 span:before {
  border-color: #6aa42f transparent transparent transparent
}
.progress .color3 span:before {
  border-color: #fc3 transparent transparent transparent
}
.progress .color4 span:before {
  border-color: #db3615 transparent transparent transparent
}
.accordion h2 {
  margin-bottom: 25px
}
.panel-default {
  border-color: transparent
}
.panel,
.panel-default > .panel-heading {
  background-color: #e6e6e6;
  border: 0 none;
  box-shadow: none
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  background: #fff;
  color: #858586
}
.panel-body {
  padding: 20px 20px 10px
}
.panel-group .panel + .panel {
  margin-top: 0;
  border-top: 1px solid #d9d9d9
}
.panel-group .panel {
  border-radius: 0
}
.panel-heading {
  border-radius: 0
}
.panel-title > a {
  color: #4e4e4e
}
.accordion-inner img {
  border-radius: 4px
}
.accordion-inner h4 {
  margin-top: 0
}
.panel-heading.active {
  background: #1f1f20
}
.panel-heading.active .panel-title > a {
  color: #fff
}
a.accordion-toggle i { 
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9
}
.panel-heading.active a.accordion-toggle i {
  background: #c52d2f;
  color: #fff
}
.panel-heading.active a.accordion-toggle.collapsed i {
  background: #c52d2f;
  color: #fff
}
.nav-tabs > li {
  margin-bottom: 0;
  border-bottom: 1px solid #e6e6e6
}
.nav-tabs {
  border-bottom: transparent/*!border-right: 1px solid #e6e6e6;*/
}
.nav-tabs li:last-child {
  border-bottom: 0 none
}
.nav-stacked > li + li {
  margin-top: 0
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 0;
  color: #fff;
  /*!background: #1f1f20;*/position: relative
}

.nav-tabs > .nav-item-services.active {
  margin-bottom: -3px;
}

/*!
.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;
  right: -44px;
  top:0;
}
.tab-wrap{
  border:1px solid #e6e6e6;
  margin-bottom: 20px;
}

*/

.long-tabs {
  font-size: 14px;
  font-weight: 500;
}

.nav-tabs > li.active > a:focus:hover,
.nav-tabs > li.active > a:hover {
  border: none;
  color: #fff
}

.tab-content {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px
}
.tab-content h2 {
  margin-top: 0
}
.tab-content img {
  border-radius: 4px
}
.testimonial h2 {
  margin-top: 0
}
.testimonial-inner {
  color: #858586;
  font-size: 14px
}
.testimonial-inner .pull-left {
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
  position: relative
}
.testimonial-inner .pull-left:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  border: 1px solid #e7e7e7;
  right: -5px;
  border-left: 0 none;
  border-bottom: 0 none
}
#partner {
  background: url(../images/partners/partner_bg.png) 50% 50% no-repeat;
  background-size: cover
}
#partner {
  color: #fff;
  text-align: center
}
#partner h2,
#partner h3 {
  color: #fff
}
.partners ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.partners ul li {
  display: inline-block;
  float: left;
  width: 20%
}
#conatcat-info {
  background: #fff url(../images/contact.png) no-repeat 90% 0;
  padding: 30px 0
}
.contact-info i {
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px
}
.contact-info h2 {
  margin-top: 0;
  color: #000
}
.contact-info {
  color: #000
}
/*!************************
********* About Us Page CSS ******
**************************/
.about-us {
  margin-top: 110px;
  margin-bottom: -110px
}
.about-us h2,
.skill_text h2 {
  color: #4e4e4e;
  font-size: 30px;
  font-weight: 600
}
.about-us p {
  color: #4e4e4e
}
#carousel-slider {
  position: relative
}
#carousel-slider .carousel-indicators {
  bottom: -25px
}
#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20
}
#carousel-slider a i {
  border: 1px solid #777;
  border-radius: 50%;
  font-size: 28px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color: #777
}
#carousel-slider a i:hover {
  background: #bfbfbf;
  color: #fff;
  border: 1px solid #bfbfbf
}
#carousel-slider .carousel-control {
  width: inherit
}
#carousel-slider .carousel-control.left i {
  left: -25px
}
#carousel-slider .carousel-control.right i {
  right: -25px
}
#carousel-slider .carousel-control.left,
#carousel-slider .carousel-control.right {
  background: 0 0
}
.skill_text {
  display: block;
  margin-bottom: 60px;
  margin-top: 25px;
  overflow: hidden
}
.sinlge-skill {
  background: #f2f2f2;
  border-radius: 100%;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  height: 200px;
  position: relative;
  width: 200px;
  text-transform: uppercase;
  overflow: hidden;
  margin: 30px 0
}
.sinlge-skill p em {
  color: #fff;
  font-size: 38px
}
.sinlge-skill p {
  line-height: 1
}
.css-skill,
.html-skill,
.joomla-skill,
.wp-skill {
  position: absolute;
  height: 100%;
  bottom: 0;
  width: 100%;
  border-radius: 100%;
  padding: 70px 0;
  text-align: center
}
.joomla-skill {
  background: #f2f2f2;
  /*! Old browsers */background: -moz-linear-gradient(top,rgba(242,242,242,1) 0,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%);
  /*! FF3.6+ */background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(242,242,242,1)),color-stop(28%,rgba(242,242,242,1)),color-stop(28%,rgba(45,125,164,1)));
  /*! Chrome,Safari4+ */background: -webkit-linear-gradient(top,rgba(242,242,242,1) 0,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%);
  /*! Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,rgba(242,242,242,1) 0,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%);
  /*! Opera 11.10+ */background: -ms-linear-gradient(top,rgba(242,242,242,1) 0,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%);
  /*! IE10+ */background: linear-gradient(to bottom,rgba(242,242,242,1) 0,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%);
  /*! W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4', GradientType=0 )/*! IE6-9 */
}
.html-skill {
  background: #f2f2f2;
  /*! Old browsers */background: -moz-linear-gradient(top,rgba(242,242,242,1) 0,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%);
  /*! FF3.6+ */background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(242,242,242,1)),color-stop(9%,rgba(242,242,242,1)),color-stop(9%,rgba(106,164,47,1)));
  /*! Chrome,Safari4+ */background: -webkit-linear-gradient(top,rgba(242,242,242,1) 0,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%);
  /*! Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,rgba(242,242,242,1) 0,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%);
  /*! Opera 11.10+ */background: -ms-linear-gradient(top,rgba(242,242,242,1) 0,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%);
  /*! IE10+ */background: linear-gradient(to bottom,rgba(242,242,242,1) 0,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%);
  /*! W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f', GradientType=0 )/*! IE6-9 */
}
.css-skill {
  background: #f2f2f2;
  /*! Old browsers */background: -moz-linear-gradient(top,rgba(242,242,242,1) 0,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%);
  /*! FF3.6+ */background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(242,242,242,1)),color-stop(32%,rgba(242,242,242,1)),color-stop(32%,rgba(255,189,32,1)));
  /*! Chrome,Safari4+ */background: -webkit-linear-gradient(top,rgba(242,242,242,1) 0,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%);
  /*! Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,rgba(242,242,242,1) 0,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%);
  /*! Opera 11.10+ */background: -ms-linear-gradient(top,rgba(242,242,242,1) 0,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%);
  /*! IE10+ */background: linear-gradient(to bottom,rgba(242,242,242,1) 0,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%);
  /*! W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20', GradientType=0 )/*! IE6-9 */
}
.wp-skill {
  background: #f2f2f2;
  /*! Old browsers */background: -moz-linear-gradient(top,rgba(242,242,242,1) 0,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%);
  /*! FF3.6+ */background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(242,242,242,1)),color-stop(19%,rgba(242,242,242,1)),color-stop(19%,rgba(219,54,21,1)));
  /*! Chrome,Safari4+ */background: -webkit-linear-gradient(top,rgba(242,242,242,1) 0,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%);
  /*! Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,rgba(242,242,242,1) 0,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%);
  /*! Opera 11.10+ */background: -ms-linear-gradient(top,rgba(242,242,242,1) 0,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%);
  /*! IE10+ */background: linear-gradient(to bottom,rgba(242,242,242,1) 0,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%);
  /*! W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615', GradientType=0 )/*! IE6-9 */
}
.skill-wrap {
  display: block;
  overflow: hidden;
  margin: 60px 0
}
.team h4 {
  margin-top: 0;
  text-transform: uppercase
}
.team h5 {
  font-weight: 300
}
.single-profile-bottom,
.single-profile-top {
  font-weight: 400;
  line-height: 24px
}
.single-profile-bottom,
.single-profile-top {
  border: 1px solid #ddd;
  padding: 15px;
  position: relative
}
.media_image {
  margin-bottom: 10px
}
.team .btn {
  background: 0 0;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 3px;
  padding: 1px 5px;
  text-transform: uppercase;
  border: 1px solid#ddd;
  margin-right: 3px
}
ul.social_icons,
ul.tag {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block
}
ul.social_icons li,
ul.tag li {
  display: inline-block;
  margin-right: 5px
}
ul.social_icons li a i {
  border-radius: 50%;
  color: #fff;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity: .8
}
.team .social_icons .fa-facebook:hover,
.team .social_icons .fa-google-plus:hover,
.team .social_icons .fa-twitter:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transition-duration: 2s;
  transition-property: all;
  transition-timing-function: ease;
  opacity: 1;
  transition: all .9s ease 0s;
  -moz-transition: all .9s ease 0s;
  -webkit-transition: all .9s ease 0s;
  -o-transition: all .9s ease 0s
}
.team .social_icons .fa-facebook {
  background: #0182c4
}
.team .social_icons .fa-twitter {
  background: #20b8ff
}
.team .social_icons .fa-google-plus {
  background: #d34836
}
.team-bar .first-one-arrow {
  float: left;
  margin-right: 30px;
  width: 2%
}
.team-bar .first-arrow {
  float: left;
  margin-left: 5px;
  margin-right: 35px;
  width: 22%
}
.team-bar .second-arrow {
  float: left;
  margin-left: 5px;
  width: 21%
}
.team-bar .third-arrow {
  float: left;
  margin-left: 40px;
  margin-right: 12px;
  width: 22%
}
.team-bar .fourth-arrow {
  float: left;
  margin-left: 25px;
  width: 20%
}
.team-bar .first-one-arrow hr {
  border-bottom: 1px solid #2d7da4;
  border-top: 1px solid #2d7da4
}
.team-bar .first-arrow hr {
  border-bottom: 1px solid #2d7da4;
  border-top: 1px solid #2d7da4
}
.team-bar .second-arrow hr {
  border-bottom: 1px solid #6aa42f;
  border-top: 1px solid #6aa42f
}
.team-bar .third-arrow hr {
  border-bottom: 1px solid #ffbd20;
  border-top: 1px solid #ffbd20
}
.team-bar .fourth-arrow hr {
  border-bottom: 1px solid #db3615;
  border-top: 1px solid #db3615
}
.team-bar {
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative
}
.team-bar i {
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 24px;
  line-height: 24px;
  margin-top: -32px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 24px;
  position: absolute
}
.team-bar .first-arrow .fa-angle-up {
  background: #2d7da4;
  margin-left: -33px
}
.team-bar .second-arrow .fa-angle-down {
  background: #6aa42f;
  margin-left: -33px
}
.team-bar .third-arrow .fa-angle-up {
  background: #ffbd20;
  margin-left: -32px
}
.team-bar .fourth-arrow .fa-angle-down {
  background: #db3615;
  margin-left: -32px
}
.team .single-profile-top:after,
.team .single-profile-top:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid
}
.team .single-profile-top:before {
  left: 26px;
  bottom: -20px;
  border-width: 10px;
  border-color: #fff transparent transparent transparent;
  z-index: 1
}
.team .single-profile-top:after {
  left: 25px;
  bottom: -22px;
  border-style: solid;
  border-width: 11px;
  border-color: #ddd transparent transparent transparent;
  z-index: 0
}
.team .single-profile-bottom:after,
.team .single-profile-bottom:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid
}
.team .single-profile-bottom:before {
  left: 30px;
  top: -20px;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 1
}
.team .single-profile-bottom:after {
  left: 29px;
  top: -22px;
  border-style: solid;
  border-width: 11px;
  border-color: transparent transparent #ddd transparent;
  z-index: 0
}
/*!**********************
****Service page css****
***********************/
.services {
  padding: 0 0
}
.get-started {
  background: none repeat scroll 0 0 #f3f3f3;
  border-radius: 3px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 18px;
  margin-top: 60px
}
.get-started h2 {
  padding-top: 30px;
  margin-bottom: 20px
}
.request {
  bottom: -15px;
  left: 50%;
  position: absolute;
  margin-left: -110px
}
.request h4 {
  position: absolute;
  width: 220px;
  position: relative
}
.request h4 a {
  background: #c52d2f;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  padding: 5px 15px
}
.request h4:after {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  position: absolute;
  right: 13px;
  z-index: -99999
}
.request h4:before {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  left: 13px;
  position: absolute;
  z-index: -99999
}
.clients-area {
  padding: 60px
}
.clients-comments {
  background-image: url(../images/image_bg.png);
  background-position: center 118px;
  background-repeat: no-repeat;
  margin-bottom: 100px
}
.clients-comments img {
  background: #ddd;
  border: 1px solid #ddd;
  height: 182px;
  padding: 3px;
  width: 182px;
  transition: all .9s ease 0s;
  -moz-transition: all .9s ease 0s;
  -webkit-transition: all .9s ease 0s;
  -o-transition: all .9s ease 0s
}
.clients-comments h3 {
  margin-top: 55px;
  font-weight: 300;
  padding: 0 40px
}
.clients-comments h4 {
  font-weight: 300;
  margin-top: 15px
}
.clients-comments h4 span {
  font-weight: 700;
  font-style: oblique
}
.footer {
  background: none repeat scroll 0 0 #2e2e2e;
  border-top: 5px solid #c52d2f;
  height: 84px;
  margin-top: 110px
}
.footer_left {
  padding: 10px
}
.text-left {
  color: #fff;
  font-size: 12px;
  margin-top: 15px
}
/*!************************
********* Portfolio CSS ******
**************************/
#portfolio_page {
  margin-top: 115px;
  padding-bottom: 0
}
.portfolio-filter,
.portfolio-items {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0
}
.portfolio-filter > li {
  display: inline-block
}
.portfolio-filter > li a {
  background: none repeat scroll 0 0 #fff;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all .9s ease 0s;
  -moz-transition: all .9s ease 0s;
  -webkit-transition: all .9s ease 0s;
  -o-transition: all .9s ease 0s;
  border: 1px solid #f2f2f2;
  outline: 0;
  border-radius: 3px
}
.portfolio-filter > li a.active,
.portfolio-filter > li a:hover {
  color: #fff;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  box-shadow: none;
  -webkit-box-shadow: none
}
.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.portfolio-item {
  margin: 0;
  padding: 0
}
/*! Start: Recommended Isotope styles */
/*!*** Isotope Filtering ****/
.isotope-item {
  z-index: 2
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1
}
/*!*** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -ms-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s
}
.isotope {
  -webkit-transition-property: height,width;
  -moz-transition-property: height,width;
  -ms-transition-property: height,width;
  -o-transition-property: height,width;
  transition-property: height,width
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform,opacity;
  -moz-transition-property: -moz-transform,opacity;
  -ms-transition-property: -ms-transform,opacity;
  -o-transition-property: -o-transform,opacity;
  transition-property: transform,opacity
}
/*!*** disabling Isotope CSS3 transitions ****/
.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s
}
/*! End: Recommended Isotope styles */
/*! disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}
/*!*************************
********* Pricing Table CSS *
**************************/
.pricing_heading {
  margin-top: 120px
}
.pricing_heading h2,
.pricing_heading p {
  color: #4e4e4e
}
.pricing-area h1 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px
}
.pricing-area span {
  font-weight: 700;
  font-size: 18px
}
.pricing-area h3,
.pricing-area span {
  color: #fff
}
.plan {
  position: relative;
  margin-bottom: 70px
}
.pricing-area ul {
  background: #fafafa;
  padding: 0;
  margin: 0
}
.pricing-area ul li {
  list-style: none;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400
}
.pricing-area ul li:nth-child(even) {
  background: #f5f5f5
}
.pricing-area .price-six img,
.pricing-area .price-three img {
  position: absolute;
  right: 15px;
  top: 0
}
.pricing-area .heading-one,
.pricing-area .heading-three,
.pricing-area .heading-two {
  padding: 17px 0;
  border-radius: 2px 2px 0 0
}
.pricing-area .heading-five,
.pricing-area .heading-four,
.pricing-area .heading-one,
.pricing-area .heading-seven,
.pricing-area .heading-six,
.pricing-area .heading-three,
.pricing-area .heading-two {
  margin-left: -10px
}
.pricing-area .heading-one,
.pricing-area .price-one .plan-action .btn-primary {
  background: #e24f43
}
.pricing-area .heading-two,
.pricing-area .price-two .plan-action .btn-primary {
  background: #27ae60
}
.pricing-area .heading-three,
.pricing-area .price-three .plan-action .btn-primary {
  background: #f39c12
}
.pricing-area .heading-four,
.pricing-area .price-four .plan-action .btn-primary {
  background: #5c5c5c
}
.pricing-area .heading-five,
.pricing-area .price-five .plan-action .btn-primary {
  background: #5c5c5c
}
.pricing-area .heading-six,
.pricing-area .price-six .plan-action .btn-primary {
  background: #e24f43
}
.pricing-area .heading-seven,
.pricing-area .price-seven .plan-action .btn-primary {
  background: #5c5c5c
}
.pricing-area .bg {
  background: #fafafa
}
.pricing-area .heading-one h3:before {
  border-color: #bf4539 transparent transparent
}
.pricing-area .heading-two h3:before {
  border-color: #1f8c4d transparent transparent
}
.pricing-area .heading-three h3:before {
  border-color: #d4880f transparent transparent
}
.pricing-area .heading-four h3:before {
  border-color: #424242 transparent transparent
}
.pricing-area .heading-five h3:before {
  border-color: #424242 transparent transparent
}
.pricing-area .heading-six h3:before {
  border-color: #bf4539 transparent transparent
}
.pricing-area .heading-seven h3:before {
  border-color: #424242 transparent transparent
}
.pricing-area h3:before {
  border-color: #d4880f transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  content: "";
  height: 0;
  left: 4px;
  position: absolute;
  top: 78px;
  width: 0;
  z-index: -999
}
.small-pricing h3:after {
  height: 94px
}
.small-pricing h3:before {
  top: 74px
}
.plan-action {
  height: 40px
}
.pricing-area .plan-action .btn-primary {
  position: relative;
  padding: 5px 20px;
  color: #fff;
  margin-top: 5px
}
.pricing-area .plan-action .btn-primary:before {
  border-color: #e24f43 transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  left: -9px;
  position: absolute;
  width: 0;
  z-index: -1
}
.pricing-area .plan-action .btn-primary:after {
  border-color: #e24f43 transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  position: absolute;
  right: -9px;
  width: 0;
  z-index: -1
}
.pricing-area .price-two .plan-action .btn-primary:after,
.pricing-area .price-two .plan-action .btn-primary:before {
  border-color: #1f8c4d transparent transparent
}
.pricing-area .price-three .plan-action .btn-primary:after,
.pricing-area .price-three .plan-action .btn-primary:before {
  border-color: #d4880f transparent transparent
}
.pricing-area .price-five .plan-action .btn-primary:after,
.pricing-area .price-five .plan-action .btn-primary:before,
.pricing-area .price-four .plan-action .btn-primary:after,
.pricing-area .price-four .plan-action .btn-primary:before,
.pricing-area .price-seven .plan-action .btn-primary:after,
.pricing-area .price-seven .plan-action .btn-primary:before {
  border-color: #424242 transparent transparent;
  right: -9px
}
.pricing-area .price-six .plan-action .btn-primary:after,
.pricing-area .price-six .plan-action .btn-primary:before {
  border-color: #bf4539 transparent transparent;
  right: -9px
}

.navbar-default .navbar-nav>li>a:focus{
  color: #fff;
}
/*!************************
********* Contact Us CSS ******
**************************/
#img_rodape{
  height:120px;
  margin:0px;
  display: flex;
  flex-wrap: wrap;
}

.img_round{
  width: 16.46Vw;
  height:120px;
  max-width: 100%;
}

@media only screen and (min-width: 1900px){
  #img_rodape{
    height: 140px;
  }
  .img_round{
    height: 140px;
  }
  .m-card-center-desk {
    margin-left: 29px !important;
  }

}

@media only screen and (max-width: 1440px){
  #img_rodape{
    height: 100px;
  }
  .img_round{
    height: 100px;
  }
}

@media only screen and (max-width: 1200px){
  #img_rodape{
    height: 85px;
  }
  .img_round{
    height: 85px;
  }
}

@media only screen and (max-width: 992px){
  #img_rodape{
    height: 70px;
  }
  .img_round{
    height: 70px;
  }
  .table_display{
    display: block;
  }
  .table_display_some{
    display: none;
  }
}

@media only screen and (max-width: 880px){
  #img_rodape{
    height: 60px;
  }
  .img_round{
    height: 60px;
  }
  #row_pesquisa{
    padding: 0px;
  }
 
}

@media only screen and (max-width: 776px){
  #img_rodape{
    height: 60px;
    width: 16.66666666%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .img_round{
    height: 60px;
  }
  #row_pesquisa{
    padding: 0px;
  }

  .text-mob-left {
    text-align: left;
    margin-top: 7px;
  }

  .text-mob-right {
    margin-top: 7px;
    text-align: right;
  }

  .text-mob-center {
    text-align: center;
  }
 
}
.ajax_load {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}
.ajax_load_box {
  margin: auto;
  text-align: center;
  color: #ffffff;
  font-weight: var(--weight-bold);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.ajax_load_box_circle {
  border: 16px solid #e3e3e3;
  border-top: 16px solid #5b95dd;
  border-radius: 50%;
  margin: auto;
  width: 60px;
  height: 60px;

  -webkit-animation: spin 1.2s linear infinite;
  -o-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite;
}
.ajax_load_box_title{
  margin-top: 10px;
}
.gmap-area {
  background-image: url(../images/map.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0
}
.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 280px;
  width: 300px
}
.gmap {
  border: 10px solid #f6f5f0;
  border-radius: 50%;
  height: 300px;
  width: 300px;
  box-shadow: 0 0 3px 3px #e7e4dc;
  overflow: hidden;
  position: relative;
  margin: 0 auto
}
.gmap-area .map-content ul {
  list-style: none
}
.gmap-area .map-content address h5 {
  font-weight: 700/*! font-size: 16px; */
}
.gmapb {
  height: 140px
}
.gmapb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
#contact-page {
  padding-top: 0
}
#contact-page .contact-form .form-group label {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 300
}
textarea#message {
  resize: none;
  padding: 10px
}
#contact-page .contact-wrap {
  margin-top: 20px
}
/*!********************
****blog page css*****
**********************/
.widget {
  margin-bottom: 60px;
  padding-left: 0
}
.single_comments {
  margin-bottom: 20px
}
.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px
}
.single_comments p {
  margin-bottom: 0
}
.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px
}
.blog_category {
  list-style: none;
  margin: 0;
  padding: 0
}
.blog_category li {
  float: none;
  margin-bottom: 20px
}
.blog_category li a {
  background: #f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px
}
.blog_category li a:hover {
  background: #c52d2f;
  color: #fff
}
.badge:before {
  border-color: transparent transparent transparent #c52d2f;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999
}
.badge {
  background-color: #c52d2f;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: 400
}
.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0
}
.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5
}
.blog_archieve li:first-child {
  padding-top: 0
}
ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0
}
ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left
}
ul.faq {
  list-style: none;
  margin: 0
}
ul.faq li {
  margin-top: 30px
}
ul.faq li:first-child {
  margin-top: 0
}
ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px
}
ul.faq li > div {
  margin-left: 70px
}
ul.faq li > div h3 {
  margin-top: 0
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden
}
.embed-container embed,
.embed-container iframe,
.embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 50px
}
.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px
}
.blog .blog-item .blog-content {
  padding-bottom: 25px
}
.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 30px
}
.readmore {
  margin-top: 0
}
.blog .blog-item .blog-content h3 {
  color: #858586;
  margin-bottom: 40px/*! font-weight: 300 */
}
.blog .blog-item .blog-content h4 {
  font-size: 14px
}
.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden
}
.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left
}
#publish_date {
  background: #c52d2f;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center
}
.blog .blog-item .entry-meta > span {
  color: #ccc
}
.blog .blog-item .entry-meta > span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888
}
ul.pagination > li > a {
  border: 1px solid #f1f1f1;
  margin-right: 5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px
}
ul.pagination > li > a i {
  margin-left: 5px;
  margin-right: 5px
}
.search_box {
  background-image: url(../images/search_icon.png);
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #dedede;
  height: 48px;
  outline: medium none;
  box-shadow: none
}
.form-control:focus {
  box-shadow: none;
  outline: 0 none
}
ul.sidebar-gallery,
ul.tag-cloud {
  list-style: none;
  padding: 0;
  margin: 0
}
.tag-cloud li {
  display: inline-block;
  margin-bottom: 3px
}
.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px
}
.tag-cloud li a:hover {
  background: #c52d2f;
  color: #fff
}
.sidebar-gallery li {
  display: inline-block;
  margin: 0 10px 10px 0
}
.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block
}
/*!*********************
**blog single page css*
**********************/
.reply_section {
  background: #f5f5f5;
  border-radius: 5px
}
.post_reply {
  margin-left: 10px;
  margin-top: 45px
}
.post_reply img {
  width: 85px;
  height: 85px;
  border: 5px solid #d5d8dd
}
.post_reply ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-top: 5px
}
.post_reply ul li {
  float: left
}
.post_reply ul li a {
  display: block
}
.post_reply ul li a i {
  border: 1px solid #ddd;
  border-radius: 39px;
  color: #fff;
  font-size: 20px;
  height: 30px;
  margin-right: 3px;
  padding-top: 7px;
  text-align: center;
  width: 30px
}
.post_reply ul li a i.fa-facebook {
  background: #0182c4
}
.post_reply ul li a i.fa-twitter {
  background: none repeat scroll 0 0 #3fc1fe
}
.post_reply ul li a i.fa-google-plus {
  background: none repeat scroll 0 0 #d34836
}
.post_reply ul li a i:hover {
  opacity: .5
}
.post_reply_content {
  margin: 30px
}
.post_reply_content h1 a:hover {
  color: #ffc800
}
.post_reply_content h4 {
  margin-bottom: 50px
}
.reply_section .media-body {
  display: inherit
}
.comment_section .media-body {
  display: inherit
}
#comments_title {
  color: #4e4e4e;
  font-weight: 700px;
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 40px
}
.comment_section {
  margin-top: 30px;
  position: relative
}
.post_comments img {
  width: 85px;
  height: 85px;
  margin-top: 35px
}
.post_reply_comments {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 30px
}
.post_reply_comments:before {
  border-color: transparent #f0f0f0 transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: " ";
  height: 0;
  left: 75px;
  position: absolute;
  top: 20px
}
.post_reply_comments h3,
.post_reply_content h3 {
  margin-top: 0
}
.post_reply_comments h1 a:hover {
  color: #c52d2f
}
.post_reply_comments h4 {
  color: #c4c4c5;
  font-weight: 400
}
.post_reply_comments p {
  padding-bottom: 30px
}
.post_reply_comments a {
  bottom: 15px;
  position: absolute;
  right: 30px;
  background: #c52d2f;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px
}
.post_reply_comments a:before {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 16px;
  bottom: -11px;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  z-index: 99999
}
.message_heading {
  margin-bottom: 50px;
  margin-top: 60px
}
/*!*****************
 404 page css
 ******************/
#error .btn-success:hover,
.btn-success.active,
.btn-success:active,
.btn-success:focus,
.open .dropdown-toggle.btn-success:hover {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #4e4e4e
}
#error h1 {
  color: #4e4e4e;
  text-transform: uppercase
}
/*!*****************
shortcodes page css
******************/
.shortcode-item {
  padding-bottom: 0
}
.shortcode-item h2 {
  color: #4e4e4e;
  font-size: 24px;
  margin-bottom: 22px;
  margin-top: 0;
  font-weight: 600
}
/*!**********************
********* Footer ******
************************/
#face .caixa {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px
}
#bottom {
  margin-top: 20px;
  padding-bottom: 40px
}
#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0
}
#bottom ul li {
  display: block;
  padding: 5px 0
}
#bottom .col-md-6 {
  padding-left: 0;
  padding-right: 0
}
#bottom strong p {
  margin-bottom: 0
}
#bottom .widget {
  margin-bottom: 0
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0
}
#footer ul > li {
  display: inline-block;
  margin-left: 15px
}
.pagination {
  margin: 0
}
#fb-root {
  display: none
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100%!important
}
#tablesemborda > tbody > tr > td,
#tablesemborda > tbody > tr > th,
#tablesemborda > tfoot > tr > td,
#tablesemborda > tfoot > tr > th,
#tablesemborda > thead > tr > td,
#tablesemborda > thead > tr > th {
  padding-bottom: 0;
  padding-top: 0
}
.btn {
  text-transform: none
}
.carousel .carousel-caption {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 1px
}
.carousel .carousel-caption .carousel-caption-header {
  margin-top: 0;
  font-size: 16px
}
.carousel-caption h3 {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: normal
}
.carousel-caption h3 a {
  color: #fff;
  text-shadow: none
}
.carousel-control.right1 {
  left: auto;
  right: 0
}
.nav .nav-tabs .active:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000
}
.chapeu {
  margin-top: -15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  padding: 3px 8px;
  display: table;
  font-weight: 900;
  position: relative
}
.color-switcher {
  position: fixed;
  width: 200px;
  padding: 10px;
  z-index: 999;
  top: 65%;
  left: -200px;
  margin-top: -152px;
  background-color: #005b32;
  -webkit-border-radius: 0 0 5px;
  -moz-border-radius: 0 0 5px;
  border-radius: 0 0 5px;
  -webkit-transition: left .3s ease-out;
  -moz-transition: left .3s ease-out;
  transition: left .3s ease-out
}
.color-switcher.open {
  left: 0
}
.color-switcher .toggle {
  position: absolute;
  width: 60px;
  padding: 7px 0 4px;
  color: #fdc92e;
  font-size: 1.7em;
  text-align: center;
  top: 0;
  right: -60px;
  background-color: #005b32;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease
}
.color-switcher .toggle:hover {
  background-color: #005b32
}
.color-switcher a {
  color: #fff
}
.color-switcher a:hover {
  color: #fff
}
#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 5
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent
}
#scroll:hover {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"
}
.form-label {
	display: block;
	margin-bottom: 0.175rem;
	font-weight: 500;
	font-size: 1.1em;
}

#section-fina {
  padding-top: 5Vh;
  margin:0Vw 25Vw 0Vw 25Vw;
}

.material-icons.md-18 {
  font-size: 18px
}
.material-icons.md-24 {
  font-size: 24px
}
.material-icons.md-36 {
  font-size: 36px
}
.material-icons.md-48 {
  font-size: 48px
}
.contain {
  flex-basis: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap
}
.card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  flex-basis: 33.33333333%;
}
.card2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  flex-basis: 66.9%
}
.cardGG{
  
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    border-radius: 4px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e0e5f3;
    border-radius: 5px;
    box-shadow: 0 0 40px 0 rgba(234, 238, 249, .5);

}

.card3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  flex-basis: 25%
}

.card4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
}
.card div {
  flex-grow: 1
}
.colun-1 {
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 15px
}
.colun-2 {
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px
}
.colun-3 {
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 0
}
.colun-4 {
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 0;
  max-width: 390px
}
.sticky-container {
  /*!background-color: #333;*/padding: 0;
  margin: 0;
  position: fixed;
  left: -155px;
  top: 70px;
  width: 200px;
  z-index: 9999;
}
.sticky-container2 {
  margin: 0;
  position: fixed;
  right: 0;
  top: 33%;
  z-index: 9999;
}
.sticky li {
  list-style-type: none;
  height: 43px;
  padding: 0;
  margin: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  cursor: pointer;
  text-align: right
}
.sticky2 li {
  list-style-type: none;
  height: 43px;
  padding: 0;
  margin: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  cursor: pointer;
  text-align: right
}
.sticky li:hover {
  margin-right: -115px
}
.sticky li img {
  float: right;
  margin: 5px 5px;
  margin-left: 10px
}
.sticky li p {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  line-height: 43px
}
.group-btn-export-item {
  text-align: right
}
#search-box {
  background-color: #fff;
  padding: 8px;
  border-radius: 5px;
  margin-top: 5px
}
.box-pesq {
  text-align: right;
  clear: both;
  margin-top: 30px
}
.caixa_objetos {
  width: 37%;
  height: 120px;
  margin-left: auto;
  margin-right: auto
}
.caixa_objetos .circulo {
  position: absolute;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  line-height: 80px;
  background-color: #fff;
  z-index: 2
}
.caixa_objetos .c2 {
  margin-left: 15%
}
.caixa_objetos .c3 {
  margin-left: 29%
}
.caixa_objetos .linha {
  position: relative;
  top: 42px;
  z-index: 1
}
#InformaRtf span {
  font-size: 10px!important
}
.titulo {
  padding: .75rem 1.25rem;
  /* border-bottom: 1px solid #eee; */
  padding: 10px 15px;
  border: 0;
  border-radius: .1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  /* margin-bottom: 15px; */
  font-size: 16px
}
/* .titulo:after {
  width: 100%;
  left: 0;
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #e3e3e3
} */
.titulo2 {
  padding: 15px 15px;
  width: 100%;
  margin-bottom: 0px;
  font-size: 16px;
  padding-bottom: 5px;
}

.titulo1 {
  line-height: 1.2;
  margin-bottom: 5px;
}
.espaco {
  padding-left: 24px;
  padding-right: 24px
}
#licitacaoBorda {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border: 2px solid #eee
}
.slick-slide {
  margin: 0 20px
}
.slick-slide img {
  width: 100%
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: 0
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
#IconServicos {
  width: 20%
}
#TituloServicos {
  width: 79%;
  display: inline-block
}
.avisoLicitacao {
  margin-top: 15px;
  display: flex
}
.radio-image {
  width: 100%;
  text-align: center
}
.radio-image i {
  margin-left: 5px;
  font-size: 50px;
  cursor: pointer
}
#FormSatisfacao {
  padding: 20px;
  margin-top: 20px;
  border-top: #ddd solid 1px
}
.bs-col8 {
  width: 12%;
}

.bs-col6 {
  width: 16.6%
}

.bs-col6-20perc { 
  width: 15.6%
}

.bs-col4 {
  width: 25%
}

.bs-col4-20perc {
  width: 24%
}

.bs-col3 {
  width: 33.33333333%;
}
.bs-col2 {
  width: 50%
}

.bs-col2-20perc {
  width: 49%;
}

.bs-transparencia-list {
  display: flex; 
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
  /* padding-bottom: 20px; */
  clear: both;
  perspective: 1000;
  width: 100%;
}

.bs-transparencia-list-front {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.bs-transparencia-list2 {
  padding-left: 0;
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  clear: both;
  perspective: 1000
}

.bs-transparencia-list li span {
 /* width: 100%; */
  font-size: 1.8rem;
  clear: both;
  line-height: 1.6;
  margin-top: -14px;
}
.bs-transparencia-list li a {
  transition: .6s;
  transform-style: preserve-3d;
  position: relative
}
.bs-transparencia-list li {
  perspective: 1000
}


.bs-transparencia-list2 li {
  perspective: 1000
}

.bh-col5 {
  height: 15%;
}

.back,
.bs-transparencia-list li a,
.front {
  width: 100%;
  height: 100%;

}

.back,
.bs-transparencia-list2 li a,
.front {
  width: 100%;
  height: 100%;
}

.back,
.front {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0
}
.front {
  z-index: 2
}
.back {
  transform: rotateY(180deg);
  font-size: 12px;
  padding-top: 10px
}
.back span {
  font-size: 20px!important
}
.btn-cards {
  float: left; display: flex; 
  flex-direction: column;
}
.btn-cards-a {
  display: flex; width: 100%; margin-top: 10px; margin-bottom: 10px; padding:10px;
  flex:1;
}
.btn-cards-a-item{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.btn-cards-a-item-i{
  font-size: xx-large;
  padding:10px;
  border-radius: 10%; 
  color: white;
  background-color: rgba(10,23,55,0.5);
  width:50px;
  height: 50px;
  text-align:center;
}
ul.nav li.dropdown:hover ul.dropdown-menu
{ 
    display: block; 
}

.title_selos_mobile {
    display: none;
}

.title_selos_desktop {
    display: inline;
}

.display-block {
  display: block;
}

@media (max-width: 580px) {
  .pd-card-center-service {
    padding-left: 5px;
  }
  .img-responsive-bloqueio {
      width: 80%;
  }
  #row_pesquisa{
    padding: 0px;
  }

  .col-mob-12 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .title_selos_mobile {
    display: inline;
  }

  .title_selos_desktop {
    display: none;
  }

}
.timeline {    
  padding-top: 30px;
}

/* Outer Layer with the timeline border */
.outer {
  border-left: 2px solid #333;
}

/* Card container */
.cardContainer {
  position: relative;
  margin: 0 0 20px 20px;
  padding: 5px;  
  color: gray;
  border-radius: 8px;
  max-width: 400px;
}

/* Information about the timeline */
.info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Title of the card */
.title {  
  margin:0;
  position: relative;
}

.pl-1 {
  padding-left: 15px;
}

@media (min-width: 580px) {
  .display-sm-flex {
    display: flex; 
    align-items: center;
  }

  .pl-sm-0 {
    padding-left: 0;
  }

}

@media (max-width: 1199px) {

  .ultimosvideotv iframe { 
      top: 0 !important;
      left: 0 !important;
      width: 95% !important;
  }

  .long-tabs {
    padding: .5em 2em !important;
  }

  .pl-15-max-1199 {
    padding-left: 15px !important;
  }

  .calendar_field {
    display: block;
  }

  .calendar_field2 {
    display: none;
  }
  .title_card_con-2 {
    display: block !important;
  }
  .list-group-item-heading {
    margin-top: 0px !important;
  }

}

@media (min-width: 1200px) and (max-width: 1600px) {
  .cardSec {
    padding: 1Vw !important; 
    margin-bottom: 1Vw !important;
  }
}

@media(max-width: 428px){
  .floatLeft{
    margin-top: 10px !important;
    float: left !important;    
  }   
  .calendarioIcon{
    width: 100%;
    display: hidden;
    margin-top: 2px;
  }

  .cardSec {
    margin-bottom: 9Vw !important;
  }

  .estilo-carrosel {
    display: none;
  }
  #row_pesquisa {
    padding: 0px;
  }

  .bs-col2-20perc {
    width: 94.1%
  }

  .bs-col3-20perc {
    width: 99.5%
  }

  .bs-col4-20perc {
    width: 94.1%
  }

  .bs-col6-20perc {
    width: 47.05%
  }

}

.videotv {
    position: relative !important;
    height: 320px !important;
  }

  .videotv iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 95% !important;
    height: 95% !important;
    min-width: 95% !important;
  }

  .escurecer {
    width: 100%; 
    height: 100%; 
    position: absolute; 
    background: -webkit-linear-gradient(top, rgba(153,153,153,0) 47%,rgba(5,2,2,0.50) 74%); 
    background: linear-gradient(to bottom, rgba(153,153,153,0) 47%,rgba(5,2,2,0.50) 74%);
  }

  .img_noticia_sombra_b {
    position: relative; 
    padding: 1.1em 2.6em; 
    height: 250px; 
    bottom: 250px; 
    color: #fff; 
    background: linear-gradient(to bottom, rgba(153,153,153,0) 1%,rgba(5,2,2,0.76) 34%);

    display: block;
    /* flex-wrap: wrap;
    align-items: center; */
    align-content: center;
  }

  #img_carousel {
    width: 625px;
    position: absolute; 
    z-index: -1;  
  }

  .img_carousel {
    width: 625px;
    position: absolute; 
    z-index: -1;  
  }

  @media (min-width: 425px) and (max-width: 727px) {
    .cardSec {
      margin-bottom: 10Vw !important;
    }
    #row_pesquisa {
      padding: 0px !important;
    }
    #form_diminui {
      margin: 0;
    }
  }

  @media (min-width: 728px) and (max-width: 767px) {
    .cardSec {
      margin-bottom: 4Vw !important;
    }
    #row_pesquisa{
      padding: 0px;
    }
    
  }

  .container-border-radius {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
   /* background-color: #FFF; */ 
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    /* font-weight: 700; */
  }

  .cartoesagora{
    width: 99%;
    margin: 0 auto;
  }

  .row-new-cards {
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }

  .container-de-bordas-camaraagora{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
    background-color: #FFF; 
   /* padding-left: 15px;
  	padding-right: 15px; */
    padding-top: 15px;
    padding-bottom: 0px;
    font-weight: 700;
  }

  #img_reduce{
    width: 10Vw;
  }

  .icon-service1 {
    display: inline-flex;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
  .icon-service1 i {
    color: #fff;
    font-size: 26px;
  }

  @media(min-width: 429px){ 
      .responsivo-camaraagora{
        display: none;
      }
      .estilo-carrosel {
        display: block;
      }
      #section-fina {
        margin:0Vw 25Vw 0Vw 25Vw;
      }
      #row_pesquisa{
        padding: 0px;
      }

      .bs-col6-20perc {
        width: 47%
      }
      
  }

  @media(max-width: 429px){ 
    
    #section-fina {
      margin:0Vw 5Vw 0Vw 5Vw;
    }
    #img_reduce{
      width: 30Vw;
    }
    #row_pesquisa{
      padding: 0px;
    }
    
}
.circle-image2 {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 58px;
  height: 58px;
}

.img-selo {
  width: 120px;
}

  @media (max-width:576px){
    .icon-service1 {
      width: 45px;
      height: 45px;
    }
    .icon-service1 i {
      font-size: 15px;
    }
    #row_pesquisa{
      padding: 0px;
    }

    .img-selo {
      width: 80px;
    }
  }

.card-services {
  margin-top: .5em; 
  margin-bottom: .5em; 
  font-size: 14px; 
  padding-right: 5px; 
  padding-left: 5px;
}

.type_screen_mobile {
  display: none;
}

.type_screen_desktop {
    display: block;
}

.break-responsive {
  display: none;
}

.break-responsive-header {
  display: inline;
}


  @media (max-width: 767px) {
    .centralizar-cabecalho {
      text-align: center;
    }

    .circle-image-center {
      margin-left: 0px !important;
    }

    .titlepre {
      margin-top: 5px !important;
    }

    .row-flex {
      display: flex;
    }
    #img_reduce{
      width: 30Vw;
    }
    .circle-image2{
      width: 70px;
      height: 70px;
    }

    .bs-transparencia-list li span {
      font-size: 28px;
    }

    .card-services {
      text-align: center;
      align-content: center;
    }

    .text-bottom-services {
      font-size: 12px !important;
      line-height: 1.3em;
    }

    .type_screen_mobile {
      display: block;
    }

    .type_screen_desktop {
      display: none;
    }

    .LinkInforma3 { 
      font-size: 18px !important;
    }
  
    .tag_news {
      font-size: 12px !important;
    }

    .break-responsive {
      display: block;
    }
  
    .break-responsive-header {
      display: none;
    }

    .align-sm-content-end {
      align-content: end;
    }

    #main-slider .prev, #main-slider .next {
      top: 60% !important;
    }

    #main-slider .prev {
      left: 0 !important;
    }

    #main-slider .next {
      right: 0 !important;
    }

    .topo-option-1 {
      display: none;
    }

  }

  @media (max-width: 768px) {
    .icon-service1 {
      width: 25px;
      height: 25px;      
    }
    
    .responsivo-camaraagora {
      margin: 0px !important;
    }

    #img_reduce{
      width: 30Vw;
    }
    .circle-image2{
      width: 80px;
      height: 80px;
    }

    .nav-tabs>li.active>.long-tabs { 
      margin-bottom: 3px;
    }
  }

  @media (max-height: 1024px) {
    .circle-image2{
      width: 80px;
      height: 80px;
    }
  }

  @media (max-height: 835px) {
    .cardSec {
      margin-bottom: 8Vh !important;
    }
  }

  .circle-image {
    display: inline-block;
    border-radius: 50%; 
    overflow: hidden;
    width: 60px;
    height: 60px;
  }

  #i-redeP i {
      display: inline-block;
      list-style: none;
      font-size: 14px;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      line-height: 27px;
      margin: 1px auto;
      text-align: center;
  }

  .estilobio { background-color: #16a085; color: #fff; border: 1.3px solid #16a085;}
  .estiloagenda { background-color: #f39c12; color: #fff; border: 1.3px solid #f39c12;}

  .estiloface { background-color: #1873EB; color: #fff; border: 1.3px solid #1873EB;}
  .estiloinsta { background-color: #B22BA5; color: #fff; border: 1.3px solid #B22BA5;}
  .estiloyoutube { background-color: #F20000; color: #fff; border: 1.3px solid #F20000;}
  .estilotwitter { background-color: #00A7E6; color: #fff; border: 1px solid #00A7E6;}

  .estilobio:hover { opacity: .7; border: 1.3px solid #16a085; transition: .3s ease;}
  .estiloagenda:hover { opacity: .7; border: 1.3px solid #f39c12; transition: .3s ease;}
  .estiloface:hover { opacity: .7; border: 1.3px solid #1873EB; transition: .3s ease;}
  .estiloinsta:hover { opacity: .7; border: 1.3px solid #B22BA5; transition: .3s ease;}
  .estiloyoutube:hover { opacity: .7; border: 1.3px solid #F20000; transition: .3s ease;}
  .estilotwitter:hover { opacity: .7; border: 1.3px solid #00A7E6; transition: .3s ease;}

  .btnface { background-color: #1771E6; color: #fff !important; border-radius: 0 !important }
  .btninsta { background-color: #AF1783; color: #fff !important; border-radius: 0 !important }
  .btnyoutube { background-color: #C92226; color: #fff !important; border-radius: 0 !important }
  .btntwitter { background-color: #019BE9; color: #fff !important; border-radius: 0 !important }

  .btnface:hover {background-color: #1771E6 !important;} 
  .btninsta:hover {background-color: #AF1783 !important;} 
  .btnyoutube:hover{background-color: #C92226 !important;} 
  .btntwitter:hover {background-color: #019BE9 !important;}

  .btnface:hover, .btninsta:hover, .btnyoutube:hover, .btntwitter:hover {
    opacity: 0.7 !important;
  }


.img-reduce {
  width: 100%;
  height: 196px;
  object-fit: cover;
  object-position: 20% 35%;
}
.tituloTransTO {
  padding: .75rem 1.25rem;
  border-bottom: 1px solid #eee;
  padding: 15px 15px;
  border: 0;
  border-radius: .1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 20px
}
.tituloTransTOLinha {
  left: 0;
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #e3e3e3
}

.LinhaTransTO {
  padding-bottom: 1px;
  width: 100%; 
  clear: both;
  
}

#transpTceToBotao {
  height: 70px; 
  white-space: normal !important; 
  padding-top: 22px; 
  padding-bottom: 25px;
  border-radius: 10px; 
  width: 100%; 
  text-align: left;
}

#transpTceToCol3 {
  margin-bottom: 10px; 
  padding-left: 5px; 
  padding-right: 5px; 
  position: relative;
}

#transpTceToCol2 {
  padding-right: 0px;
}

#transpTceToCol10{
  font-size: 14px; 
  padding-left: 5px; 
}

.sanfona {
  background-color: #f7f7fb !important;
  border: 1px solid rgba(202, 206, 216, 0.5);
  border-radius: 9px;
  padding: 0px !important;
}

.sanfona-heading {
  border-bottom: .5px solid rgba(202, 206, 216, 0.5) !important;
}

.info-medicos {
  display: flex;
  justify-content: space-around; 
}

.btn-info-medicos {
  margin-top: 7px;
}

@media (min-width: 1200px) {
  .long-tabs {
    padding: .5em 3em !important;
  }

  .calendar_field {
    display: none;
  }

  .calendar_field2 {
    display: block;
  }
  
}


@media (min-width: 1199px) {

  .bs-col8 {
    width: 12%;
  }
  
  .bs-col6 {
    width: 16.6% !important;
  }
  
  .bs-col6-20perc {
    width: 15.75% !important;
  }
  
  .bs-col4 {
    width: 25%
  }
  
  .bs-col4-20perc {
    width: 23.8% !important
  }

  .bs-col3-20perc {
    width: 32.3% !important;
  }
  
  .bs-col3 {
    width: 33.33333333%;
  }
  .bs-col2 {
    width: 50%
  }
  
  .bs-col2-20perc {
    width: 49%;
  }

  .m-card-center-desk {
    margin-left: 18px;
  }
}

@media (min-width: 430px) {
  .bs-col3-20perc {
    width: 98% !important;
  }

  

}
@media (min-width: 992px) {
  .btn-info-medicos {
    float: right;
  }

  .bs-col2-20perc {
    width: 48%
  }

  .bs-col3-20perc {
    width: 31% !important; 
  }

  .bs-col4-20perc {
    width: 48%
  }

  .bs-col6-20perc {
    width: 48%
  }

  .d-flex-note {
    display: flex;
  }

  .pd-desk-0 {
    padding: 0 !important;
  } 

  .col-img-lgpd{
    width: 12%;
  }
  
}

@media (min-width: 768px) {
  .bs-col2-20perc {
    width: 48.2%
  }

  .bs-col3-20perc {
    width: 31.5%; 
  }

  .bs-col4-20perc {
    width: 48%
  }

  .bs-col6-20perc {
    width: 48%
  }

  .img__vazado {
    margin-right: 20px;
  }
}


/* início padroes */

.title-topics {
  text-align: center; 
  font-size: 25px;
}

.bg-green-default {
    background-color: #2ecc71 !important;
}

.bg-red-default {
  background-color: #e74c3c !important;
}

.border-green-default {
  border: 1px solid #2ecc71 !important;
}

.border-red-default {
  border: 1px solid #e74c3c !important;
}

.color-green-default {
  color: #2ecc71 !important;
}

.color-red-default {
  color: #e74c3c !important;
}

.text-35-char {
  max-width: 35ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-50-char {
  max-width: 50ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.type-link1 {
  font-size: 16px; 
  font-weight: bold; 
  border-bottom: 2px solid;
}

.img-lgpd {
  width: 100%;
  border-radius: 7px;
}

.border-radius-default {
  border-radius: 7px !important;
}

.lh-11 {
  line-height: 1.1em;
}

.lh-13 {
  line-height: 1.3em;
}

.lh-16 {
  line-height: 1.6em;
}

@media (max-width: 991px) {
  .text-center-mob {
    text-align: center !important;
  }

  .text-left-mob {
    text-align: left !important;
  }

  .no-limit-text {
    max-width: 100ch;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  .pd-mob-0 {
    padding: 0 !important;
  } 

  .flex-mob-center {
    display: flex !important;
    justify-content: center !important;
  }
}

@media (min-width: 992px) and (max-width: 1650px) {
  .text-25-char {
    max-width: 25ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (min-width: 429px) and (max-width: 727px) {
  .bs-col2-20perc {
    width: 98%;
  }
  
  .bs-col4-20perc {
    width: 98.2%;
  }
}



@media (max-width: 480px) {
  .btn-text-mobile {
      max-width: 45ch;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
  
}

/* fim padroes */

.arrow-info-left {
    left: -6% !important;
    filter: drop-shadow(0 5px 5px rgba(0,0,0,0.6));
    height: 20%;
    top: 41%
}

.arrow-info-right {
    right: -4% !important;
    filter: drop-shadow(0 5px 5px rgba(0,0,0,0.6));
    height: 20%;
    top: 41%
}

.num_slides {
  top: 6.7cm;
}

.info-index-button-B {
  line-height: 1.1em;
  top: 6.73cm;
  position: absolute;
  left: 89%;
}



/* ========== CARDS LICITAÇÃO INDEX - INÍCIO =============== */
:root {
  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --first-color: hsl(38, 92%, 58%);
  --first-color-light: hsl(38, 100%, 78%);
  --first-color-alt: hsl(32, 75%, 50%);
  --second-color: hsl(195, 75%, 52%);
  --dark-color: hsl(212, 40%, 12%);
  --white-color: hsl(0, 0%, 100%);
  --body-color: hsl(212, 42%, 15%);
  --container-color: hsl(212, 42%, 20%);

}

.section__cards {
  margin-block: 2em;
}

.card__container {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.card__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.card__title>.title-topics, .card__title>.type-link1{
  color: #fff;
}

.card__content {
  /* margin-inline: 1.75rem; */
  border-radius: 7px;
  overflow: hidden;
}

.card__article {
  /*width: 370px !important; -> Remove after adding swiper js */
  border-radius: 7px;
  overflow: hidden;
}

.card__image {
  position: relative;
  background-color: var(--first-color-light);
  padding-top: 1.5rem;
  margin-bottom: -.75rem;
}

.card__data {
  background-color: var(--white-color);
  padding: 1.5rem 2rem;
  border-radius: 7px !important;
  /* text-align: center; */
  position: relative;
  z-index: 10;
}

.card__data>a{
  color: #000;
}

.card__data>a:hover{
  color: #000;
  opacity: 1;
}

.card__img {
  width: 180px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.card__shadow {
  width: 200px;
  height: 200px;
  background-color: var(--first-color-alt);
  border-radius: 7px;
  position: absolute;
  top: 3.75rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  filter: blur(45px);
}

.card__name {
  color: var(--dark-color);
  margin-bottom: .75rem;
  line-height: 1.1em;
}

.card__conteudo {
  background-color: #f2f4f4;
  border-radius: 7px;
  flex: 1;
  padding: 10px;
  margin-block: 1.5rem;
}

.card__description {
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 0;
}

.card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;  
}

.card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;  
}

.card__links {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap-reverse;
}

.link-white {
  color: #fff !important;
}

/* Swiper class */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
}

.swiper-button-prev,
.swiper-button-next {
  width: initial;
  height: initial;
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  display: none;
  top: 9.6em;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-pagination-bullet {
  background-color: var(--white-color);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-pagination {
  width: 60px !important;
  bottom: 20px !important;
}

#culturaBanner {
  height: 190px;
  border: 1px solid #dddddd;
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}

#footer .titulo-info-footer {
  font-size: 18px;
}

/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 320px) {
  .card__data {
    padding: 1rem;
  }
}

/* For medium devices */
@media screen and (min-width: 768px) {
  .card__container {
    max-width: 1330px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }

  .navbar-collapse.collapse {
    display: flex !important;
    /* justify-content: center !important; */
    padding-right: 0.1px !important;
  }

  .width-desktop {
    width: 14.5% !important;
  }
}

@media screen and (min-width: 780px) { 

  .text-desk-left {
    text-align: left;
  }

  .text-desk-right {
    text-align: right;
  }

  .text-desk-center {
    text-align: center;
  }

  .d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* For large devices */
@media screen and (min-width: 1120px) {
  .card__container {
    max-width: 1350px;
  }

  .swiper-button-prev {
    left: 16em;
  }
  .swiper-button-next {
    right: 15.7em;
  }
}

/* ========== CARDS LICITAÇÃO INDEX - FIM =============== */

.wh-service {
  width: 5rem;
  height: 5rem;
}

.label-form {
  margin-bottom: 0;
}

.progresso-vigencia {
    display: flex; 
    justify-content: center; 
    border-radius: 10px;
    margin-block: 5px;
    width: 70%;
    background-color: #E3E4E6;
    z-index: revert-layer;
}

.progresso-vigencia, .progress-bar {
    height: 25px;
}

.progresso-vigencia .progresso_vigencia_verde {
  background-color: #8DD2AA;
}

.social-links-top {
  display: flex;
  gap: 2em;
  padding-inline: 1em;
  align-items: center;
  line-height: 1.3em;
}

.social-links-top a i {
  font-size: large;
}

@media screen and (min-width: 728px) {
  .display-card-align-center {
    display: flex; 
    align-items: center
  }
}