.bg-azul{
	background: #0042C8;
}
.topo{
    margin-top: 15px;
    width: 100%;
    min-height: 40px;
}

.divisor-white{
    width: 50px;
    margin: 25px auto;
    border-top: 3px solid white;
}
.divisor-blue{
    width: 50px;
    margin: 25px auto;
    border-top: 3px solid #3A4AAC;
}
.text-color{
    color: #3A4AAC;
}

.card-subtitle{
    min-height: 35px;
}

.borda-icones{
    border:1px solid #FFF;
    border-radius: 20px;
}

.circle-number{
    background-color: #2488db;
    width: 68px;
    height: 68px;
    line-height: 65px;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.metodo{
    display: inline-block;
    border: 1px solid #5d5d5d;
    padding: 6px;
    border-radius: 5px;
    font-size: 14px;
    color: #5d5d5d;
}

#slider .carousel-indicators li{
    border: 2px solid #3A4AAC;
}
#slider .carousel-indicators li.active{
   background: #3A4AAC;
}
#slider{
    padding-bottom: 50px;
}
#slider .carousel-indicators{
    bottom: 10px;
}

.aspas{
    color: rgba(93,93,93,0.33);
}
#slider p{
    min-height: 100px;
}

.space{
    margin-top: 5px;
}
img {
 max-width: 100%;
 max-height: 100%;
}
.cat {
 height: 200px;
 width: 200px;
}