/**/
.titleSection {
    position: relative;
}

.titleSection .backgroundImage {
    position: relative;
    height: 300px;
}

.titleSection .backgroundImage::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /*background-color: #5d1409e6;*/
    background-color: #3d3b3be6;
}

.titleSection .text {
    padding: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 100%;
}

.titleSection .text .title {
    font-size: 50px;
    font-weight: 800;
    text-align: center;
}

.titleSection .text .des {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin: 10px 0px;
}

@media (min-width: 1200px) {
    .titleSection .title {
        font-size: 60px;
    }
}

/**/
.services {
    position: relative;
}

.services .backgroundImage {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.services .contant .cart-body .title {
    font-size: 30px;
    margin: 0px 10px;
    color: white;
}

@media (max-width: 768px) {
    .services .contant .cart-body .title {
        font-size: 25px;
    }
}

.services .contant .imageServices {
    background-color: white;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1500px) {
    .services .contant .imageServices {
        height: 50px;
        width: 50px;
    }
}

.services .contant .imageServices i {
    color: #ad0000;
    font-size: 32px;
}

.services .contant .boderCard {
    border: 1px solid rgb(175, 175, 175);
    border-radius: 20px;
    padding: 20px 12px;
    transition: all 0.3s;
    margin-bottom: 24px;
}

@media (max-width: 500px) {
    .services .contant .boderCard {
        margin-bottom: 12px;
    }
}

.services .contant .boderCard:hover {
    background-color: #e3aa63;
    border: 1px solid transparent;
}

.boderCardDes {
    border: 1px solid rgb(175, 175, 175);
    border-radius: 20px;
    min-height: calc(100% - 24px);
    overflow: hidden;
}

.services .contant .imageService {
    height: 400px;
}

.services .contant .desService {
    font-size: 18px;
    text-align: justify;
    line-height: 35px;
    color: white;
    padding: 20px;
    min-height: 185px;
}

@media (max-width: 500px) {
    .services .contant .desService {
        padding: 12px;
    }
}

.btnDownload {
    padding: 12px 12px 10px;
    border-radius: 10px;
    margin: 0px 15px 15px;
    background-color: #230005;
    color: white;
    outline: none;
    box-shadow: none;
    border: 1px solid white;
    font-size: 18px;
    transition: 0.3s;
}

.btnDownload:hover {
    background-color: #e3aa63;
    border: 1px solid transparent;
}

/*Mobile*/
.accordion-item {
    background-color: transparent;
    border-radius: 20px !important;
    border: 1px solid white !important;
}

.accordion-body {
    padding: 0px;
}

.boderCardMobile {
    padding: 20px 12px;
    transition: all 0.3s;
}

@media (max-width: 500px) {
    .services .contant .imageService {
        height: 300px;
    }
}
