.fondoServicios {
    width: 100%;
    height: 100%;
    position: absolute;
}
.fondoEspecializados {
    background: url(../img/banner-servicios-especializados.png) no-repeat center center;
    background-size: cover;
}
.fondoCywex {
    background: url(../img/banner-csirt-cywex.png) no-repeat center center;
    background-size: cover;
}
.fondoGIT {
    background: url(../img/banner-gestion-infraestructura-tecnologica-GIT.png) no-repeat center center;
    background-size: cover;
}
.bannerservicios {
    height: 100vh;
    position: relative;
    justify-content: flex-start;
}
.serviciosFondo::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(224,228,233,1) 0%, rgba(246,246,247,0) 100%);
    bottom: 0;
}
.bannerservicios .iconosBox {
    right: 15%;
    top: 25%;
}
.iconCywex img {
    width: auto;
    height: 40px;
}
.serviciosBox {
    max-width: 500px;
    position: absolute;
    z-index: 1;
    left: 8%;
    padding: 0 20px;
    align-items: flex-start;
}
.serviciosBox img {
    max-width: 312px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.servicios {
    align-items: flex-start;
}
.bannerservicios h1 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
}
.servicios h1 {
    font-size: 40px;
    line-height: 52px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.serviciosContenido {
    max-width: 1200px;
    border-radius: 5px;
    align-items: center;
    justify-content: flex-start;
    margin: 60px 0;
    padding: 40px 0;
    overflow: hidden;
}

.servicioSwiper {
    max-width: 1200px;
    width: 100%;
    padding: 30px;
    cursor: grab;
    position: relative;
    overflow-x: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.serviciosCard {
    min-width: 250px;
    width: 250px;
    height: 250px;
    border-radius: 5px;
    padding: 20px;
    border: 1px solid #fafafa;
    transition: transform 150ms cubic-bezier(0.4,0,0.2,1);
    justify-content: flex-start;
    position: relative;
}
.serviciosCard:hover {
    border-radius: 0;
    outline: none;
    transform: translateY(-5px);
    background: none;
}
.serviciosCard:hover .arrow-red {
    transform: translateX(5px);
    opacity: 1;
}
.serviciosCard:hover h2 {
    color: #FF322C;
}
.activeServicio {
    border-radius: 0;
    border: transparent;
    transform: translateY(-5px)!important;
}
.activeServicio .selectorCard {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.activeServicio h2 {
    color: #E53B38;
}
.carruselPIcon {
    width: 50px;
    height: 50px;
    border-radius: 13px;
    background: url(../img/degradado.png) no-repeat center center;
    background-size: cover;
}
.carruselPIcon img {
    width: auto;
    height: 30px;
}
.serviciosCard h2 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    height: 60px;
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.serviciosCard p {
    font-size: 14px;
    line-height: 20px;
}

.servicioInfo {
    gap: 40px;
    padding: 40px 0;
}
.servicioInfo p {
    line-height: 24px;
}
.servicioInfo h2 {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    max-width: 230px;
    text-transform: uppercase;
}
.servicioInfo h3 {
    display: inline-flex;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 0;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.servicioInfo h3::after {
    content: "";
    width: 50px;
    height: 3px;
    background: #FD5954;
    position: absolute;
    left: 0;
    bottom: 0;
}
.servicioTitulo {
    gap: 20px;
}
.servicioTituloIcon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    background: url(../img/degradado.png) no-repeat center center;
    background-size: cover;
}
.servicioTituloIcon img {
    width: auto;
    height: 40px;
}
.servicioTop {
    gap: 30px;
}
.servicioTop div {
    max-width: 440px;
    width: 100%;
    min-height: 230px;
    padding: 15px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.servicioMid .content {
    gap: 30px;
}
.comoList {
    max-width: 250px;
    gap: 15px;
    justify-content: flex-start;
    padding-left: 20px;
}
.comoList p {
    position: relative;
}
.comoList p::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    border: 2px solid #FD5954;
    top: 10px;
    left: -15px;
}
.comoCenter {
    position: relative;
    max-width: 300px;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border: 1px solid white;
    border-radius: 24px;
}
.comoCenter img {
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.servicioBot .content {
    gap: 20px;
    border-radius: 5px;
    max-width: 1000px;
}
.servicioBot .content div {
    max-width: 300px;
    width: 100%;
    flex-flow: row nowrap;
    padding: 15px;
    align-items: flex-start;
}
.servicioBot .content div img {
    margin-right: 20px;
}
.servicioNumero {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 8px;
    margin-right: 15px;
    color: #FD5954;
    background: url(../img/degradado.png) no-repeat center center;
    background-size: cover;
}
/*----------------------Responsive 768 ----------------------*/
@media only screen and (max-width: 768px) {
    .servicioMid .content :nth-child(1) {
        order: 2;
    }
    .serviciosBox {
        left: 5%;
    }
}
/*----------------------Responsive 480----------------------*/
@media only screen and (max-width: 480px) {
    .servicios h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .serviciosBox {
        left: 0;
        bottom: 50px;
        padding: 50px;
    }
    .serviciosFondo::after {
        height: 70%;
    }
    .fondoEspecializados {
        background-position-x: -570px;
    }
    .fondoGIT {
        background-position-x: -450px;
    }
    .fondoCywex {
        background-position-x: -450px;
    }
    .bannerservicios .iconosBox {
        left: 50px;
        top: 130px;
    }
    .servicioTitulo {
        flex-flow: column wrap;
    }
    .bannerservicios h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .servicioInfo h2 {
        text-align: center;
    }
    .bannerservicios {
        height: calc(100vh - 65px);
    }
}
/*----------------------Responsive 320----------------------*/
@media only screen and (max-width: 320px) {
    .comoCenter {
        max-width: 250px;
    }
    .serviciosBox {
        padding: 0 35px;
    }
}
/*----------------------Responsive 280----------------------*/
@media only screen and (max-width: 280px) {
    .bannerservicios h1 {
        font-size: 26px;
        line-height: 34px;
    }
}