@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");

.font {
    font-family: "Montserrat";
}

.accordion-item {
    background-color: transparent;
}

.tramites-servicios {
    width: 70%;
    margin: auto;
    text-align: center;
    padding-bottom: 3%;
    color: rgb(21, 16, 88)
}

.accordion-button {
    margin: 1%;
    font-size: 24px;
    border-bottom: rgb(21, 16, 88) 2px solid;
    color: white;
    font-weight: bolder;
    padding: 4%;
    background-size: cover;
    background-position-y: center;
    transition: background-image 0.5s;
}

.accordion-button.collapsed {
    background-image: url('../img/servicios/cementerio/banner-pagina-web2.gif');
}

.accordion-button:not(.collapsed):focus {
    background-image: url('../img/servicios/cementerio/banner-pagina-web.gif');
    color: white;
}

.accordion-body {
    padding: 0%;
}

.icon-cementery {
    margin-right: 2%
}

.card-cementery {
    width: 90%;
    margin: auto;
    height: max-content;
    padding: 0% 5% 0% 5%;
    color: rgb(21, 16, 88);
}

.size-L .content-card {
    min-height: 450px;
}

.size-M .content-card {
    min-height: 350px;
}

.size-S .content-card {
    min-height: 250px;
}

.row h3 {
    color: rgb(21, 16, 88);
}

.bg-card-1 {
    background-image: linear-gradient(145deg,
            hsl(194deg 64% 33%) 0%,
            hsl(198deg 56% 35%) 22%,
            hsl(204deg 50% 37%) 40%,
            hsl(210deg 45% 38%) 53%,
            hsl(217deg 41% 39%) 62%,
            hsl(225deg 37% 41%) 69%,
            hsl(234deg 34% 42%) 76%,
            hsl(244deg 35% 42%) 83%,
            hsl(253deg 41% 40%) 91%,
            hsl(261deg 48% 38%) 100%);
}

.content-card {
    margin: 1%;
    padding: 5% 12% 5% 12%;
    text-align: justify;
    font-size: 14px;
    color: white;
    font-weight: bold;
    background-color: rgb(26, 14, 60);
}

.content-card h5 {
    color: white;
    font-size: 18px;
    font-family: "Montserrat";
    text-align: center;
}

@media screen and (max-width: 850px) {
    .tramites-servicios {
        width: 90%;
    }

    .accordion-button {
        font-size: 14px;
    }

    .servicios-cementerio {
        width: 100%;
    }
    
    .title {
        font-size: 23px;
    }

    .bg-col {
        height: 750px;
    }

    .image-text {
        font-size: 12px;
    }

    .row h3 {
        font-size: 16px;
    }

    .content-card h5 {
        font-size: 15px;
    }

    .border-left {
        border-radius: 0%;
    }

    .border-right {
        border-radius: 0%;
    }

    .datos-encargado-unidad .col-md-3 {
        width: 50%;
        margin-bottom: 5%;
    }

    .iconcardencargado {
        width: 25px;
        height: 25px;
    }
}

@media screen and (min-width: 850px) and (max-width: 1300px) {
    .tramites-servicios {
        width: 70%;
    }

    .bg-col {
        height: 750px;
    }

    .image-text {
        font-size: 12px;
    }

    .border-left {
        border-radius: 0%;
    }

    .border-right {
        border-radius: 0%;
    }

    .size-L .content-card {
        min-height: 600px;
    }
    
    .size-M .content-card {
        min-height: 500px;
    }
    
    .size-S .content-card {
        min-height: 400px;
    }
}