/* CSS Document */


.blog-conteudo img {
	max-width:100%;
	height:auto;
	margin: 5px;
}


.bg-black { background: #000; }
.bg-white { background: #fff; }



.border-bottom {
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}
.border-bottom-double {
	border-bottom: 4px double #ddd;
	padding-bottom: 8px;
}
.border-bottom-solid {
	border-bottom: 3px solid #ddd;
	padding-bottom: 8px;
}

.border-left {
	border-left: 1px solid #ddd;
	padding-left: 8px;
}
.border-left-double {
	border-left: 4px double #ddd;
	padding-left: 8px;
}
.border-left-solid {
	border-left: 2px solid #ddd;
	padding-left: 8px;
}

.border-right {
	border-right: 1px solid #ddd;
	padding-right: 8px;
}
.border-right-double {
	border-right: 4px double #ddd;
	padding-right: 8px;
}
.border-right-solid {
	border-right: 3px solid #ddd;
	padding-right: 8px;
}

.border-top {
	border-top: 1px solid #ddd;
	padding-top: 8px;
}
.border-top-double {
	border-top: 4px double #ddd;
	padding-top: 8px;
}
.border-top-solid {
	border-top: 3px solid #ddd;
	padding-top: 8px;
}

.clearspace {
	height: 20px;
}

.clearspace:before,
.clearspace:after {
  display: table;
  content: " ";
}

.clearspacedb {
	height: 50px;
}

.clearspacedb:before,
.clearspacedb:after {
  display: table;
  content: " ";
}

.tab-pane {
	border: 1px solid #ddd;
	border-top: none;
	padding: 5px;
}

.text-black { color: #000 !important; }
.text-white { color: #fff !important; }



















/* Botões Personalizados */

.btn-aqua {
  color: #fff;
  background-color: #04B3C4;
  border-color: #008D9E;
}
.btn-aqua:hover,
.btn-aqua:focus,
.btn-aqua:active,
.btn-aqua.active,
.open .dropdown-toggle.btn-aqua {
  color: #fff;
  background-color: #00AABE;
  border-color: #0097AA;
}
.btn-aqua:active,
.btn-aqua.active,
.open .dropdown-toggle.btn-aqua {
  background-image: none;
}
.btn-aqua.disabled,
.btn-aqua[disabled],
fieldset[disabled] .btn-aqua,
.btn-aqua.disabled:hover,
.btn-aqua[disabled]:hover,
fieldset[disabled] .btn-aqua:hover,
.btn-aqua.disabled:focus,
.btn-aqua[disabled]:focus,
fieldset[disabled] .btn-aqua:focus,
.btn-aqua.disabled:active,
.btn-aqua[disabled]:active,
fieldset[disabled] .btn-aqua:active,
.btn-aqua.disabled.active,
.btn-aqua[disabled].active,
fieldset[disabled] .btn-aqua.active {
  background-color: #04B3C4;
  border-color: #008D9E;
}
.btn-aqua .badge {
  color: #000;
  background-color: #04B3C4;
}


.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
  background-image: none;
}
.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black,
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled:active,
.btn-black[disabled]:active,
fieldset[disabled] .btn-black:active,
.btn-black.disabled.active,
.btn-black[disabled].active,
fieldset[disabled] .btn-black.active {
  background-color: #000;
  border-color: #000;
}
.btn-black .badge {
  color: #000;
  background-color: #fff;
}


.btn-purple {
  color: #fff;
  background-color: #803588;
  border-color: #62146a;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
  color: #fff;
  background-color: #803588;
  border-color: #62146a;
}
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
  background-image: none;
}
.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
  background-color: #803588;
  border-color: #62146a;
}
.btn-purple .badge {
  color: #803588;
  background-color: #fff;
}


.btn-yellow {
  color: #000;
  background-color: #ffdf00;
  border-color: #ffd201;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  color: #000;
  background-color: #ffdf00;
  border-color: #ffd201;
}
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  background-image: none;
}
.btn-yellow.disabled,
.btn-yellow[disabled],
fieldset[disabled] .btn-yellow,
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled:active,
.btn-yellow[disabled]:active,
fieldset[disabled] .btn-yellow:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow.active {
  background-color: #ffdf00;
  border-color: #ffd201;
}
.btn-yellow .badge {
  color: #fff;
  background-color: #000;
}






.layer-050 {
	padding-bottom: 50px;
	padding-top: 50px;
}
.layer-075 {
	padding-bottom: 75px;
	padding-top: 75px;
}
.layer-100 {
	padding-bottom: 100px;
	padding-top: 100px;
}
.layer-125 {
	padding-bottom: 125px;
	padding-top: 125px;
}
.layer-150 {
	padding-bottom: 150px;
	padding-top: 150px;
}




.cursor-pointer {
	cursor: pointer;
}




/* Back to top CSS */
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 10px;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #ddd;
    color: #000;
}