.servicios-section.base-style-section{padding:0}.servicios-section .partial-background{display:flex;width:100%;height:30rem;background-image:url(/img/servicios-bg.png);background-repeat:no-repeat;background-size:cover;background-position:50%}.servicios-section .box{padding:5rem 0;flex-wrap:nowrap;align-items:flex-start;margin-top:-30rem}.servicios-section .box .button-1{align-self:center}.servicios-section .box .content .title-wrapper{width:100%;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.servicios-section .box .content .title-wrapper .title-1{align-items:center;max-width:500px;text-align:center}.servicios-section .box>.content{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:5rem}.servicios-section .box .content .title-wrapper{text-align:center}.servicios-section .box .servicios-cards{width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;gap:1rem}.servicios-section .box .button-2{align-self:center}@media screen and (min-width:0px) and (max-width:1100px){.servicios-section .box .servicios-cards .servicio-card{flex-wrap:wrap}}@media screen and (min-width:0px) and (max-width:1310px){.servicios-section .box .servicios-cards{flex-wrap:wrap}}@media screen and (min-width:0px) and (max-width:1350px){.servicios-section .box .servicios-cards{gap:2rem}.servicios-section .box .servicios-cards .servicio-card{width:100%;max-width:500px}}@media screen and (min-width:0px) and (max-width:1145px){.servicios-section .box,.servicios-section .box .servicios-cards{align-items:center;justify-content:center}.servicios-section .box .servicios-cards .servicio-card{max-width:700px}}.servicios-section.servicios-section-pag-servicios{padding-top:0}.servicio-card{max-width:390px;overflow:hidden;transition:.3s ease;background-color:var(--body-bg-color-1);background-image:url(/img/icons/servicios-legales/servicio-bg-icon.svg);background-repeat:no-repeat;background-position:100% 100%;background-size:36%;border-radius:var(--border-radius-1);box-shadow:var(--box-shadow-2)}.servicio-card,.servicio-card .wrapper{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.servicio-card .wrapper{text-align:start;padding:2rem;gap:1rem}.servicio-card .wrapper h3{color:var(--heading-color-1);line-height:var(--title-height-3)}.servicio-card:hover{transform:translateY(-5%)}.servicio-card article .img{max-height:170px;clip-path:circle(100% at 10% 170%)}@media screen and (min-width:0px) and (max-width:1320px){.servicio-card article .img{max-height:170px;clip-path:none}}