
.bg-white {
    background: #fff;
}

.bg-orange{
    background: #FD7E09;
}
.main {
    padding-bottom: 60px;
}

.logo {
    margin: 25px 0;
}

.logo img {
    width: 150px;
    padding: 2px;
    border: 1px solid #fff;
    border-radius: 100%;
}

.informations {
    padding: 20px;
}

.informations p {
    font-size: 18px;
}

.radius {
    border-radius: 20px;
}

.buttoms .col-2 {
    flex-basis: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}

 
.buttoms .row {
    justify-content: space-between;
}

.actions {
    margin-top: 20px;
    padding: 20px 15px;
    text-align: center;
    height: 138px;
   /* box-shadow: 1px 1px 1px 0px #d4d1d1;*/
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   
}

.actions a {
    text-decoration: none;
    font-size: 1em;
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
   
}

i {
    margin-bottom: 5px;
    font-size: 1.3em;
    display: block;
}


/* MATRZI */
.matriz {
    font-weight: 500;
}