@import url(index.css);
@import url(contactos.css);

.nosotros-home {
    width: 100%;
    height: 100vh;
    background:linear-gradient(rgba(255,255,255,.2), rgba(255,255,255,.6)) ,url(../recursos/camara-termica-home-2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contactos-contactos .description-tool {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    box-shadow: 2px 2px 6px var(--verde_o);
    margin: 3rem 0;
}

.contactos-contactos .description-tool .img-tool {
    width: 345px;
    overflow: hidden;

}

.contactos-contactos .description-tool .img-tool img {
    width: 100%;
    object-fit: cover;
}

.contactos-contactos .description-tool .info-tool {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-direction: column;
    padding: 2rem;

}

.contactos-contactos .description-tool .info-tool p{
    width: 100%;
    text-align: center;
}