.text-red{
    color: #de3831;
}

.text-centered{
    text-align:center;
}
.navbar{
    background:#de3831;
    color:#ffffff;
}

.navbar a{
    color: #ffffff;
}

.btn-danger{
    background:#de3831;
}

.card-header{
    color:#de3831;
    margin-left: -8px;
    margin-right: -8px;
}

.logo{
    width: 25%;
}



a:link{
  color:#de3831;
}
a:visited{
  color:#de3831;
}
a:hover{
  color:#de3831;
  text-decoration: none;
}
a:focus{
  color:#de3831;
}
a:active{
  color:#de3831;
}

.card-pg{
    background: #ea5d12;
    color: #ffffff;
    height:17rem;
}

.btn-outline-pg{
    background: #ffffff;
    color: #ea5d12;
}

.btn-outline-pg: hover, .btn-outline-pg: focus, .btn-outline-pg: active {
    background: #ea5d12;
    color: #ffffff;
}

.card-pe{
    background: #f49a00;
    color: #ffffff;
    height:17rem;
}

.btn-outline-pe{
    background: #ffffff;
    color: #f49a00;
}


.btn-outline-pe: hover, .btn-outline-pe: focus, .btn-outline-pe: active {
    background: #f49a00;
    color: #ffffff;
}

/*.card{
    height:17rem;
}*/
.card-po{
    background: #6daab3;
    color: #ffffff;
    height:16rem;
}
.btn-outline-po{
    background: #ffffff;
    color: #6daab3;
}

.btn-outline-po: hover, .btn-outline-po: focus, .btn-outline-po: active {
    background: #6daab3;
    color: #ffffff;
}

.tooltip-inner{
    background: #6f6f6f;
    color: #ffffff;
    border: 1px solid #6f6f6f; 
    padding: 15px;
    font-size: 0.9rem;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before{
    border-top: 5px solid #6f6f6f;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before{
    border-right: 5px solid #6f6f6f;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before{
    border-bottom: 5px solid #6f6f6f;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before{
    border-left: 5px solid #6f6f6f;
}



.button-text{
    font-size: 0.7rem;
    width: 150px;
    height: 40px;
}

.button-text > a:link, .button-text > a:visited{
    color: #585a5b;
    line-height: 1.1;
}


/* Scroll to the top */
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
/*srcoll to the top - fim */


.form-signin{
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}
