.top-banner {
    background-image: url("/public/img/website/enkonta_slider.png");
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
}

.home-title {
    color: white;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    margin-top: 20%;
}

.home-slogan {
    text-align: center;
    color: white;
    font-weight: lighter;
    font-size: 20px;
    margin-top: 40px;
}

.search-box {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding: 8px 16px;
    border-radius: 30px;
    margin-top: 80px;
}

.search-icon {
    max-width: 5%;
    position: relative;
}

.search-icon i {
    font-size: 20px;
    color: #959DBB;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-input {
    position: relative;
    flex: 0 0 78%;
    max-width: 78%;
}

.search-input input {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    border: none;
    color: #959DBB;
    font-weight: bold;
}

.search-input input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #959DBB;
    opacity: 1; /* Firefox */
}

.search-input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #959DBB;
}

.search-input input::-ms-input-placeholder { /* Microsoft Edge */
    color: #959DBB;
}

.search-input input:focus {
    outline: none;
}

.search-button {
    margin-right: 0;
    padding-right: 0;
}

.heading-title {
    margin-top: 10px;
    font-weight: bold;
    font-size: 25px;
    color: #061259;
    text-align: center;
    text-transform: uppercase;
}

.service-item {
    background-color: white;
    padding: 16px;
    border-radius: 20px;
    position: relative;
    margin-top: 60px;
    box-shadow: 2px 2px 2px 2px #e9e9e9;

}

.service-icon {
    position: absolute;
    top: -35px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

}

.service-icon i {
    /*background: #FFAB00;*/
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: solid 40px white;
    text-align: center;
    padding-top: 13px;
    color: white;
}

.service-icon img {
    background: #FFAB00;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: solid 10px white;
    text-align: center;
    padding: 10px;
    color: white;
}

.img2 {
    background: #FFFFFF !important;
}

.service-title {
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
    color: #545454;
}

.service-description {
    margin-top: 20px;
    display: block;
    text-align: center;
    color: #969EBD;
}

.featured-section {
    background-image: url("/public/img/website/destaques.png");
}

.product-item {
    background-color: white;
    border-radius: 10px;
}

.product-image {
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.product-title {
    padding: 16px 16px 0 16px;
    font-size: 15px;
    color: #252525;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 64px;
    overflow: hidden;
}

.product-price {
    display: block;
    padding: 8px 16px 16px 16px;
    font-size: 20px;
    font-weight: bold;
    color: #EF8D4D;
}

.bottom-color {
    height: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #EF8D4D;
}

.info-div {
    position: relative;
}

.info-title {
    color: #061259;
    font-weight: bold;
    font-size: 60px;
}

.info-data {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.info-img {
    width: 100%;
    height: auto;
}

.info-description {
    font-size: 20px;
    color: #545454;
}

.testimonial-item {
    background-color: white;
    padding: 40px;
    border-radius: 15px;
}


.testimonial-img {
    width: 65px !important;
    height: 65px;
    object-position: center;
    object-fit: cover;
    border-radius: 10px;
}

.testimonial-person h6 {
    font-weight: 600;
    font-size: 19px;
    color: #061259;
    margin-bottom: 0;
}

.fa-star {
    color: #061259;
}

.testimonial-person span {
    font-size: 12px;
    color: #37474F;
}

.testimonial-text {
    font-weight: 500;
    font-size: 13px;
    color: #37474F;
    padding-top: 20px;
}

.testimonial-service {
    padding-top: 20px;
    font-weight: bold;
    font-size: 15px;
    color: #37474F;
}
