/* =Basic HTML
--------------------------------------------------------------------------------*/
body {
  background: #fff;
  font: 13px/1.5 Arial, "Liberation Sans", FreeSans, sans-serif;
}
a {
  color: #ce0f23;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}
a img {
  border: none;
}
a:focus {
  outline: 1px dotted invert;
}
p {
  font-size: 14px;
}
hr {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1 {
  font-size: 20px;
}
h2 {
  font-size: 23px;
  margin-left: 10px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 19px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}
ul {
  list-style: square;
}

/* =Layout IDs
--------------------------------------------------------------------------------*/
#menu-header {
  background: #be2025;
  height: 50px;
}
#menu-header a {
  font-size: 13.5px;
  padding: 12px;
  color: #fff;
}
#menu-header a:hover {
  background-color: #f18535;
}

#slider-image {
  width: 960px;
  height: 270px;
  overflow: hidden;
  text-align: center;
}
#slider-image img {
  position: relative;
  left: -20%;
  top: 0%;
}

#menu-footer {
  background: #f18534;
  height: 50px;
}
#menu-footer a {
  font-size: 16px;
  padding: 15px;
  color: #fff;
}
#menu-footer a:hover {
  background-color: #ce0f23;
}

#login {
  background: url(../img/blog-tab.png) no-repeat right;
}
#login2 {
  background: url(../img/blog-tab-2.png) no-repeat right;
}

#user-panel img {
  border: 1px solid #ccc;
  padding: 1px;
}
#user-panel-log {
  position: relative;
  z-index: 1000;
}

#blog {
  background: #fff;
  -moz-box-shadow: 2px 2px 2px 2px #888;
  -webkit-box-shadow: 2px 2px 2px 2px #888;
  box-shadow: 2px 2px 2px 2px #888;
  /*height:300px;*/
  margin-top: 10px;
}
#blog-ler {
  background: #fff;
  -moz-box-shadow: 0px 5px 5px 0px #888;
  -webkit-box-shadow: 0px 5px 5px 0px #888;
  box-shadow: 0px 5px 5px 0px #888;
}
#blog-ler .imgconto {
  float: left;
  padding: 5px;
  border: 1px solid #ccc;
}
#blog-ler h1 {
  color: #444;
  font-size: 36px;
  line-height: 1.1em;
}
#blog-ler p {
  color: #333;
}
#blog h1 {
  line-height: 1.1em;
}
#blog p {
  font-size: 11px;
}
.blogs {
  background: #f2f2f2;
  color: #fff;
}
#blog-thumb {
  width: 100px;
  height: 70px;
  overflow: hidden;
}
#blog-thumb img {
  position: relative;
  left: 0%;
  top: -20%;
}
#blog-sidebar table {
  width: 230px;
  background: #fff;
}
#blog-sidebar tr {
  border: 1px solid #f2f2f2;
}
#blog-sidebar th {
  background: #e4543d;
  color: #fff;
  padding: 10px 10px 10px 10px;
}
#blog-sidebar td {
  padding: 10px 0px 10px 0px;
}

#forum {
  background: #fff;
  -moz-box-shadow: 0px 5px 5px 0px #888;
  -webkit-box-shadow: 0px 5px 5px 0px #888;
  box-shadow: 0px 5px 5px 0px #888;
}

#topicos-recentes table {
  width: 100%;
}
#topicos-recentes th {
  background: #bf2025;
  color: #fff;
  font-weight: bold;
  height: 30px;
  font-size: 12px;
}
#topicos-recentes td {
  background: #f6f6f6;
  color: #333;
  font-weight: bold;
  height: 29px;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}

#recente-categorias a {
  font-size: 9px;
  color: #333;
}

#best-users table {
  width: 100%;
}
#best-users th {
  background: #bf2025;
  color: #fff;
  font-weight: bold;
  height: 30px;
  font-size: 12px;
}
#best-users td {
  background: #f6f6f6;
  color: #333;
  font-weight: bold;
  height: 29px;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
#best-users a {
  color: #325375;
}
#best-users a:hover {
  color: #f28533;
  text-decoration: underline;
}

#meu-painel {
  background: #fff;
  -moz-box-shadow: 0px 5px 5px 0px #888;
  -webkit-box-shadow: 0px 5px 5px 0px #888;
  box-shadow: 0px 5px 5px 0px #888;
}
#menu-painel {
  background: url(../img/bg-menu-painel.jpg) repeat-x;
  height: 25px;
  font-size: 14px;
  color: #fff;
}
#menu-painel a {
  color: #fff;
}
#menu-painel a:hover {
  text-decoration: underline;
}

#avisos {
  background: #fff;
  -moz-box-shadow: 0 0 5px #444;
  -webkit-box-shadow: 0 0 5px #444;
  box-shadow: 0 0 5px #444;
}
.avisos-titulo {
  /*height:40px;*/
  color: #fff;
  background: linear-gradient(to bottom, #be2025 0%, #f18534 100%);
  text-align: center;
}
.avisos-titulo h2 {
  margin: 0;
  padding: 8px 5px;
  font-size: 15px !important;
  /*text-transform:uppercase;*/
}

.contos {
  height: auto;
  overflow: hidden;
  color: #999;
  margin-top: 20px;
}
.contos-titulo {
  height: 40px;
  color: #fff;
  background: linear-gradient(to bottom, #be2025 0%, #f18534 100%);
  text-align: center;
}
.contos-rodape {
  display: block;
  width: 100%;
  clear: both;
  padding: 5px 7px;
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #be2025 0%, #f18534 100%);
  text-align: center;
}
.contos-titulo h2 {
  margin: 0;
  padding: 8px 5px;
  font-size: 15px !important;
  text-transform: uppercase;
}
.container-contos {
  clear: both;
  margin-top: 10px;
}
.conto {
  float: left;
  /* width:222px; */
  width: 23%;
  height: 170px;
  padding: 4px;
  margin: 0 10px 10px 0;
  border-radius: 5px;
  border: 1px solid #ccc;
  color: #777;
  word-wrap: break-word;
}
.conto :hover {
  color: #ce0f23 !important;
}
.conto .foto {
  border: 1px solid #ccc;
  padding: 5px;
  width: 75px;
  height: 75px;
  float: left;
  border-radius: 5px;
  margin-right: 10px;
}
.conto .titulo {
  padding-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-transform: uppercase;
}
.conto .categoria_usuario {
  float: left;
  clear: left;
  font-size: 12px;
}
.conto .titulo h4 {
  margin: 0;
  font-size: 13px;
}
.conto .texto {
  float: left;
  font-weight: 100;
  font-size: 11px;
  margin-top: 11px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.zero-right {
  margin-right: 0px !important;
}

#contos {
  background: #fff;
  -moz-box-shadow: 0px 5px 5px 0px #888;
  -webkit-box-shadow: 0px 5px 5px 0px #888;
  box-shadow: 0px 5px 5px 0px #888;
}
#conto-escrever {
  background: #fff;
  -moz-box-shadow: 0px 5px 5px 0px #888;
  -webkit-box-shadow: 0px 5px 5px 0px #888;
  box-shadow: 0px 5px 5px 0px #888;
}
#conto-erotico {
  background: #fff;
  -moz-box-shadow: 0px 5px 5px 0px #888;
  -webkit-box-shadow: 0px 5px 5px 0px #888;
  box-shadow: 0px 5px 5px 0px #888;
}
#conto-erotico p {
  font-size: 12px;
}
.conto-erotico {
  background: #fff;
  border: 1px solid #e5e5e5;
  height: 98px;
}
.conto-erotico h1 {
  font-size: 14px;
}
.conto-erotico a {
  color: #333;
}
.conto-erotico a:hover {
  color: #e4543d;
}
.conto-erotico-full {
  background: #fff;
  border: 1px solid #e5e5e5;
  min-height: 160px;
}
.conto-erotico-full table {
  width: 100%;
}
.conto-erotico-full h1 {
  font-size: 22px;
}
.conto-erotico-full a {
  color: #e4543d;
}
.conto-erotico-full a:hover {
  color: #333;
}
.contos-eroticos {
  background: url(../img/bg-menu-conto.jpg) repeat-x;
  color: #fff;
}
#conto-ler {
  background: #fff;
  -moz-box-shadow: 0px 5px 5px 0px #888;
  -webkit-box-shadow: 0px 5px 5px 0px #888;
  box-shadow: 0px 5px 5px 0px #888;
}
#conto-ler .imgconto {
  float: left;
  padding: 5px;
  border: 1px solid #ccc;
}
#conto-ler h1 {
  color: #444;
  font-size: 36px;
  line-height: 1.1em;
}
#conto-ler p {
  color: #333;
}
#conto-escrever {
  background: #fff;
}
#conto-escrever h1 {
  font-size: 26px;
  line-height: 1.1em;
  text-transform: uppercase;
  color: #333;
}
.comment-author {
  color: #e4543d;
  font-style: italic;
  font-family: Georgia, "Times New Roman", serif;
}
.pageNumber {
  border: 1px solid #333;
  font-family: "Century Gothic", Arial, sans-serif;
  font-size: 18px;
  color: #333;
  text-decoration: none;
  padding: 5px;
}
.pageNumber:hover {
  background: #333;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}
#conto-sidebar table {
  width: 230px;
  background: #fff;
}
#conto-sidebar tr {
  border: 1px solid #f2f2f2;
}
#conto-sidebar th {
  background: #e4543d;
  color: #fff;
  padding: 10px 10px 10px 10px;
}
#conto-sidebar td {
  padding: 10px 0px 10px 0px;
}

#famozzas {
  background: #fff;
  -moz-box-shadow: 0px 5px 5px 0px #888;
  -webkit-box-shadow: 0px 5px 5px 0px #888;
  box-shadow: 0px 5px 5px 0px #888;
}
#famozzas h2 {
  font-size: 23px;
  color: #fff;
}
.option-famozza {
  background: #f18534;
  height: 30px;
  color: #ffa801;
  font-weight: bold;
}
.famozzas-image {
  width: 220px;
  height: 160px;
  overflow: hidden;
}
.famozzas-image img {
  position: relative;
  left: -10%;
  top: 0%;
}
#famozzas-ver {
  background: #fff;
  -moz-box-shadow: 0px 5px 5px 0px #888;
  -webkit-box-shadow: 0px 5px 5px 0px #888;
  box-shadow: 0px 5px 5px 0px #888;
}
#famozzas-ver .imgporn {
  float: left;
  padding: 5px;
  border: 1px solid #ccc;
}
#famozzas-ver h1 {
  color: #444;
  font-size: 36px;
  line-height: 1.1em;
}
#famozzas-ver h2 {
  font-size: 23px;
  color: #fff;
}
#famozzas-ver p {
  color: #333;
}
.famozzas-pic {
}
.famozzas-image-profile-home {
  width: 210px;
  height: 160px;
  overflow: hidden;
}
.famozzas-image-profile-home img {
  position: relative;
  left: -20%;
  top: -20%;
}
.famozzas-image-profile {
  width: 220px;
  height: 160px;
  overflow: hidden;
}
.famozzas-image-profile img {
  position: relative;
  /* left: -20%;
  top: -20%; */
}
.famozzas-image-ver-profile {
  width: 220px;
  height: 300px;
  overflow: hidden;
}
.famozzas-image-ver-profile img {
  position: relative;
  left: -40%;
  top: 0%;
}
.famozzas-image-busca-profile {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.famozzas-image-busca-profile img {
  position: relative;
  left: -20%;
  top: -20%;
}

#alfabetica {
  font-size: 16px;
  padding: 2px;
  background: #e4543d;
  color: #fff;
}
#alfabetica a {
  color: #fff;
}
#alfabetica a:hover {
  text-decoration: underline;
}

#quadrinhos {
  background: #fff;
  -moz-box-shadow: 0px 5px 5px 0px #888;
  -webkit-box-shadow: 0px 5px 5px 0px #888;
  box-shadow: 0px 5px 5px 0px #888;
}
#quadrinhos h2 {
  font-size: 18px;
}
.option-quadrinhos {
  background: #8b1111;
  height: 30px;
  color: #ffa801;
  font-weight: bold;
}
.quadrinhos-image {
  width: 460px;
  height: 330px;
  overflow: hidden;
}
.quadrinhos-image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.option-quadrinhos-home {
  background: #8b1111;
  color: #ffa801;
  font-weight: bold;
}
.quadrinhos-image-home {
  height: 350px;
  overflow: hidden;
}
.quadrinhos-image-home img {
  position: relative;
  top: 0%;
  object-fit: cover;
}
#quadrinhos-ver {
  background: #fff;
  -moz-box-shadow: 0px 5px 5px 0px #888;
  -webkit-box-shadow: 0px 5px 5px 0px #888;
  box-shadow: 0px 5px 5px 0px #888;
}
#quadrinhos-ver .imgporn {
  float: left;
  padding: 5px;
  border: 1px solid #ccc;
}
#quadrinhos-ver h1 {
  color: #444;
  font-size: 36px;
  line-height: 1.1em;
}
#quadrinhos-ver p {
  color: #333;
}
.quadrinhos-image-profile {
  width: 220px;
  height: 330px;
  overflow: hidden;
}
.quadrinhos-image-profile img {
  position: relative;
  left: -10%;
  top: 0%;
}
.quadrinhos-busca-profile {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.quadrinhos-busca-profile img {
  position: relative;
  left: -20%;
  top: -20%;
}
#quadrinhos-coluna {
  width: 100%;
}
/*#quadrinhos-coluna{width:32.7%;}*/

.famozzas-grid {
  width: 214px;
  height: 200px;
  overflow: hidden;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
#famozzas-legenda {
  background: linear-gradient(to bottom, #be2025 0%, #f18534 100%);
  position: absolute;
  width: 214px;
  margin-top: -40px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
#textoBase {
  text-align: center;
  color: #fff !important;
  font-size: 10px;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 7px;
  margin: 0 10px 0 10px;
}

#acompanhantes {
  background: #fff;
  -moz-box-shadow: 0 0 5px #444;
  -webkit-box-shadow: 0 0 5px #444;
  box-shadow: 0 0 5px #444;
}
.acompanhante-grid {
  width: 300px;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
#acompanhante-legenda {
  background: linear-gradient(to bottom, #be2025 0%, #f18534 100%);
  /*background: url(../img/bg-nome.jpg) repeat-x;*/
  height: 60px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.round-home-nome {
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}
.round-home-foto {
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}

#porn-stars {
  background: #fff;
  -moz-box-shadow: 0px 5px 5px 0px #888;
  -webkit-box-shadow: 0px 5px 5px 0px #888;
  box-shadow: 0px 5px 5px 0px #888;
}
#porn-stars h2 {
  font-size: 18px;
}
.option-porn {
  background: #8b1111;
  height: 30px;
  color: #ffa801;
  font-weight: bold;
}
.porn-star-image {
  width: 220px;
  height: 330px;
  overflow: hidden;
}
.porn-star-image img {
  position: relative;
  top: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#porn-star-ver {
  background: #fff;
  -moz-box-shadow: 0px 5px 5px 0px #888;
  -webkit-box-shadow: 0px 5px 5px 0px #888;
  box-shadow: 0px 5px 5px 0px #888;
}
#porn-star-ver .imgporn {
  float: left;
  padding: 5px;
  border: 1px solid #ccc;
}
#porn-star-ver h1 {
  color: #444;
  font-size: 36px;
  line-height: 1.1em;
}
#porn-star-ver p {
  color: #333;
}
.porn-star-image-profile {
  width: 220px;
  height: 330px;
  overflow: hidden;
}
.porn-star-image-profile img {
  position: relative;
  top: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.porn-star-busca-profile {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.porn-star-busca-profile img {
  position: relative;
  left: -20%;
  top: -20%;
}

#full-banner {
  background: #fff;
  -moz-box-shadow: 0px 5px 5px 0px #888;
  -webkit-box-shadow: 0px 5px 5px 0px #888;
  box-shadow: 0px 5px 5px 0px #888;
}

#site-express {
  background: #fff;
  -moz-box-shadow: 0px 5px 5px 0px #888;
  -webkit-box-shadow: 0px 5px 5px 0px #888;
  box-shadow: 0px 5px 5px 0px #888;
}
.anuncio {
  background: #222;
  width: 460px;
}
.anuncio2 {
  background: #dfbffd;
  width: 460px;
}
.anuncio-big {
  border: 3px solid #fff;
}
.anuncio-small {
  border: 1px solid #777;
  width: 255px;
  height: 80px;
}
#siteexpress-image {
  width: 255px;
  height: 80px;
  overflow: hidden;
  border: 1px solid #777;
}
#siteexpress-image img {
  position: relative;
  left: 0%;
  top: -40%;
}
#siteexpressmain-image {
  width: 167px;
  height: 260px;
  overflow: hidden;
  border: 1px solid #777;
}
#siteexpressmain-image img {
  position: relative;
  left: -10%;
  top: 0%;
}

/*  PADDINGS
--------------------------------------------------------------------------------*/
.pleft1 {
  padding-left: 10px;
}
.pleft2 {
  padding-left: 20px;
}
.pleft3 {
  padding-left: 30px;
}
.pleft4 {
  padding-left: 40px;
}
.pleft5 {
  padding-left: 50px;
}
.pleft6 {
  padding-left: 60px;
}
.pleft13 {
  padding-left: 130px;
}
.pright1 {
  padding-right: 10px;
}
.pright2 {
  padding-right: 20px;
}
.pright3 {
  padding-right: 30px;
}
.pright4 {
  padding-right: 40px;
}
.pright5 {
  padding-right: 50px;
}
.pright6 {
  padding-right: 60px;
}
.ptop05 {
  padding-top: 5px;
}
.ptop07 {
  padding-top: 7px;
}
.ptop1 {
  padding-top: 10px;
}
.ptop10 {
  padding-top: 10px;
}
.ptop15 {
  padding-top: 15px;
}
.ptop2 {
  padding-top: 20px;
}
.ptop3 {
  padding-top: 30px;
}
.ptop4 {
  padding-top: 40px;
}
.ptop5 {
  padding-top: 50px;
}
.ptop6 {
  padding-top: 60px;
}
.pbottom1 {
  padding-bottom: 10px;
}
.pbottom2 {
  padding-bottom: 20px;
}
.pbottom3 {
  padding-bottom: 30px;
}
.pbottom4 {
  padding-bottom: 40px;
}
.pbottom5 {
  padding-bottom: 50px;
}
.pbottom6 {
  padding-bottom: 60px;
}

/*  EFFECTS
--------------------------------------------------------------------------------*/
.hr-picante {
  background: #f18534;
  height: 5px;
}
.hr-slim {
  background: #ccc;
  height: 1px;
  width: 100%;
}
.hr-dashed {
  border: 0 #ccc dashed;
  border-top-width: 1px;
  clear: both;
  height: 0;
}
.round {
  -webkit-border-radius: 0px 20px 20px 20px;
  -moz-border-radius: 0px 20px 20px 20px;
  border-radius: 0px 20px 20px 20px;
}
.round-avatar {
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
.round-logint {
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
.round-login {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.shadow {
  -moz-box-shadow: 3px 3px 4px #ccc;
  -webkit-box-shadow: 3px 3px 4px #ccc;
  box-shadow: 3px 3px 4px #ccc; /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCC')"; /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCC');
}

/* MARGINS
--------------------------------------------------------------------------------*/
.mleft1 {
  margin-left: 10px;
}
.mleft2 {
  margin-left: 20px;
}
.mleft3 {
  margin-left: 30px;
}
.mleft4 {
  margin-left: 40px;
}
.mleft5 {
  margin-left: 50px;
}
.mleft6 {
  margin-left: 60px;
}
.mright05 {
  margin-right: 5px;
}
.mright1 {
  margin-right: 10px;
}
.mright2 {
  margin-right: 20px;
}
.mright3 {
  margin-right: 30px;
}
.mright4 {
  margin-right: 40px;
}
.mright5 {
  margin-right: 50px;
}
.mright6 {
  margin-right: 60px;
}
.mtop02 {
  margin-top: 2px;
}
.mtop03 {
  margin-top: 3px;
}
.mtop04 {
  margin-top: 4px;
}
.mtop1 {
  margin-top: 10px;
}
.mtop12 {
  margin-top: 12px;
}
.mtop15 {
  margin-top: 15px;
}
.mtop2 {
  margin-top: 20px;
}
.mtop05 {
  margin-top: 5px;
}
.mtop3 {
  margin-top: 30px;
}
.mtop4 {
  margin-top: 40px;
}
.mtop5 {
  margin-top: 50px;
}
.mtop6 {
  margin-top: 60px;
}
.mbottom1 {
  margin-bottom: 10px;
}
.mbottom05 {
  margin-bottom: 5px;
}
.mbottom12 {
  margin-bottom: 12px;
}
.mbottom15 {
  margin-bottom: 15px;
}
.mbottom2 {
  margin-bottom: 20px;
}
.mbottom3 {
  margin-bottom: 30px;
}
.mbottom4 {
  margin-bottom: 40px;
}
.mbottom5 {
  margin-bottom: 50px;
}
.mbottom6 {
  margin-bottom: 60px;
}

/*  TEXT
--------------------------------------------------------------------------------*/
.upper {
  text-transform: uppercase;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.it {
  font-style: italic;
}
.letter {
  letter-spacing: 1px;
}
.tags {
  font-family: Georgia, serif, "Times New Roman", Times;
  font-size: 18px;
  font-style: italic;
  color: #929292;
}
.data {
  font-size: 11px;
  color: #929292;
}

/*  COLOR OPTION
--------------------------------------------------------------------------------*/
.color-1 {
  color: #333;
}
.color-2 {
  color: #e4543d;
}
.color-3 {
  color: #be2025;
}
.color-4 {
  color: #fff;
}
.color-5 {
  color: #ccc;
}

/* BOXES
--------------------------------------------------------------------------------*/
.frame {
  padding: 10px;
  background: #fff;
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.7);
}

/* 5c0e7c
9251d4 */
.rodape {
  background: #5c0e7c; /* Old browsers */
  background: -moz-linear-gradient(top, #5c0e7c 0%, #9251d4 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #5c0e7c),
    color-stop(100%, #9251d4)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #5c0e7c 0%,
    #9251d4 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #5c0e7c 0%,
    #9251d4 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5c0e7c 0%, #9251d4 100%); /* IE10+ */
  background: linear-gradient(to bottom, #5c0e7c 0%, #9251d4 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0e7c', endColorstr='#9251d4',GradientType=0 ); /* IE6-9 */

  /* background: #be2025;
	background: -moz-linear-gradient(top,  #be2025 0%, #f18534 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#be2025), color-stop(100%,#f18534)); 
	background: -webkit-linear-gradient(top,  #be2025 0%,#f18534 100%); 
	background: -o-linear-gradient(top,  #be2025 0%,#f18534 100%); 
	background: -ms-linear-gradient(top,  #be2025 0%,#f18534 100%); 
	background: linear-gradient(to bottom,  #be2025 0%,#f18534 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be2025', endColorstr='#f18534',GradientType=0 ); */
  font-weight: bold;
  padding: 2px;
}

.anchor-footer {
  padding: 4px 144px;
}

.anchor-footer-large {
  /* padding: 4p	 */
  padding: 4px;
  font-size: 75%;
}

a.anchor-footer,
a.anchor-header,
a.anchor-footer-large {
  color: #fff;
  text-decoration: none;
}
a.anchor-footer:hover {
  color: #fff;
  text-decoration: none;
}

.shadow {
  -moz-box-shadow: 0px 5px 5px 0px #888;
  -webkit-box-shadow: 0px 5px 5px 0px #888;
  box-shadow: 0px 5px 5px 0px #888;
}

.p05 {
  padding: 5px;
}

.grid-porn {
  display: inline;
  float: left;
  width: 220px;
}

.grid_5_casas {
  display: inline;
  float: left;
  margin-right: 20px;
  width: 440px;
}

.grid_6_casas {
  display: inline;
  float: left;
  margin-right: 20px;
  width: 460px;
}

.contact-block {
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

.btn-link-conto {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background: linear-gradient(90deg, #EF6F00, #F2A700);
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 20px;
}

.btn-link-conto i {
    margin-right: 8px;
}

.btn-link-conto:hover {
    opacity: 0.9;
}

.btn-link-conto {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background: linear-gradient(90deg, #EF6F00, #F2A700);
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

.btn-link-conto i {
    margin-right: 8px;
}

.btn-link-conto:hover {
    opacity: 0.9;
}

.btn-link-conta {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background: linear-gradient(90deg, #B80F14, #E53935);
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 20px;
}

.btn-link-conta i {
    margin-right: 8px;
}

.btn-link-conta:hover {
    opacity: 0.9;
}