.services-container{
    background-color: #1d456c1f;
    margin: 9px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.services-container2{
    background-color: #1d456c1f;
    padding-top: 40px;
    padding-bottom: 40px;
}

.services-logo{
    height: 235px;
}

.services-title-sec-two{
    font-size: 2rem;
    margin-bottom: 10px;
    width: 78%;
    text-align: center;
}

.services-description{
    color: #696969;
    font-size: 96%;
    width: 78%;
}

.services-card-title{
    font-weight: 500;
    font-size: 115%;
}

.services-card-sb{
    color: #7b7b7b;
}

.services-card{
    background-color: white;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 10px;
    border: 1px solid #c9dbf1;
    cursor: pointer;
    transition: .3s;
}

.services-card::after {
    content: "Clic aquí para saber de que se trata.";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 15px;
    box-sizing: border-box;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.services-card:hover::after {
  opacity: 1;
}

.services-srv-no{
    background-color: #698c99;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.services-srv-no-margin{
    margin-top: 30px;
}

.lista-2cols{
    list-style: disc;
    padding-left: 1.2rem;
    margin: 0px !important;
    column-count: 2;         
    column-gap: 2rem;
}

.lista-1cols{
    list-style: disc;
    padding-left: 1.2rem;
    margin: 0px !important;
    column-count: 1;         
    column-gap: 2rem;
}
.lista-2cols li{
    break-inside: avoid;      
}

@media (max-width: 640px){
    .lista-2cols{ column-count: 1; }
}

.services-lcard-body{
    background-color: #698c99;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 78%;
    margin-top: 10px;
}

.services-logo-container{
    width: 78%;
    text-align: center;
}

.services-lcard-sicon{
    margin-right: 10px;
}

.services-lcard-icon{
    background-color: #e3e6e9;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 7px;
}

.services-lcard-switch{
    right: 14px;
}

.services-lcard-switchicon{
    font-size: 181%;
}

.services-lcard-title{
    font-size: 79%;
    color: #454545;
}

.services-lcard-text{
    font-size: 89%;
    color: #f1f1f1;
}

.services-btn{
    margin-top: 17px;
}

.serv-cont-btn{
    background: #698c99 !important;
}

.services-card-cont{
    background-color: white;
    padding: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.services-card-left{
    background-image: url(../../images/services/background.jpg);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.services-left-icon{
    left: 8px !important;
    top: 8px !important;
}

.services-left-text{
    left: 33px !important;
    top: 8px !important;
}

.services-left-icon2{
    left: 8px !important;
    top: 35px !important;
}

.services-left-text2{
    left: 33px !important;
    top: 35px !important;
}

.services-fleft{
    float: left;
}

.services-frigth{
    float: right;
}

.services-circle{
    background-color: #698c99;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin-left: 10px;
}

.serv-icon-cursor{
    position: absolute;
    height: 57px;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 768px){
    .expand-laptop{
        margin-bottom: 10px !important;
    }

    .image-not-padding{
        padding-right: 0px;
    }

    .services-srv-no-margin{
        margin-top: 0px !important;
        margin-bottom: 10px !important;
    }

    .services-srv-no-margin-mb{
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width: 575px){
    .services-fleft{
        margin-top: 20px;
    }

    .services-frigth{
        position: absolute;
        right: 20px;
    }
}