/**
 * @file
 * Local CSS - rename this to local.css, check the 
 * box in theme settings and add your own styles here.
 */

body.bg-foto1 {
  background: url("../images/natal2019.jpg") repeat fixed;

}

#head {
  background-color: white;

}

#logo{
 margin: 0 0 0 0;
 background-color: white;
}


 
h2 {
  font-size: 0.9em;
  color: #214468;
  font-weight: bold;
  
}



h2.article-title {
   font-size: 1.4em;
   font-weight: bold;
}

h1.article-title {
  margin-left: 20px;
  font-size: 1.4em;
  font-weight: bold;
}

/*
.date-in-parts {
  float: left;

  COMENTAR ESTA LINHA
  margin: 6px 6px 2px 0;

  margin-top: -10px;
  margin-left: -10px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 90px;
  background: #5c9d00;
}
*/

.date-in-parts {
  float: left;

/*  COMENTAR ESTA LINHA

  margin: 6px 6px 2px 0;
*/
  padding: 10px;

  margin-top: -10px;
  margin-left: -10px;
  width: 95px;

  height: 20px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  background: #5c9d00;
}


.date-in-parts span {
  display: block;
  margin-top: -5px;

  color: #eaeaea;
  text-align: center;
  font-weight: bold;
  font-size: .8em;
}



.region-preface-first,
.region-preface-second,
.region-preface-third {
  background-color: #ffffff;
  border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 2px solid #000000;
-webkit-box-shadow: 10px 10px 5px 0px rgba(94, 7, 7, 0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(94, 7, 7, 0.75);
box-shadow: 10px 10px 5px 0px rgba(94, 7, 7, 0.75);
border: 2px solid #000000;


height: 400px;
}

.region-preface-second{
  
}

article.node {
  margin: 0 0 30px 0;
   /*border-bottom: thick double darkgray;*/
   background-color: #cccccc;
     -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  
}


/* MENU 
#menu-wrapper{
   opacity: 85%;
   font-size: large;
   font-weight: bold;
}*/

.block-search{
  margin-top: 20px;
}


.submitted,
.title-wrapper {
  display: inline-block;
  margin-bottom: 16px;
  padding: 4px 10px 10px 20px;
 
  width: 80%;
  border-radius: 4px;
  background: none;
  /*border-style: solid;*/

  /*color: #6a6a6a;*/
  color: #black;
  vertical-align: top;
  font-weight: bold;
  font-size: .89em;
}

.field-item {
  margin-left: 10px;
  margin-right: 15px;
  text-align: justify;
  background-color: #cccccc;
}

.field-items{
  background-color: #cccccc;
  margin-left: 10px;
}

.view-listaartigos{
	font-size: small;
	font-weight: bold;
}

tr.odd tr.even{
 margin-bottom: 0px;
 padding: 0px;
}

td {
	padding: 0px;
}

.item-list .pager {
float: right;
margin-top: 10px;
}









.container .six.columns {
 padding: 0px;
 float: right;

}




td, th {
  padding: .5em;
  height: 30px;
  border: 0px solid transparent;
  border: 0px dotted #ccc;
  border: none;
  transition: all 0.2s;
}

table {
	border-width: 0px;
}

.flexslider {
   border: none;
   height: auto;
}


.flexslider-processed{
        margin-bottom: 0px;
}




/*

    background-color: #4CAF50; 
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
    cursor: pointer;
}
*/

.button1 {
    background-color: white; 
    color: black; 
    border: 2px solid #4CAF50;
}

.button1:hover {
    background-color: #4CAF50;
    color: white;
}

.button2 {
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
}

.button2:hover {
    background-color: #008CBA;
    color: white;
}

.button3 {
    background-color: white; 
    color: black; 
    border: 2px solid #f44336;
}

.button3:hover {
    background-color: #f44336;
    color: white;
}

.button4 {
    background-color: white;
    color: black;
    border: 2px solid #e7e7e7;
}

.button4:hover {background-color: #e7e7e7;}

.button5 {
    background-color: white;
    color: black;
    border: 2px solid #555555;
}

.button5:hover {
    background-color: #555555;
    color: white;
}

/*.block-inner
{
	background-color: darkgray;
}
*/

