.partner-list li{
    float: left;
    list-style-type: none;
    border-radius: 50%;
    width: 4.45rem;
    height: 4.45rem;
    margin-right: 0.84rem;
    margin-bottom: 0.84rem;
}

.bg-cci-modal {
    border-bottom-left-radius: .4375rem;
    border-top-left-radius: .4375rem;
    padding: 6%;
    padding-top: 5%;
    
    background-color: #fff;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0.4375rem;
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1);
    outline: 0;
  }

#customer-city-id .modal-content .modal-body .logo{
    margin-bottom: 4rem;
    margin-top: 2rem;
    max-width: 75%;
}

#customer-city-id .modal-content .modal-body .content-form{
    padding: 7.25rem 3rem;
}

.text-ec-color {
    color: #0089CF
}

.background-ec-color{
    background-color: #0089CF;
}

.btn-cci-modal{
    background-color: #0089CF;
    width:80%;
    font-size: large;
}

#customer-city-id .form-group{
    margin-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cep-cci-modal{
    margin-bottom: 5%;
}

.btn-cci-modal img{
    max-width: 6%;
}

#news-slider-partner .owl-item img {
	width: 90%;
	height: auto;
	object-fit: cover;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
