#servicios{display:flex;flex-direction:column;min-height:100vh;background-color:#061c27}#servicios .top{background-color:#eef0f1;padding:10em 1em 2em 6em}#servicios .bottom{width:100%}#servicios .bottom .cont-tarjetas{display:flex;justify-content:space-evenly}#servicios .bottom .cont-tarjetas .tarjeta{width:25vw}#servicios .bottom .cont-tarjetas .tarjeta:hover{background-color:#00000022;transition:all .5s ease}#servicios .bottom .cont-tarjetas .tarjeta .img{width:100%;transition:all .5s ease;object-fit:cover;transform:scale(1.05)}#servicios .bottom .cont-tarjetas .tarjeta:hover .img{transform:scale(1.1);filter:brightness(120%)}#servicios .bottom .cont-tarjetas .tarjeta .relative{position:relative;display:flex;overflow:hidden}#servicios .bottom .cont-tarjetas .tarjeta h5{position:absolute;width:100%;color:#f8f9f9;background-color:#071d2888;bottom:0;font-size:1.3em;font-weight:400;transition:all .2s ease}#servicios .bottom .cont-tarjetas .tarjeta:hover h5{background-color:#071d28aa}#servicios .bottom .cont-tarjetas .tarjeta .margen{padding:1em 1em 1em 15%;zoom:120%}#servicios .bottom .cont-tarjetas .tarjeta .texto{position:relative;padding-top:2em;padding-bottom:4em}#servicios .bottom .cont-tarjetas .tarjeta .texto::after{content:'';display:block;background-color:#0065ff;position:absolute;top:0;left:15%;height:2px;width:20%;z-index:1}#servicios .bottom .cont-tarjetas .tarjeta:hover .texto::after{left:0;width:100%;transition:all 5s cubic-bezier(0,1,.5,1)}#servicios .bottom .cont-tarjetas .tarjeta p{color:#bfc9ca;font-family:Montserrat,sans-serif;font-size:.9em;line-height:1.4}#servicios h3{color:#2f3e4c}@media(max-width:900px){#servicios{zoom:100%}#servicios .bottom .cont-tarjetas{flex-direction:column;width:100%}#servicios .bottom .cont-tarjetas .tarjeta{width:100%}#servicios .top{background-color:#eef0f1;padding:10em 1em 2em 1em}#servicios h3 img{display:none}}