.h1servicios {
    margin: 45px 0 90px 0;
    font-size: 48px;
    font-weight: 800;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 5px;
}
.card-servicio h2{
    font-size: 32px;
    font-weight: 800;
    color: var(--color-tr-secundario);
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    margin: 0 0 25px 0;
}
.bodycs {
    background-image: url(../images/servicios/back-card.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 640px;
    padding-top: 5px;
}
.arrowSF-next {
    background-image: url(../images/servicios/flecha-21.png);
    background-repeat: no-repeat;
    background-size: cover;
    OPACITY: 1;
    background-color: transparent;
    width: 50px;
    height: 50px;
    border: none !important;
    right: -70px;
}
.arrowSF-next svg, .arrowSF-prev svg{
    display: none;
}
.arrowSF-prev {
    background-image: url(../images/servicios/flecha-20.png);
    background-repeat: no-repeat;
    background-size: cover;
    OPACITY: 1;
    background-color: transparent;
    width: 50px;
    height: 50px;
    border: none !important;
    left: -70px;
}
.mdContG {
    background-image: url(../images/servicios/fondo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 75px 12% 70px 12%;
}
.imgasbttl{
    position: absolute;
    bottom: 60px;
    width: 40px;
    right: 20px; 
}
.btnCloseM{
    color: white;
    font-size: 70px;
    z-index: 9;
    opacity: 1;
    font-weight: 100;
    position: absolute;
    right: 5px;
    top: -20px;
}
.titleMdl {
    position: absolute;
    bottom: 25px;
    left: 0;
}
.titleMdl h3 {
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 42px;
    color: var(--color-tr-secundario);
    width: 100%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.bckMF{
    background-color: #172c3f;
    padding: 25px 25px 25px 180px;
}
.bckMF p{
    margin: 0;
    color: white;
    font-size: 18px;
}
.imgasbmF {
    position: absolute;
    left: 25px;
    top: 26px;
    width: 135px;
}
.bodycs img {
    width: 330px;
    margin: 0 auto;
    display: block;
    box-shadow: 15px -2px #232a3c;
    border-radius: 100%;
    height: 325px;
    object-fit: contain;
}
.content-cs {
    width: 100%;
    padding: 25px 30px 25px 30px;
}
.content-cs p {
    color: #232a3c;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    min-height: 180px;
}
.btn-more {
    width: 210px;
    background-color: var(--color-tr-secundario);
    color: white;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin: 0 auto;
    transition: 0.5s all;
    border: 2px solid var(--color-tr-secundario);
}
.btn-more:hover{
    border: 2px solid #232a3c;
    color: #232a3c;
    background-color: white;
}
.detailsServ{
    border-bottom: 10px solid var(--color-tr-secundario);
}
.img-abs-icons{
    position: absolute;
    top: 25px;
    left: 20px;
    width: 150px;
}
.img-abs-icons2{
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
}
.leyend-slide {
    background-color: white;
    color: var(--color-tr-secundario);
    border-top: 10px solid var(--color-tr-secundario);
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 34px;
    padding: 25px 0 25px 0;
    font-style: italic;
    min-height: 180px;
    display: block;
}
.splide__pagination {
    top: 20%;
}
/* .splide{
    height: 720px;
} */
.splide__pagination__page {
    height: 15px;
    margin: 5px 0 5px 35px;
    width: 15px;
}
@media (max-width: 1420px){
    .splideBanner {
        height: 720px;
    }
}
@media (max-width: 1080px){
    .splideBanner, .splide {
        height: auto;
    }
    .splide__pagination {
        top: 0%;
    }
    .titleMdl h3 {
        top: -3px;
        font-size: 24px;
    }
    .bckMF p {
        font-size: 16px;
    }
}
@media (max-width: 980px){
    .modal-dialog.modal-xl{
        max-width: 96%;
        left: 1%;
    }
    .leyend-slide {
        font-size: 20px;
        min-height: auto;
    }
    .h1servicios {
        font-size: 32px;
    }
    .card-servicio h2 {
        font-size: 22px;
        margin-top: 70px;
    }
    .bodycs img {
        width: auto;
        height: 240px;
        box-shadow: 0px 0px #232a3c;
        border-radius: 100%;
        height: 325px;
        border: 10px solid #232a3c;
    }
    .bodycs {
        height: auto;
        padding-top: 45px;
        background-color: white;
        border-radius: 5px;
    }
    .content-cs p br{
        display: none;
    }
    .content-cs p{
        min-height: auto;
    }
    .splide__list {
        height: auto;
    }
    .img-abs-icons{
        display: none;
    }
    .h1servicios {
        margin: 10px 0 40px 0;
    }
}
@media (max-width: 560px){
    .imgasbmF {
        display: none;
    }
    .bckMF {
        padding: 25px 25px 25px 25px;
    }
    .titleMdl h3 {
        font-size: 20px;
    }
    .arrowSF-prev {
        width: 35px;
        height: 35px;
        left: -35px;
    }
    .arrowSF-next {
        width: 35px;
        height: 35px;
        right: -35px;
    }
    .h1servicios {
        margin: 10px 0 20px 0;
        font-size: 24px;
    }
    .img-abs-icons2 {
        top: 70px;
    }
    .leyend-slide {
        font-size: 16px;
        line-height: initial;
        padding: 10px 50px 10px 50px;
        min-height: auto;
    }
    .leyend-slide br{
        display: none;
    }
}
/* .splide__slide img {
    vertical-align: bottom;
    height: 480px;
    object-fit: contain;
    width: 100%;
} */