@media (min-width: 1280px) {
  .banner {
    background: url(../images/bg.jpg) no-repeat center;
  }
}
@media (max-width: 320px) {
  .banner-reduzido {
    min-height: 225px;
    background: url(../images/bg.jpg) no-repeat -65px 0px;
  }
}

@media (max-width: 480px) {
  .banner-reduzido {
    min-height: 230px;
    background: url(../images/bg.jpg) no-repeat -65px 0px;
  }
}

@media (max-width: 640px) {
  .banner-reduzido {
    min-height: 160px;
    background: url(../images/bg.jpg) no-repeat 0px 0px;
  }
}

@media (max-width: 768px) {
  .banner-reduzido {
    min-height: 204px;
    background: url(../images/bg.jpg) no-repeat 0px 0px;
  }
}

@media (max-width: 1280px) {
  .banner-reduzido {
    min-height: 204px;
    background: url(../images/bg.jpg) no-repeat 0px 0px;
  }
}

.banner-reduzido {
  min-height: 250px;
}

.content-text p {
  margin: 10px 0 10px 0;
  text-align: justify;
}

.index_subtitle {
  text-align: center;
  margin: 0 auto;
  width: 70%;
  margin-top: 50px;
}
.index_subtitle p {
  color: #fff;
  font-size: 1.5em;
  margin: 0;
  font-weight: 200;
  line-height: 1.4em;
}

@media (max-width: 1024px) {
  .index_subtitle {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .index_subtitle p {
    font-size: 1.1em;
  }
}
@media (max-width: 640px) {
  .index_subtitle {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .index_subtitle {
    width: 100%;
  }
  .index_subtitle p {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .index_subtitle p {
    font-size: 13px;
  }
}

.social_icons h4 {
  color: #fff;
  font-size: 1.4em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.banner_top_right h4 {
  color: #fff;
}
.banner_top_right {
  text-align: right;
}
.banner_top_right a {
  color: #fff;
}

.banner_top_right a:hover,
.banner_top_right a:focus {
  color: #a0cc59 !important;
}

.contact {
  padding-top: 0 !important;
}

.alert-info {
  background: #0caefd;
  color: #fff;
}

.alert-success {
  background: #71fb38;
  color: #fff;
}

.alert-warning {
  background: #f1f720;
  color: #fff;
}

.alert-danger {
  background: #ff5f5f;
  color: #fff;
}

.alert-primary {
  background: #2b7ba2;
  color: #fff;
}

#contact h4 {
  font-size: 1.5em;
  color: #a0cc59;
  padding-bottom: 0.5em;
  border-bottom: 5px double #e9e9e9;
  margin: 0;
  text-align: center;
}

#contact h5 {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.atendimento {
  margin-bottom: 15px;
  text-align: center;
}

.atendimento p {
  font-size: 80%;
}

#servicos img {
  width: 100% !important;
}

#servicos p {
  text-align: justify;
}

.contact {
  background: #000;
  color: #fff;
}

/* pacotes */

.program {
  text-align: center;
  margin: 25px 0;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 2px 0 #e6e6e6;
  -moz-box-shadow: 0 2px 0 #e6e6e6;
  box-shadow: 0 2px 0 #e6e6e6;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -kthtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
  min-height: 400px;
}

.program-no-photo {
  min-height: 270px;
}

.photo {
  padding: 0;
  overflow: hidden;
  height: 200px;
  position: relative;
}

.discount-wrapper {
  background: #f4f5f6;
  border: 1px solid #ccc;
  top: 0;
  position: absolute;
  right: 20px;
  padding: 15px 10px;
  color: #2c3e50;
  text-align: center;
  margin: 0;
  line-height: 15px;
  -webkit-box-shadow: 0 0 10px 1px #000 !important;
  -moz-box-shadow: 0 0 10px 1px #000 !important;
  box-shadow: 0 0 10px 1px #000 !important;
}

.discount-wrapper span {
  font-size: 35px;
}

.discount-wrapper {
  background: #f4f5f6;
  border: 1px solid #ccc;
  top: 0;
  position: absolute;
  right: 20px;
  padding: 15px 10px;
  color: #2c3e50;
  text-align: center;
  margin: 0;
  line-height: 15px;
  -webkit-box-shadow: 0 0 10px 1px #000 !important;
  -moz-box-shadow: 0 0 10px 1px #000 !important;
  box-shadow: 0 0 10px 1px #000 !important;
}

.school-location {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 25px;
}

.photo img {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.program-information {
  padding: 0;
}

.program h4 {
  margin: 10px 0;
}

.text-primary,
.text-primary:hover {
  color: #2c3e50;
}
.price {
  position: relative;
  padding: 15px 0;
}
.price .original-price {
  color: #696969;
  text-decoration: line-through;
}
.price .new-price {
  font-size: 20px;
  line-height: 25px;
  color: #fa4c60;
}
.price .new-price .value {
  font-size: 35px;
  font-weight: bold;
}

.program-details ul {
  list-style: none;
}

.validade-pacote {
  padding: 5px 25px;
  color: #900;
  border-top: 1px dashed #c9c9c9;
  text-align: left;
}
/* fim pacotes */

.destino-single p {
  padding: 5px 0;
}

.text-center-f {
  text-align: center !important;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 7px !important;
}

.text-plus-20 h4 {
  font-size: 120%;
}

.small-alert {
  font-size: 80%;
  margin-bottom: 5px;
  padding: 6px;
}

.p-5 {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}

.descricao-pacote p {
  color: #333 !important;
}

.td-opcao:hover {
  background: #b0e5ff;
}

.td-opcao {
  cursor: pointer;
  cursor: hand;
}

.max-wid-title {
  width: 100% !important;
}

.popover-title {
  font-size: 1.5em !important;
  color: #999 !important;
  text-transform: none !important;
}

.editable-date {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.popover-content,
.popover-title {
  color: #333 !important;
}

/* youtube responsive */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* gmaps responsive */
.map-container {
  position: relative;
  padding-bottom: 58%;
  margin-top: 20px;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-height: 400px !important;
}

.map-container iframe,
.map-container object,
.map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  max-height: 400px;
}

.destino-small {
  margin-top: 10px;
  background: #57abe3;
  border-radius: 5px;
}

.navbar-default .navbar-nav > li > a.active {
  color: #176ac1 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #176ac1 !important;
}

#contact h4 {
  color: #57abe3 !important;
}

.single h3,
.testimonials h3,
.features h3,
.featured-services h3,
.sevices-list h3 {
  color: #57abe3;
}

.blog-grid-right h3 a {
  color: #57abe3;
}

.banner-bottom-grid1 h3 {
  color: #57abe3;
}

.banner_top_right a:hover,
.banner_top_right a:focus {
  color: #fff !important;
}

.btn-primary:hover,
.btn-success:hover {
  color: #fff !important;
}
.blog-grid-right a:hover {
  color: #3f99f9;
}

.contact h3,
.content h3 {
  color: #3f99f9;
}
.destino-small a {
  color: white;
}
@media (min-width: 768px) {
  /* flex-layout apenas em telas maiores que 767 para divs terem mesmo tamanho */
  .destino-single {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }
}

.no-border {
  border: none;
}

@media (max-width: 990px) {
  .program {
    min-height: 265px;
  }
}

.botao-servico {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .destino-single {
    padding-top: 10px;
  }
  .destino-small {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .pagination > li > a,
  .pagination > li > span {
    font-size: 90%;
    width: 100%;
  }
}

/* replicado em /admin/assets/css/style.css */
.font-normal {
  font-weight: normal;
  font-size: 14px;
  line-height: inherit;
}

/* replicado em /admin/assets/css/style.css */
.badge.font-normal {
  padding: 3px 5px;
  color: #333;
  border-radius: 13px;
  min-height: 27px;
  min-width: 27px;
}

.gray-bg {
  background: #ddd;
}

.text-danger {
  color: #d9534f;
}

.titulo-forma-pagamento {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase !important;
  color: #333 !important;
  margin: 10px 0 !important;
  letter-spacing: 0 !important;
  font-size: 18px !important;
}

.title-pagamento {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 27px;
  line-height: 38px;
  font-weight: normal;
  margin: 0;
}

.text-uppercase {
  text-transform: uppercase !important;
}

/* formas de pagamento devem ficar diferente em impressao */
@media print {
  .grupo-pagamento {
    border: none !important;
  }

  .col-print-4 {
    width: 33.33% !important;
    float: left !important;
  }
  .col-print-6 {
    width: 50% !important;
  }
  .col-print-12 {
    width: 100% !important;
  }
}

/* cores orçamento */
.orcamento_page #header-orcamento {
  background: #cae8ea;
  overflow-x: inherit;
}

.orcamento_page .table th {
  background: #cae8ea;
}

.text-left-f {
  text-align: left !important;
}

.btn-toolbar .btn {
  margin-right: 5px;
}

.content h3 {
  width: 30% !important;
}
.content {
  padding-top: 2em !important;
}
