#carrinho{
	float: left;
	position: relative;
	top: 32px;
}
#carrinho span{
	color:#ffffff;
	font-size: 14px;
	background: #d43f3a;
	padding:5px;
	position: relative;
	top: -20px;
	left: -8px;

	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}
#carrinho a{
	text-decoration: none;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

@media(max-width:480px){
    .responsive-map{
        max-width:340px!important;
        min-width:340px!important;
    }
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* OUR TEAM */
.transition {
  transition: .3s cubic-bezier(.3, 0, 0, 1.3);
}
/* --------- ONE --------- */ 
.one {
  list-style: none;
  padding: 0;
  margin: 40px 0;
}
.one > li {
  background: #FFFFFF;
  border: 1px solid rgba(150,150,150,0.29);
  -moz-box-shadow: 0px 0px 18px 0px rgba(103,85,85,0.39);
  box-shadow: 0px 0px 18px 0px rgba(103,85,85,0.39);
  width: 280px;
  height: 430px;
  display: inline-block;
  margin: 0 40px 40px;
  text-align: center;
}
.one > li img {
  margin-top: 50px;
}
.one > li:hover img {
  margin-top: 20px;
}
.one > li:hover {
  -moz-box-shadow: 0px 0px 5px 0px rgba(103,85,85,0.25);
  box-shadow: 0px 0px 5px 0px rgba(103,85,85,0.25);
}
.one > li:hover span {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  bottom: -400px;
}
.one > li:hover h3 {
  color: rgba(255,255,255,1);
  margin-top: 25px;
}
.one > li .wrapper {
  overflow: hidden;
  position: absolute;
  width: 280px;
  height: 430px;
}
.one > li span {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 500px;
  width: 500px;
/*  background: #D75E3D;*/
background: #00557a;
  display: block;
  position: absolute;
  bottom: -300px;
  left: -110px;
}
.one > li span img {
  margin-top: 10px;
  width: 50px;
}
.one > li span:hover {
  /*background: #D75E3D;*/
  background: #00557a;
}
.one > li h3 {
  margin-top: 40px;
  color: rgba(255,255,255,1);
}
.one > li h3 em, .one > li h3 em p {
  display: block;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  margin-top: 16px;
}
.one > li h3 em p {
    line-height: 2px;
}
.one .social {
  list-style: none;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 10px;
  margin-top: -10px;
  padding-left: 0px;
}
.one .social li {
  opacity: 0;
  display: inline-block;
  padding: 5px;
}
.one > li:hover .social li {
  opacity: 0.5;
}
.one .social li a {
  cursor: pointer;
  display: block;
}
.one .social li a:hover {
  opacity: 0.5;
}
.one .social li img {
  width: 24px;
}

/* OUR TEAM */

.btn_vc_empresa{
    width: 300px;
    height: 150px;
}
@media (max-width: 767px) {
  .btn_vc_empresa {
    width: 290px !important;
    height: 100px;
    font-size: 9px !important;
    white-space: normal !important;
    padding: 0px 0px !important;
  }
}

/* jQuery Alerts */
#popup_container {
    font-family: Arial, sans-serif;
    font-size: 12px;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    background: #FFFFFF;
    border: solid 8px #CCCCCC;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}

#popup_title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.75em;
    color: #FFFFFF;
    background: #4A708B;
    border: solid 1px #FFF;
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0em;
    padding-left: 5px;
    margin: 0em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#popup_content {
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.modal, #popup_content.image {
	background-image: none;
    padding: 0em 1.75em 1em;
}

#popup_message {
	padding-left: 48px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}

#popup_message.modal, #popup_message.image {
	padding-left: 0;
    color: #000000;
    text-align: justify;
    font-weight: normal;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
/* /jQuery Alerts */

.modal-header {
  min-height: 6.428571429px;
  padding: 3px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: 0px;
}
.texto_azul{
    color: #666;
}
@media(max-width:480px){
    .img-modal{
        height: 380px;
    }
    .img-esocial{
        width: 80px;
    }
}
.img-modal{
     max-height: 450px;
}
.detalhe_card{
    padding-top: 19px;
}
.star-rating li {
    padding: 0;
}
.star-rating i {
	font-size: 18px;
	color: #ffc000;
}

.titulo_secao{
    font-size: 24px;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 0;
    word-wrap: break-word;
    text-decoration: none!important;
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}
.carousel-item{
    width:100%;
    /*min-height:250px;*/
}
/*
@media(max-width:480px){
    .carousel-inner{
        max-height:450px;
    }
}
@media(max-width:992px){
    .carousel-item{
        height:730px;
        max-height:730px;
        min-height:auto;
    }
}*/
.carousel-item:before{
    position:absolute;top:0;left:0;z-index:0;width:100%;opacity:.5;height:63rem;content:'';
    background-image:linear-gradient(-154deg,#00557a 0,#ffc800 100%);
}

.a_vista{
    width: 15%;
}
#img_cielo{
    height:130px;
}
@media (max-width: 767px) {
    .table-responsive {
    display: block;
    position: relative;
    width: 100%;
  }
  .col_100{
      width: 100%;
  }
  #img_cielo{
    height:70px;
}
.a_vista, col_esq{
    width: 52%;
}
  .table-responsive thead,
  .table-responsive tbody,
  /*.table-responsive th,
  .table-responsive td,*/
  .table-responsive tr {
    display: block;
  }
}



.linha{
    display: table-cell;
    padding: 3px 10px;
}
.rTableCell, .rTableHead {
    display: table-cell;
    padding: 3px 10px;
    border: 1px solid #999999;
}
.rTableCell2{
    display: table-cell;
    padding: 3px 10px;
    border: 1px solid #999999;
}
.negrito{
    font-weight: bold;
}
.dropdown-item{
    cursor: pointer;
}
.arredondado{
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius:50%;
    border-radius: 50%;
}

iframe > .snapwidget-widget{
    max-height: 180px !important;
}

.botao_carrinho_esquerdo{
    text-align: left;
    float:left;
}

.botao_carrinho_direito{
    text-align: right !important;
    float:right;
}
.img_formas_pagamento{
    width: 30.2em;
}
@media (max-width: 480px), (max-device-width: 480px) {
    .slider_img{
        padding-top: 90px !important;
    }
}
@media (max-width: 768px), (max-device-width: 768px) {
    .botao_carrinho_esquerdo{
        text-align: center;
    }

    .botao_carrinho_direito{
        text-align: center !important;
    }
    .slider_img{
        padding-top: 120px;
    }
    .navbar-light .navbar-toggler {
        padding-top: 13px !important;
    }
    .carousel-inner{
        width: 150%;
        left:-60px;
    }
    .img_formas_pagamento{
        width: 22em;
    }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 0;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #16df7e;
  font-weight: 700;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.course-img-wrap{
    min-height: 191px;
    max-height: 191px;
}
.star-rating{
    margin-top: 10px;
    bottom: 0; position: absolute; text-align: center; width: 80%;
}
.item-price{
    min-height: 25px;
    max-height: 25px;
}






.testimonial {
  background-color: white;
  text-align: center;
  padding: 10px 30px 50px;
  margin: 10px 15px 160px;
  position: relative;
  min-height: 440px;
    max-height: 440px;
    -moz-box-shadow: 0px 0px 18px 0px rgba(103,85,85,0.39);
  box-shadow: 0px 0px 18px 0px rgba(103,85,85,0.39);
  z-index: 9999999;
}

.testimonial::before,
.testimonial::after {
  content: "";
  border-top: 40px solid white;
  border-right: 125px solid transparent;
  /*position: absolute;*/
  bottom: -40px;
  left: 0;
}

.testimonial::after {
  border-right: none;
  border-left: none;
  /*border-left: 125px solid transparent;*/
  left: auto;
  right: 0;
}

.testimonial .icon {
  display: inline-block;
  font-size: 80px;
  color: #016d9b;
  margin-bottom: 20px;
  opacity: 0.6;
}

.testimonial .description {
  font-size: 14px;
  color: #777;
  margin-bottom: 30px;
  opacity: 0.9;
}

.testimonial .testimonial-content {
  width: 100%;
  left: 0;
  /*position: absolute;*/
  text-align: center;
}

.testimonial .pic {
  display: inline-block;
  border: 4px solid white;
  border-radius: 50%;
  box-shadow: 0 0 4px 4px #016d9b;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .name {
  font-size: 15px;
  font-weight: bold;
  color: #666;
  text-transform: capitalize;
  /*margin: 10px 0 5px 0;*/
}

.testimonial .title_funcionario {
  display: block;
  font-size: 14px;
  color: #00557a;
  line-height: 15px;
}

.owl-pagination {
  display: flex;
  justify-content: center;
}

.owl-page {
  height: 10px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10%;
}

.owl-page:hover,
.owl-page.active {
  background-color: rgba(255, 255, 255, 0.3);
}

.owl-page:not(first-item) {
  margin-left: 10px;
}

#testimonial-slider{
    min-height: 495px;
    max-height: 495px;
    top: 10px;
}
.w-100{
    width: 100% !important;
    height: auto !important;
    background-size: inherit;
    -moz-background-size: inherit;
    -o-background-size: inherit;
    -webkit-background-size: inherit;
}
.partners_block img{
    min-width: 200px !important;
}

/** Select2 **/
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  min-height: 38px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #73879C;
  padding-top: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-top: 3px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 2px;
  border: none;
  border-radius: 0;
  padding: 3px 5px; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ccc; }