/* Base
-------------------------- */
body {
  background: #fff;
  color: #454545;
   
}
h1{
	margin-bottom: 110px;
font-size:16px; 
	 
}
h2{
font-size:16px;
	margin-top: 1px;

}

a {
  color: #DB7DF7; /*cor over*/
}
a:hover {
  color: #D055F4;
}

button {
  -webkit-font-smoothing: antialiased;
  background-color: #DB7DF7;
  border: none;
  border-radius: 0.1875em;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: .75em 1em;
  text-decoration: none;
}
button:hover {
  background-color: #D055F4;
  color: white;
}

/* Header
-------------------------- */ 
.l-header {
  height: 50px;
  position: relative;
  background: #940BBB;
  width:100%;
  top:0px;
    z-index:1;
}

.logo {
  float: left;
}
.logo__title {
  margin: 0;
}
.logo__link {
  display: inline-block;
  text-decoration: none;
  padding: 0 10px;
  line-height: 50px;
  height: 51px;
  color: #fff;
  /*  word-wrap: no-wrap;  -- */ 
  word-wrap: break-word;
}

.menu-btn {
  display: none;
  position: absolute;
  right: 10px;
  top: 5px;
}

@media (max-width: 700px) {
  .logo {
    float: none;
  }

  .menu-btn {
    display: block;
  }
}
/*  Menu
-------------------------- */
.menu {
  float: right;
}
.menu__list {
  overflow: hidden;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.menu__item {
  float: left;
  text-align: center;
}
.menu__link {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 2.8em;
  height: 2.8em;
  padding: 0 1.0em;
 /* word-wrap: no-wrap; */
  word-wrap: break-word;
  transition: all .3s ease;
}
.menu__link:hover, .menu__link:focus {
  background: #DB7DF7;
  color: #fff;
   
}

@media (max-width: 700px) {
  .menu {
    float: none;
  }
  .menu__item {
    display: block;
    float: none;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all .3s ease-out;
  }
  .menu__item--play {
    display: block;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .menu__item + .menu__item {
    border-top: 1px solid #fff;
  }
  .menu__link {
    background: #DB7DF7;
  }
  .menu__link:hover {
    background: #D055F4;
  }
}
/* Wrap
-------------------------- */
.wrap {
  margin-left: 0;
  margin-right: auto;
  max-width: 100%;
   
 
}
.l-main .wrap {
	padding: 0  10px;
	background: #fff;
	margin-top: 10px;
	text-align: center;
}



/* luc
-------------------------- */

   #container{
	   position:relative;
	  width:100%;  
	  top:15px;
	  
	  
	 }
	 
	 .caixa{
	 position:relative;
	 margin-top:12px;
	 margin-left:12px;
 width: 272px; 
 height: 170px;
 
 display: inline-block;
 border:2px;
 background-color:#FCE2F9;
  border-style: solid;
  /*float:left;*/  

}

.faixa{
 width: 272px; 
 height: 43px;
 background: #6A0888;
 font-family:Arial,Gotham, Helvetica,  sans-serif;
  color:#FFFFFF;
  font-size:large;
vertical-align: middle;
text-align: center;	
	}

 /*zoom*/
 
  .zom{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.zoom {
  position: relative;
  border: 0px solid #333;
  margin: 0px;
  overflow: hidden;
  width: 100%;
}
.zoom img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zoom:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
 /*fim zoom*/
 
    .contorno-img{
border-radius: 7px;
 margin-bottom: 3px; 
   }
 
 .redimensiona-img{
	max-width: 100%;
	height: auto;
	text-align: center;
	border: 0; 	     
}

 
#caixatitulohom {
position:relative;
width: 100%;
background:#F0E1FF;
 float: left; 
  margin-top: 20px; 
}

#caixa-signos{
	background:#4A02FB;
	}

 /*horoscopo top*/ 
  #centraliza{ 
 align-items: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}

#jan1{ 
text-align: center;
  width:100px;
  height:130px;
  background-color:#0033FF;
   border-radius: 5px 5px;
   float: left;      
  margin: 5px 5px 5px 5px;
	    padding:1px 1px 1px 1px     
 
  }
#jan1tx{
 
  width:100px;
  height:20px;
  background-color:#B0C0FF;  
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px 5px;
  text-align: center;
  margin-top: 2px;    
} 
 
 .fade
{
        opacity:1;
}
.fade:hover
{
        opacity:0.5;
}

 /*caixa texto*/ 
			
.caixatexto2 {
	position:relative;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	text-align:justify;
  border-radius: 25px 0px;
  width: auto;
  height: auto;
  border-width: 1px;
  border-color: #A851FF;
  border-style: solid;
  display: inline-block;
  padding:8px;
  background:#F0E1FF;
  margin-left:5px;
  margin-top:15px;
  margin-right:5px;

}