/* Add here all your css styles (customizations) */
#bgPattern {
  /*background: url('/assets/img/patterns/15.png') repeat;*/
}
#bgPattern .container {
  padding: 20px;
  /*background-color: #FFFFFF;*/
}
#orcamentoTable .sj {
  font-size: 11px;
  color: #999;
}
#orcamentoTable {
  margin-bottom: 0;
}
#orcamentoTable tr th.destaque {
  /*color: #fafafa;*/
  padding: 12px 0;
  font-size: 18px;
  /*background: #3A3A3A;
	border-radius: 3px 3px 0 0;
	*/
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
#orcamentoTable tr td,
#orcamentoTable tr th {
  /*border: 1px solid #f5f5f5; */
  padding: 10px;
}
#orcamentoTable tr th.destaque_first {
  border: none;
  background: transparent;
  visibility: hidden;
}
#orcamentoTable .none {
  border: none;
  background: none;
}
#orcamentoTable tr td.preco_first {
  border: none;
  background: none;
  /*border-top:1px solid #3A3A3A;*/
}
#orcamentoTable tr td.preco {
  /*
	border-left:2px solid #fff;
	border-top:2px solid #3A3A3A;
	background-color: #f3f3f3;
	color: #3A3A3A;
	*/
  font-size: 16px;
  text-align: center;
  line-height: 90px;
  height: 90px;
}
#orcamentoTable tr td.preco span {
  font-size: 32px;
}
#seguroWrap {
  text-align: justify;
}
.tp-sombra {
  text-shadow: 0px 0px 0 rgb(0, 0, 0), 1px 1px 0 rgb(0, 0, 0),
    2px 2px 0 rgb(0, 0, 0), 3px 3px 0 rgb(0, 0, 0);
}
.SI_topPageHeader {
  background: url("/assets/img/generica.jpg") center center;
  background-size: cover !important;
  height: 205px;
  /*overflow:hidden;*/
}
.SI_topPageHeader h1 {
  z-index: 1;
  position: relative;
  bottom: 0;
  color: #ffffff;
  font-size: 50px;
  text-shadow: 0px 0px 0 rgb(0, 0, 0), 1px 1px 0 rgb(0, 0, 0),
    2px 2px 0 rgb(0, 0, 0), 3px 3px 0 rgb(0, 0, 0);
  text-align: right;
  padding-top: 150px;
  padding-right: 20px;
}
@media only screen and (min-width: 0px) {
  .SI_topPageHeader h1 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 980px) {
  .SI_topPageHeader h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1000px) {
  .SI_topPageHeader h1 {
    font-size: 50px;
  }
}
.owl-carousel-style-v2 .item {
  background: none;
  border: none;
}
.owl-carousel-style-v2 .item:hover {
  background: none;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  transition: all 0.01s ease-in-out;
}
.indicadoPeloCorretor_destaque {
  background-color: #ddd;
  border-left: solid 2px #ddd !important;
  border-right: solid 2px #ddd !important;
}
.indicadoPeloCorretor_tabela {
  border-left: solid 2px #ddd !important;
  border-right: solid 2px #ddd !important;
}
.indicadoPeloCorretor_precos {
  border-left: solid 2px #ddd !important;
  border-right: solid 2px #ddd !important;
  border-bottom: solid 2px #ddd !important;
}
#logo-header {
  max-width: 300px;
  max-height: 70px;
}
@media (max-width: 600px) {
  #logo-header {
    height: 45px !important;
  }
}

#condicoes-de-contratacao-tabs a,
#forma-de-pagamento-tabs a {
  font-size: 18px;
}
.td-franquia {
  font-weight: bold;
}
.center-ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tab-v1 #condicoes-de-contratacao-tabs.center-ul li,
.tab-v1 #forma-de-pagamento-tabs.center-ul li {
  margin: 0 5px;
  border: 1px solid #ccc;
}
.tab-v1 #condicoes-de-contratacao-tabs.center-ul li a,
.tab-v1 #forma-de-pagamento-tabs.center-ul li a {
  margin: 0;
}
.tab-v1 #condicoes-de-contratacao-tabs.center-ul,
.tab-v1 #forma-de-pagamento-tabs.center-ul {
  border-bottom: none;
}
.tab-v1 .tab-pane,
.tab-v1 .tab-pane {
  margin-top: 10px;
}
