.card-nosotros{grid-template-columns:repeat(1,1fr);align-items:center;gap:2rem;display:grid}@media (min-width:768px){.card-nosotros{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}}.card-nosotros img{object-fit:cover;object-position:center;filter:brightness(.8);max-height:40rem}@media (min-width:768px){.card-nosotros--izq img{grid-area:1/1/2/2}}.card-nosotros__texto{text-align:justify;line-height:3rem}.card-servicio{flex-direction:column;justify-content:space-between;display:flex}.card-servicio__titulo,.card-servicio__titulo--link{color:#000;background-color:#fab51d;border:2px solid #fab51d;align-items:center;gap:2rem;padding:2rem;font-family:Barlow Condensed,sans-serif;font-size:3rem;font-weight:300;text-decoration:none;display:flex}.card-servicio__titulo--link{transition:all .25s ease-in-out}.card-servicio__titulo--link:hover{background-color:#fcd681;border-color:#000;box-shadow:-4px 4px #949493}.card-servicio__titulo img,.card-servicio__titulo--link img{width:7rem;height:auto!important}.card-servicio__contenedor{width:min(90%,140rem);margin:0 auto}@media (min-width:768px){.card-servicio__contenedor{width:100%}}.card-servicio__texto{text-align:justify}.card-servicio__image{object-fit:cover;object-position:center;height:40rem;margin-top:2rem}.card-sub-servicio{flex-direction:column;gap:5rem;margin-top:5rem;display:flex}@media (min-width:768px){.card-sub-servicio{flex-direction:row}.card-sub-servicio:nth-child(2n){flex-direction:row-reverse}.card-sub-servicio>*{width:50%}}.card-sub-servicio__titulo{background-color:#fab51d;justify-content:space-between;align-items:center;padding:1rem 0 1rem 2rem;font-weight:300;display:flex;overflow:hidden}.card-sub-servicio__titulo:after{content:"";background-image:url(/images/huellas-2.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:15rem;height:4rem;display:block}@media (min-width:768px){.card-sub-servicio__titulo:after{width:20rem}}.card-sub-servicio__texto{text-align:justify;width:min(90%,140rem);margin:0 auto;line-height:2.8rem}@media (min-width:768px){.card-sub-servicio__texto{width:100%}}.card-sub-servicio img{object-fit:cover;max-height:40rem}
