﻿/*pagina empresa*/


.circle1 {
    background: rgba(112,80,58,1);
    padding: 15px;
    border-radius: 100px;
    width: 6em;
    height: 6em;
    color:rgba(255,255,255,1);
    margin: auto;
    position: relative;
    top: 3em;

}

/*.panel-heading {
    background: rgba(112,80,58,1) !important;
    color:white !important;
}*/

.panel-title {
    font-size: 2em;
}


.oportunidade ul{
    padding: 0;
}
.oportunidade li{
    list-style: none;
    display: block;
    line-height: 30px;

}
.oportunidade i{
    font-size: 20px;
    color:#ad8954;
}

.modal-content {
    background: rgba(0,0,0,.8);
    color: rgb(255,255,255);
    top: 3em;
}
 .modal-content li a{
     color:rgba(255,255,255,1);
 }

 .modal-body li{
     list-style-type:none;
 }

.close {
    color:rgb(255,255,255)
}

.media-body li {
    list-style: none;
    line-height: 35px;
    
}
.media-body ul{
    padding: 0;
}
.media-body i{
    font-size: 20px;
}

.media-left i{
    background: #ad8954;
    padding: 18px;
    border-radius:50px;
    color:#fff;
    font-size: 25px;
}

.media-heading {
    margin-top: 25px;
}

.centro {
    text-align: center;
    float: none;
}
a.LinkDourado {
    color:rgba(237,188,117,1);
    font-weight: 500;
}

.Conference {
    background: rgba(237,188,117,1);
}

.badge{
    background:orange !important;
    position:absolute !important;
    border-radius:50px;
    margin-top: -3px;
    margin-left: -1px;
}

@media screen and (max-width: 768px) {
    .modal-content{
        top:4em;
    }
    .badge{
    margin-top: -3px;
    margin-left: -1px;
}
}

@media screen and (min-width: 768px) {
    .badge{
    margin-top: 24px;
    margin-left: -10px;
}
}

@media screen and (min-width: 1200px) {

}


.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.imagem-curvada {
    /*aspect-ratio: 1/1 !important;
    border-radius: 50% 50% 0px 50%;*/
}